form input:checkbox {
	width: 0px;
}

.select {
	width: 100%;
	height: 100%;
	padding: 13px 20px;
	border: 1px solid #edeaea;
	font-size: 13px;
	font-weight: 300;
	color: #727272;
	background: transparent;
}
.single-box {
	border: 2px solid #00a651;
	text-align: center;
	padding: 16px;
	background: #FFFFFF;
	margin-bottom: 50px;
	position: relative;
}
.contact-image {
	background: url('images/contact-us-banner.jpg'
	) right no-repeat;
	background-repeat: no-repeat;
	background-size: 850px 1200px;
	padding: 50px;
	display: block;
}
.contact-div {
	text-align: justify;
	background: #f5f5f5f2;
	padding: 80px;
}
@media only screen and (max-width: 420px) {
	.contact-image h2 {
		font-size: 30px;
	}
	.contact-image p {
		font-size: 17px;
	}
	.contact-div {
		text-align: justify;
		background: #f5f5f5f2;
		padding: 20px;
	}
	.contact-image {
		background: url('');
	}
	.section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}