@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }
}
@media only screen and (orientation:portrait) {
body { -webkit-text-size-adjust:none; }
}

@media screen and (max-width: 1199px){
	
}
@media screen and (max-width: 991px){
    footer .box{ display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; gap: 10px;}
}



/*NEW GRID SYSTEM*/
@media screen and (max-width:767px){
    [class^="swiper-button-"]{ display: none;}
    .why-choose-section .marquee-inner .box { min-height: unset;}
}

@media screen and (max-width:575px){
    .common-head-2{ flex-direction: column; align-items: center; gap: 15px;}
}

@media screen and (max-width:500px){

}

@media screen and (max-width:400px){

}

@media screen and (max-width:350px){

}