@media(max-width:1400px){


}

@media(max-width:1199px){
/* .header .nav{display: none; } */
/* .header .navbar .header-menu-wrap{justify-content: end;} */


}

@media(max-width:991px){
html{font-size: 14px;}
.mobile-menu-toggle { display: inline-flex;  align-items: center; justify-content: center;}
.header .nav{display: none; }
.body-overlay.active{display: block;}

.same-section{padding: 3rem 0;}
.same-heading.text-center .max-wid-50{max-width: 80%;}
.same-heading{margin-bottom: 2rem;}
.text-center-mobile{text-align: center;}
/*  header css */
.mobile-menu-toggle { display: inline-flex;  align-items: center; justify-content: center;}
.header .container-fluid{padding: 0 1rem;}


.hero-banner{min-height: inherit; }
.hero-banner .banner-content{text-align: center;}
.hero-banner .banner-btn{justify-content: center;}
.hero-banner h1{    font-size: 2.6rem;}
.same-heading h2{font-size: 1.8rem;}
.delivers-wrap .col{flex: 0 0 33%;}
.delivers-wrap .section-bottom-btn{margin-top: 3rem;}
.verify-banner-wrap .section-bottom-btn{justify-content: center;}
.verify-banner-wrap .price-bx{font-size: 5rem;}
.footer .footer-top-section .footer-logo{margin-bottom: 1rem;}
.footer .footer-top-section{padding: 2rem 0;}
.footer .footer-top-section .footer-menu{gap: 1rem;}
.footer .footer-bottom{text-align: center;}
.footer .privacy-text{text-align: center; padding-top: 0.4rem;}
.delivers-wrap .delivers-card {text-align: center;}
.delivers-wrap .delivers-card .iconbx{max-width: 40px; margin: 0 auto 1rem; }

}

@media(max-width:767px){
.same-heading.text-center .max-wid-50{max-width: 100%;}
.same-heading h2{font-size: 2rem;}
.same-heading h2 br{display: none;}
.same-heading h3{font-size: 1.6rem;}
.delivers-wrap .col { flex: 0 0 50%; }
.hero-banner{padding: 3rem 0;}
}


@media(max-width:567px){
   html{font-size: 13px;}
   .hero-banner h1{color: #000000c2;}


}