/*------------------------First-Section------------------------------  */
.first_section {
	background: #fbf6ef;
	padding: 37px 0px;
}

.first_section_container {
	max-width: 1386px;
	margin: 0 auto;
	border: 1px solid #2d2d2d;
	border-radius: 6px;
	padding: 60px 57px 27px 57px;
	;
}

.first_section_row {
	align-items: center;
	gap: 60px;
	display: flex;
	justify-content: space-between;
}

.first_section_col2 {
	max-width: 709px;
	width: 100%;
}

.heading_text h2 {
	font-size: 48.83px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 24px;
}

.para_text p {
	font-size: 18px;
	line-height: 1.2;
	color: #2c2c2c;
	margin-bottom: 0;
}

.first_section_list li {
	font-size: 18px;
	line-height: 1.2;
	color: #2c2c2c;
}

.first_section_list li:not(:last-child) {
	margin-bottom: 8px;
}

.first_section_list {
	padding-left: 28px;
	margin-left: 0;
}

.first_section_img img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
	max-width: 709px;
}

.first_section_nuber_row {
	margin-top: 60px;
}

.first_section_nuber_box {
	display: flex;
	gap: 30px;
}

.contant_box {
	background: #1f2a55;
	border-radius: 16px;
	padding: 84px 20px;
	text-align: center;
	max-width: 300px;
	width: 100%;
}

.contant_box h3 {
	font-size: 52px;
	font-weight: 700;
	color: #cd4c28;
	margin-bottom: 10px;
}

.contant_box p {
	font-size: 31.25px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
}

.full-width-content .container.grid-container {
	max-width: 100%;
	padding: 0;
}

.first_section_col1 {
	max-width: 469px;
	width: 100%;
}

@media (max-width: 600px) {
	.first_section_list {
		padding-left: 22px;
	}

	.para_text p,
	.first_section_list li {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.first_section_container {
		padding: 30px 20px;
	}

	.heading_text h2 {
		font-size: 28px;
	}

	.first_section_nuber_box {
		grid-template-columns: 1fr !important;
	}

	.contant_box {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.first_section_col1 {
		max-width: 100%;
		width: 100%;
	}

	.first_section_nuber_row {
		margin-top: 20px;
	}

	.first_section_container {
		padding: 30px 20px 30px 20px;
	}

	.contant_box {
		padding: 64px 20px;
	}

	.first_section_nuber_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 630px;
		margin: auto;
	}

	.heading_text h2 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.first_section_nuber_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 630px;
		margin: auto;
	}

	.contant_box {
		margin: auto;
	}

	.first_section_row {
		gap: 30px;
	}

	.first_section_nuber_row {
		margin-top: 30px;
	}

	.first_section_container {
		padding: 60px 37px 27px 37px;
	}

	.heading_text h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 991px) {
	.first_section_row {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.first_section_col1 {
		max-width: 100%;
	}

	.first_section_col2 {
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.contant_box {
		padding: 64px 20px;
	}

	.contant_box h3 {
		font-size: 32px;
	}

	.contant_box p {
		font-size: 20px;
		line-height: 1.2;
	}

	.first_section_container {
		padding: 60px 37px 27px 37px;
	}

	.first_section_row {
		gap: 30px;
	}

	.heading_text h2 {
		font-size: 34px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.first_section_container {
		padding: 60px 47px 27px 47px;
	}

	.first_section_row {
		gap: 40px;
	}

	.contant_box h3 {
		font-size: 40px;
	}

	.contant_box p {
		font-size: 26px;
		line-height: 1.2;
	}

	.heading_text h2 {
		font-size: 34px;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.heading_text h2 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.heading_text h2 {
		font-size: 42px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (max-width: 1440px) {
	.first_section {
		padding: 37px 20px;
	}

	.second_section_row {
		padding: 0 40px;
	}
}

.first_section {
	background: rgba(255, 250, 243, 1);
	padding: 37px 20px;
}



/*------------------------First-Section-end------------------------------  */
/*------------------------Second-Section------------------------------  */
.second_section_row {
	max-width: 1216px;
	width: 100%;
	margin: auto;
	display: flex;
	margin-bottom: 62px;
	justify-content: space-between;
}

.second_section_contant .para_text {
	max-width: 658px;
}

.second_section {
	background: rgba(255, 250, 243, 1);
	padding-top: 50px;
	padding-bottom: 65px;
}

.second_contant_box {
	max-width: 427px;
	width: 100%;
	padding: 0 8px;
}

.second_contant_box img {
	border-radius: 25px 25px 0px 0px;
}

.second_contant_box_details {
	background-color: #020721;
	border-radius: 0px 0px 25px 25px;
	padding: 24px;
}

.second_contant_box_details h3 {
	color: #CD4C28;
	font-size: 27.5px;
	font-weight: 700;
}

.second_contant_box_details p {
	color: #fff;
	font-size: 16px;
}

.second_contant_box_details a {
	color: #FFC090;
	font-size: 18px;
	width: fit-content;
	display: block;
	text-align: end;
	margin-left: auto;
}

.slick-next:before,
.slick-prev:before {
	content: unset !important;
}

.slick-next {
	right: 35px !important;
}

.slick-prev {
	left: 35px !important;
	z-index: 3;
}

.slick-arrow {
	background-color: #2D1E1E !important;
	height: 65px !important;
	width: 65px !important;
	border-radius: 50px;
}

.slick-arrow img {
	width: 20px;
	height: 20px;
}

.slick-track:after,
.slick-track:before {
	content: unset !important;
}

.second_section_slider_box .slick-track {
	display: flex !important;
}

.second_section_slider_box .slick-slide {
	height: auto !important;
	display: flex !important;
}

.second_section_slider_box .slick-slide>div {
	display: flex;
	height: 100%;
}

.second_contant_box {
	display: flex;
	flex-direction: column;
	height: auto;
	border-radius: 24px;
	overflow: hidden;
}

.second_contant_box img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}

.second_contant_box_details {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.second_contant_box_details a {
	margin-top: auto;
}

@media only screen and (max-width: 575px) {
	.slick-next {
		right: -15px !important;
	}

	.slick-prev {
		left: -15px !important;
	}

	.slick-arrow img {
		height: 15px !important;
		width: 15px !important;
	}

	.slick-arrow {
		height: 40px !important;
		width: 40px !important;
	}

	.second_section_container {
		padding: 0 20px;
	}

	.second_section_row {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.second_contant_box {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.second_section_row {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.second_contant_box_details a {
		font-size: 17px;
	}

	.second_section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.second_section_row {
		flex-direction: column-reverse;
		gap: 20px;
		justify-content: center;
		text-align: center;
	}

	.second_section_contant .para_text {
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
	.slick-next {
		right: -15px !important;
	}

	.slick-prev {
		left: -15px !important;
	}

	.slick-arrow img {
		height: 20px !important;
		width: 20px !important;
	}

	.slick-arrow {
		height: 50px !important;
		width: 50px !important;
	}

	.second_section_container {
		padding: 0 30px;
	}
}

/*------------------------Second-Section-end------------------------------  */
/*------------------------map-Section------------------------------  */
/*------------------------Second-Section-end------------------------------  */
.sixth_section_map {
	line-height: 0 !important;
}

/*------------------------seventh-Section-start------------------------------  */
.seventh_section_container {
	width: 100%;
	margin: auto;
	padding: 0 100px;
}

.seventh_section_contant {
	max-width: 100%;
	width: 100%;
	background-color: #202020bf !important;
	padding: 77px 33px;
	margin: auto;
	position: relative;
	text-align: center;
	z-index: 0;
}

.seventh_section_contant h2 {
	font-size: 39.06px;
	color: #fff;
	margin-bottom: 20px;
}

.seventh_section_contant p {
	margin: auto;
	margin-bottom: 16px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	max-width: 572px;
	text-align: center;
}

.seventh_main_box_cta_btn.default-btn {
	margin-top: 30px;
}

/* .seventh_section_contant:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(/wp-content/uploads/2026/02/Home_logo.svg);
background-repeat: no-repeat;
z-index: -10;
background-position: center center;
opacity: 25%;
background-size: 322px;
}
*/
.seventh_main_box_cta_btn.default-btn a {
	max-width: 216px;
	margin: auto;
	width: 100%;
	margin-top: 30px !important;
}

@media only screen and (max-width: 575px) {
	.seventh_main_box_cta_btn.default-btn a {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.seventh_section_contant h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.seventh_section_container {
		padding: 0;
	}

	.seventh_section_col1 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.seventh_section_contant {
		max-width: 100%;
		width: 100%;
		background-color: #653b40 !important;
		padding: 50px 30px;
		border-radius: 0px;
	}


}

@media only screen and (min-width: 768px) {
	.seventh_section {
		background-image: url(/wp-content/uploads/2026/02/home4.jpg);
		min-height: 575px;
		width: 100%;
		max-width: 100%;
		background-size: cover;
		background-position: bottom;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seventh_section_img_row {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.seventh_section_col1 {
		padding-top: 0px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.seventh_section_container {
		padding: 0 30px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

	.seventh_section_container {
		padding: 0 50px;
	}

}


@media only screen and (min-width: 1025px) and (max-width: 1280px) {

	.seventh_section_container {
		padding: 0 70px;
	}


}

/*------------------------seventh-Section-start-end------------------------------  */

/*-------------------------------------------------------------------------home2------------------------------------------------------------------------  */


/*------------------------seventh-Section-start------------------------------  */

.seventh_main_section {
	background-color: #FBEFDF;
}

.seventh_contact_details_blk:not(:nth-child(2)) a:hover {
	color: #c58562;
}

/* .seventh_contact_details_blk:nth-child(2) a {
cursor: unset;
pointer-events:none;
} */

.seventh_main_row {
	display: flex;
	align-items: center;
}

.seventh_main_col1,
.seventh_main_col2 {
	max-width: 50%;
	width: 100%;
}

.seventh_main_img_module img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	height: 100%;
}

.seventh_main_contant {
	max-width: 500px;
	width: 100%;
	margin: auto;
}

.seventh_main_contant h2 {
	font-size: 48.83px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}

.seventh_contact_details_blk a {
	font-size: 18px;
	color: #232323;
	line-height: 1.2;
	display: block;

}

.seventh_contact_details_blk {
	display: flex;
	gap: 20px;
}

.seventh_contact_details_blk:not(:last-child) {
	margin-bottom: 20px;
}

.seventh_contact_details {
	margin-top: 33px;
}

.seventh_main_img_module {
	max-height: 100%;
	height: 100%;
}

@media only screen and (max-width: 575px) {
	.seventh_main_img_module img {
		height: auto;
		object-fit: cover;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.seventh_main_img_module img {
		height: 450px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 767px) {
	.seventh_main_contant h2 {
		font-size: 32px;
	}
}



@media only screen and (max-width: 991px) {
	.seventh_main_row {
		flex-direction: column-reverse;
	}

	.seventh_main_col1,
	.seventh_main_col2 {
		max-width: 100%;
		width: 100%;
	}

	.seventh_main_contant {
		padding: 50px 30px;
		margin: 0px;
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.seventh_main_contant h2 {
		font-size: 34px;
	}

	.seventh_main_img_module img {
		height: 500px;
		object-fit: cover;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.seventh_main_contant h2 {
		font-size: 34px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.seventh_main_contant {
		padding: 60px 40px 60px 40px;
	}

	.seventh_main_img_module img {
		height: 100%;
		max-height: 100%;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.seventh_main_contant h2 {
		font-size: 34px;
	}
}


@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.seventh_main_contant h2 {
		font-size: 36px;
	}
}


@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.seventh_main_contant h2 {
		font-size: 42px;
	}
}

/*------------------------seventh-Section-start-end------------------------------  */

/*------------------------royal_smiles_office_section_start------------------------------  */


.royal_smiles_office_section_container {
	max-width: 1309px;
	width: 100%;
	margin: auto;
}

.royal_smiles_office_section_contant.heading_text {
	text-align: center;
	max-width: 904px;
	width: 100%;
	margin: auto;
}

a.default-cta.orange_color.red_color {
	width: 100%;
	display: block;
	padding: 13px 23px;
}

a.default-cta.orange_color.red_color:hover {
	color: #f04866;
	border: 1px solid #f04866;
}


.royal_smiles_office_section_col2 {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 413px 413px;
	gap: 25px;
}

.royal_smiles_office_section_row2 {
	margin-top: 32px;
}

.royal_smiles_office_image {
	overflow: hidden;
}


.royal_smiles_office_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


.royal_smiles_office_image:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}


.royal_smiles_office_image:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.royal_smiles_office_image:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.royal_smiles_office_image:nth-child(4) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}


.royal_smiles_office_image:nth-child(5) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}


@media (max-width: 1024px) {

	.royal_smiles_office_section_col2 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.royal_smiles_office_image {
		grid-column: auto !important;
		grid-row: auto !important;
		height: 300px;
	}
}

@media (max-width: 600px) {

	.royal_smiles_office_section_col2 {
		grid-template-columns: 1fr;
	}

	.royal_smiles_office_image {
		height: 250px;
	}
}








/*------------------------royal_smiles_office_section_end------------------------------  */

/*-----------------------------------------------------common contant start-------------------------------------------  */
.page-template-common-content header#masthead.site-header.has-inline-mobile-toggle {
	background-color: #653B40;
}

.page-template-common-content a.default-cta {
	--orange_color: #F04866 !important;
}




/*------------------------simple_section_start------------------------------  */

section.eleventh_main_sec.section_padding {
	background-color: rgba(255, 250, 243, 1);
	padding: 100px 40px;
}

.eleventh_main_container {
	max-width: 1312px;
	width: 100%;
	margin: auto;
}

.eleventh_main_title.text-center p {
	color: #2c2c2c;
	line-height: 1.5;
}

.eleventh_main_title.text-center.para_txt.white_content_font_clr {
	max-width: 1040px;
	width: 100%;
	margin: auto;
}

.seventh_main_contant>p {
	line-height: 1.5;
}

/* .page-template-common-content .royal_content::after {
right: -291px;
width: 291px;
} */


/* .page-template-common-content .royal_sixth_hero_section .royal_content::after {
background-image: url(/wp-content/uploads/2026/02/shape_img_right.svg);
/* 	background-image: url(/wp-content/uploads/2026/02/shape_img1.svg); 
right: auto !important;
left: -273px;
background-position: left;
top: -1px;
height: 101%;
} */


@media only screen and (max-width: 991px) {
	section.eleventh_main_sec.section_padding.same_sec1 {
		padding: 50px 30px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.page-template-common-content .royal_content::after {
		right: -311px;
		width: 311px;
	}


}


/*------------------------simple_section_end------------------------------  */


/*-------------------------------- Two-side------------------------ */
.simple_full_content_inner_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 15px;
}

.simple_full_content_inner_row .simple_full_text_col {
	padding: 100px 80px;
	width: 100%;
}

.simple_full_text_module {
	max-width: 640px;
	width: 100%;
	margin-left: auto;

}

.simple_full_content_inner_row .simple_full_text_col:last-child .simple_full_text_module {
	margin-right: auto;
	margin-left: 0;
}

.simple_full_content_inner_row .simple_full_text_col:first-child {
	background-color: #fff7f7;
}

.simple_full_content_inner_row .simple_full_text_col:last-child {
	background-color: #FBEFDF;
}

.simple_full_content_inner_row .simple_full_text_col .simple_full_text_details h3 {
	margin-bottom: 20px;
}

.page-template-common-content .simple_full_text_details .first_section_list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	background-image: url(/wp-content/uploads/2026/02/check_mark_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.page-template-common-content .first_section_list li {
	position: relative;
	list-style: none;
}



.simple_full_text_details.para_txt.htag_h3_font .first_section_list li {
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
	.simple_full_content_inner_row {
		grid-template-columns: 1fr;
	}

	.simple_full_text_module {
		max-width: 100%;
	}
}

section.mission_main_sec .mission_main_sec_row {
	justify-content: center;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
	.simple_full_content_inner_row .simple_full_text_col {
		padding: 50px 40px;
	}
}

@media only screen and (max-width: 575px) {
	.simple_full_content_inner_row .simple_full_text_col {
		padding: 50px 30px;
	}

	.page-template-common-content .royal_content_details .default-btn {
		max-width: 100% !important;
	}
}

@media (max-width: 600px) {
	.simple_full_text_details.para_txt.htag_h3_font .first_section_list {
		padding-left: 32px;
	}
}

/*-------------------------------- Two-side-end----------------------- */
.page-template-common-content .seventh_section_contant p {

	max-width: 1040px;

}

.page-template-common-content .default-btn .red_color {
	padding: 13px 23px;
}

/* .page-template-common-content .royal_content_details {
	max-width: 700px;
	width: 100%;
	margin: 0;
	margin-left: auto;
}

.page-template-common-content .royal_sixth_hero_section .royal_content_details {
	max-width: 700px;
	width: 100%;
	margin: 0;
	margin-right: auto;
} */


.page-template-common-content .royal_content_details .default-btn {
	max-width: 216px;
}


a.hover_txt_flip {
	color: #FEBF8F;
	transition: 0.5s;
	position: relative;
}

a.hover_txt_flip:hover {
	color: #f9984d;
	transition: 0.5s;
}

.hover_txt_flip:hover:before {
	width: 100%;
	-webkit-transition: all .15s cubic-bezier(0.4, 0, 1, 1);
	transition: all .15s cubic-bezier(0.4, 0, 1, 1);
}

.hover_txt_flip:before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	background: #f9984d;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

@media only screen and (max-width: 991px) {

	.page-template-common-content .royal_sixth_hero_section .royal_content_details,
	.page-template-common-content .royal_content_details {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}

	.page-template-common-content .seventh_section_contant {

		padding: 47px 33px;
	}

	section.eleventh_main_sec.section_padding {
		padding: 50px 30px;
	}

}

/*-----------------------------------------------------common contant end-------------------------------------------  */


.linear_text {
	padding: 28px 24px;
}


.page-id-564 .dental_help_sec4{
	padding-top:0;

}


/*===============================================
= Start Meet staff page CSS
===============================================*/

 
.doctor_section_blk.royal_sixth_hero_section .royal_content::after{
	content: unset !important;
}


section.meet-our-team {
    padding: 80px 30px;
}

.same_width_1492 {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.inside_popup_details_show {
	background-color: #000000a8;
}

.page-id-457 .meet-image-more-details .on_hover_popup_btn {
	display: none !important;
}

.meet-image-more-details {
	margin-bottom: 30px;
}

.on_hover_popup_btn {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.meet-image-more-details {
	position: relative;
}

.on_hover_popup_btn a:hover {
	color: #000;
}

.meet-image:hover .meet-image-more-details .on_hover_popup_btn {
	opacity: 1;
	background-color: #00000087;
	border-radius: 10px;
}

.on_hover_popup_btn a {
	color: var(--white_color) !important;
	cursor: pointer;
	width: fit-content;
	background-color: #f04866;
	background-size: auto;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 13px;
	transition: all 0.3s ease 0s;
	border: 1.5px solid #f04866;
	margin: auto;
	border-radius: 4px;
	text-transform: uppercase;
}

.pop-active-box {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.popup_message_box_container.popup,
.popup_message_box_row.popup {
	height: 100%;
}

.popup_message_box_details_col[tabindex="-1"] {
	display: flex !important;
	width: 100%;
	height: 100%;
	align-items: center;
	padding: 40px 30px;
	background-color: #fff;
	position: relative;
}

.popup_message_box_details_col {
	width: 900px !important;
	display: flex;
	align-items: flex-start;
	margin: auto !important;
	background-color: #fff;
	padding: 50px 30px;
	left: auto !important;
	height: auto !important;
	position: relative;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 15px;
}

.popup_message_box_details_col img {
	width: 240px;
	height: auto;
}

.popup_message_box_row.popup {
	display: flex;
}

.popup_message_box_details_col .meet-docter {
	position: relative;
}

a.popup_message_close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 30px;
	color: #222 !important;
	cursor: pointer;
}

.popup_message_box_details_col .meet-docter h4,
.popup_message_box_details_col .meet-docter .pratxt p {
	text-align: left;
}

@media (max-width: 767px) {
	.popup_message_box_details_col[tabindex="-1"] {
		display: block !important;
	}

	.popup_message_box_details_col {
		display: block !important;
	}

	.meet-docter {
		margin-top: 30px;
	}

	/* .popup_message_box_details_col {
	height: 100% !important;
} */

	.meet-docter .on_hover_popup_btn {
		position: relative;
		opacity: 1;
		padding-top: 20px;
		text-align: center;
		padding-bottom: 20px;
	}

	.custom_meet_staff .meet-docter h4 {
		text-align: center;
	}

	.meet-image img {
		width: auto !important;
		height: auto !important;
	}

	.meet-image-more-details {
		text-align: center;
	}
}

@media (min-width: 767px) {
	.popup_message_box_details_col .meet-docter {
		padding-left: 30px;
	}
}

.meet-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
	padding: 0;
	object-position: top;
}

.meet-docter .pratxt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}

.meet-image {
	padding: 10px;
}

.meet-docter h4 {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.custom_meet_staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 10px
}

@media only screen and (max-width: 991px) {
	.doctor_section_blk {
		padding-top: 50px;
	}

	section.meet-our-team {
		padding: 50px 0;
	}
	.doctor_section_blk .royal_image {
		width: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.meet-image img {
		width: 100%;
		/* height: 330px; */
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.meet-image img {
		width: 100%;
		/* height: 330px; */
	}

	.meet-image.col-md-6.col-12.col-lg-4 {
		float: left;
	}
}

@media only screen and (min-width: 992px) {
	.doctor_section_blk .royal_content,
	.doctor_section_blk .royal_image {
		width: 50% !important;
		max-width: 100%;
	}
	.doctor_section_blk .royal_image {
		background-color: #5e5e5e;
	}
	.doctor_section_blk .royal_image img {
		margin: auto;
		width: auto;
	}
}

/*===============================================
= End Meet staff page CSS
===============================================*/
