.doctors a, .doctor a {
	color: #06020f;
}

.doctor a:hover {
	color: #253b8a;
}

.doctors_row {
	margin-top: 90px;
}

.doctors_box {
	font-size: 0.875em;
	margin-bottom: 50px;
}
.doctors_box img {
	margin-bottom: 15px;
}

.doctors_box h2 {
	font-size: 1.025rem;
	font-weight: 700;
	text-transform: uppercase;
}

.doctors_title {
	padding-right: 30px;
}

.doctors_cross {
	width: 70px;
	float: right;
	margin-right: -39px;
	margin-top: -95px;
}

@media (max-width: 1680px) {
	.doctors_cross {
		width: 60px;
		margin-right: -32px;
		margin-top: -87px;
	}
}

.doctor_desc {
	font-weight: 600;
}

.doctor .content_col {
	text-align: justify;
	padding-right: 30px;
}

.doctor .content_col .main_desc:before {
	content: '';
	display: block;
	position: absolute;
    right: 30px;
    top: 35px;
	width: 150px;
	height: 2px;
	background-color: #d01a1a;
	margin-bottom: 30px;
}

.doctor h2 {
	text-transform: uppercase;
	font-weight: 700;
}

.doctor h2:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #6051A2;
	margin: 10px 0px;
}

.doctor h3 {
	margin-bottom: 20px;
}

.doctor .quick_contact_col p {
	margin-bottom: 0px;
}

.doctor .quick_contact_col a {
	display: inline-block;
	margin-left: 5px;
}

#doctors_select h2:after {
	content: '';
    display: block;
    width: 90px;
    height: 2px;
    background-color: #253b8a;
    margin: 15px 0px;
}