.contact-info-area {
	position: relative;
	z-index: 1;
}
.contact-info-area .c-border {
	border-bottom: 1px solid #e1e1e1;
}
.single-information-area {
	position: relative;
	z-index: 1;
}
.single-information-area .contact-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #69C6B5;
	text-align: center;
	font-size: 30px;
	line-height: 70px;
	color: #fff;
	margin: 0 auto 30px;
}
.single-information-area h6 {
	font-size: 18px;
	color: #707070;
	margin-bottom: 0;
	font-weight: 400;
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.single-information-area h6 {
		font-size: 15px;
	}
}
.form-control {
	position: relative;
	z-index: 2;
	height: 48px;
	width: 100%;
	background-color: #fff;
	font-size: 17px;
	margin-bottom: 30px;
	padding: 10px 30px;
	color: #707070;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
}
.form-control:focus {
	box-shadow: none;
	background-color: #fff;
	border-color: #69C6B5;
}
@media only screen and (max-width:767px) {
	.form-control {
		padding: 10px 15px;
	}
}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.form-control {
	height: 100px;
}
 