@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


body {
    margin: 0;
    font-family: Roboto ;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    overflow-x: hidden;
    image-rendering: -webkit-optimize-contrast;
}
a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0px;
}

p {
    padding: 0;
    margin:0;
}
.fr-500{
    font-weight: 500;
}
.padd-80{
    padding-top: 80px;
}

/* --------product info----------- */
.img_banner{
    background: url(../img/Mask-Group.png);
    width: 100%;
    min-height: 366px;   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
}
.img_banner .row{
    margin-left: 15px !important;
}
.img_banner .content{
    /* left: 50px; */
    background: rgba(252, 240, 240, 0.8);
    padding: 50px 20px;
}
.img_banner img{
    width: 130px;
    height: 28px;
    margin-top: -12px;
}
.product_feature{
    background: #FCF0F0;
}
.product_feature .feature_container .row{
    padding: 80px 15px;
}
.product_feature .feature_container .col-md-4{
    padding-right: 30px;
}
.product_feature .feature_container .feature_icon{
    margin-bottom: 12px;
}
.product_feature .feature_container .feature_heading{
    font-family: Roboto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}
.product_feature .feature_container .feature_txt{
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
}
.product_feature .feature_container .feature_note{
    margin: 0px auto;
    padding-top: 40px;
}
.product_feature .feature_container .feature_note p{
    font-family: roboto;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
}

.product_dec{
    margin-top: 80px;
}
.product_dec .row{
    margin: 0px 18px;
}
.product_dec .product_dec_img{
    padding: 0px;
}

 .product_dec .product_dec_txt{
     margin: auto 0px;
     padding: 0px;
 }
 .left-pad{
     padding-left: 95px !important;
 } 
 .product_dec .product_dec_txt .dec_title{
     font-family: Roboto;
     font-size: 30px;
     font-weight: 500;
     line-height: 30px;
     margin-bottom: 14px;
 }
 .product_dec .product_dec_txt .dec_text{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
 }
.left-pad-30{
    padding-left: 30px !important;
}
.right-pad-65{
    padding-right: 65px !important;
}
.product_woking{
    margin-top: 80px;
}
.product_woking .row{
    margin: 0px 18px;
}
.product_woking .product_woking_img{
    padding: 0px;
    margin: auto;
}
.product_woking .product_woking_img iframe{
    width: 100%;
}
.product_woking .product_woking_img img{
    width: 100%;
}

 .product_woking .product_woking_txt{
     margin: auto 0px;
     padding: 0px;
 }
 .product_woking .product_woking_txt .woking_title{
     font-family: Roboto;
     font-size: 30px;
     font-weight: 500;
     line-height: 30px;
     margin-bottom: 14px;
 }
 .product_woking .product_woking_txt .woking_text{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
 }
.protection {
    background: #FCF0F0;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
}
.protection .protection_title{
    font-family: roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 14px;
}
.protection .protection_txt{
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    margin-bottom: 14px;
}
.woking_one{
    margin-bottom: 80px;
}
.protection_container{
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 576px){
    .product_dec .product_dec_img{
        padding: 0px;
        order: 2;
    }
    .product_woking .product_woking_img{
        padding: 0px;
        order: 2;
    }
    .left-pad-30{
        padding-left: 0px !important;
    }
    .product_dec .product_dec_txt{
        padding: 0px;
        margin-top: 20px;
    }
    .product_dec .padd-80 .product_dec_txt{
        margin-top: 0px !important;       
    }
    .product_dec .padd-80 .product_dec_img{
        margin-top: 20px !important;       
    }    
    .product_dec .spacing .product_dec_img{
        margin-top: 20px;
    }
    .product_dec .product_dec_img img{
        width: 100% !important;
        margin-top: 20px;
    }
    .top_banner .img_banner{
        height: 96px;
    }
    .woking_one {
        margin-bottom: 30px;
    }   
    .left-pad {
        padding-left: 0px !important;
    }
    .right-pad-65{
        padding-right: 0px !important;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991px){    
    .img_banner{
        background-size: inherit;
    }
    
    .product_feature .feature_container{
        margin: 0px auto;
    }
    .product_dec .row{
        margin: 0px;
    }
    .efficacy_reassurance .reassurance_txt{
        padding: 0px 100px;
    }
    .img_banner .content{
        left: 6px;
    }
    .product_dec .product_dec_img img{
        width: 100% !important;
    }
    .img_banner .content{
        max-width: 70% !important;
        flex: 0 0 70%;
    }
    .img_banner .blank{
        max-width: 30% !important;
        flex: 0 0 30%;
    }
}