.contact-us-header{
	background: url('../img/contact-us/contact_us_banner.png') no-repeat;
	background-position: 50% 100%;
	position: relative;
	z-index: 1;
	padding: 100px 0px;
}
.contact-us-header .overlay{
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
	padding: 25px;
}
.contact-us-header h2,.contact-us-header p{
	color: #ffffff;
}
.contact-us-header p{font-weight: 700; font-size: 18px; margin-bottom: 10px;}
.send-message-section{
	padding: 100px 0px;
}
.send-message-heading h2{
	    line-height: 54px;
    font-size: 45px;
    font-weight: 800;
    color: #141414;
}

.send-message-section .form-control{
	height: 50px;
}

.send-message-section textarea.form-control{height: auto;}

.send-message-section .o_website_form_send{
	font-size: 18px;
	margin-top: 20px;
}
.send-message-section address{
	padding-top: 5px;
}

.send-message-section [itemprop="name"]{
	line-height: 54px;
	font-size: 45px;
	font-weight: 800;
	color: #141414;  
	display: block;
	margin-bottom: 20px;
}

.send-message-section [itemprop="address"] i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	border: 1px solid #607d8b;
	color: #607d8b;
	margin-right: 10px;
}

.send-message-section [itemprop="address"] div{
	margin-bottom: 10px;
}
.send-message-section [itemprop="streetAddress"],.send-message-section [itemprop="telephone"],.send-message-section [itemprop="email"]{
	font-size: 16px;
	color: #524e4e;
}

/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.send-message-heading h2,.send-message-section [itemprop="name"]{
		line-height: 40px;
		font-size: 36px;
	}
	.send-message-section {
	    padding: 50px 0px 0px;
	}
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.contact-us-header{
		background-position: center;
		padding: 30px 0px;
	}
}