.doctors-list{

}
.doctor_col{
	margin-bottom:15px;
}
.doctor-item{
	background:#F3FAFB;
	border-radius:10px;
	padding:18px;
	height:100%;
}
.doctor-item img{
	height:224px;
	width:auto;
	max-width:100%;
	border-radius: 4px;
}
.doctor_pic{
	text-align:center;
	margin-bottom:25px;
}
.doctor_pic a{
	display:block;
	width:100%;
	height:100%;
}
.doctor_name{
	margin-bottom:8px;
	font-weight:500;
	font-size:21px;
	line-height:108%;
}
.doctor_name a{
	color:#0B0A07;
}
.doctor_position{
	font-size:17px;
	font-weight:300;
}