.contact-page .container {
	max-width: 1232px
}
.contact-banner {
	background-color: #f9f8f8;
	padding: 215px 0 135px;
	position: relative;
	overflow: hidden
}
.contact-vector {
	width: 42%;
	position: absolute;
	top: 0;
	right: 0
}
.contact-banner h1 {
	font-size: 63px;
	color: #1a1a1a;
	margin: 0 0 50px 0;
	font-family: 'Proxima Nova Bl';
}
.contact-banner-area {
	position: relative
}
.contact-banner .title {
	width: 50%;
	margin-bottom: 32px
}
.contact-banner .title p {
	font-size: 24px;
	color: #7d7c84;
	line-height: 1.4;
	
	margin-bottom: 44px
}
.contact-banner .title ul {
	padding: 30px 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20.24px 1.76px rgba(0,0,0,.04), 0 0 21.6128px .3872px rgba(0,0,0,.02), 0 0 5.94px .06px rgba(0,0,0,.01);
	-moz-box-shadow: 0 0 20.24px 1.76px rgba(0,0,0,.04), 0 0 21.6128px .3872px rgba(0,0,0,.02), 0 0 5.94px .06px rgba(0,0,0,.01);
	box-shadow: 0 0 20.24px 1.76px rgba(0,0,0,.04), 0 0 21.6128px .3872px rgba(0,0,0,.02), 0 0 5.94px .06px rgba(0,0,0,.01)
}
.contact-banner .title li {
	font-size: 14px;
	color: #6a6a64;
	padding: 0 7px;
	display: inline-block;
	line-height: 1.2;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bl';
}
.contact-banner .title li span {
	font-family: 'Circular Std Book';
	font-size: 17px
}
.contact-banner .title .active, .contact-banner .title .active span {
	color: #f0011e;
	font-weight: 600;
	font-size: 16px
}
.contact-banner .contact-detail {
	flex: 0 0 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20.24px 1.76px rgba(0,0,0,.04), 0 0 21.6128px .3872px rgba(0,0,0,.02), 0 0 5.94px .06px rgba(0,0,0,.01);
	-moz-box-shadow: 0 0 20.24px 1.76px rgba(0,0,0,.04), 0 0 21.6128px .3872px rgba(0,0,0,.02), 0 0 5.94px .06px rgba(0,0,0,.01);
	box-shadow: 0 0 20.24px 1.76px rgba(0,0,0,.04), 0 0 21.6128px .3872px rgba(0,0,0,.02), 0 0 5.94px .06px rgba(0,0,0,.01);
	position: relative;
	z-index: 2;
	display: none
}
.contact-banner .contact-detail.active {
	display: block
}
.contact-banner .contact-detail li {
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1
}
.contact-banner .contact-detail .error {
	border-color: #e71937
}
.contact-banner .contact-detail .left {
	min-height: 90px;
	border-right: 1px solid #e3e3e3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex: 0 0 20%;
	max-width: 20%
}
.contact-detail .gdpr-check {
	padding: 40px 50px 30px
}
.contact-detail .gdpr-check p {
	font-size: 16px;
	line-height: 1.66;
	margin-bottom: 20px
}
.contact-detail .icon-question {
	background-position: -204px -39px;
	width: 25px;
	height: 25px
}
.contact-detail .icon-name {
	background-position: -7px -127px;
	width: 29px;
	height: 65px
}
.contact-detail .icon-telephone {
	background-position: -243px -37px;
	width: 37px;
	height: 29px
}
.contact-detail .icon-mail {
	background-position: -52px -130px;
	width: 35px;
	height: 35px
}
.contact-detail .icon-currency {
	background-position: -106px -133px;
	width: 45px;
	height: 32px
}
.contact-banner .contact-detail .right {
	flex: 0 0 80%;
	max-width: 80%
}
.contact-banner .contact-detail textarea {
	border: none;
	resize: none;
	min-height: 139px;
	width: 100%;
	padding: 37px 28px 37px;
	font-size: 17px;
	color: #7d7c84;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif
}
.select2-container {
	width: 100% !important
}
.select2-container--default .select2-selection--single {
	height: 90px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7d7c84;
	line-height: 90px;
	padding: 0 75px 0 28px;
	font-size: 17px;
	color: #7d7c84;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url(../images/sprite.png) no-repeat center top;
	background-position: -191px -9px;
	width: 22px;
	height: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #141414;
	color: #fff
}
.select2-results__option {
	color: #7d7c84;
	padding: 10px 5px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif
}
.contact-request {
	padding: 21px 50px 60px
}
.agree-wrap {
	margin-bottom: 35px
}
.btn-now{
	display: inline-block;
	background-color: #02789e;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	padding:16px 22px;
	text-transform: capitalize;
	border-radius:2px;
	transition: all 0.5s;
	border: 2px solid transparent;
}
.btn-now:hover{
	border: 2px solid #02789e;
	color: #14151b;
	background: transparent;
}
.agree-wrap .agreement {
	padding-right: 15px
}
.checkbox-wrap {
	padding: 5px 0 0 40px;
	position: relative;
	margin-bottom: 15px
}
.checkbox-wrap i, .checkbox-wrap input {
	position: absolute;
	top: 3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #1a1a1a
}
.checkbox-wrap input {
	z-index: 2;
	opacity: 0
}
.checkbox-wrap i:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(../images/sprite.png) no-repeat;
	background-position: -162px -11px;
	width: 13px;
	height: 11px;
	content: '';
	display: none
}
.checkbox-wrap input:checked+ i:after {
	display: block
}
.checkbox-wrap label {
	font-size: 18px;
	
	line-height: 1.3
}
.checkbox-wrap.error label, .checkbox-wrap.error span {
	color: #e71937
}
.checkbox-wrap label span {
	display: block;
	font-size: 14px;
	color: #14151b;
	line-height: 1.57;
	margin-top: -7px
}
.agree-wrap .secure p {
	
	padding-left: 50px;
	font-size: 14px;
	color: #b2b2b2;
	position: relative;
	top: -13px;
	line-height: 1.2;
	letter-spacing: -.2px
}
.right input[type="email"] {
    width: 100%;
	display: block;
	height: 100%;
	color: #14151b;
	font-size: 16px;
	border: none;
	padding: 10px;
	font-weight: 400;
	border-radius: 0;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media only screen and (max-width: 1599px) {
	.container {
		max-width: 950px !important
	}
}
@media only screen and (max-width: 1199px) {
	.container {
		max-width: 850px !important
	}
}
@media only screen and (max-width: 991px) {
	.container {
		max-width: 700px !important
	}
	.contact-banner {
		padding-top: 190px
	}
	.contact-banner h1 {
		font-size: 53px
	}
	.title .chkTab {
		width: 614px
	}
}