header{position: sticky; top: 0; width: 100%; padding: 40px 0; background-color: #fff;z-index: 1;}
header.homeheader{position: absolute; top: 0; width: 100%; padding: 40px 0; background-color: transparent;z-index: 111;}
header .right{display: flex; align-items: center; justify-content: end;}
header .menu {display: flex; align-items: center; justify-content: end;position: relative; z-index: 111;}
header .menu ul{display: flex ; align-items: center; gap: 55px;}
header .menu ul li a{font-family: "Raleway", sans-serif !important;font-weight: 500; font-size: 18px; line-height: 100%; text-transform: capitalize; color: #333333; position: relative;}
header .menu ul li a::after{content: ''; display: block; width: 26px; height: 1px; background-color: #FF9800; position: absolute; margin-top: 8px; transform: translate(-50%, -50%); bottom: -8px; left: 50%;opacity: 0;}
header .menu ul li a:hover::after{opacity: 1;}
header .common-btn{ margin-left: 100px;}
header .common-btn.fixed-btn{position: fixed; right: 20px; bottom: 20px; z-index: 111111; margin: 0; }
header.sticky{  position: sticky; top: 0; background-color: #fff; z-index: 11111;}
header .menu ul li a.active::after{opacity: 1;}


footer{padding: 80px 0 70px; background-color: #E7F4FF66;}
footer .footer-1 p{font-weight: 400; font-size: 16px; line-height: 26px; color: #333333; margin: 30px 0 50px;}
footer h3{font-family: "Nunito Sans", sans-serif !important; font-weight: 600; font-size: 24px; line-height: 100%; text-transform: capitalize; color: #000; margin-bottom: 20px;}
footer .social-sec ul{display: flex ; align-items: center; gap: 30px;}
footer ul li{font-weight: 500; font-size: 18px; line-height: 28px; /*text-transform: capitalize*/; color: #333333; margin-top: 7px;}
footer .footer-3 ul li{background-repeat: no-repeat; padding-left: 26px;background-position: 0 9px;}
footer ul li.location{background-image: url(../images/foot-location.png);}
footer ul li.call{background-image: url(../images/foot-call.png);}
footer ul li.email{background-image: url(../images/foot-email.png);}
footer .footer-2{padding-left: 100px;}
footer .footer-4{padding-left: 50px;}

.copyright {background-color: #333333; padding: 13px 0;}
.copyright p{font-size: 15px; line-height: 34px; color: #FFFFFF;}


@media (min-width: 1200px) and (max-width: 1399.98px) {
header .menu ul{    gap: 45px;}
header .common-btn { margin-left: 60px; }

footer .footer-3{padding-left: 20px}
footer .footer-4{padding-left: 15px}


footer .footer-1 p{    font-size: 14px;margin: 20px 0 40px;}
footer ul li{font-size: 15px; line-height: 26px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
header .menu ul{    gap: 35px;}
header .common-btn { margin-left: 40px; }


footer .footer-1 p{    font-size: 14px;margin: 20px 0 40px;}
footer ul li{font-size: 12px; line-height: 23px;    margin-top: 4px;} 
footer .footer-2 { padding-left: 60px; }
footer .footer-4{padding-left: 12px;}
footer .social-sec ul{gap: 20px;}
footer .footer-3 ul li { background-size: 11px; padding-left: 21px;background-position: 0 7px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
header .menu ul{    gap: 25px;}
header .common-btn { margin-left: 40px; }
header .menu ul li a{    font-size: 14px;}
header .left img{    width: 100px;}

footer { padding: 50px 0 40px;}
footer .footer-1 p{    font-size: 14px;margin: 20px 0 40px;}
footer ul li{font-size: 12px; line-height: 23px;    margin-top: 4px;} 
footer .footer-2 { padding-left: 30px;       width: 20%; }
footer .social-sec ul{gap: 12px;}
footer .footer-3 ul li { background-size: 11px; padding-left: 21px;background-position: 0 7px;}
footer h3{font-size: 18px; }
footer .footer-4 { padding-left: 12px; }
footer .footer-3 {width: 30%; }
footer .footer-4 iframe{height: 150px;}

.copyright{padding: 10px 0;}
}
@media (max-width: 767px) {
header{padding: 20px 0;    z-index: 11111;border-bottom: 1px solid #e2e2e2;}
header.homeheader{padding: 20px 0;    z-index: 11111;border-bottom: 1px solid #e2e2e2;}
header .mobile-toggle-sec {display: block !important;}
header .menu{padding-left: 0; position: fixed; left: 0; top: 0; bottom: 0; background-color: #fff; transform: translateX(-101%); transition: all .5s ease; width: 100%; z-index: 111111; overflow-x: hidden; padding-right: 0; display: flex ; flex-direction: column; justify-content: start; }
header .menu.show { transition: all .5s ease; transform: translateX(0); top: 0; }
header .left{display: flex ; align-items: center; justify-content: space-between;}
header .mobile-header{display: flex !important;align-items: center; justify-content: space-between;width: 100%; padding-right: calc(var(--bs-gutter-x) * .5) !important; padding-left: calc(var(--bs-gutter-x) * .5) !important; padding: 20px 0; border-bottom: 1px solid #e2e2e2;}
header .menu ul { display: flex ; flex-direction: column; align-items: baseline; width: 100%; gap: 0; }
header .menu ul li a{font-size: 22px; line-height: 30px; text-transform: capitalize; color: #333333; position: relative; padding: 10px 20px; display: block;}
header .common-btn { margin-left: 0; position: fixed; bottom: 40px; width: 90%; text-align: center;margin-bottom: 40px; }
body.no-scroll{overflow: hidden;}
header .common-btn.fixed-btn{width: 100%; right: 0; left: 0; bottom: 0; padding: 20px; border-radius: 0;}
header .mobile-close-icon-new img{width: 30px;}
header .mobile-close-icon-new{padding: 0; background-color: transparent; border: 0; outline: 0;}
header .logo{width: 100px;}
header .mobile-toggle-sec img{width: 40px;}
header .mobile-toggle-sec-close {display: block !important;}
header .menu ul li a::after{display: none;}
footer { padding: 50px 0;}
footer .footer-2 { padding-left: 12px; padding-top: 50px;     padding-bottom: 50px;}
footer .footer-4 { padding-left: 12px; padding-top: 50px; }
.copyright{padding: 10px 0; margin-bottom: 58px;}
.copyright p { font-size: 14px; line-height: 24px; padding: 0 10px;}


}


