/* Add here all your CSS customizations */
@charset "UTF-8";

p {
	width: 100% !important;
}
h3 {
	width: 100% !important;
}
.banner_img {
	background-size: 100%;height: auto !important;padding-bottom: 10px !important;
}
.heading1 {
	animation-delay: 100ms;line-height: 40% !important;margin:0px !important;
}
.heading2 {
	animation-delay: 100ms;line-height: 260% !important;margin:0px !important;
}
.heading3 {
	animation-delay: 100ms;line-height: 91% !important;margin:0px !important;
}
.heading4 {
	animation-delay: 100ms;line-height: 78% !important;margin:0px !important;
}
.banner_btn {
	animation-delay: 100ms;margin-left: 45% !important;margin-top: 3% !important;
}
.span1 {
	font-weight: 500;font-size: 55px;margin-left: 19% !important;margin-top: 7% !important;
}
.span2 {
	font-weight: 500;font-size: 55px;margin-left: 21% !important;margin-top: -2% !important;
}
.span3 {
	margin-left: 21% !important;font-size: 26px;
}
.span4 {
	font-size: 26px;margin-left: 25% !important;
}

@media (max-width: 1150px) {
	.banner_img {
		background-size: 100%;height: 126px !important;background-repeat-y: no-repeat !important;
	}
	.heading1 {
		display: none;
	}
	.heading2 {
		display: none;
	}
	.heading3 {
		display: none;
	}
	.heading4 {
		display: none;
	}
	.banner_btn {
		animation-delay: 100ms;margin-left: 5% !important;float: left;margin-top: 15% !important;
	}
}