/* #Media Queries
================================================== */
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
.stellarnav > ul > li + li { margin-left: 24px;}

} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {
.post-header{ padding: 0 2.5%;}
.post-header .logo{ order: 1;}
.stellarnav { order: 3; margin-left: 24px;}
.post-header .call{ order: 2; margin-left: auto; border-right: 1px solid #FFFFFF33;}
.service-box{ padding: 20px;}
.service-box .text-center h3{ font-size: 20px;}
.BannerSlider .container{ height: 650px;}
.post-header .logo{ width: 30%;}
.section{ padding: 80px 0;}
} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {
.post-header{ padding: 0 2.5%;}
.post-header .logo{ order: 1;}
.stellarnav { order: 3; margin-left: 24px;}
.post-header .call{ order: 2; margin-left: auto; border-right: 1px solid #FFFFFF33;}
.service-box{ padding: 20px;}
.service-box .text-center h3{ font-size: 20px;}
.BannerSlider .container{ height: 550px;}
.post-header .logo{ width: 30%;}
.pre-header .info div.item{ display: none;}
.section{ padding: 50px 0;}
.book-cta{ text-align: center;}
.testimonial-section .section-title{ text-align: center;}
.footer-top{ padding: 32px 0;}
.page-banner .container{ height: auto; padding-top: 50px; padding-bottom: 50px; text-align:  center;}
.breadcrum-items{ justify-content: center;}
} 
/* END__ */

@media only screen and (max-width:767px) {
.post-header{ padding: 0 12px;}
.post-header .logo{ order: 1;}
.stellarnav { order: 3; margin-left: 24px;}
.post-header .call{ order: 2; margin-left: auto; padding: 0; border: navajowhite;}
.service-box{ padding: 20px;}
.service-box .text-center h3{ font-size: 20px;}
.BannerSlider .container{ height: 500px;}
.post-header .logo{ width: 180px;}
.pre-header .info div.item{ display: none;}
.section{ padding: 30px 0;}
.book-cta{ text-align: center;}
.post-header .call .flex-grow-1{ display: none;}
.testimonial-section .section-title{ text-align: center;}
.post-item .row .col-6{ font-size: 14px;}
.footer-top{ padding: 20px 0;}
.footer-top .call{ width: 100%;}
.page-banner .container{ height: auto; padding-top: 50px; padding-bottom: 50px; text-align:  center;}
.breadcrum-items{ justify-content: center;}
} 
/* END__ */

@media only screen and (max-width:374px) {
} 
/* END__ */

