.request-appointment {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background: #143760;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
	-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.16)
}

.request-appointment .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.request-appointment .left-content {
	width: 44%;
	padding: 25px;
	background: #ffffff;
	position: relative;
}

.request-appointment .left-content h2 {
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.request-appointment .left-content ul{
	padding-left: 25px;
}

.request-appointment .left-content p{
	padding: 30px 0;
}

.request-appointment .left-content h2,
.request-appointment .left-content h3,
.request-appointment .left-content h4 {
	color:#000;
}

.request-appointment .left-content a{
	background: transparent;
	color:#000;
	border: 2px solid #000;
	font-weight: bold;
    padding: 7px 23px;
	display: inline-block;
	margin: 2px 0;
}

.request-appointment .left-content a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.request-appointment .right-form {
	width: 54%;
	padding: 50px 25px;
}

/** request appointment form CSS */
.request-appointment .nf-field-element input[type="text"], .request-appointment .nf-field-element input[type="email"], .request-appointment .nf-field-element input[type="tel"], .request-appointment .nf-field-element select, .request-appointment .nf-field-element textarea {
	border: none;
    background: #fff;
    color: #000000;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding-left: 50px;
}

.request-appointment .submit-container .submit-wrap .nf-field-element:hover {
	background: #DA1F39;

}

.request-appointment ::-webkit-input-placeholder {
	color: #000000;
	opacity:1;
}

.request-appointment ::-moz-placeholder {
	color: #000000;
	opacity:1;
}

.request-appointment :-ms-input-placeholder {
	color: #000000;
	opacity:1;
}

.request-appointment :-moz-placeholder {
	color: #000000;
	opacity:1;
}


.request-appointment .nf-field-container.firstname, .request-appointment .nf-field-container.email, .request-appointment .nf-field-container.phone, .request-appointment .nf-field-container.date, .request-appointment .nf-field-container.time, .request-appointment .nf-field-container.hear, .request-appointment .nf-field-container.message{
	position: relative;

}

.request-appointment .nf-field-container:before{
	content: "";
	position: absolute;
	top: 22.5px;
	transform: translateY(-50%);
	left: 15px;
	z-index: 1;
	border-right: 1px solid #000;
    padding-right: 25px;
}
.request-appointment .nf-field-container.firstname:before{
	background: url('../../images/person.png') no-repeat;
	width: 16px;
	height: 16px;

}

.request-appointment .nf-field-container.email:before{
	background: url('../../images/email.png') no-repeat;
	width: 20px;
	height: 16px;

}

.request-appointment .nf-field-container.location:before{
	background: url('../../images/pin.png') no-repeat;
	width: 20px;
	height: 20px;

}

.request-appointment .nf-field-container.phone:before{
	background: url('../../images/phone.png') no-repeat;
	width: 18px;
	height: 18px;

}


.request-appointment .nf-field-container.date:before{
	background: url('../../images/date.png') no-repeat;
	width: 18px;
	height: 20px;

}


.request-appointment .nf-field-container.time:before{
	background: url('../../images/time.png') no-repeat;
	width: 20px;
	height: 20px;

}


.request-appointment .nf-field-container.hear:before{
	background: url('../../images/hear-icon.png') no-repeat;
	width: 14px;
	height: 21px;

}


.request-appointment .nf-field-container.message:before{
	background: url('../../images/comment.png') no-repeat;
	width: 20px;
	height: 20px;
	top: 25px;

}


@media (max-width:992px){
	.request-appointment .left-content h2{
		font-size: 35px;
	}

	.request-appointment .left-content p{
		padding: 20px 0;
	}

	.request-appointment{
		padding: 30px 0;
	}
    .request-appointment .left-content {width: 100%; margin-bottom: 20px;}
    .request-appointment .right-form {width: 100%;}

}

@media (max-width:767px){
    .request-appointment .left-content img {display: none;}
    .request-appointment .left-content {text-align: center;}
}

@media (max-width:480px){
	.request-appointment .right-form{
		padding: 0;
	}
}
