.section-1{
	padding: 40px 0px;
	padding-bottom: 0px;
}
.section-1 .address{
	margin-bottom: 20px;
}
.section-2 iframe{
	width: 100%;
	margin-bottom: 30px;
}
.section-3{
	padding-bottom: 40px;
}
.section-3 p.main-title{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.section-3 .wpcf7-form .wpcf7-text{
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 34px;
	width: 100%;
}
.section-3 .wpcf7-form .wpcf7-textarea{
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 20px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.section-3 .wpcf7-form .wpcf7-submit{
	background-color: #2098d1;
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 2px;
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}