#dentistDtails {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5rem;
}
@media screen and (max-width: 767px) {
	#dentistDtails {
		gap: 0;
		display: grid;
		grid-template-columns: 1fr 2fr;
		max-width: 100vw;
		margin-top: 50px;
	}
}
#dentistDtails .dentist-image img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border-bottom-right-radius: 33%;
}
@media screen and (max-width: 767px) {

	#dentistDtails .dentist-image {
		padding: 0 15px;
	}

	#dentistDtails {
		gap: 0.5rem;
	}
	.wp-container-1.wp-container-1 {
		margin-block-start: 0px !important;
	}
}
#dentistDtails .dd-details {
	width: calc(100% - 5rem - 285px);
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
@media screen and (max-width: 767px) {
	#dentistDtails .dd-details {
		width: 100%;
		padding: 0 1rem 1rem 0;
		gap: 0.5rem;
	}
}
#dentistDtails .dd-details_cover {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 1rem;
}
#dentistDtails .dd-details_cover-dentist {
	width: calc(70% - 0.5rem);
}
@media screen and (max-width: 767px) {
	#dentistDtails .dd-details_cover-dentist {
		width: 100%;
	}
}
#dentistDtails .dd-details_cover-name {
	margin: 0;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	font-size: 40px !important;
	line-height: 52px;
	color: #080709;
}
@media screen and (max-width: 767px) {
	#dentistDtails .dd-details_cover-name {
		font-size: 22px !important;
		line-height: 1.3 !important;
	}
}
#dentistDtails .dd-details_cover-title {
	margin: 0;
	font-style: normal;
	font-weight: var(--wp--custom--body--typography--font-weight);
	font-size: 20px !important;
	line-height: 32px;
	color: #4b5260;
}
#dentistDtails .dd-details_cover-booking {
	width: calc(30% - 0.5rem);
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	#dentistDtails .dd-details_cover-booking {
		width: 100%;
		justify-content: flex-start;
	}
}
#dentistDtails .dd-details_info {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
}
#dentistDtails .dd-details_info-tags {
	width: calc(100% - 1rem - 500px);
}
@media screen and (max-width: 767px) {
	#dentistDtails .dd-details_info-tags {
		width: 100%;
	}
}
#dentistDtails .dd-details_info-tags .section-heading {
	margin: 0;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	font-size: 16px !important;
	line-height: 28px;
}
#dentistDtails .dd-details_info-tags p:not(.section-heading) {
	margin: 0;
	font-weight: var(--wp--custom--body--typography--font-weight);
	font-size: 16px !important;
	line-height: 28px;
	padding-left: 10px;
}

@media screen and (min-width: 768px) {
	#dentistDtails .dd-map_info-card {
		width: 500px;
	}
}

.dp-block-dentist-detail-plan-tabs .dentists-near-you-wrap,
.dp-block-dentist-detail-plan-tabs .dentists-near-you,
.page-id-6304 .dentists-near-you-wrap,
.page-id-6304 .dentists-near-you {
	display: none;
}
