html, body, .wrapper {
    overflow-x: hidden;
    position: relative;
}
*::before,
*::after {
	box-sizing : border-box;
}

@media only screen and (max-width : 425px){
	#custom-header-section > .e-con-inner {
		margin-left : 0px;
		margin-right : 0px;
		max-width : 100% !important;
		width : 100% !important;
		border : 1px solid red;
	}
}

#header-headings h3 {
	margin : 0px;
}

@media (max-width: 767px) {
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
		align-items : center;
	}
	#header_top_image {
		background-image: none !important;
		background : transparent;
	}
	
	#header_text_s {
		background-color : none;
	}
	
	.elementor-9 .elementor-element.elementor-element-27d0619 .elementor-heading-title{
		color : white;
	}
	
	.elementor-9 .elementor-element.elementor-element-f2042fb .elementor-heading-title {
		color : white;
	}
	
}
