@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;
}
.navi_bar{
    background: #FFF;
    height: 80px;
}
.navi_bar .inner_bar .navbar-toggler{
    border: none;
}
.navi_bar .main_menu li{
    position: relative;
    margin-left: 40px;
}
.navbar-light .navbar-nav .nav-link{
    color: #333333;
}
.navi_bar .main_menu li a{
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
}   
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #d11712;
}
.navi_bar .collapse.show {
    display: block;
    z-index: 2;
    background: #fff;
    text-align: center;
}

.img_banner{
    background: url(../images/assets/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;
}
.img_banner .img_banner_head{
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 14px;
    margin-right: 16px;
    display: inline-block;
}
.img_banner .img_banner_txt{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
}
.img_banner .img_banner_txt1{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #D11712;
    margin-top: 16px;
}
.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;
 }


 .efficacy_reassurance{
    background: #FCF0F0;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
 }
 .efficacy_reassurance .reassurance_head{
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
 }
 .efficacy_reassurance .reassurance_txt{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    padding: 0px 160px;
    margin-bottom: 40px;
 }
 .efficacy_reassurance .reassurance_high .high_title{
     font-family: roboto;
     font-size: 24px;
     font-weight: 500;
     line-height: 30px;
     margin-bottom: 12px;
 }
 .efficacy_reassurance .reassurance_high img{
     width: 130px;
     height: 130px;

 }
 .efficacy_reassurance .reassurance_high .high_text{
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-top: 12px;
}

.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #cccccc;    
}
.footer .row{
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between;
}
.footer .footer_social span{
    margin-right: 20px;
}
.footer .footer_social span a{
    color: #333333;
}
.footer .footer_social span a:hover{
    color: #d11712;
}
.footer .footer_copy{
    color: #666666;
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}



/* ----Contact us page css---- */
.contact_us{
    padding: 80px 15px;
}
.error{
    border-bottom: 2px solid #D11712;
}
.contact_us .contact_body{
    text-align: center;
}
.contact_banner{
    background: url(../images/assets/contact.jpeg);
    width: 100%;
    min-height: 366px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
}
.contact_us .contact_body .contact_title{
    font-family: Roboto;
    font-size: 60px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
    color: #D11712;
}
.contact_us .contact_body .contact_txt1{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #515151;
    margin-bottom: 40px;
}
.contact_us .contact_form{
    padding: 0px 80px;
    text-align: center;
}
.contact_us .contact_form .row{
    margin-bottom: 20px;
}
.contact_us .contact_form input,
.contact_us .contact_form textarea{
    border-radius: 0px;
}
.contact_us .contact_form input::placeholder,
.contact_us .contact_form textarea::placeholder{
    font-family: Roboto;
    color: #cccccc;
}
.contact_us .contact_form input:focus,
.contact_us .contact_form textarea:focus{
    box-shadow: none;
    outline: 0;
    border-color: #ced4da;
}
.contact_us .contact_form button{
    padding: 6px 45px;
    line-height: 30px;
    border-radius: 0px;
    background: #D11712;
    outline: none;
    border: none;
    font-family: roboto ;
}
.contact_us .contact_form button:hover{
    background: #da312c;
}


@media screen and (max-width: 576px){
    .navi_bar{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .navi_bar .navbar{
        padding: .5rem 0;
    }
    .navi_bar .collapse.show {
        display: block;
        z-index: 2;
    }
   .navi_bar .main_menu li{
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
    }
    .navi_bar .main_menu li a{
        font-size: 18px;
        padding: 1rem 1rem;
    }
    .navi_bar .main_menu li a:hover{
        color:#D11712 !important;
    }
    ul.navbar-nav.ml-auto.main_menu {
        background: #fff;
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
    }
    .navi_bar .main_menu li{
        margin-left: 0px;
    }
    .img_banner .content {
        width: 90%;
        display: none;
    }
    .img_banner .img_banner_head{
        font-size: 20px;
    }
    .img_banner img {
        width: 96px;
        height: 20px;
        margin-top: -12px;
    }
    .img_banner .img_banner_txt{
        font-size: 15px;
        line-height: 28px;
    }
    .img_banner .img_banner_txt1{
        font-size: 18px;
    }
    .product_feature .feature_container{
        margin: 0px;
    }
    .left-pad{
        padding-left: 0px !important;
    }
    .efficacy_reassurance .reassurance_txt{
        padding: 0px;
    }
    .navi_bar .inner_bar{
        margin: 0px;
    }
    .navbar-brand{
        width: 70%;
    }
    .navbar-brand img{
        width: 100%;
    }
    .product_feature .feature_container .feature_icon{
        margin-top: 30px;
    }
    .product_feature .feature_container .icon1{
        margin-top: 0px !important;
    }
    .product_feature .feature_container .feature_note{
        padding: 40px 15px 0px 15px;
    }
    .product_dec .product_dec_img{
        padding: 0px;
        order: 2;
    }
    .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;       
    }
    .efficacy_reassurance .reassurance_txt{
        font-size: 18px;
    }
    .efficacy_reassurance .reassurance_high .high_text{
        margin-bottom: 30px;
    }
    .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;
    }
    .footer{
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .footer .row{
        margin-top: 15px;
        justify-content: center !important;
    }
    .contact_us .contact_form{
        padding: 0;
    }
    .contact_us .contact_form .col-md-6,
    .contact_us .contact_form .col-md-12{
        margin-bottom: 20px;
    }
    .contact_us .contact_form .row {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 540px) and (max-width: 767px){
    .navi_bar .collapse.show .main_menu li{
        text-align: center;
        margin-bottom: 5px;
        border-bottom: 1px solid #e7e7e7;
    }
    .navi_bar .collapse.show .main_menu li a:hover{
        color:#D11712 !important;
    }
    .navi_bar .collapse.show ul.navbar-nav.ml-auto.main_menu {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
    }
    .navi_bar .collapse.show .main_menu li{
        margin-left: 0px;
    }
    .navi_bar{
        padding-top: 0px;
    }
    .navi_bar .main_menu li a{
        font-size: 18px;
        padding: 1rem 1rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){   
    .navi_bar .inner_bar{
        margin: 0px auto;
    }  
    .navi_bar .collapse.show .main_menu li{
        text-align: center;
        margin-bottom: 5px;
        border-bottom: 1px solid #e7e7e7;
    }
    .navi_bar .main_menu li a{
        font-size: 18px;
        padding: 1rem 1rem;
    }
    .navi_bar .collapse.show .main_menu li a:hover{
        color:#D11712 !important;
    }
    .navi_bar .collapse.show ul.navbar-nav.ml-auto.main_menu {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
    }
    .navi_bar .collapse.show .main_menu li{
        margin-left: 0px;
    }
   
    .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%;
    }
}



