/* FORM STYLES */
#custom-contact-form2,
#custom-contact-form2 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#custom-contact-form2::after,
#custom-contact-form2 .row::after {
	display: block;
	content: '';
	clear: both;
}
#custom-contact-form2 input,
#custom-contact-form2 select {
	height: 44px;
	font-size: 16px;
}

#custom-contact-form2 .row {
	margin: 10px 0;
}
#custom-contact-form2 .row h3 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
#custom-contact-form2 .field-wrap {
	float: left;
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 10px;
}

#custom-contact-form2 .field-box {
	float: left;
	margin-bottom: 30px;
	padding: 0 10px;
	position: relative;
}
#custom-contact-form2 .width50 { width: 50%; }
#custom-contact-form2 .width100 { width: 100%; }

#custom-contact-form2 .select_client_consult_wrap {
	margin-bottom: 0px;
}
#custom-contact-form2 .mobile_consult_box {
	display: block; /* Mod 018.01.05 AVP */
	margin-left: 50px;
}

#custom-contact-form2 .submit-btn {
	position: relative;
}
#custom-contact-form2 .submit-btn .ajax-loader {
	position: absolute;
	bottom: 110%;
	left: 50%;
	margin-left: -8px;
}
#custom-contact-form2 .submit-btn input {
	display: block;
	width: 185px;
	height: 81px;
	background-color: #247dba;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 81px;
	text-align: center;
	margin: 50px auto;
	border: none;
	cursor: pointer;
}
#custom-contact-form2 .req {
	display: inline-block;
	color: #f00;
	font-weight: bold;
	margin: 0 5px;
}
#custom-contact-form2 .caveat {
	display: inline-block;
	color: #f00;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 0 5px;
}
#custom-contact-form2 label {
	margin-bottom: 10px;
}
#custom-contact-form2 .field-box > label {
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* SELECT STYLE */
#custom-contact-form2 select {
	display: block;
	width: 100%;
	color: #000000;
	border: solid 1px #cddfec;
	transition: box-shadow 0.3s, border 0.3s;
	box-shadow: 0 0 10px 1px #ababab;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
	/* font-size: 14px; */
	padding: 10px;
	line-height: normal;

	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';

	background-image: url('../images/icn-drop-down.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#custom-contact-form2 select option {  }



/* CAPTCHA */
#custom-contact-form2 .cp_img {
	margin-top: 1px;
	width: 140px;
	height: 40px;
	box-shadow: 0 0 10px 1px #ababab;
	vertical-align: top;
}
#custom-contact-form2 .captcha { /* input wrap */
	vertical-align: top;
}
#custom-contact-form2 .cp_input {
	width: 150px !important;
	margin-left: -5px;
}
/*--- END CAPTCHA --- */

#custom-contact-form2 .contact-line {
	display: block;
	border-bottom: 1px solid #adacac;
	margin: 0 auto;
}


/* radio fix */
#custom-contact-form2 .wpcf7-list-item-label::after {
	margin-right: 0;
	float: left;
}
#custom-contact-form2 .wpcf7-list-item-label  {
	font-size: 18px;
	cursor: pointer;
	margin-top: 10px;
}

/* validation fix */
#custom-contact-form2 .field {
	position: relative;
}
#custom-contact-form2 .wpcf7-form-control-wrap {
	position: static;
}
#custom-contact-form2 .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
}


/* MAP BELOW FORM */
.contact-map > h3 {
	text-align: center;
}
#contact-map-canvas {
	height: 400px; 
	width: 100%;
}
#contact-map-canvas .bgmp_placemark {

}

@media ( max-width: 1024px ) {
	#custom-contact-form2 .client_type_box, 
	#custom-contact-form2 .mobile_consult_box {
		width: 100%;
		float: none;
		display: block;
		margin-top: 0px;
	}
	#custom-contact-form2 .select_client_consult_wrap::after {
		clear: both;
		content: '';
		display: block;
	}
	
}
@media ( max-width: 650px ) {
	#custom-contact-form2 .width50 {
		width: 100%;
	}
}