#success_message{
	display: none;
}
.form-control-feedback{
	position: absolute;
	top: 45px;
	right: 9px;
	color: burlywood;
}
.select-wrap .form-control-feedback{
	top: 12px!important;
}
#enquiry_form .fa-exclamation-circle{
	color: red!important;
}
.enqry_sndBtn{
	float: right;
	width: 100px;
}
.enqry_sndBtn span{
	float: right;
}
.billing-heading {
	margin-bottom: 1.5rem;
}
small {
	color: red;
}
@media screen  and (max-width:575px){
	.enqryFrm_sec{
		padding: 1em 0!important;
	}
	.billing-heading {
		font-size: 15px;
		margin-bottom: 9px;
	}
	.billing-form .form-control {
		height: 40px !important;
	}
}