@media screen and (max-width: 1440px) {
    body {
        font-size: 18px;
        line-height: 26px;
    }

    .tenfa-title, .tenfa-title h1, .tenfa-title h2 {
        font-size: 50px;
        line-height: 58px;
    }

    .tenfa-cnt-cta a {
        font-size: 20px;
        line-height: 28px;
        min-width: 200px;
    }

    .right-bringing {
        padding-right: 5%;
    }

    .bringing-text-cnt {
        padding-left: 50px;
    }

    .tenfa-about-right .tenfa-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .tenfa-about-right {
        padding-top: 0;
        padding-bottom: 150px;
    }

    .tenfa-big-title {
        font-size: 80px;
        line-height: 88px;
    }

    .tenfa-expertise-figures .tenfa-title {
        font-size: 80px;
        line-height: 88px;
    }

    .tenfa-subtitle, .tenfa-subtitle h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .tenfa-about.ib .tenfa-about-right {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .right-nav li {
        margin: 0 20px;
    }
    
    .right-nav li a {
        font-size: 20px;
        line-height: 28px;
    }
    
    .tenfa-bringing:before {
        height: 95%;
    }

    .tenfa-care-sq {
        width: 250px;
        height: 250px;
    }

    .tenfa-care-sq .tenfa-title {
        font-size: 60px;
        line-height: 55px;
    }

    .inner-tenfa-care {
        align-items: flex-end;
    }

    .pre-footer-left {
        padding: 50px;
    }

    .tenfa-desc-contact .info-icn {
        min-width: 100px;
    }

    .inner-tenfa-inTouch {
        max-width: 70%;
    }
    
    .tenfa-care-sq .tenfa-title {
        bottom: 19%;
    }
    
    .tenfa-care-sq .tenfa-title span {
        font-size: 30px;
        line-height: 100%;
    }
    
    .tenfa-care-sq .tenfa-title {
        font-size: 52px;
        line-height: 100%;
    }
}

@media screen and (max-width: 979px) {
    header .left-nav img, header.fixed nav.mob .left-nav img { width: 53%;}
    
    .tenfa-title, .tenfa-title h1, .tenfa-title h2 {
        font-size: 40px;
        line-height: 48px;
    }

    header .right-nav li a {
        font-size: 18px;
        line-height: 26px;
    }

    header.fixed .right-nav li a {
        font-size: 16px;
        line-height: 24px;
    }
    
    header.open {
        background: #fff;
        height: 100%;
    }

    nav.desk {
        display: none;
    }

    nav.mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }

    header.fixed nav.mob {
        padding: 0;
    }

    nav.mob .left-nav {
        width: 25%;
    }

    nav.mob .right-nav {
        width: 100%;
        position: fixed;
        top: 120px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        max-height: 0;
        padding: 0;
    }

    nav.mob .right-nav.open {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        max-height: 100%;
    }

    nav.mob .right-nav li {
        display: block;
    }

    nav.mob .right-nav li a {
        padding: 20px 0;
        display: block;
        font-size: 24px;
        line-height: 32px;
        position: relative;
    }

    nav.mob .right-nav li a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        padding: 5px;
        transform: rotate(-455deg) translateY(-50%);
        -webkit-transform: rotate(-45deg) translateY(-50%);
        border: solid #da2027;
        border-width: 0 3px 3px 0;
        margin-right: 15px;
      }

    nav.mob .right-nav li:not(:last-child) {
        border-bottom: 1px solid #da2027;
    }

    header.fixed nav.mob .right-nav {
        top: 100px;
    }

    .menu-icon {
        
    }

    #nav-icon1 {
        width: 35px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin: 0 0 0 auto;
    }
    
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #da2027;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    
    #nav-icon1 span:nth-child(1) {
        top: 0;
        width: 100%;
    }
    
    #nav-icon1 span:nth-child(2) {
        top: 12px;
    }
    
    #nav-icon1 span:nth-child(3) {
        top: 24px;
        width: 100%;
    }
    
    #nav-icon1.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 70%;
    }
    
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    
    #nav-icon1.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: translateX(0) rotate(-135deg);
        -moz-transform: translateX(0) rotate(-135deg);
        -o-transform: translateX(0) rotate(-135deg);
        transform: translateX(0) rotate(-135deg);
        width: 70%;
        left: 0;
    }
    
    header.fixed {padding: 10px 0;}

    header .left-nav img {
        width: 80%;
    }

    .tenfa-bringing {
        margin-top: 50px;
    }

    .left-bringing {
        width: 100%;
        margin: 0 10%;
    }

    .right-bringing {
        width: 100%;
        padding-top: 50px;
        margin: 0 10%;
    }

    .bringing-logos {
        max-width: 90%;
        padding: 100px 50px 100px 100px;
    }

    .product-slider-left {
        order: 2;
        width: 100%;
        padding-top: 50px;
    }

    .product-slider-right {
        order: 1;
        width: 100%;
    }

    .tenfa-about {
        padding-top: 150px;
    }

    .tenfa-about-left {
        width: 100%;
    }

    .tenfa-about-right {
        width: 100%;
        padding-top: 50px;
    }

    .tenfa-about.ib {
        padding-top: 150px;
    }
    

    .tenfa-about.ib .tenfa-about-left {
        width: 100%;
        order: 1;
    }

    .tenfa-expertise-figures .tenfa-title {
        font-size: 60px;
        line-height: 68px;
    }

    .tenfa-about.ib .tenfa-about-left iframe {
        height: 500px;
    }

    .tenfa-about.ib .tenfa-about-right {
        width: 100%;
        order: 2;
        padding-top: 50px;
    }

    .tenfa-about.ib .tenfa-about-right .tenfa-subtitle {
        font-size: 22px;
        line-height: 30px;
        padding: 20px 0;
    }

    .ib-repeated-left {
        width: 100%;
        margin-right: 0;
    }

    .ib-repeated-right {
        width: 100%;
    }

    .tenfa-ib-repeated:nth-child(even) .ib-repeated-left {
        order: 1;
        margin-left: 0;
    }

    .tenfa-ib-repeated:nth-child(even) .ib-repeated-right {
        order: 2;
    }

    .tenfa-big-title {
        font-size: 60px;
        line-height: 68px;
    }

    .pre-footer-left {
        width: 100%;
    }

    .pre-footer-right {
        width: 100%;
        margin-bottom: 0;
    }

    .inner-tenfa-care .left-bringing {
        margin: 0;
    }

    .inner-tenfa-care .right-bringing {
        margin: 0;
    }

    .tenfa-care-sq {
        position: relative;
        margin-top: 50px;
    }

    .tenfa-bringing.care {
        padding-bottom: 0;
    }

    .popular-products-slider .content {
        max-width: 85%;
    }

    .tenfa-banner.brands {
        padding: 150px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    header.fixed nav.mob .left-nav img {
        width: 70%;
    }

    

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .tenfa-title, .tenfa-title h1, .tenfa-title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .bringing-text-cnt {
        padding-left: 20px;
    }

    .tenfa-cnt-cta a {
        min-width: auto;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .tenfa-cnt-cta a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .bringing-logos {
        padding: 50px 20px 50px 50px;
    }
    
    .pre-footer-right iframe {
        height: 300px;
    }

    .prefooter-desc-left {
        width: 100%;
    }

    .prefooter-desc-right {
        width: 100%;
        margin: 30px 0;
    }

    .footer-copyright .tenfa-subtitle {
        font-size: 12px;
        line-height: 20px;
    }

    .expertise-figures-repeated {
        width: 50%;
        margin-bottom: 30px;
    }

    .tenfa-about.ib .tenfa-about-right .tenfa-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .tenfa-about.ib .tenfa-about-right .tenfa-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .tenfa-big-title {
        font-size: 50px;
        line-height: 58px;
    }

    a.cta-border-red, a.cta-bg-red {
        font-size: 20px;
        line-height: 28px;
        min-width: 200px;
    }

    .inner-tenfa-care .tenfa-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .inner-tenfa-inTouch {
        max-width: 85%;
    }

    .tenfa-about.ib .tenfa-about-left iframe {
        height: 300px;
    }

    .tenfa-about {
        padding-top: 120px;
    }

    .tenfa-about.ib {
        padding-top: 120px;
    }
    
    .brands-tooltip {
        position: fixed;
        width: 95%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 97%;
        z-index: 99;
    }
    
    .brands-tooltip.active {
        padding: 50px 30px;
        z-index: 99;
    }
    
    body.overflow {
        overflow: hidden;
    }
    
    .brands-tooltip span {
        position: absolute;
        top: 15px;
        right: 20px;
        opacity: 1;
    }
    
    
}

/*@media screen and (min-width: 0) and (max-width: 979px) {*/
 
/*    header {*/
/*        background: white;*/
/*        height: 60px;*/
/*    }*/
 
/*    nav.mob {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    max-width: 90%;*/
/*    margin: 0 auto;*/
/*    padding: 9px 0;*/
/*    }*/
/*    header.fixed nav.mob { padding: 9px 0; }*/
    
    
/*    */

/*    .tenfa-banner {*/
/*        padding-bottom: 50px;*/
/*        margin-top: 60px;*/
/*    }*/
/*    .tenfa-title, .tenfa-title h1, .tenfa-title h2 {display:none;}*/

/*    nav.mob .right-nav li a {*/
/*        padding: 15px 0;*/
/*        display: block;*/
/*        font-size: 20px;*/
/*        line-height: 22px;*/
/*        position: relative;*/
/*    }*/
    
/*}*/




