/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/


@media only screen and (max-width: 1199.98px) {
   .contact-banner-text{
		font-size: 30px;
	}
}

@media only screen and (max-width: 767.98px) {
	.main-head{
		font-size: 50px;
	}

	.swiper_wrapper .slider-caption h2 {
   	font-size: 40px;
	}
}

@media only screen and (max-width: 575.98px) {
	.main-head{
		font-size: 28px;
	}
}

@media only screen and (max-width: 399.98px) {
   .contact-banner-text{
		font-size: 22px;
	}
	.swiper_wrapper .slider-caption h2 {
   	font-size: 35px;
	}
}