.contact_us_home {
	padding-top: 50px;
	margin-bottom: 40px;
}
.contact_us_home h2{
	text-align:center;
	font-family: 'Gotham';
	font-size:40px;
}
.contact_us_home h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 45px;
	margin-top: 20px;
}
.cntct_frm {
	padding-right: 50px;
}
.frm_grp label span {
	color: red;
}
.frm_grp label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 14px;
}
.frm_grp input {
	width: 100%;
	height: 37px;
	border: solid 1px #ccc;
	padding-left: 15px;
}
.frm_grp input:focus{
	border:solid 1px #4DBA9B;
	transition:all 0.7s;
}
.frm_grp textarea:focus{
	border:solid 1px #4DBA9B;
	transition:all 0.7s;
}
.frm_grp textarea {
	width: 100%;
	height: 145px;
	border: solid 1px #ccc;
	padding-left: 15px;
}
.frm_grp button {
	background-color: #4DBA9B;
	color: #fff;
	border: none;
	padding: 7px 25px;
	font-weight: 600;
	text-transform: uppercase;
}
.frm_grp button:hover{
	background-color:#FFB01B;
	transition:all 0.7s;
}
.frm_grp {
	margin-bottom: 10px;
}
small div.error {
	color: red;
    font-size: .9em;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.contact_us_home h2{
		font-size:22px;
	}
	.cntct_frm {
		padding-right: 0;
	}
}
@media (min-width: 320px) and (max-width: 910px) and (orientation : landscape){
	.cntct_frm {
		padding-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.cntct_frm {
		padding-right: 0;
	}
}