.contact_layout .page_html{
	padding: 60px 0;
	padding-top: 0;
}
.con_left{
	max-width: 470px;
	margin-top: -30px;
}
.con_right{
	padding-top: 30px;
}
.filters .filter_head{
	background: #ECF0F1;
	border-radius: 5px 5px 0px 0px;
	padding: 15px 20px;
	font-size: 18px;
	color: #222;
	font-weight: 400;
}
.contact_layout .filter_html{
	padding: 20px;
}
.contact_layout .filter_html .name{
	font-size: 22px;
	color: #222;
}
.contact_layout .filter_html .address{
	font-size: 16px;
}
.contact_layout .filter_html hr{
	border-style: dashed;
}
#formContact .row{
	margin-bottom: 20px;
}
.google_map{
	overflow: hidden;
	height: 242px;
}
.google_map iframe{
	width: 100%;
	height: 100%;
	float: left;
}
#btnSubmit{
	border-radius: 5px;
	font-size: 16px;
	padding: 13px 30px;
}
.contact_layout .con_right > h2{
	color: #222;
	font-size: 40px;
	margin-bottom: 20px;
}
.boxcaptcha{
	margin: 0;
}
.filters{
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
	background: #fff;
}
.filters .img{
	margin-bottom: 20px;
}
.filters .img > img{
	width: 100%;
}
.contact_layout .container{
	max-width: 1300px;
}
.con_right hr{
	border-style: dashed;
}
.checkbox > label{
	padding-left: 30px;
	position: relative;
}
.checkbox > label input{
	position: absolute;
	left: 5px;
	top: 7px;
}
.form-control:focus{
	border-color: #222;
	box-shadow: none;
}
@media (max-width: 1440px) {
	.contact_layout .con_right > h2{
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	#formContact .row{
		margin-bottom: 0;
	}
	#formContact .row > div{
		margin-bottom: 15px;
	}
	.contact_layout .page_html{
		padding: 30px 0;
	}
}
@media (max-width: 991px) {
	.contact_layout .con_right > h2{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.contact_layout .page_html > .container > .row{
		flex-direction: column-reverse;
	}
	.contact_layout .page_html > .container > .row > .col{
		max-width: 100%;
	}
	#btnSubmit{
		width: 100%;
	}
	.con_left{
		padding-top: 15px;
	}
	.contact_layout .con_right > h2{
		font-size: 25px;
		font-weight: 400;
	}
}
