.contact .container {
	padding: 60px 16px;
}

.contact .content-wrapper h2 {
	margin-bottom: 36px;
}

.contact .content-wrapper .title {
	color: #36A9E1;
}

@media only screen and (max-width: 1199px) {
	.banner-t1 {
		background-size: cover;
	}	
}

@media only screen and (min-width: 1200px) {
	.banner-t1 .overlay {
		display: none;
	}
}

.contact .wpcf7 {
	max-width: 100%;
}

.contact .wpcf7 input, .contact .wpcf7 select {
    min-height: 90px;
    font-family: 'Helvetica-Neue-Light';
    font-size: 25px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
	padding: 0;
}

.contact .wpcf7 input::placeholder {
	color: #192432 !important;
}

.contact .cf7-label {
    font-family: 'Helvetica-Neue-Light';
    font-size: 25px;
    line-height: 40px;
    color: #192432;
    margin: 20px 0;
}

.contact .wpcf7 textarea {
    border: 1px solid black;
    border-radius: 0;
    margin-bottom: 40px;
}

.contact .wpcf7 input.wpcf7-submit {
	max-width: 210px;
	min-height: 59px;
	color: #36A9E1;
	border: 1px solid #36A9E1;
}

.contact .wpcf7 input.wpcf7-submit:hover {
	background-color: #36A9E1;
	color: white;
}

.contact .cf7-col2 {
    display: flex;
    justify-content: space-between;
}

.contact .cf7-col2 span:first-of-type {
	padding-right: 30px;
}

.contact .wpcf7 select {
	margin-bottom: 40px;
}

.contact-df .content-wrapper h2.dark {
	color: black;
}

@media only screen and (max-width: 1199px) {
	.contact .cf7-col2 {
		 flex-direction: column;
	}
}

.top-border {
	border-top: 12px solid #192432;
}

.contact-t1, .contact-t1 .content-wrapper h2.title {
	color: #fff;
}

.contact-t1 .wpcf7 input, .contact-t1 .wpcf7 select, .contact-t1 .wpcf7 textarea {
    min-height: auto;
    font-size: 16px;
	border: none;
    border-bottom: 1px solid white;
	background-color: transparent;
	color: white;
	margin-bottom: 10px;
}

.contact-t1 .wpcf7 input::placeholder {
	color: white !important;
}

.contact-t1 .cf7-label {
	color: white;
	font-size: 16px;
	line-height: 1;
}

.contact-t1 .wpcf7 input.wpcf7-submit {
	border-color: white;
	color: white;
}

.contact-t1 .wpcf7 input.wpcf7-submit:hover {
	color: #36A9E1;
	background-color: white;
}

.contact-t1 .wpcf7 input.wpcf7-submit {
	min-height: initial;
	line-height: 1;
}

.contact-t1 .wpcf7 textarea {
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
	.contact-t1 .flex {
		max-width: 500px;
		margin-right: auto;
	}
}

.contact-t1 a {
	color: inherit;
	opacity: .8;
}

.contact-t1 a:hover {
	opacity: 1;
}