#contact-us { padding: 50px 0 60px 0 }
	#contact-us h2 { color: #172335; font-size: 50px; font-weight: 700; margin: 0; padding-bottom: 20px }
	#contact-us p { font-size: 20px; font-weight: 300; margin: 0; padding-bottom: 40px }
	#contact-us hr { background-color: #D0D0D0 }
.contact-us-info i { color: #EF7D23; font-size: 48px; position: relative; top: 3px }
.contact-us-info .contact-us-info-text { font-size: 20px; font-weight: 600; padding-left: 20px }
	.contact-us-info .contact-us-info-text address { margin: 0 }
	.contact-us-info .contact-us-info-text span { font-weight: 300; text-transform: uppercase }
	.contact-us-info .contact-us-info-text a { color: #323232 }
#form-contact-us { padding: 80px 0 0 30px }
	#form-contact-us .form-group { background-color: #E9E9E9 }
	#form-contact-us .form-group-left { margin-right: -7px }
	#form-contact-us .form-group-right { margin-left: -7px }
	#form-contact-us input, #form-contact-us textarea { -moz-border-radius: 0; -webkit-border-radius: 0; background-color: #E9E9E9; border-color: #E9E9E9; border-radius: 0; padding: 30px 25px }
	#form-contact-us .btn { background-color: #EF7D23; border: 2px solid #EF7D23; color: #FFF; font-size: 19px; font-weight: 300; padding: 11px 35px 10px 35px; text-transform: uppercase }
#contact-us-map { border: none; height: 550px; margin-bottom: -7px; width: 100% }

@media (max-width: 1589px) {
	#contact-us h2 { font-size: 40px }
	#contact-us p { font-size: 18px }
	.contact-us-info i { font-size: 44px }
	.contact-us-info .contact-us-info-text { font-size: 18px }
	#form-contact-us { padding: 70px 0 0 30px }
		#form-contact-us .btn { font-size: 20px }
	#contact-us-map { height: 500px }
}

@media (max-width: 1199px) {
	#contact-us h2 { font-size: 36px }
	#contact-us p { font-size: 16px }
	#form-contact-us { padding: 75px 0 0 30px }
		#form-contact-us .btn { font-size: 18px }
	#contact-us-map { height: 450px }
}

@media (max-width: 991px) {
	#contact-us { padding-bottom: 30px }
	#form-contact-us { padding: 40px 0 30px 0 }
		#form-contact-us .form-group-left { margin-right: 0 }
		#form-contact-us .form-group-right { margin-left: 0 }
	#contact-us-map { height: 400px }
}

@media (max-width: 767px) {
	#contact-us-map { height: 350px }
}

@media (max-width: 575px) {
	.contact-us-info i { font-size: 36px }
	.contact-us-info .contact-us-info-text { font-size: 14px }
}

@media (max-width: 374px) {

}