.doctor_card{
	background:#E5F4F6;
	border-radius:13px;
	width:100%;
	height:500px !important;
	position:relative;
	margin:0 5px;
}
.doctor_card_img{
	height:200px;
	border-radius:13px 13px 0 0;
}
.doctor_title{
	padding:15px;
    font-size: 21px;
    font-weight: 500;
    line-height: 108%;
}
.doctor_description{
	font-size:17px;
	font-family: SFUITEXT_LIGHT;
	padding:0 15px;
}
.slick-dots{
	list-style-type:none;
	display:flex;
	column-gap:5px;
}
.slick-dots li button{
	width:60px;
	height:5px;
	border-radius:25px;
	background:#0097B3;
	opacity:0.3;
	font-size:0;
	line-height:0;
	border:none;
}

.slick-dots li.slick-active button{
	opacity:1;
}