/* #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) {
.stellarnav > ul > li.button > a{ text-align: center; padding: 0 20px; font-size: 14px;}
} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {
.header {backdrop-filter: none;}
.stellarnav > ul > li.button{ padding: 10px 10px 0 10px;}
.stellarnav > ul > li.button > a{ text-align: center;}
} 
/* END__ */

@media only screen and (max-width:767px) {
.container, .header .container-fluid{ padding-left: 20px; padding-right: 20px;}
.header {backdrop-filter: none;}
.stellarnav > ul > li.button{ padding: 10px 10px 0 10px;}
.stellarnav > ul > li.button > a{ text-align: center;}
.section, .video-cta{ padding: 32px 0;}
.quote-box, .TestiSlider .content{ padding: 22px;}
.contact-section::before{ bottom: 64px;}
.body-overlay{ background-color: rgba(0, 0, 0, 0.69); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; opacity: 0; visibility: hidden; pointer-events: none;}
.body-overlay.active{opacity: 1; visibility: visible; pointer-events: auto;}
} 
/* END__ */

@media only screen and (max-width:374px) {
} 
/* END__ */

