h2 {
	font-size: 30px;
	font-weight: bold;
	color: #57c4c7;
	text-align: center;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
#bd-enquiry {
	overflow: hidden;
	position: relative;
	padding: 50px 0;
	font-size: 18px;
	background: #f9f9f9;
}
#bd-enquiry > h3 {
	margin-bottom: 60px;
}
#bd-eq-sent {
	display: none;
	position: absolute;
	z-index: auto;
	left: calc(50% - 150px);
	width: 300px;
	height: 100px;
	padding: 20px;
	color: #fff;
	background: #57c4c7;
	box-shadow: 6px 6px 12px -3px #666;
}
#bd-eq-form {
	overflow: hidden;
	float: left;
	width: calc(50% - 25px);
}
#bd-eq-form > div {
	float: left;
	width: calc(50% - 10px);
}
#bd-eq-form > div > input,
#bd-eq-form > div > textarea,
#bd-eq-form > div > a {
	width: 100%;
	margin-top: 15px;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #f36a58;
}
#bd-eq-form > div > textarea {
	height: 200px;
	line-height: 1;
	padding: 15px 20px;
}
#bd-eq-form > div:nth-child(3) {
	clear: both;
	margin-right: 20px;
}
#bd-eq-form > div:nth-child(5) {
	width: 100%;
}
#bd-eq-contact {
	float: right;
	width: calc(50% - 25px);
}
#bd-eq-contact > dd {
	margin-top: 10px;
	padding-left: 50px;
	background-position: left center;
	background-repeat: no-repeat;
}
#bd-eq-contact > dd:nth-child(1) {
	background-image: url('/image/c_area.png');
}
#bd-eq-contact > dd:nth-child(2) {
	background-image: url('/image/c_tel.png');
}
#bd-eq-contact > dd:nth-child(3) {
	background-image: url('/image/c_whatsapp.png');
}
#bd-eq-contact > dd:nth-child(4) {
	background-image: url('/image/c_email.png');
}
#bd-eq-contact > dt {
	margin-top: 20px;
}
#bd-eq-contact > dt > iframe {
	display: block;
	width: 100%;
	height: 240px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	#bd-eq-form {
		float: none;
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
	#bd-eq-form > div {
		width: 100%;
	}
	#bd-eq-contact {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
}
