@media (max-width: 1920px) {

body .container{max-width: 1540px;}

}

@media (max-width: 1799px) {

}

@media (max-width: 1699px) {
	body .container{ max-width: 1440px; }
	:root{ --global-font-size-html: 15px; } 
}

@media (max-width: 1599px) {

}

@media (max-width: 1499px) {
	:root{ --global-font-size-html: 15px; }
	body .container{ max-width: 1300px; }
}

@media (max-width: 1399px) {
	:root{ --global-font-size-html: 14px; }
	body .container{ max-width: 1200px; }
}

@media (max-width: 1299px) {
	:root{ --global-font-size-html: 13px; }
	body .container{ max-width: 1100px; }
}

@media (max-width: 1199px) {
	:root{ --global-font-size-html: 12px; }
	body .container{ max-width: 1000px; }
}

@media (max-width: 1099px) {
	:root{ --global-font-size-html: 11px; }
	body .container{ max-width: 950px; }
}

@media (max-width: 1024px) {
	:root{ --global-font-size-html: 11px; }
	body .container{ max-width: initial; }
}

@media (max-width: 768px) {
	:root{ --global-font-size-html: 12px; }
	body #content .vc_row > .wpb_column > .vc_column-inner {padding: 0; margin-bottom: 1rem;}
	body .flex-row{ flex-direction: column;}
	body .flex-row .col-1{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-2{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-3{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-4{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-5{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-6{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-7{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-8{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-9{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-10{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-11{ flex: 0 0 100%; width: 100%; }
	body .flex-row .col-12{ flex: 0 0 100%; width: 100%; }
	body .cards-row{flex-direction: column !important;} 
	body .desk-hidden{display: block !important;}
	body .mob-hidden{display: none;}
	body header#masthead .flex-row>div{display: none;}
	body header#masthead .flex-row>div.mob-flex{display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 1rem; }
	body header#masthead .flex-row .mob-flex .logo{width: 65%; flex: 0 0 65%;}
	body header#masthead .header-main .main-menu{display: none;}
	body header#masthead .flex-row .mob-flex .logo img{width: 60%; height: auto;}
	body header#masthead .flex-row .mob-flex .mobile-menu-link{width: 35%; flex: 0 0 35%;}
	body header#masthead .flex-row .mob-flex .menu-link{display: flex; justify-content: end; align-items: center;}
	body header#masthead .flex-row .mob-flex .menu-link b{display: block; background: #BC3810 ; width: 40px; height: 3px; border-radius: 20px; margin-top: 10px; transition: 0.4s;}
	body #content .btn-flex{flex-direction: column; gap: 1rem; align-items: self-start;}
	body #content .btn-flex.justify-center{align-items: center;}
	body #content .main-head{font-size: 2rem;}
	body #content .hero-sec .hero-row .sub-head{font-size: 2rem;}
	body #content .hero-sec .hero-row .txt p br {display: none;}
	body #content .hero-sec .hero-row .txt p{text-align: left;}
	body #content .home-about-sec .about-row .main-head{font-size: 2.2rem; width: 100%;}
	body #content .product-sec .post-grid > .vc_grid > .vc_pageable-slide-wrapper{display: block; width: 100%;}
	body #content .blogs-sec .blogs-row .blogs-grid > .vc_grid > .vc_pageable-slide-wrapper{display: block; width: 100%;}
	body #content .blogs-sec .blogs-row .blogs-grid > .vc_grid > .vc_pageable-slide-wrapper >.vc_grid-item{margin-bottom: 1rem;}
	body #content .product-sec .post-grid > .vc_grid > .vc_pageable-slide-wrapper >.vc_grid-item{margin-bottom: 1rem;}
	body #content .contact-us-sec .contact-us-row .vc_column-inner > .wpb_wrapper{margin-bottom: 1rem;}
	body footer#colophon .footer-top .main-head{font-size: 2rem;}
	body footer#colophon .footer-main .foot-2 ul.menu-wrapper{justify-content: end; flex-wrap: wrap;}
	body footer#colophon .footer-main .flex-row{gap: 2rem;}
	body footer#colophon .footer-top .txt{flex-direction: column; gap: 1.2rem;}
	body footer#colophon .footer-top {padding-bottom: 6.625rem;}
	body footer#colophon .footer-main section.widget .social-links{justify-content: center;}
	body footer#colophon .footer-main section.widget ul li a i{font-size: 1.5rem;}
	body footer#colophon .footer-main section.widget h2.widget-title{font-size: 1.5rem;}
	body #content .services-step-sec .services-step-row .side-arrow img{display: none !important;}
} 