/*================================ 
    #RESPONSIVE CSS 
====================================*/
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .services-details-area .content .info {
        margin-top: 30px;
    }

    .yit-sponsor .client-logo {
        margin-top: 10px;
    }

    .doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
        right: 0px !important;
    }

    .doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-prev {
        left: 0px !important;
    }

    .services-area .services-carousel.owl-carousel .owl-nav .owl-next, .services-area .services-carousel.owl-carousel .owl-nav .owl-prev {
        left: 0px !important;
    }

    .services-area .services-carousel.owl-carousel .owl-nav .owl-next, .services-area .services-carousel.owl-carousel .owl-nav .owl-next {
        right: 0px !important;
    }

    #contact_info .cinfo {
        padding: 10px 10px;
    }
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    #desktop-view {
        display: none;
    }
    /* Container Full */
    .container-full .row {
        display: block;
    }

        .container-full .row > .info {
            max-width: 100%;
        }

        .container-full .row > .info {
            padding: 80px;
        }

    /* Why Chose Us */
    .chose-us-area .row > .info {
        padding-bottom: 70px;
    }

    .chose-us-area .thumb {
        min-height: 350px;
    }

    .chose-us-area.item-half .container-full .row > .info {
        padding: 80px 80px 75px;
        overflow: hidden;
    }

    .chose-us-area.item-half .info li:first-child,
    .chose-us-area.item-half .info li:nth-child(2) {
        margin-top: 0;
    }

    .chose-us-area.item-half .info li:first-child,
    .chose-us-area.item-half .info li:nth-child(2n) {
        padding: 0;
    }

    .services-details-area .sidebar {
        margin-top: 50px;
    }

    /* Topbar Area */

    .top-bar-area .address-info {
        overflow: hidden;
        border-bottom: 1px solid #e7e7e7;
    }

    .top-bar-area.bg-theme .address-info {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .top-bar-area .bar-btn {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .top-bar-area .address-info .info {
        text-align: center;
    }

    .top-bar-area .address-info ul {
        overflow: hidden;
        display: inline-block;
        margin: auto auto -10px;
        text-align: center;
        float: none;
    }

    .top-bar-area .text-right {
        text-align: center;
    }

    .top-bar-area li .icon,
    .top-bar-area li .info {
        display: block;
    }

        .top-bar-area li .icon i {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .top-bar-area.double-info .address-info li {
        margin: 0;
        padding: 20px;
    }

        .top-bar-area.double-info .address-info li::after,
        .top-bar-area.double-info .address-info li::after {
            display: none;
        }

    /* Breadcrumb */
    .breadcrumb-area .text-right {
        text-align: center;
        margin-top: 15px;
    }

    .breadcrumb-area {
        text-align: center;
    }

    /* Banner */
    .banner-area.responsive-auto-height.text-small .content h1 {
        font-size: 45px;
    }

    /* Top Entry */
    .top-entry-area .item-box .single-item {
        overflow: hidden;
    }

    /* About Area */
    .about-area .tabs-items {
        margin-top: 30px;
    }

    .about-items .emercy-services {
        margin-top: 30px;
    }

    .about-area .about-items .inc-video {
        margin-bottom: 30px;
    }

    .about-area .info {
        padding-right: 15px;
    }

    /* Health Tips */
    .health-tips-items .info::after {
        left: 50%;
        top: -60px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #ffffff;
        margin-left: -30px;
    }

    /* Department */
    .department-tabs .nav-pills {
        margin: 0 -7px;
    }

    .department-tabs .tab-navs li {
        width: 49%;
        margin-bottom: 0;
        padding: 5px 7px;
    }

    .department-tabs .tab-content .thumb {
        margin-top: 25px;
    }

    .department-tabs .tab-content .opening-info {
        padding: 20px 0 0 0;
        background: #ffffff;
        border: none;
        border-top: 1px solid #e7e7e7;
        margin-top: 20px;
    }

    /* Doctor Details */
    .doctor-details-area .info {
        margin-top: 30px;
    }

    /* Features */
    .features-area .features-items {
        padding-left: 15px;
        margin-top: 30px;
    }

        .features-area .features-items li {
            display: block;
            text-align: center;
        }

            .features-area .features-items li .info {
                padding-left: 0;
            }

    .features-area .bottom {
        display: block;
        text-align: center;
    }

        .features-area .bottom .content {
            padding-left: 0;
            margin-top: 30px;
        }


    /* Fun Factor */
    .fun-fact-area .item {
        margin-top: 30px;
    }

        .fun-fact-area .item:first-child,
        .fun-fact-area .item:nth-child(2) {
            margin-top: 0;
        }

    /* gallery */
    .gallery-area .gallery-items.col-2 .pf-item,
    .gallery-area .gallery-items.col-3 .pf-item,
    .gallery-area .gallery-items.col-4 .pf-item {
        width: 50%;
    }

    /* Blog */
    .blog-area .sidebar {
        margin-bottom: -10px;
        margin-top: 50px;
        float: left;
        width: 100%;
    }

    .blog-area .blog-items .single-item {
        margin-bottom: 50px;
    }

        .blog-area .blog-items .single-item:last-child {
            margin-bottom: 0;
        }


    /* Footer */

    footer .f-items .item {
        margin-bottom: 50px;
    }

        footer .f-items .item:last-child {
            margin-bottom: 0;
        }

        footer .f-items .item.col-sm-6 {
            margin-bottom: 0;
            margin-top: 50px;
        }

            footer .f-items .item.col-sm-6:first-child,
            footer .f-items .item.col-sm-6:nth-child(2) {
                margin-top: 0;
            }

    footer .footer-bottom {
        text-align: center;
    }

        footer .footer-bottom .text-right {
            text-align: center;
            margin-top: 15px;
        }

    footer.active-first .f-items .item:first-child .f-item {
        padding: 0;
    }

        footer.active-first .f-items .item:first-child .f-item::after {
            display: none;
        }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


    /* Heading */
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    h5 {
        font-size: 16px;
        line-height: 1.4;
    }

    h6 {
        font-size: 14px;
        line-height: 1.4;
    }

    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding-xl {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .default-padding.bottom-less {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .default-padding-bottom {
        padding-bottom: 50px;
    }

    .default-padding-top {
        padding-top: 50px;
    }

    .default-padding.bottom-30 {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .default-padding.bottom-20 {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .padding-less-mobile {
        padding-top: 0;
    }

    .site-heading {
        margin-bottom: 30px;
    }

        .site-heading.single {
            margin-bottom: 20px;
        }

    .carousel-shadow.default-padding {
        padding-bottom: 35px;
    }

    .bg-fixed {
        background-attachment: inherit;
        background-position: center center;
        background-size: cover;
    }

    .breadcrumb-area {
        padding: 100px 0;
    }

        .breadcrumb-area h1 {
            font-size: 36px;
        }

    /* Topbar */
    .top-bar-area {
        display: none;
    }

    nav.navbar .quote-btn {
        display: none;
    }

    .side {
        padding: 50px 50px 50px 35px;
        width: 320px;
    }

    /* Container Full */
    .container-full .row {
        display: block;
    }

        .container-full .row > .info {
            padding: 50px 15px;
            max-width: 600px;
        }


    /* Breadcrumb */

    .breadcrumb-area .text-right {
        text-align: center;
        margin-top: 20px;
    }

    .breadcrumb-area {
        text-align: center;
    }

        .breadcrumb-area h1 {
            padding-top: 0;
            margin: -10px;
        }

    /* Banner Area */
    .banner-area .contents h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    .banner-area .transparent-nav .content {
        padding-top: 60px;
    }

    .banner-area .heading-uppercase .content h1 {
        font-size: 36px;
    }

    .banner-area .text-center p {
        padding: 0;
    }

    .banner-area.heading-exchange .content h1 {
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .banner-area.heading-exchange .content h2,
    .banner-area.heading-exchange .content h3,
    .banner-area.heading-exchange .content h4 {
        margin-bottom: 20px;
    }

    .banner-area.responsive-auto-height,
    .banner-area.responsive-auto-height div {
        height: auto;
    }

    .banner-area .double-items {
        display: block;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .banner-area.text-small .content h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .banner-area .appoinment-box {
        margin-top: 30px;
    }

    .appoinment-box {
        padding: 30px;
    }

    /* Top Entry */
    .top-entry-area .item {
        padding: 50px 0;
    }

    .top-entry-area .item-box .single-item {
        overflow: hidden;
    }

    /* About */
    .about-area .about-items .inc-video {
        margin-bottom: 30px;
    }

    .about-area .info {
        padding-right: 15px;
    }

    .about-area .bottom {
        display: block;
        text-align: center;
    }

        .about-area .bottom .content {
            padding-left: 0;
            margin-top: 30px;
        }

    .about-area .tabs-items {
        margin-top: 30px;
    }

    .tabs-items .nav-pills {
        text-align: center;
    }

        .tabs-items .nav-pills li {
            float: none;
            display: inline-block;
        }

            .tabs-items .nav-pills li.active a::after {
                display: none;
            }

            .tabs-items .nav-pills li a {
                margin-bottom: 10px;
            }

    /* Doctor Details */
    .doctor-details-area .info {
        margin-top: 30px;
    }

    .doctor-details-area .nav-pills {
        text-align: center;
    }

        .doctor-details-area .nav-pills li {
            margin: 5px 10px;
            float: none;
            display: inline-block;
        }

            .doctor-details-area .nav-pills li.active::after {
                display: none;
            }

            .doctor-details-area .nav-pills li a {
                margin: 0;
                padding: 0;
            }

    .doctor-details-area .nav-pills {
        margin-bottom: 30px;
        margin-top: 25px;
        padding-bottom: 20px;
    }

    /* Features */
    .features-area .features-items {
        padding-left: 15px;
        margin-top: 30px;
    }

        .features-area .features-items li {
            display: block;
            text-align: center;
        }

            .features-area .features-items li .info {
                padding-left: 0;
            }

    .features-area .bottom {
        display: block;
        text-align: center;
    }

        .features-area .bottom .content {
            padding-left: 0;
            margin-top: 30px;
        }

    /* Services */
    .solid-services-area .item {
        padding: 50px 30px;
    }

    .services-area .services-carousel.owl-carousel .owl-nav {
        display: none;
    }

    .services-details-area .sidebar {
        margin-top: 50px;
    }

    /* Chose Us */
    .chose-us-area .thumb {
        min-height: 300px;
    }

    .chose-us-area.item-half .container-full .row > .info {
        padding: 50px 15px 40px;
        overflow: hidden;
    }

    .chose-us-area.item-half .info li {
        float: none;
        width: 100%;
    }

        .chose-us-area.item-half .info li:first-child,
        .chose-us-area.item-half .info li:nth-child(2n) {
            padding: 0;
        }

        .chose-us-area.item-half .info li:first-child,
        .chose-us-area.item-half .info li:nth-child(2) {
            margin-top: 30px;
        }

        .chose-us-area.item-half .info li:first-child {
            margin-top: 0;
        }

    .faq-area {
        margin-top: 30px;
    }

    .services-area.inc-icon.bottom-less {
        padding-bottom: 20px;
    }

    .about-area .emergency-services {
        margin-top: 30px;
        margin-bottom: -10px;
    }

    /* Health Tips */
    .health-tips-items .info::after {
        left: 50%;
        top: -60px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #ffffff;
        margin-left: -30px;
    }

    .doctor-tips-area .tips-carousel.owl-carousel .owl-nav {
        display: none;
    }

    /* Department */
    .department-tabs .tab-content .opening-info h4::after {
        left: 50%;
        margin-left: -25px;
        width: 40px;
    }

    .department-tabs .tab-content .opening-info h4::before {
        left: 50%;
        margin-left: 20px;
        width: 5px;
    }

    .department-tabs .tab-content .thumb {
        margin-top: 15px;
    }

    .department-tabs .tab-content .opening-info {
        padding: 20px 0 0 0;
        background: #ffffff;
        border: none;
        border-top: 1px solid #e7e7e7;
        margin-top: 20px;
    }

    .department-tabs {
        text-align: center;
    }

        .department-tabs .tab-content .opening-info li {
            text-align: left;
        }

    /* Fun Factor */
    .fun-fact-area .item {
        margin-bottom: 30px;
    }

        .fun-fact-area .item:last-child {
            margin-bottom: 0;
        }

    /* Testimonials */
    .testimonial-items {
        margin-top: 10px;
    }

        .testimonial-items .provider {
            display: block;
            text-align: center;
        }

            .testimonial-items .provider .thumb {
                margin-right: 0;
            }

            .testimonial-items .provider img {
                margin: auto auto 15px;
            }


    /* gallery */
    .gallery-area {
        padding-bottom: 35px;
    }

    .mix-item-menu {
        border: none;
        padding: 0;
    }

        .mix-item-menu button {
            padding: 8px 25px;
            border: 1px solid #e7e7e7;
            margin: 5px;
            background: #ffffff;
        }

            .mix-item-menu button.active::after {
                top: 12px;
            }

    .gallery-area .gallery-items.col-2 .pf-item,
    .gallery-area .gallery-items.col-3 .pf-item,
    .gallery-area .gallery-items.col-4 .pf-item {
        width: 100%;
    }

    /* Blog */
    .blog-area .blog-items .single-item {
        margin-bottom: 50px;
    }

        .blog-area .blog-items .single-item:last-child {
            margin-bottom: 0;
        }

    .blog-area .sidebar {
        margin-top: 50px;
        float: left;
        width: 100%;
    }

    .blog-area.left-sidebar .blog-content {
        float: none;
    }

    .author-bio .avatar {
        display: block;
        margin-bottom: 30px;
        vertical-align: top;
        width: auto;
    }

    .author-bio .content {
        display: block;
        padding: 0;
    }

    .blog-area .author-bio {
        text-align: center;
    }

        .blog-area .author-bio img {
            border-radius: 50%;
            height: 300px;
            width: 300px;
            margin: auto;
        }

    .blog-area.single .blog-items .item .contact-comments .col-md-6 {
        float: none;
        padding: 0 15px;
    }

    .blog-area.single .content-box .meta .date {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .comments-list .commen-item.reply {
        padding-left: 0;
    }

    .comments-info a {
        margin-left: 0;
    }

    .comments-area .commen-item .comments-info p {
        display: block;
        margin-bottom: 15px;
    }


    /* Google Maps */
    .google-maps iframe {
        height: 300px;
    }


    /* Error Page */
    .error-box .search form {
        width: 300px;
    }

    .error-page-area .error-box h1 {
        font-size: 120px;
    }

    /* Footer */

    footer .f-items .item {
        margin-bottom: 50px;
    }

        footer .f-items .item:last-child {
            margin-bottom: 0;
        }

    footer .footer-bottom {
        text-align: center;
    }

        footer .footer-bottom .text-right {
            text-align: center;
            margin-top: 15px;
        }

    footer.active-first .f-items .item:first-child .f-item {
        padding: 0;
    }

        footer.active-first .f-items .item:first-child .f-item::after {
            display: none;
        }

    .navbar-nav .open .dropdown-menu {
        position: relative !important;
    }

    #map-header {
        padding: 30px;
    }

    #header .header-text {
        font-size: 30px;
        bottom: -3%;
    }
    #header .philosophy {
        bottom: 40% !important;
        left: 35% !important;
    }
    #header .hongkong {
        bottom: 36% !important;
        left: 50% !important;
    }

    #header .china {
        bottom: -32% !important;
        left: 50% !important;
    }

    #header .denim {
        bottom: 42% !important;
        left: 34% !important;
    }

    #header .smart_dev {
        bottom: -20% !important;
        left: 32% !important;
    }

    #header .showroom {
        bottom: 8%;
        right: 22%;
    }
    #header .story {
        bottom: 25% !important;
    }

    #header .team {
        bottom: 33% !important;
        left: 37% !important;
    }

    #header .chemical-header {
        bottom: 43% !important;
    }

    #header .circular-header {
        top: 62% !important;
    }

    #header .New-Tech {
        bottom: 46% !important;
    }

    #header .Faabrics-header {
        bottom: 52% !important;
    }

    #header .Safe-header {
        bottom: 40% !important;
    }

    #header .bangladesh {
        bottom: -18% !important;
    }

    #header .germany {
        bottom: 46% !important;
    }

    #header .z_sustain {
        bottom: -25% !important;
        left: 28% !important;
    }

    #header .soc_com {
        bottom: 39% !important;
        left: 34% !important;
    }

    .subtitle {
        font-size: 24px !important;
    }

    .showrooms {
        margin-bottom: -21px !important;
    }

   
    #Sustainability .parallax {
        background-attachment: unset;
    }

    #Sustainability .sustain {
        font-size: 24px !important;
        line-height: 27px !important;
    }
   

    #Sustainability1 .parallax {
        background-attachment: unset;
    }

    .mapAddress {
        font-size: 25px;
        line-height: 28px;
    }

    .radio:checked ~ .content p {
        font-size: 25px;
        line-height: 32px;
    }

    #director-msg {
        padding: 100px 60px;
    }
    
    /*#director-msgs {
        padding: 100px 60px;
    }*/
    
    #values {
        padding: 100px 60px;
    }


    .two-txt-align {
        left: 30% !important;
        transform: translate(-10%, -50%) !important;
    }

    .padbot10 {
        padding-bottom: 10px;
    }

    .caresheader {
        font-size: 18px !important;
        left: 50% !important;
        bottom: 44% !important;
        transform: translate(-50%, -50%) !important;
    }

    #sliderhori {
        padding-top: 30px;
    }

    /*.Faabrics-header {
        font-family: Montserrat-Medium;
        font-size: 18px !important;
        top: 50%;
        left: 22%;
        transform: translate(-15%, -50%);
        position: absolute;
    }*/

    /*.Safe-header {
        font-family: Montserrat-Medium !important;
        font-size: 20px !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        top: 50%;
        position: absolute;
    }*/

    /*.chemical-header {
        font-family: Montserrat-Medium !important;
        font-size: 20px !important;
        left: 17% !important;
        transform: translate(-10%, -50%) !important;
        position: absolute;
        top: 50%;
    }*/

    .New-header {
        font-family: Montserrat-Medium !important;
        font-size: 20px !important;
        left: 20% !important;
        transform: translate(-13%, -50%) !important;
    }

    /*.New-Tech {
        font-family: Montserrat-Medium !important;
        font-size: 20px !important;
        left: 20% !important;
        transform: translate(-13%, -50%) !important;
        position: absolute;
        top: 50%;
    }*/

    .home-header {
        font-family: Montserrat-Regular !important;
        font-size: 20px !important;
        /*position: absolute;
        left: 22% !important;
        transform: translate(-13%, -50%) !important;
        top: 50%;*/
        /*top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }


    .navbar-header {
        margin-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px;
    }



    #core_values_left h1 {
        text-align: center;
    }

    #core_values_left {
        padding: 0px;
    }

    #desktop-view {
        display: none;
    }

    #mobile-view {
        /*display: normal;*/
    }

    .mobile-view {
        /*display:none;*/
    }

    #NewsNav {
        margin-left: -4%;
        margin-right: -4%;
        margin-top: -60%;
        margin-bottom: 60%;
    }

    #sticker {
        width: 100% !important;
        padding: 0 20px;
    }

    #strength_desktop {
        display: none;
    }

    .padtp {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #strength_mobile {
        padding: 0px 20px !important;
    }

    .clickhere_section:hover {
        text-decoration: none !important;
    }

    /*#cirle {
        background: url('../assets/img/arrow-circle.png') !important;
        background-repeat: round !important;
    }*/

    #our-ocean {
        font-size: 14px !important;
    }

    #ocean {
        padding-bottom: 35px;
    }

    #chemical_zero {
        padding-top: 30px;
    }

    #NT-skirt {
        padding-top: 35px;
    }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

    /* gallery */
    .gallery-area .gallery-items.col-2 .pf-item,
    .gallery-area .gallery-items.col-3 .pf-item,
    .gallery-area .gallery-items.col-4 .pf-item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-header {
        margin-right: 0px !important;
    }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


    .side {
        padding: 50px;
        width: 400px;
    }

    /* Testimonials */

    .testimonial-items .provider {
        display: flex;
        text-align: left;
    }

        .testimonial-items .provider .thumb {
            margin-right: 15px;
        }

        .testimonial-items .provider img {
            margin: 0;
        }

    .navbar-nav > li > a {
        line-height: 20px !important;
    }
}

@media only screen and (min-width: 991px) {
    #core_values_left {
        width: 46.5%;
        padding: 55px 0px;
    }

    .caresheader {
        left: 35%;
        transform: translate(-25%,-50%);
    }

    #SC_2_para {
        padding-left: 40%;
    }

    #SC_3_para {
        padding-right: 21%;
    }

    #SC_4_para {
        padding-left: 40%;
    }

    .social-compliances-img {
        top: 0 !important;
    }
}

/*for Tab View*/
@media only screen and (min-width: 767px) and (max-width: 800px) {
    .caresheader {
        left: 35% !important;
        transform: translate(-25%,-50%) !important;
        font-size: 40px !important;
    }

    /*.chemical-header {
        left: 35% !important;
        transform: translate(-25%,-50%) !important;
        font-size: 40px !important;
    }*/

    #NewsNav {
        margin-left: -4%;
        margin-right: -4%;
        margin-top: -35%;
        margin-bottom: 35%;
    }

    #strength_desktop {
        display: none;
    }

    #strength_mobile {
        display: flex !important;
    }
}
/*Macbook command 4k Screens*/
@media only screen and (min-width: 2559px) {
    #Sustainability .parallax {
        padding: 400px 0px;
    }

    #SC_first_para {
        padding-right: 39%;
    }

    #SC_2_para {
        padding-left: 52%;
    }

    #SC_3_para {
        padding-right: 47%;
        padding-left: 10%;
    }

    #SC_3_parah {
        padding-left: 10%;
    }

    #SC_4_para {
        padding-left: 57%;
    }

    .social-compliances-img {
        width: 100% !important;
    }

    .header-text {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
        position: absolute !important;
    }

    .Z21 {
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
    }

    .Z22 {
        padding: 0 6% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
    }

    .Z23 {
        padding: 0 21%;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
    }

    #NewsNav {
        margin-left: -3%;
        margin-right: -3%;
        margin-top: -35%;
        margin-bottom: 35%;
    }

    /*.Faabrics-header {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
    }*/

    .chemical-header {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
    }

    /*.New-Tech {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
    }*/

    .home-header {
        font-family: Montserrat-Regular !important;
        /*position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;*/
        /*top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }

    #sticker {
        width: 44% !important;
    }

    #our-strengths .padtp {
        padding-top: 17%;
        padding-bottom: 12.5%;
    }

    #strimg1 img {
        max-width: 48% !important;
    }

    #strimg1 {
        padding-top: 33% !important;
    }

    #strimg13 img {
        max-width: 65% !important;
    }

    #strimg2 img {
        max-width: 65% !important;
    }

    #strimg2 {
        padding-top: 53% !important;
    }

    #strimg4 img {
        max-width: 65% !important;
    }

    #strimg4 {
        padding-top: 20% !important;
    }

    .aboutus {
        padding: 40% 70px !important;
    }

    #zc-symbol {
        width: 40% !important;
    }

    #safetowear {
        padding: 15px !important;
    }



    #our-ocean {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    /*#STW-MIG {
        padding: 14.7% 0 !important;
    }*/

    /*#zamira_care Added by Dhanashree*/
    #zamira_care {
        padding: 5% 0 !important;
        background: rgb(252,252,250);
    }

    #Fast_Fashion_Services {
        padding: 6% 0 !important;
    }

    #Reformd {
        padding: 8% 0 !important;
    }

    .paragraph {
        padding: 0 33% !important;
    }

    #mobile-view {
        display: none !important;
    }
}

@media only screen and (min-width: 767px) {
    .navbar-nav > li > a {
        line-height: 40px !important;
    }

    .dropdown-menu {
        position: absolute !important;
    }

    #Clients .clients_logo .client-logo {
        /*border-bottom: 1px solid RGB(212,220,228);
        border-right: 1px solid RGB(212,220,228);*/
        margin-bottom: 0;
    }

    #map-header {
        position: absolute;
        margin-top: 5%; /*Edited 70px to 5% by Dhanashree*/
        width: 100%;
    }

    .mapAddress {
        font-size: 36px;
        line-height: 42px;
    }

    .radio:checked ~ .content p {
        font-size: 34px;
        line-height: 40px;
    }



    .services-items-left {
        padding-left: 45px;
    }

    .services-items-right {
        padding-right: 45px;
    }

    .ser2paddingleft {
        padding-left: 0px;
    }

    .shwroompadleftzero {
        padding-left: 0px;
    }

    .shwroompadrightzero {
        padding-right: 0px;
    }

    .caresheader {
        font-size: 50px !important;
        left: 37%;
        transform: translate(-20%, -50%);
    }

    /*.Faabrics-header {
        font-family: Montserrat-Medium !important;
        font-size: 50px !important;
        left: 22%;
        transform: translate(-15%, -50%);
        position: absolute;
        top: 50%;
    }*/
    /*.chemical-header {
     font-size: 50px !important;
        left: 22%;
        transform: translate(-15%, -50%);
        position: absolute;
        top: 50%;
    }*/


    /*.Safe-header {
        font-family: Montserrat-Medium !important;
        font-size: 50px !important;
        left: 50% !important;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        position: absolute;
    }*/

    /*.chemical-header {
        font-family: Montserrat-Medium !important;
        font-size: 50px !important;
        left: 28%;
        transform: translate(-12%, -50%);
        position: absolute;
        top: 50%;
    }*/

    .New-header {
        font-family: Montserrat-Medium !important;
        font-size: 50px !important;
        left: 33%;
        transform: translate(-20%, -50%);
        position: absolute;
        top: 50%;
    }

    /*.New-Tech {
        font-family: Montserrat-Medium !important;
        font-size: 50px !important;
        left: 33%;
        transform: translate(-20%, -50%);
        position: absolute;
        top: 50%;
    }*/

    .home-header {
        font-family: Montserrat-Regular !important;
        font-size: 50px !important;
        /*left: 35%;
        transform: translate(-20%, -50%);*/
        /*position: absolute;*/
        /*top: 50%;*/
        /*top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }


    #director-msg h2 {
        font-size: 35px; /*changed 34 to 35 by Dhanashree*/
        line-height: 42px;
    }
    
    /*#director-msgs h2 {
        font-size: 35px;
        line-height: 42px;
    }*/

    #directormsg {
        padding-left: 45px;
    }
    
    #values h2 {
        font-size: 35px; /*changed 34 to 35 by Dhanashree*/
        line-height: 42px;
    }

    /*#directormsgs {
        padding-left: 45px;
    }*/

    #sus_click_here {
        font-size: 43px;
        line-height: 48px;
    }

    .clickhere_section .clickhere_section_link .clickhere_section_link_arrows {
        width: 140%;
        left: -50px;
    }

    #director-msg {
        padding: 100px 80px !important;
    }
    
    /*#director-msgs {
        padding: 100px 80px !important;
    }*/
    
    #values {
        padding: 100px 80px !important;
    }

    #team_showroom {
        font-size: 38px;
    }

    #ocean .overlay-header {
        /*position: absolute;*/
        padding: 70px 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255, 0.4);
    }

    #desktop-view {
        /*display:none;*/
    }

    .mobile-view {
        display: none;
    }

    #NewsNav {
        margin-left: -4%;
        margin-right: -4%;
        margin-top: -15%;
        margin-bottom: 15%;
    }

    #strength_mobile {
        display: none;
    }

    .paragraph {
        padding: 0 8%;
    }

    #strimg1 {
        padding-top: 64%;
    }

    #strimg2 {
        padding-top: 40%;
    }

    #strimg4 {
        padding-top: 29%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .resheight {
        height: calc(100vh - 75px) !important;
    }

    .openerheight {
        height: calc(100vh + 75px) !important;
    }

    #our-ocean {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .paragraph_pillers {
        padding-right: 24%;
        font-size: 14px;
    }

    #mobile-view {
        display: none;
    }
}

@media only screen and (max-width: 395px) {
    .font12Adj {
        font-size: 11px;
    }

    #our-ocean {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 3839px) {
    #strimg2 {
        padding-top: 10% !important;
    }

    #strimg4 img {
        max-width: 50% !important;
    }

    #strimg4 {
        padding-top: 11% !important;
    }

    #strimg13 img {
        max-width: 50% !important;
    }
}

/*================================ 
    #SOCIAL COMPLIANCES
====================================*/


/*edit by omkar  ---->*/
.compl{
    position: relative; top: 5px;padding:0px !important;
}

.compexl{
    padding-right:0px;position: relative; top: 20px; left: -400px;
}

.complimg{
    position: relative; top: 10px; left: -400px;width: 94%;
}

.complimg1{
    position: relative; top: -60px;width: 80%;
}

.social-compliances-four .transtrace{
    position: relative; top: 5px; left: -820px; padding:0;
}

.lastimg{
    position: relative; top: -42px; left: -440px; padding:0; width: 170%;
}

@media only screen and (max-width: 1200px) {
    #mobile-view {
        display: block !important;
    }

    #desktop-view {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    #desktop-view {
        display: block !important;
    }

    #mobile-view {
        display: none !important;
    }
     #SC_3_para {
    padding-bottom:118px;
    }
    #SC_first_para {
    padding-bottom:67px;
    }
    #sc_img3 {
        padding-top:13% !important;
    }
    #sc_div4 {
    left:-400px;
    }
    /*#sc_img5 {
    padding-top:19% !important;
    }*/
    .social-compliances-four .transtrace {
    top:54px !important;
    }
    #sc_div_5 {
    left:-530px;
    }

    #sc_img5 {
        padding-top:19%;
        width:81%;
    }
}

@media (min-width: 1205px) and (max-width: 1366px) {
    #sc_img5 {
    padding-top:19% !important;
    }
    #SC_4_para {
    padding-bottom:140px !important;
    }
}

@media (max-width: 1680px) and (min-width: 1679px) {
    #sc_img2 {
        left: -378px !important;
    }

    #sc_img3 {
        padding-top: 14% !important;
    }

    #sc_img5 {
        padding-top: 22% !important;
    }

    #sc_div_5 {
        left: -564px;
    }
    /*#SC_3_para {
    padding-bottom:30.5% !important;
    }*/
     /*#SC_first_para {
    padding-bottom:206px;
    }*/
     .social-compliances-four .transtrace{
        position: relative; top: 35px !important; left: -820px; padding:0;
    }
   .lastimg{
        position: relative; top: 0 !important; left: 0px !important; padding:0; width: 100% !important;
    }
    .lastimg .compliances-img{
        max-width: 228% !important;
    }

   

   
    #sc_div4 {
      top:-51px !important;
    }
     #SC_first_para {
    padding-bottom:37%;
    }
      #SC_3_para {
    padding-bottom:41.5% !important;
    }
    #SC_2_para {
    padding-bottom:9%;
    }
    #sc_div4 {
    left:-400px;
    }
}

@media only screen and (min-width: 2500px) {
     #sc_div_5 {
        left: -115px !important;
    }
     /*edit by omkar  ---->*/
     .social-compliances-four .transtrace{
        position: relative; top: 25px !important; left: -820px; padding:0;
    }
    .lastimg{
        position: relative; top: 0 !important; left: 0px !important; padding:0; width: 100% !important;
    }
    .lastimg .compliances-img{
        max-width: 221% !important;
    }
    .compl{
        position: relative; top: -270px !important;padding: 0px !important;
    }
    #SC_2_para {
    padding-bottom:11%;
    }
    #sc_div4 {
    left:0px;
    }
    #SC_3_para {
    padding-bottom:60px;
    }
    
}

@media (max-width: 2000px) and (min-width: 1400px) {
    /*#sc_div_5 {
        left: -564px !important;
    }
    #sc_div4 {
      top:-51px !important;
    }
     #SC_first_para {
    padding-bottom:37%;
    }
      #SC_3_para {
    padding-bottom:41.5% !important;
    }
    #SC_2_para {
    padding-bottom:9%;
    }
    #sc_div4 {
    left:-400px;
    }*/

    .lastimg {
    left:-648px !important;
    }

    #sc_img2 {
        left: -47% !important;
    }

    #sc_img3 {
        padding-top: 14% !important;
    }

    #sc_img5 {
        padding-top: 22% !important;
    }

    #sc_div_5 {
        left: -564px;
    }
    /*#SC_3_para {
    padding-bottom:30.5% !important;
    }*/
     /*#SC_first_para {
    padding-bottom:206px;
    }*/
     .social-compliances-four .transtrace{
        position: relative; top: 35px !important; left: -820px; padding:0;
    }
   .lastimg{
        position: relative; top: 0 !important; padding:0; width: 100% !important;
    }
    .lastimg .compliances-img{
        max-width: 228% !important;
    }

   

   
    #sc_div4 {
      top:-51px !important;
    }
     #SC_first_para {
    padding-bottom:37%;
    }
      #SC_3_para {
    padding-bottom:41.5% !important;
    }
    #SC_2_para {
    padding-bottom:9%;
    }
    #sc_div4 {
    left:-400px;
    }
   
}

/*edit by omkar  ---->*/
@media (max-width: 3850px) and (min-width: 2565px) {
    .lastimg{
        position: relative; top: 0 !important; left: 0px !important; padding:0; width: 100% !important;
    }
    .lastimg .compliances-img{
        max-width: 221% !important;
    }
    #sc_img2 {
    left:-444px !important;
    }
     #SC_3_parah {
    padding-left:6% !important;
    }
    #SC_3_para {
    padding-left:6% !important;
    }
    #sc_div_5 {
    top:-531px !important;
    }
    #SC_2_para {
    padding-bottom:25%;
    }
   
}


/* ==========================================
    #OUR STENGHTH  & FABRICS & MATERIALS
============================================ */

@media only screen and (min-width: 2500px) {
    #strength_para {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    #reprive_jeans {
        width: 87% !important;
    }

    #sc_firstimg {
        width: 90%;
    }

    #sc_div_2 {
        width: 115%;
    }

    #sc_img3 {
        padding-top: 25% !important;
    }

    #sc_div_5 {
        top: -280px;
    }

    #sc_img5 {
        padding-top: 45% !important;
    }
}


@media only screen and (min-width: 3800px) {
    #strength_para {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    #reprive_jeans {
        width: 77% !important;
    }
}

@media only screen and (min-width: 1679px) {
    #strength_para {
        padding-left: 0%;
        padding-right: 0%;
    }

    #reprive_jeans {
        width: 77% !important;
    }

    #strimg13 img {
        width: 68%;
    }

    #strimg1 img {
        width: 68%;
    }

    #strimg1 {
        padding-top: 44%;
    }

    #strimg4 img {
        width: 68%;
    }

    #strimg4 {
        padding-top: 20%;
    }

    #strimg2 {
        padding-top: 32%;
    }
}

@media (min-width: 1700px) and (max-width: 2500px) {
    #strimg13 img {
        width: 68%;
    }

    #strimg1 img {
        width: 68%;
    }

    #strimg4 img {
        width: 68%;
    }

    #strimg2 img {
        width: 68%;
    }
}

@media (min-width: 1366px) and (max-width: 1366px) {
    #strimg2 {
        padding-top: 37%;
    }
}

/* ==========================================
    #FABRICS & MATERIALS & Safe to wear
============================================ */

@media only screen and (max-width: 1205px) {
     #fbm {
        padding: 8% 0;
    }
}

@media (min-width: 1205px) and (max-width: 1365px) {
     #fbm {
        padding: 11.1% 0;
    }
}
@media (min-width: 1366px) and (max-width: 1366px) {
    #stw_jeans {
        width: 69%;
    }

    #STW-MIG {
        padding: 7.43% 0;
    }

    #sticker {
        padding: 12.3% 0;
    }

    #fbm {
        padding: 11.7% 0;
    }
}

@media only screen and (min-width: 2500px) {
    #sticker {
        padding: 19% 0;
    }

    #STW-MIG {
        padding: 14.7% 0;
    }

    #fbm {
        padding: 12% 0;
    }
}

@media (max-width: 1680px) and (min-width: 1679px) {
    #STW-MIG {
        padding: 10.9% 0;
    }

    #sticker {
        padding: 12% 0;
    }

    #fbm {
        padding: 9.5% 0;
    }
}

@media only screen and (min-width: 3800px) {
    #STW-MIG {
        padding: 16.7% 0;
    }

    #fbm {
        padding: 12.5% 19%;
    }
}


@media (min-width: 1367px) and (max-width: 1500px) {
    #fbm {
        padding: 12% 0;
    }
}
@media (min-width: 1501px) and (max-width: 1679px)
{
     #fbm {
        padding: 13.8% 0;
    }
}

@media (min-width: 1680px) and (max-width: 1709px)
{
     #fbm {
        padding: 11.7% 0;
    }
}
@media (min-width: 1681px) and (max-width: 1709px)
{
     #fbm {
        padding: 11.7% 0;
    }
}
@media (min-width: 1710px) and (max-width: 1859px)
{
     #fbm {
        padding: 9% 0;
    }
}