/* Responsive CSS */
@media screen and (max-width:1169px) and (min-width:981px) {
	html{overflow-x:hidden; }
	.banner-wrap h2{
		font-size: 35px !important;
	}
	.banner-wrap{
    	min-height: 500px !important;
	}
}
@media screen and (max-width: 980px){
	.fse-overlap-image{ position:relative !important; right:auto !important; bottom:auto !important; margin:25px 0 !important;}
	.wp-block-section-01 h2, .wp-block-section-02 h2{ font-size:28px !important; }
	.wpcf7 input[type="text"], 
	.wpcf7 input[type="tel"], 
	.wpcf7 input[type="email"], 
	.wpcf7 textarea{ 
		width:100%;
	}	
	.blog-area .wp-block-post-template{
		grid-template-columns: auto auto;
	}
	.banner-wrap h2,
	.banner-wrap p{
		text-align: center;
	}	
	.banner-wrap .wp-block-buttons,
	.logo-box,
	.search-box .wp-block-search__inside-wrapper{
		justify-content: center;
	}
    .search-box .wp-block-search__input {
    	position: static;
    }
    .feature-box {
	    margin-bottom: 35px !important;
	}
	.banner-wrap{
    	min-height: 600px !important;
	}
}
@media (max-width: 1100px) {
	.post-page-area .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media (max-width: 990px) {
	.post-page-area .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		padding-right: 0 !important;
	}
}
@media (max-width: 767px){
	.home .main-header {
		position: static;
	}
	.home .main-header .menu-header{
		background-color: var(--wp--preset--color--background-two) !important;
	}
	.main-header .menu-header .menu-header-boxes .header-btn-box .header-btn{
		justify-content: center;
	}
	.main-banner .banner-content{
		max-width: 100%;
	}
	.main-banner .banner-content .banner-title{
		font-size: 32px !important;
	}
	.main-banner .banner-countdown .eb-cd-inner .box{
		width: fit-content;
		margin: 0 auto !important;
	}
	.main-banner .banner-countdown .eb-cd-inner{
		flex-direction: column;
		gap: 10px;
	}
	.main-banner .highlight-outer-boxes{
		gap: 10px;
	}
	.main-banner .highlight-box:nth-child(2){
		border: none;
	}
	.main-banner .banner-content .highlight-title:before, .main-banner .banner-content .highlight-title:after{
		content: none;
	}
	*{box-sizing:border-box;}
	.wp-block-navigation__responsive-container.is-menu-open.has-modal-open{ padding:25px;}
	.banner-wrap h2{
		font-size: 30px !important;
	}
	.main-header .menu-header .menu-box nav.wp-block-navigation{
		justify-content: center;
	}
	.footer-outer-box .footer-boxes{
		text-align: center;
	}
	.footer-outer-box .footer-boxes .wp-block-social-links{
		justify-content: center;
	}
}
@media screen and (max-width:767px) and (min-width:426px) {
	.main-banner .banner-countdown .eb-cd-inner{
		flex-direction: row !important;
	}
	.main-banner .banner-countdown .eb-cd-inner .box{
		margin: 0 !important;
	}
}
@media screen and (max-width: 767px) and (min-width: 600px){
	.main-header .menu-header .menu-box nav.wp-block-navigation .wp-block-navigation__container{
		justify-content: center;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.main-banner .banner-content{
		max-width: 80%;
	}
	.main-banner .banner-content .highlight-outer-boxes{
		flex-wrap: nowrap !important;
	}
	.main-header .menu-header .header-btn-box .header-btn a{
		padding: 6px 9px !important;
	}
	.main-header .menu-header .menu-header-boxes:not(.is-not-stacked-on-mobile)>.header-logo{
		flex-basis: 25% !important;
	}
	.main-header .menu-header .menu-header-boxes:not(.is-not-stacked-on-mobile)>.menu-box{
		flex-basis: 60% !important;
	}
	.main-header .menu-header .menu-header-boxes:not(.is-not-stacked-on-mobile)>.header-btn-box{
		flex-basis: 15% !important;
	}
	.wp-block-navigation .wp-block-navigation-item a{
		font-size: 14px;
		padding: 4px 10px;
	}
	.wp-block-navigation .wp-block-navigation__responsive-container-content ul{
		gap: 10px !important;
	}
	.main-header .menu-header .menu-header-boxes{
		flex-wrap: nowrap !important;
	}
	.footer-outer-box .footer-boxes{
		display: grid;
		grid-template-columns: auto auto;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
	.main-banner .banner-content{
		max-width: 70%;
	}
}
@media screen and (max-width: 1499px) and (min-width: 1200px){
	.main-banner .banner-content{
		max-width: 60%;
	}
}
@media screen and (max-width:1250px) and (min-width:769px) {
	.slider-main-title{
		font-size: 36px !important;
	}
	.banner-wrap p{
		font-size: 18px !important;
	}
	.banner-wrap{
    	min-height: 450px !important;
	}
	.slider-btns a{
		padding: 10px 15px !important;
	    font-size: 14px !important;
	}
	.menu-box .wp-block-navigation{
		gap: 25px !important;
	}
	.logo-box h1{
		font-size: 20px !important;
	}
}
@media screen and (max-width:1300px) and (min-width:1px) {
	[class*="wp-container-core-group-is-layout-"] > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: 90%;
	}
	.topbar,.menu-header,.slider-bg{
		max-width: 100%;
	}
	.sliderrr-div{
		max-width: 80%;
	}
	.services-box{
		width: auto !important;
	}
}