section.banner-section {
    float: left;
    width: 100%;
    /* background-color: rgb(73 184 211 / 0.1);*/
    position: relative;
    padding: 110px 140px 20px;
    margin-top: 110px;
}
section.banner-section.no-content{
    padding: 110px 0 20px;
}
.banner-slider {
    width: 100%;
    float: left;

}

.banner-slider img.mob-image{
    display: none;
}
.slick-slide img{
    display: inline-block;
    text-align: right;
}
.item-box {
    width: 100%;
    float: left;
    padding:  0px 0;
    position: relative;
    
}
.home-page .item-box{
    min-height: 550px;
}
.item-box
.content-box{ 
   /* position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);*/
    /* padding:0px   0px 200px 40px;*/

}
.home-page .item-box .content-box {
    width: 37%;
    float: left;
    padding: 60px 0px 40px 0px;
    text-align: right;
}
.home-page .banner-img{
    width: 63%;
    float: right;
    text-align: left;
    padding-left: 50px;
    /*padding-top: 50px;*/
    padding-top: 10px;
}

.item-box .content-box {
    width: 50%;
    float: left;
    padding: 50px 40px 200px 0px;
    text-align: right;

}
.item-block{
    cursor: pointer;
}
.banner-img{
    width: 50%;
    float: right;
    text-align: left;
    padding-right:  0px; 
    padding-top: 50px;
}
section.banner-section.no-content .slick-slide img.mob-image {
    display: none;

}
.banner-img.no-text {
    width: 100%;
    padding: 0;
    text-align: center;
}
section.banner-section.no-content .bg-section{
 height: 77px;
 bottom: 0;
}
section.banner-section.no-content .content-box{
    padding: 0;
}
.content-box h2{
    text-align: left;
    font-size:  35px;
    line-height: 37px;
    font-weight: 400;
    /* font-family: "Omnes Semibold";*/
    letter-spacing: 0.8px;
    color:#1db6ca;
    opacity: 1;
    text-transform: lowercase;
    margin: 0;
    font-family: vagmedium;
    padding-bottom: 5px;
}
.content-box p{
    text-align: left;
    font-size:  29px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #3C3A3A;
    font-family: vagmedium;
    opacity: 1;
    margin:10px 0;
    text-transform: lowercase;
} 
.home-page .content-box h2{
    text-align: right;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
}
.home-page .content-box h3 {
    text-align: right;
    font-size: 34px;
    line-height: 36px;
}
.home-page .content-box p{
    text-align: right;
}
.button-section{
    width: 100%;
    float: left;
    text-align: center;

}
section.hygiene-section {
    width: 100%;
    float: left;
    position: relative;
    padding: 35px 10px 0;
}
.header-section {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0;
    font-size: 26px;/*
    font-family: "Omnes Semibold";*/
    font-weight: 700;
    text-transform: lowercase;
    line-height:  51px;
    letter-spacing: 0.52px;
    color: #5D6472;
}
.header-section:before{
    width: 60px;
    height: 1px;
    background-color: #ACD5B1;
    height: 2px;
    content: "";
    left: 0;
    display: none;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    position: absolute;
}
.product-section {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 140px
}
.product-image {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 40px;
}
.product-details{
    width: 50%;
    float: left;
    padding-left: 30px;    
}
.product-details.active {
    width: 50%;
    float: left;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}
section.hygiene-section.home-hygiene .header-section:before,
section.hygiene-section.personal-hygiene .header-section:before{
    background-color: #1DB6CA;
}
.product-details h2{
    font-size: 35px;
    font-weight: 900; 
    letter-spacing: 0.8px;
    color: #1db6ca;
    margin: 0;
    text-transform: lowercase;
    line-height: 42px;
    padding-bottom: 20px;
    max-width: 350px;
}
.product-details.Magic h2{
    color: #3AAB49;
}
.product-details p{
    position: relative;
    font-size: 16px;
    margin: 0;
    width: 100%;
    float: left;
    font-weight: 600; 
    letter-spacing: 0.82px;
    color: #808081;
    line-height: 22px;
    padding:5px 0 5px 30px
}
.product-details.Magic p span svg path{
    fill:#3AAB49;
}
.personal-hygiene .product-details.Magic .button{
    background-color: #3AAB49;
}
/*.product-details p:before{  
    position: absolute;
    width: 10px;
    height: 12px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/zone5-plus.png);
    background-position: center;
    top: 10px;
    left: 0px;
    content: "";
    }*/
    .product-image img{
        max-width: 400px;
    }
    .personal-hygiene .product-image{
        background-size: auto;
        background-repeat: no-repeat;
        background-image: url(../images/product_bg.svg);
        background-position: right;
    }
    .kitchen-hygiene  .product-image{
        background-size: auto;
        background-repeat: no-repeat;
        background-image: url(../images/product_bg.svg);
        background-position: right;
    }
    .home-hygiene .product-image{
        background-size: auto;
        background-repeat: no-repeat;
        background-image: url(../images/product_bg_2.svg);
        background-position: right;
    }
    .product-details .button-section{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .bg-bb1 {
        position: absolute;
        left: -50px;
        top: 80px;
    }
    .bg-bb-plus {
        position: absolute;
        right: 120px;
        top: 35px;
        width: 123px;
    }
    .bg-bb-plus2 {
        position: absolute;
        left: 120px;
        bottom: 74px;
        width: 82px;
        z-index: 9;
    }
    .slider-single{
        width: 100%;
        float: left;
    }
    .slider-single .items{
        width: 100%;
        float: left;
        position: relative;
        padding: 50px 0;
    }
    .slider-nav{
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 0px;
        padding: 0 10%;
    }
    .slider-nav .thumb-image img{
        width: auto;
        height: 100px;

    }
    .thumb-image {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 0 0px;
        height: 105px;
    }
    .thumb-detail{
        text-align: center;
        font-size:  14px ;
        line-height:  18px;
        letter-spacing: 0.28px;
        color: #fff;
        font-family: "Omnes Semibold";
        opacity: 1;
        text-transform: lowercase;
        width: 100%;
        float: left;
        height: 36px;
        overflow: hidden;
        /*max-width:  173px;*/
    }
    .bg-bb2 {
        position: absolute;
        right: -30px;
        bottom: 300px;
        width: 80px;
    }
    .bg-bb3{
     position: absolute;
     right: -50px;
     bottom: 240px;
     width: 120px;
 }
 .bg-bb4{
     position: absolute;
     left: -60px;
     top: 140px;
     width: 140px;
 }
 .bg-bb5{
     position: absolute;
     right: -50px;
     top: 190px;
     width: 120px;
 }
 .bg-section {
    background: transparent linear-gradient(180deg, #DBEEAA 0%, #DBEEAA00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    position: absolute;
    height: 100px;
    bottom: 0px;
    z-index: -1;
    background: #1db6ca;
    left: 0;
}
label.claim {
    font-size: 12px;
    color: #5D6473;
    width: 100%;
    float: left;
    font-style: italic;
    text-transform: lowercase;
}
.claim-div{
    width: 100%;
    float: left;
}
.product-section  .slick-prev,  .product-section .slick-next{
    top: 16%;
}
.product-section .slider-single .slick-prev,  .product-section .slider-single .slick-next{
    top: 50%;
}
.product-section .slider-nav{
    position: initial;
}
.product-section .slider-nav .slick-prev, .product-section .slider-nav .slick-next{
    top: 45%;
    top: calc( 50% - 80px );
}
.product-section .slider-nav .slick-prev{
    left: 80px;
}
.product-section .slider-nav .slick-next{
    right: 80px;
}
.home-hygiene .slider-nav .thumb-image img{
    height: 100px;
    width: auto;
}
.personal-hygiene .button{
    background-color: #1db6ca;
}
.home-hygiene .header-section ,
.home-hygiene h2{
    color: #1db6ca;
}    
.product-details p span{
    position: absolute;
    top:13px;
    left: 0px;
    width: 10px;
}
.home-hygiene .product-details p:before{
    display: none;
}
.product-details p span svg{
    width: 10px;
} 
.product-details p span svg path{
    fill:#1485C3;
}
.section-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.item-block.slick-current,
.item-block.is-active{
    position: relative;
    padding-bottom: 30px;
} 
.slider-nav .item-block{
    padding:0 10px 30px;
}
.item-block.slick-current:before,
.item-block.is-active:before{
    position: absolute;
    content: "";
    width: 60px; 
    height: 5px;
    background-color: #ffef00;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}
/*.home-hygiene  .item-block.slick-current:before,
.home-hygiene .item-block.is-active:before{
    background-color:#1CADD6;
}
.kitchen-hygiene .item-block.slick-current:before,
.kitchen-hygiene .item-blockis-active:before{
    background-color:#3AAB49;
    }*/
    .kitchen-hygiene .header-section{    
        color: #3aab49;
    }
    .kitchen-hygiene h2{
        color: #3AAB49;
    } 
/*.kitchen-hygiene .item-block.slick-current:before,
.kitchen-hygiene .item-block.is-active:before{
    background-color:#3AAB49;
    } */
    .kitchen-hygiene .product-details p:before{
        display: none;
    }
/*.kitchen-hygiene .slider-nav .thumb-image img{
    width: 44px;
    }*/
    .kitchen-hygiene .button{
        background-color: #3AAB49;
    }
    .kitchen-hygiene .product-details p span svg path{
        fill:#7CB72E;
    }
/*.home-hygiene  .bg-section{
    background: transparent linear-gradient(180deg, #2CB2DA 0%, #2C90DA00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.32;
}

.kitchen-hygiene .bg-section{
    background: transparent linear-gradient(180deg, #DBEEAA 0%, #DBEEAA00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.77;
    }*/
    section.hygiene-section.blog-section{
        padding: 50px 140px  ;
    }
    .blog-block {
        width: 100%;
        float: none;
        max-width: 1000px;
        margin: 0 auto;
        display: block;
    }
    .blog-list {
        width: 33.3%;
        float: left;
        padding:30px 15px 0px;

    }
    .blog-list:nth-child(1), .blog-list:nth-child(2), .blog-list:nth-child(3){
        padding-top: 60px;
    }
    section.hygiene-section.stories-section .header-section,
    section.hygiene-section.blog-section .header-section{
        color: #0A6735;
    }
    .stories-section{
        width: 100%;
        float: left;
        display: none;
    }
    .blog-box {
        background: #FFFFFF;
        box-shadow: 0px 5px 30px rgb(0 0 0 / 6%);
        border-radius: 15px 15px;
        opacity: 1;
        width: 100%;
        float: left;
    }
    .blog-img {
        width: 100%;
        float: left;
        border-radius: 15px 15px;
    }
    .blog-img img{ 
        border-radius: 15px 15px 0  0;
        width: 100%;
    }
    .blog-box p{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
        line-height:  33px;
        letter-spacing: 0.24px;
        color: #1CB6CA;
        text-transform: uppercase;
        font-family: "Omnes Semibold";
        padding:20px 10px  0px;
        margin: 0; 
        opacity: 1;
    }
    .stories-list img{
        width: 100%;
    }
    .blog-box h4{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 20px;
        line-height:  26px;
        letter-spacing: 0.4px;
        color: #3C3A3A;
        /*text-transform: uppercase;*/
        font-family: "Omnes Semibold";
        padding: 0px 30px;
        margin: 0; 
        opacity: 1;
        min-height: 78px;
    } 
    .more-button {
        width: 100%;
        float: left;
        text-align: center;
        margin: 60px 0 30px;
        position: relative;
    }
    .more-button:before{
        position: absolute;
        content: "";
        width: 20px;
        height: 3px;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #EEE632;
    }
    .more-button .button{
        float: none;
        display: inline-block;
        margin: 0 auto;
        background-color: transparent;
        border:1px solid #707070;
        color: #3C3A3A;
        font-size: 13px;
        width: 130px;
        height: 34px;
        padding: 7px;
    }
    .social-logo{
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 40px;
        
    }
    section.hygiene-section.blog-section    .social-logo{
        display: none;
    }
    .social-section{
        width: auto;
        display: inline-block;
        margin: 0 auto;
        padding: 0 10px;
        cursor: pointer;
    }
    .view-button {
        width: 100%;
        float: left;
        margin: 40px 0 20px;
        text-align: center;
    }
    .view-button .button{
     float: none;
     display: inline-block;
     margin: 0 auto;
     background-color: transparent !important;
     color: #00b2e3;
     border-bottom: 1px solid #00b2e3;
     padding: 10px 0;
     border-radius: 0;
     width: auto;
     font-size: 22px;
 }
}
section.hygiene-section.stories-section{ 
    padding: 50px 140px 0;
    margin-bottom: 60px;
}
.stories-block {
    width: 100%;
    float: left;
}
.stories-list{
    width: 33.3%;
    padding: 15px;
    float: left;
    position: relative;
}
.stories-details {
    text-align: left;
    font-size: 20px;
    line-height:  22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    opacity: 1;
    padding: 30px;
    position: absolute;
    top: 0px;
    left: 0;
}
.head-txt {
    width: auto;
    float: right;
}
.stories-logo {
    width: 34px;
    float: left;
    position: absolute;
    right: 30px;
    bottom:30px;
    cursor: pointer;
    height: 34px;
}
.stories-logo svg{
    width: 34px;
    height: 34px;
}
.stories-logo svg circle{
    fill: #fff;
}
.stories-logo svg path{
    fill:#3aab49;
}
.stories-logo img{
    width: auto;
}
span.icon-Close {
    font-size: 16px;
    line-height: 51px;
    border-bottom: 2px solid #EEE632;
}
@media screen and (max-width: 1000px){
    .bg-bb-plus {
        position: absolute;
        right: 40px;
        top: 35px;
        width: 80px;
    }
    .item-box .content-box,
    .content-box {
        width: 100%;
        float: left;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        transform: none;
        padding: 0;
    }
    .banner-img {
        text-align: center;
        padding: 40px 0 10px;
        width: 100%;
    }
    .bg-bb-plus2,
    .bg-bb-plus{
        display: none;
    }
    .content-box h2 {
        text-align: center;
    }
    section.hygiene-section.blog-section {
        padding: 50px 80px 0;
    }
    section.hygiene-section.stories-section {
        padding: 50px 80px 0;
        margin-bottom: 60px;
    }
    .stories-list{
        width: 50%;
    }
    .head-txt {
        width: 100%;
        float: right;
    }
    .content-box p{
        text-align: center;
    }
    section.banner-section{
        padding: 80px 80px 0;
    }
}
@media screen and (max-width: 770px){
    section.hygiene-section,
    section.banner-section{
        padding:  0px 40px;
    }
    .product-image img {
        max-width: 100%;
    }
    .product-details{
        width: 100%;
        padding: 0;
    }
    .slider-single .items{
        text-align: center;
        padding: 50px 0 0;
    }
    .product-image img{
        max-width: 100%;
    }
    .product-section{
        padding: 0;
    }
    .slider-nav{
        padding: 0;
    }
    .item-box {
        width: 100%;
        float: left;
        padding: 50px 0 17px;
        position: relative;
    }
    section.banner-section.no-content   .item-box{
        padding: 0 0 ;
    }
    section.banner-section.no-content .slick-slide img.dest-topimg{
        display: none;
    }
    section.banner-section.no-content .slick-slide img.mob-image{
        display: block;
    }
    section.banner-section.no-content{
        padding: 0;
    }
    .item-box .content-box{
        width: 100%;
        padding: 0;
    }
    .content-box {
        width: 100%;
        float: left;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        transform: none;
        padding: 0;
    }
    .content-box h2{
        text-align: center; 
        font-size: 26px;
        line-height: 28px;
    }
    .content-box p{
        text-align: center;
        font-size: 20px;
        line-height: 29px;
    }
    .button{
        float: none;
        margin: 0 auto;
        display: inline-block;
    }
    .banner-img{
        text-align: center;
        padding: 40px 0 0;
        width: 100%;
    }

    .product-image{
        width: 100%;
        float: left;
        padding: 0;
        text-align: center;
    }
    .product-details.active{
        width: auto;
        float: none;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        transform: none;
        /*padding: 40px 20px;*/
        padding: 40px 0px;
        display: inline-block;
        margin: 0 auto;
    }
    .product-details p{
        text-align: left;
    }
    .product-details p.p_cap{
        text-align: center;
    }

    .product-details h2{
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .claim-div{
        text-align: center;
    }
    .product-details .button-section{
        text-align: center;
    }
    .bg-bb1{
        width: 50px;
    }
    section.hygiene-section.blog-section{
        padding:0 40px 40px;
    }
    .blog-list{
        width: 100%;
        float: left;
        padding: 15px 0;
    }
    .blog-list:nth-child(1), .blog-list:nth-child(2), .blog-list:nth-child(3) {
        padding-top: 15px;
    }
    .blog-list:nth-child(1){
        padding-top: 40px;
    }
    section.hygiene-section.stories-section {
        padding:  0px  40px 0;
        margin-bottom: 60px;
    }
    .stories-list{
        width: 100%;
        float: left;
        padding: 15px 0;
    }
    .stories-logo{
        right: 15px;
    }
    .personal-hygiene .product-image,
    .kitchen-hygiene .product-image,
    .home-hygiene .product-image{
        background-position: center;
    }
    .more-button:before{
        bottom: -40px;
    }
    .blog-box h4{
        min-height: auto;

    }
    .home-page .item-box .content-box{
        width: 100%;
    }
    .home-page .banner-img{
        width: 100%;
    }
    .home-page .content-box h3{
        text-align: center;
    }
    .home-page .content-box h2{
        font-size: 32px;
        text-align: center;
        line-height: 32px;
    }
    .home-page .content-box h3{
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }
    .home-page .content-box p{
        text-align: center;
    }
    .home-page .banner-img{
        padding: 0;
    }
    img.dest-topimg{
        display: none;
    }
    .banner-slider img.mob-image{
        display: inline-block;
    }
    button.slick-next.slick-arrow:before, button.slick-prev.slick-arrow:before { 
        background-size: 81px; 
    }
    .product-section button.slick-prev.slick-arrow {
        left: -41px;
    }
    .product-section button.slick-next.slick-arrow {
        right: -33px;
    }
    .product-section .slider-nav .slick-next {
        right: -26px;
    }
    .product-section .slider-nav .slick-prev {
        left: -36px;
    }
    /*.product-details p span {
        top: 5px;
        left: auto;
        padding: 0 10px;
        width: 10px;
        position: relative;
        }*/
        .content-box h2 br{
            display: none;
        }
        .content-box h2 br:first-child{
            display: block;
        }
        .slider-nav .item-block {
            padding: 0 0px 30px;
        }
    } 
    @media screen and (max-width: 370px){
        .thumb-detail{
            overflow: hidden;
            height: 50px;
        }
    }
    .bg-bb1,.bg-bb2,.bg-bb5, .bg-bb3, .bg-bb4{
        display: none;
    }