#dp-dentist-search-booking-module-carousel .carousel-inner {
	padding: 0 30px;
}

#dp-dentist-search-booking-module-carousel .carousel-control-prev {
	justify-content: flex-start;
}

#dp-dentist-search-booking-module-carousel .carousel-control-next {
	justify-content: flex-end;
}

#dp-dentist-search-booking-module-carousel .carousel-control-prev-icon,
#dp-dentist-search-booking-module-carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='44' viewBox='0 0 24 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.99998 2L21.8879 22L1.99998 42' stroke='%232445EA' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

#dp-dentist-search-booking-module-carousel .carousel-control-prev-icon {
	transform: rotate(180deg);
}

#dp-dentist-search-booking-module h2.booking-heading {
	margin: 1rem 0;
}

#dp-dentist-search-booking-module .booking-subheading {
	font-size: 20px;
	margin-bottom: 4rem;
}

#dp-dentist-search-booking-module-carousel .profile-pic {
	margin-bottom: 1rem;
}

#dp-dentist-search-booking-module-carousel .profile-pic img {
	max-width: 100%;
	height: auto;
}

#dp-dentist-search-booking-module-carousel .booking-cta-text {
	font-size: 9px !important;
}

#dp-dentist-search-booking-module-carousel .booking-view-more-text,
#dp-dentist-search-booking-module-carousel .card.dentist.action a {
	font-size: 22px;
}

#dp-dentist-search-booking-module-carousel .card.dentist.action {
	box-shadow: none;
	padding: 40px 15px;
	justify-content: center;
}

@media (min-width: 390px) {
	#dp-dentist-search-booking-module-carousel .booking-cta-text {
		font-size: 11px !important;
	}
}

@media (min-width: 424px) {
	#dp-dentist-search-booking-module-carousel .booking-cta-text {
		font-size: 14px !important;
	}
}

@media (max-width: 767px) {
	#dp-dentist-search-booking-module-carousel .carousel-item>div {
		display: none;
	}

	#dp-dentist-search-booking-module-carousel .carousel-item>div:first-child {
		display: block;
	}
}

#dp-dentist-search-booking-module-carousel .carousel-item.active,
#dp-dentist-search-booking-module-carousel .carousel-item-next,
#dp-dentist-search-booking-module-carousel .carousel-item-prev {
	display: flex;
}

#dp-dentist-search-booking-module-carousel .card.dentist {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

#dp-dentist-search-booking-module-carousel .card.dentist.action img {
	margin: auto;
}

@media (min-width: 768px) {

	#dp-dentist-search-booking-module-carousel .carousel-item-end.active,
	#dp-dentist-search-booking-module-carousel .carousel-item-next {
		transform: translateX(33%);
	}

	#dp-dentist-search-booking-module-carousel .carousel-item-start.active,
	#dp-dentist-search-booking-module-carousel .carousel-item-prev {
		transform: translateX(-33%);
	}

	#dp-dentist-search-booking-module-carousel .card.dentist {
		height: 95%;
		justify-content: space-between;
	}

	#dp-dentist-search-booking-module-carousel .carousel-inner {
		padding: 0 90px;
	}

	#dp-dentist-search-booking-module-carousel .booking-cta-text {
		font-size: 11px !important;
	}
}

@media (min-width: 992px) {

	#dp-dentist-search-booking-module-carousel .booking-cta-text {
		font-size: 9px !important;
	}
}

@media (min-width: 1200px) {

	#dp-dentist-search-booking-module-carousel .booking-cta-text {
		font-size: 14px !important;
	}
}

@media (min-width: 1400px) {

	#dp-dentist-search-booking-module-carousel .profile-pic {
		margin-bottom: 0;
	}
}
