.doctors-listing_img {
	position: relative;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: calc((307/195) * 100%);
	position: relative
}

.doctors-listing_img:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #F7F7F5;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	max-height: 96%
}

.doctors-listing_img img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0
}

@media screen and (min-width:1200px) {
	.doctors-listing_img {
		padding-top: calc((443/281) * 100%);
		position: relative
	}

	.doctors-listing_img img {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0
	}
}

.doctors-listing_content {
	margin-top: 20px
}

@media screen and (min-width:1200px) {
	.doctors-listing_content {
		margin-top: 30px
	}
}

.doctors-listing_title {
	margin-bottom: 5px;
	color: #3C3C3A
}

.doctors-listing_types {
	margin-bottom: 0;
	color: #5E5E5E
}

.doctor-card .bg-grey {
	background-color: #f7f7f5;
	-webkit-box-shadow: inset 0 30px #fff;
	box-shadow: inset 0 30px #fff;
	border-radius: 0;
}

@media screen and (min-width:992px) {
	.doctor-card:hover figure img {
		-webkit-transform: scale(1.01);
		transform: scale(1.01)
	}
}

.doctor-card__img {
	max-width: 85%;
	margin: 0 auto
}

.doctor-card__img figure {
	overflow: hidden;
	--bs-aspect-ratio: 147.22%;
	margin-bottom: 1.625rem
}

.doctor-card__img figure img {
	padding-top: 10px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: -webkit-transform 0.4s ease-in;
	transition: -webkit-transform 0.4s ease-in;
	transition: transform 0.4s ease-in;
	transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
	-o-object-position: bottom;
	object-position: bottom;
	will-change: transform
}

.doctor-card_name {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
	color: #222222;
	letter-spacing: 0.2px;
}

.doctor-card span {
	color: #222222;
	font-size: 18px;
	display: block;
	font-weight: 400;
	letter-spacing:0.2px;
}