.caldera-grid .Contact-header h1{
	color: #4c4c4c;
	font-size: 40px;
	margin: 0;
	font-weight: 600;
}
.caldera-grid .Contact-header p{
	color: #4c4c4c;
	font-size: 14px;
	margin:10px 0;
}
.caldera-grid .Contact-header h4{
	color: #a05135;
	font-size: 20px;
	font-weight: 600;
}
.caldera-grid .Contact-header h5 {
	color: #4c4c4c;
	font-size: 20px;
	font-weight: 600;
	margin: 40px 0 15px 0;
}

/*** Form Setting ***/
.caldera-grid .custom-field.form-group{
	margin-bottom:25px;
}
.caldera-grid .custom-field .form-control {
	height: 46px;
	border-radius: 5px;
	box-shadow: none;
}
.caldera-grid .custom-field textarea.form-control {
	height: 170px;
}
.caldera-grid .custom-field.field-with-icon .form-control {
	background: transparent;
	z-index: 1;
	position: relative;
}
.caldera-grid .custom-field .form-control:focus{
	border-color:#a05135;
	box-shadow: none;
}
.caldera-grid .custom-field .intl-tel-input {
	display:block;
}
.caldera-grid .custom-field-btn {
	text-align: right;
}
.caldera-grid .custom-field-btn .btn-default {
	color: #a05135;
	background-color: transparent;
	border-color: #a05135;
	border-radius: 40px;
	padding: 9px 40px;
	font-weight: 600;
}
.caldera-grid .custom-field-btn .btn-default:hover,
.caldera-grid .custom-field-btn .btn-default:focus{
	color: #fff;
	background-color: #a05135;
	border-color: #a05135;
}
.check-box-wrapp.form-group label a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #767676;
	text-decoration: none;
}
.check-box-wrapp.form-group label a:hover,
.check-box-wrapp.form-group label a:focus{
	color:#767676;
}
.field-with-icon > div::after {
	position: relative;
}
.field-with-icon > div::after {
	content: "\f078";
	position: absolute;
	right: 20px;
	top: 13px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999;
	font-size: 14px;
}