/* Mobile Portrait View */
@media screen and (max-width:767px) {
	*{box-sizing:border-box;}
	.wp-block-group.Hdr-Top-Strip{ padding:0 20px !important;}
	.wp-block-group.Banner-Caption h2{ font-size:30px !important;}
	.wp-block-navigation__responsive-container.is-menu-open.has-modal-open{ padding:25px;}
	.top-fourbx{ margin-bottom:20px !important;}
	.wp-block-group.about-BlueBX{ position:relative !important; right:0 !important; padding:15px !important;}
	.About-head{ font-size:30px !important;}
	.about-last-2col{ margin-bottom:20px !important;}
	.wp-container-1.wp-container-1, .wp-container-4.wp-container-4, .wp-container-5.wp-container-5{ flex-wrap:wrap !important; margin-bottom:5px!important;}
	.header-banner-cover{ min-height:350px !important;}
	.wp-block-group.bannerInfo h2{ font-size:40px !important;}
	.Circle-BgBx{ width:420px !important;; height:420px !important;;}
	.Circle-BgBx h2{ font-size:30px !important;}
}
@media screen and (min-width:300px) and (max-width: 400px){

}

/* Tablet View */
@media screen and (min-width:768px) and (max-width: 980px){


}

/* Tablet View */
@media screen and (max-width:1169px) and (min-width:768px) { 


}

@media screen and (max-width:1169px) and (min-width:981px) { 
html{overflow-x:hidden; }
.header-banner-cover{ position:relative;}
.header-banner-cover::before {content: '';  position: absolute;  left: -15%; top: -35%;}
.header-banner-cover .wp-block-cover__inner-container{  top:35% !important; }

}

@media screen and (max-width: 980px){
	.fse-overlap-image{ position:relative !important; right:auto !important; bottom:auto !important; margin:25px 0 !important;}
	.header-banner-cover::before{ display:none;}
	.header-Fixed{ position:relative !important; background-color:#b34cfb;}
	.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%;
	}
}