

@media all and (min-width: 320px) and (max-width: 767px) {
	.footerFirst, .footerSecond, .footerThird {
		display: block;
		width: 100%;
		margin-right: 0px;
		float: none;
		text-align: center;
	}
	.footerSecondContent, .footerThirdContent {
		text-align: center !important;
		font-size: 13px !important;
	}
	.footerSecondContent {
		margin-top: 10px !important;
	}
	.footerThirdTitle {
		text-align: center !important;
		margin-top: 20px !important;
	}
	.contactQuFrom .quform-element-text, .contactQuFrom .quform-element-submit {
		width: 100% !important;
		display: block !important;
		float: none !important;
		margin-left: 0% !important;
	}
	#testimonialSection::after {
		width: 100%;
		height: 100vh;
		background-color: #89d6f6;
		bottom: 0;
		right: 0;
	}
	#testimonialSection {
		background-color: #89d6f6;
		padding-bottom: 0px !important;
	}
	#testimonialSection .testimonial_image_holder {
		width: 100% !important;
		float: none !important;
		display: block !important;
		margin-top: 40px;
		text-align: center !important;
	}
	#testimonialSection .testimonial_title_holder h5 {
		text-align: center;
	}
	#testimonialSection .testimonial_text_inner {
		text-align: center;
	}
	.greenContent, .greenTitle {
		text-align: center !important;
	}
	.greenLeftSection {
		padding: 50px 0px 30px !important;
	}
	.greenRightSection {
		padding: 10px 0px 40px !important;
		text-align: center !important;
	}
	.greenRightSection iframe {
		width: 100% !important;
	}
}