/* Responsive CSS */

@media screen and (max-width:1250px) and (min-width:850px) {
	html{overflow-x:hidden; }
}

@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;
	}
	.menu-header,
	.banner-wrap h2,
	.banner-wrap p,
	.timing-box{
		text-align: center;
	}	
	.menu-header nav,
	.menu-header ul,
	.menu-header .wp-block-buttons,
	.banner-wrap .wp-block-buttons,
	.logo-box{
		justify-content: center;
	}
	.menu-header{
		position: static;
	}
	.services-wrap{
        display: grid !important;
        grid-template-columns: auto auto;
    }
    .gallery-box .wp-block-columns{
    	display: grid !important;
        grid-template-columns: auto auto auto auto auto auto auto;
    }    
}

@media screen and (max-width:767px) {
	*{box-sizing:border-box;}
	.wp-block-navigation__responsive-container.is-menu-open.has-modal-open{ padding:25px;}
	.banner-wrap h2{
		font-size: 30px !important;
	}
	.services-wrap, .gallery-box .wp-block-columns{
    	display: flex !important;
    }
}


@media screen and (max-width:1550px) and (min-width:1300px) {
	.banner-headd{
		font-size: 40px !important;
	}
	.banner-wrap .banner-main-columnn .banner-center-div{
		flex-basis: 100% !important;
	}
}

@media screen and (max-width:1250px) and (min-width:850px) {
	.menu-header .wp-block-navigation ul {
		gap: 15px;
	}
	.menu-header .wp-block-navigation ul li{
		font-size: 14px !important;
	}

	.menu-header .wp-block-site-title{
		font-size: 16px !important;
	}
	.menu-header .wp-block-button a{
		padding: 8px 15px !important;
	}
	.banner-wrap{
		min-height: 550px !important;
	}
	.banner-btnn a {
		padding: 10px 15px;
		font-size: 14px !important;
	}
	.banner-headd{
		font-size: 40px !important;
	}
	.banner-wrap .banner-main-columnn .banner-center-div{
		flex-basis: 100% !important;
	}
	.banner-para-one {
		font-size: 20px !important;
	}

	.banner-para-two {
		font-size: 16px !important;
	}
}

@media screen and (max-width:850px) and (min-width:0px) {
	.banner-btnn a {
		padding: 10px 15px;
		font-size: 16px !important;
	}
	.banner-image figure {
		height: 400px;
	}
}

@media screen and (max-width:550px) and (min-width:0px) {
	.banner-image figure {
		height: 400px;
	}
	.banner-headd{
		font-size: 40px !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)),.banner-innerr,.bannerr-slider,.headerer {
		max-width: 90%;
	}
	.main-slider .owl-stage-outer,.about-sectionnn,.banner-main-columnn,.services-inner-box,.services-box figure,.gallery-box-columnn{
		max-width: 100% !important;
	}

	.main-slider{
		max-width: 95% !important;
	}
}