@media all and (max-width:1200px) {
	.main-form {
		background-size: cover !important;
	}
}
@media all and (max-width:991px){
	
}
@media all and (max-width:767px){
	.IMcap-form-area.form-background,.form-background  {
		width: 100%;
	}
	.contact-submit button {
		font-size: 25px !important;
		height: auto;
		padding: 10px 10px 10px 10px !important;
	}
	
}
@media all and (max-width:575px){
	.contact-head h1 {
		font-size: 22px;
		border:0;
		line-height: 1.5;
	}
	.contact-head h1 span { 
		font-size: 40px; 
	}
	.contact-head h1 span {
		border-bottom: 0;
	}
	.contact-head p span {
		color: #333;
	}
	.form-background {
		padding: 30px 20px;
	}
	.contact-form form input {
		padding: 10px 18px;
	}
	.contact-submit input {
		font-size: 16px !important;
		margin-top: 20px !important;
		height: 55px;
		line-height: 36px;
	}
	.contact-popup {
		padding: 40px 30px 60px 30px;
	}
	.contact-popup h2 {
		font-size: 25px;
		width: 100%;
	}
	.contact-content {
		width: 100%;
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.contact-text {
		width: 100%;
		float: none;
		text-align: center;
		height: 100%;
		padding-left: 0;
		margin-top:40px;
	}
	.contact-popup1 {
		display: block;
	}
	.contact-image {
		width: 180px;
		height: 180px;
		float: none;
		margin: auto;
	}
	.contact-text h3:after {
		margin: auto;
		right: 0;
	}
	.contact-text ul li {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align:left;
	}
	.contact-head p {
		font-size: 14px;
		width: 100%;
	}
	.contact-text h3 {
		font-size: 20px;
	}
	.contact-text ul li {
		font-size: 20px;
	}
	.contact-text ul li a {
		font-size: 16px;
	}
	.contact-submit button {
		font-size: 16px !important;
		padding: 10px 10px 10px 10px !important;
		margin-top: 20px !important;
	}
	.contact-head strong::after {
		position: inherit;
	}
	.contact-head h1 img {
		width: 90%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contact-submit img {
		width: 25px;
		margin-left: 6px;
	}
	.contact-area {
		padding-top:40px;
	}
	.head-text h2 {
		font-size: 16px;
	}
	.form-background {
		margin: 30px auto !important;
	}
}
@media all and (max-width:450px){
	
}