/* Appointment Css Start Here */
.appointment_sec {
	padding: 120px 0 80px;
}
.appointment_sec .heading-wrapper {
	text-align: center;
	max-width: 65%;
	margin: 0px auto 40px;
}
.appointment_sec .form-group .form-control {
	border: 1px solid #dcdcdc;
	border-radius: 0;
	padding: 15px 20px;
	height: 60px;
	font-size: 14px;
	color: #a3b0b2;
	box-shadow: none;
}
.appointment_sec .form-group {
	margin-bottom: 15px;
}
.appointment_sec .form-group textarea {
	height: 150px !important;
	resize: none;
}
.appointment_sec .form-group .form-control::placeholder {
	color: #a3b0b2;
}
.appointment_sec button.btn {
    width: 100%;
    color: #2e2e2e;
    font-size: 13px;
    padding: 17px 20px;
}
.appointment_sec button.btn:hover {
	outline: 1px solid var(--extra-color-1);
}
/* Appointment Css End Here */
/* Mobile Responsive Starts Here  */
@media(max-width:575px){
	.appointment_sec {
		padding: 30px 0 30px;
	}
	.appointment_sec .heading-wrapper {
		max-width: 100%;
		margin: 0px auto 30px;
	}
}
/* Mobile Responsive Ends Here  */
