/* 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;}
}

/* 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; }
}

@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%;
	}
}