
/* CONTACT PAGE */
body {background-color: #fff;}
.contact-head {
	padding: 48px 0 51px;
}
.contact-head p {
	color: #24262e;
	font-size: 14px;
	line-height: 32px;
}
.contact_info {
	padding: 30px 20px;
	/* border-radius: 10px 0 0 10px; */
	height: 100%;
    background-color: #052046;
}
.sub-title.white {
	color: #fff;
	padding-left: 0;
	margin-top: 0;
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.sub-title.white:before {
	background-color: #619f9d;
	top: auto;
	transform: inherit;
	bottom: 0;
}
.cl-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
.cl-list li:last-child {
	margin-bottom: 0;
}
.cl-list li > span {
	width: 35px;
}
.cl-list li > p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	max-width: 80%;
	padding-left: 6px;
}
.cl-list li a {color: #fff;}
.cl-list li > p span {
	display: inline-block;
	color: #34ccff;
}
/* CONTACT MAIN FORM */
.cl-list {text-align: left;}
.contact-main-form {
	background-color: #f5f5f5;
	padding: 86px 80px 50px;
	/* border-radius: 0 10px 10px 0; */
	height: 100%;
}
.contact-main-form .global-btn {
	display: block;
	margin-top: 1em;
}
.contact-main .row {
	margin: 0;
}
.contact-main .col-lg-4,
.contact-main .col-lg-8 {
	padding: 0;
}
.contact-main .form-group label {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
	text-align: left;
}
.contact-main .form-group {
	margin-bottom: 41px;
}
.form-control {
	width: 100%;
	border:0;
	border-bottom: 2px solid #e4e4e4;
	color: #070c1f;
	font-size: 14px;
	font-weight: 500;
	background-color: inherit;
	padding: 0 0 15px;
	border-radius: 0;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/* .form-group textarea.form-control {
	height: 75px;
} */
.form-control:focus {
	background-color: inherit;
}
.form-submit {
	width: 92px;
	height: 92px;
	border:1px solid #c4d8d4;
	text-align: center;
	position: relative;
	top: 40px;
}
.form-submit button {
	width: 64px;
	height: 64px;
	background:linear-gradient(to left, #0d6b68, #0f938f);
	border:0;
	margin-top: 14px;
}
.contact-social {
	margin-top: 60px;
	margin-bottom: -15px;
}
.contact-social > span {
	display: inline-block;
	color: #24262e;
	font-size: 14px;
	font-weight: 500;
}
.social-links.without-bg li a {
	background-color: inherit;
	width: auto;
	height: auto;
}
.social-links.without-bg {
	display: inline-block;
	margin-left: 73px;
}
.social-links.without-bg li {
	margin-right: 47px;
}
.social-links.without-bg li a {
	display: inline-block;
	font-size: 22px;
}
iframe {
    width: 100%;
}
#captchaText {
	display: inline-block !important;
	margin-right: 10px;
}
#captchaInput {
	border: 2px solid #e4e4e4;
    height: 40px;
    margin-left: 9px;
    width: 60px;
    padding: 2px 8px;
}
.whatsapp-btn{
	background: #34ccff;
    padding: 12px 20px;
    color: #052046 !important;
    font-weight: 600;
}
@media (max-width:768px){
	.contact_info {
		padding: 30px 6px;
	}
	.cl-list li > span {
		width: 28px;
	}
	.contact-main-form {
		padding: 35px 25px 20px;
	}
	.contact-main .form-group {
		margin-bottom: 20px;
	}
	.contact-main .form-group label {
		margin-bottom: 5px;
	}
	.whatsapp-btn{
		padding: 8px 16px;
	}
}