.contact h1 {
	font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}

.bump-brown {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-title {
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'stolzl';
	color: white;
}

.info-phone img {
	margin-right: 15px;
}

.info-email img {
	margin-right: 10px;
}

.info-phone, .info-email {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'stolzl';
	color: white;
}

.information-item {
	margin-bottom: 20px;
}

.contact a {
	color: #161739;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.bump-brown {
		display: none;
	}
	.enquiry-section {
		margin: 50px auto;
		padding: 7% !important;
		font-size: 12px !important;
	}
}

.git-wrapper {
	margin: auto;
	max-width: 1052px !important;
	padding: 74px 0;
}

.form-title {
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
	font-family: 'stolzl';
	color: #161739;	
	margin-bottom: 25px;
}

.form-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'stolzl';
	color: #161739;	
	margin-bottom: 25px;
}

.send {
	background-color: #129BDB !important;
	border: 0 !important;;
	color: white !important;
	height: 47px !important;
	width: 262px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-top: 15px;
}

.contact h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: white;
	margin-bottom: 15px;
}

.contact-bump {
    position: absolute;
	left: -29px;
	top: 30px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
	.info-phone, .info-email {
    	font-size: 12px !important;
    	line-height: 20px !important;
	}
}

.enquiry-section {
		margin: 25px auto;
}	

.ch-bump {
    display: block;
    position: absolute;
    right: 8%;
    top: -37px;
    margin: auto;
    width: 185px;
}

.contact-email {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important;
    font-family: 'stolzl';	
	color: white !important;
}

.contact-email:hover {
	color: white;
	text-decoration: none;
}


#apply-form-new .form-inner-wrapper {
    display: flex;
}

#apply-form-new .form-col {
    width: 50%;
    margin: 0px 15px;
}

div#wpcf7-f12326-o1 {
    max-width: 1200px;
}

#apply-form-new h3{
	margin-top: 25px;
	font-size: 20px;
}

#apply-form-new input {
    background-color: #e7f5fb;
    border-radius: 12px;
    border: none;
    padding: 0.3rem 1rem;
    font-size: 14px;
}

#apply-form-new label {
    font-size: 14px;
    font-weight: bold;
}

#apply-form-new .apply-btn {
	background-color: #43B02A;
	color: white;
	font-size: 12px;
	border: none;
	padding: 0.3rem 2rem;
	border-radius: 10px;
	font-weight: normal !important;
	margin-top: 1rem;
}


@media only screen and (max-width: 767px){
	#apply-form-new .form-col {
		width: 100%;
		margin: 0px;
	}
		#apply-form-new .form-inner-wrapper {
    	flex-flow: wrap;
	}
}
