/*.banner-header-image {
    background: url('../img/contact/contact_banner_top.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
}*/

.contact-us-header p {
	top: 60%;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.banner-header-image {
    background: url('../img/contact/bg-contact.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    position: relative;
}

.banner-header-text {
	display: block;
    width: 900px;
    padding: 130px 0;
    margin: auto;
    background: #0000007d;
}

.banner-header-text h1 {
	top: 33%;
}

.banner-header-image h1 {
	color: #ffffff;
}

.contact-us-section-heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.4em;
    color: #505050;
    font-weight: 600;
}

.banner-header-image h1 {
    color: #fff;
}

.eg-contact input, .eg-contact select, .eg-contact textarea {
    font-size: 1.1em;
    color: #505050 !important;
}

.eg-contact-info li a, 
.eg-contact-info li a:hover,
.eg-contact-info li a:focus {
    padding: 10px 10px;
    font-size: 40px;
    color: #6F59A6;
    text-align: center;
    margin-right: 20px;
    text-decoration: none;
}

.eg-contact-info {
    padding-left: 200px;
    border-right: 1px solid #707070;
}

.eg-contact-info li a span {
    font-size: 22px;
}

address {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    color: #000000;
}

.contact-info h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

@media screen and (min-width: 767px) {
    .eg-contact-info {
        padding-left: 0px !important;
        border-right: none;
    }
}

@media screen and (max-width: 639px) {
    .eg-contact-info {
        padding-left: 0px !important;
        border-right: none;
    }
    .eg-contact-info li a span {
        font-size: 1.0rem;
    }
	.banner-header-text h1 {
		font-size: 40px;
		margin-bottom: 0;
	}
	.banner-header-text p {
		font-size: 18px !important;
		margin-top: 0;
	}
}