/* #Media Queries
================================================== */
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {

} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {
.section{ padding: 48px 0;}
.about-section-title .btn{ width: auto; white-space: nowrap;}
} 
/* END__ */

@media only screen and (max-width:767px) {
.btn{ padding: 12px 20px; font-size: 15px;}
.header .post-header{ padding: 12px 0;}
.header .post-header a.ratio, .header.fixed-header .post-header a.ratio{ width: 60px;}
.header .pre-header{ font-size: 14px;}
.header .pre-header .d-flex a i{ height: 24px; width: 24px; font-size: 11px;}
.BannerSlider .item .container .d-flex{ text-align: center; justify-content: center; align-items: center;}
.slick-prev, .slick-next{ height: 50px; width: 50px;}
.section{ padding: 30px 0;}
.about-section-title{ text-align: center;}
.about-section-title .btn{ width: auto; white-space: nowrap;}
.why-choose-section .tab-content .content{ border-radius: 0; bottom: 0; left: 0; right: 0;}
.footer .container{ flex-direction: column; text-align: center; gap: 24px; font-size: 14px;}
.footer-right ul{ justify-content: center; gap: 6px; column-gap: 12px;}
.QuoteSlider .slick-prev, .QuoteSlider .slick-next, .slick-prev, .slick-next{ height: 40px; width: 40px;}
.BannerSlider .item .container{ height: 650px;}
.header.fixed-header{ top: -34px;}
.footer{ padding: 24px 0;}
.header .pre-header .d-flex a span{ display:none;}
.header .pre-header a.btn-sm{ font-size: 10px; height: 34px; padding: 0 12px}
.header .pre-header .d-flex{ gap: 6px;}
} 
/* END__ */

@media only screen and (max-width:374px) {
} 
/* END__ */

