/*
Theme Name:    generatepress-child
Theme URI:     https://generatepress.com/
Description:   generatepress-child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:      Tom Usborne
Author URI:    https://tomusborne.com/
Template:    generatepress
Version:     3.5.1
Text Domain:   generatepress-child
*/

@font-face {
	font-family: 'proxima_novasemibold';
	src: url('/wp-content/themes/generatepress-child/fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/fonts/proxima_nova_semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_novaextrabold';
	src: url('/wp-content/themes/generatepress-child/fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/fonts/proxima_nova_extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_novaregular';
	src: url('/wp-content/themes/generatepress-child/fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/fonts/proxima_nova_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_novalight';
	src: url('/wp-content/themes/generatepress-child/fonts/proxima_nova_light-webfont.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/fonts/proxima_nova_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

:root {
	--orange_color: #F04866;
	--brown_color: #653B40;
	--pink_color: #F04866;
	--black_color: #232323;
	--white_color: #fff;
	--blue_color: #020721;
	--proxima_novasemibold: 'proxima_novasemibold', sans-serif;
	--proxima_novaextrabold: 'proxima_novaextrabold', sans-serif;
	--proxima_novaregular: 'proxima_novaregular', sans-serif;
	--proxima_novalight: 'proxima_novalight', sans-serif;
}

* {
	font-family: var(--proxima_novaregular);
}

a {
	text-decoration: unset !important;
}

p {
	line-height: 25px;
	font-weight: 400;
	font-size: 18px;
	color: var(--black_color);
	font-family: var(--proxima_novaregular);
}

li {
	font-family: var(--proxima_novaregular);
	line-height: 21px;
	font-weight: 400;
	font-size: 18px;
	color: var(--black_color);
}

p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

p:empty {
	display: none;
}

div#page.site.grid-container.container.hfeed div#content {
	display: block;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: var(--proxima_novasemibold);
	line-height: 1.2;
}

/*-----------Banner Section CSS-----------*/

.banner_main_section {
	background-image: url(/wp-content/uploads/2026/02/Home_img1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	min-height: 784px;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 40px
}

.banner_main_container {
	max-width: 1358px;
	width: 100%;
	margin: auto;
}

.banner_main_col2 {
	background: rgba(2, 7, 33, 0.75);
	border-radius: 25px;
	width: 100%;
	max-width: 564px;
	padding: 58px 38px;
}

.banner_main_col2 .banner_main_heading_txt h1,
.banner_main_col2 .banner_main_heading_txt p {
	color: var(--white_color);
}

.banner_main_col2 .banner_main_heading_txt h1 {
	max-width: 400px;
	width: 100%;
	font-size: 56px;
	line-height: 62px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

.banner_main_col2 .banner_main_heading_txt p {
	font-size: 25px;
	line-height: 30px;
}

.banner_main_col2_cta_btn.default-btn {
	display: flex;
	gap: 25px;
	margin-top: 48px;
}

.banner_main_col2_cta_btn.default-btn a.default-cta {
	max-width: 216px;
	padding: 9px 23px !important;
}

.call_icon {
	max-width: 266px !important;
}

.default-btn .orange_color:hover,
.default-btn .orange_hover_color {
	background-color: transparent;
	border-color: var(--white_color);
	color: var(--white_color);
}

.default-btn .orange_hover_color:hover {
	border: 1px solid var(--orange_color);
	background-color: var(--orange_color);
	color: var(--white_color);
}

/*---------Icon in Button Css---------*/

.schedule_icon,
.call_icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.schedule_icon:before,
.call_icon:before {
	object-position: center;
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-self: anchor-center;
}

.schedule_icon:before {
	background-image: url(/wp-content/uploads/2026/02/calendar_icon.svg);
}

.call_icon:before {
	background-image: url(/wp-content/uploads/2026/02/call_icon.svg);
}


.banner_main_heading_txt .banner_main_col2_cta_btn {
	width: 100%;
	max-width: fit-content;
	gap: 20px;
}

.banner_main_heading_txt .banner_main_col2_cta_btn {
    width: 100% !important;
    max-width: 100%;
	flex-direction: unset !important;
}

@media only screen and (min-width: 576px) {
	.banner_main_heading_txt .banner_main_col2_cta_btn a {
		max-width: 270px !important;
	}
}

/*---------------Home New Page CSS---------------*/

.main_page_banner_section .banner_main_container {
	max-width: 1313px;
}

.main_page_banner_section .banner_main_col2 h1 {
	max-width: 100%;
	text-transform: capitalize;
	font-size: 61px;
	line-height: 1.2;
}

@media only screen and (max-width: 575px) {
	a.default-cta span {
		display: none;
	}

	.banner_main_heading_txt .banner_main_col2_cta_btn {
		max-width: 100% !important;
	}
}

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

	.main_page_banner_section .banner_main_col2 {
		background-color: var(--brown_color);
	}

	.main_page_banner_section .banner_main_col2 h1 {
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.main_page_banner_section .banner_main_col2 {
		max-width: 645px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.main_page_banner_section .banner_main_col2 {
		max-width: 645px;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.main_page_banner_section .banner_main_col2 {
		max-width: 685px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.main_page_banner_section .banner_main_col2 {
		max-width: 685px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.main_page_banner_section .banner_main_col2 {
		max-width: 685px;
	}
}

@media only screen and (min-width: 1681px) {
	.main_page_banner_section .banner_main_col2 {
		max-width: 832px;
	}
}

@media only screen and (min-width: 992px) {
	.main_page_banner_section {
		/*     background-image: url(/wp-content/uploads/2026/02/banner-img.jpg); */
		background-image: var(--banner_img);

	}

	.main_page_banner_section .banner_main_col2 {
		background-color: transparent;
		padding: 0;
	}
}


/*---------------Home New Page CSS---------------*/




/*---------Icon in Button Css---------*/
@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 575px) {
	.banner_main_col2 .banner_main_heading_txt h1 {
		font-size: 33px;
		line-height: normal;
		margin-bottom: 20px;
	}

	.banner_main_col2 .banner_main_heading_txt p {
		font-size: 17px;
	}

	.banner_main_col2_cta_btn.default-btn {
		flex-wrap: wrap;
	}

	.banner_main_col2_cta_btn.default-btn a.default-cta {
		max-width: 100%;
	}

	.call_icon {
		max-width: 100% !important;
	}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banner_main_col2 .banner_main_heading_txt h1 {
		font-size: 42px;
	}

	.banner_main_col2 .banner_main_heading_txt p {
		font-size: 19px;
	}
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_main_col2 .banner_main_heading_txt h1 {
		max-width: 360px;
		font-size: 42px;
	}

	.banner_main_col2 .banner_main_heading_txt p {
		font-size: 19px;
	}
}

@media only screen and (max-width: 991px) {
	.banner_main_section {
		padding: 0;
		background-image: none;
		min-height: 100%;
	}

	.banner_main_col2 {
		max-width: 100%;
		border-radius: 0;
		background-color: #020721;
		padding: 50px 30px;
	}
}

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

@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.banner_main_section {
		min-height: 630px;
	}

	.banner_main_col2 {
		max-width: 620px;
	}

	.banner_main_col2 .banner_main_heading_txt h1 {
		font-size: 47px;
	}

	.banner_main_col2 .banner_main_heading_txt p {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.banner_main_section {
		min-height: 650px;
	}

	.banner_main_col2 .banner_main_heading_txt h1 {
		font-size: 50px;
	}

	.banner_main_col2 .banner_main_heading_txt p {
		font-size: 21px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.banner_main_section {
		min-height: 650px;
	}

	.banner_main_col2 .banner_main_heading_txt h1 {
		font-size: 50px;
	}

	.banner_main_col2 .banner_main_heading_txt p {
		font-size: 21px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.banner_main_section {
		min-height: 680px;
	}

	.banner_main_col2 .banner_main_heading_txt h1 {
		font-size: 50px;
	}

	.banner_main_col2 .banner_main_heading_txt p {
		font-size: 21px;
	}
}

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

@media only screen and (min-width: 992px) {
	.banner_main_col1_img {
		display: none;
	}
}


/*-----------Banner Section CSS-----------*/
/*-----------Third Section CSS-----------*/


.third_main_container {
	max-width: 1312px;
	margin-bottom: 37px;
}

.third_main_col2 {
	max-width: 435px;
}

.third_main_col2 .banner_main_heading_txt h2 {
	max-width: 400px;
	width: 100%;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 33px;
	text-transform: uppercase;
	color: #fff;
}

.third_main_col2 .banner_main_heading_txt p {
	font-size: 18px;
}

.third_main_col2 .banner_main_heading_txt .banner_main_col2_cta_btn.default-btn {
	margin-top: 30px;
}

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

@media only screen and (max-width: 575px) {
	.third_main_col2 .banner_main_heading_txt h2 {
		font-size: 28px;
	}
}

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

@media only screen and (max-width: 767px) {
	.third_main_col2 .banner_main_heading_txt h2 {
		max-width: 100%;
		line-height: normal;
		margin-bottom: 20px;
	}
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.third_main_col2 .banner_main_heading_txt h2 {
		max-width: 360px;
		font-size: 35px;
	}
}

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

	.third_main_container {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 992px) {
	.third_main_section {
		background-image: url(https://paroyalsmiles.vdsupport.com/wp-content/uploads/2026/02/img-3.jpg);
		min-height: 614px;
	}
}

/*-----------Third Section CSS-----------*/
/*-----------Fourth Section CSS-----------*/

.fourth_main_section {
	background-color: #FFFAF3;
	padding: 72px 40px 60px;
}

.fourth_main_heading_row {
	max-width: 969px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.fourth_main_row {
	max-width: 1315px;
	width: 100%;
	margin: auto;
	margin-top: 42px;
}

.fourth_main_heading_txt img {
	margin-bottom: 40px;
}

.fourth_main_heading_txt p {
	max-width: 658px;
	margin: auto;
	width: 100%;
}

.fourth_main_module {
	display: flex;
	gap: 17px;
	height: 100%;
}

.fourth_main_box {
	border-radius: 25px;
	height: auto;
	overflow: hidden;
	width: 100%;
	background-color: #F3F3F3;
}

.fourth_main_box .fourth_main_box_items_blk {
	padding: 30px 25px 35px;
	text-align: center;
	background-color: #F3F3F3;
	height: auto;
}

.fourth_main_box img {
	height: 308px;
	width: 100%;
	object-fit: cover;
}

.fourth_main_box_details1 h3 {
	color: #CD4C28;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: normal;
}

.fourth_main_box .fourth_main_box_details1 p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 22px;
}

.fourth_main_box .fourth_main_box_details2 span {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.fourth_main_box_details1 {
	width: 100%;
	height: 169px;
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
	.fourth_main_module {
		flex-wrap: wrap;
	}

	.fourth_main_box_details1 {
		height: auto;
	}

	.fourth_main_box_details1 h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

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

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

	.fourth_main_box_details1 h3 {
		margin-bottom: 20px;
		font-size: 21px;
	}

	.fourth_main_box .fourth_main_box_details1 {
		height: 160px;
	}
}

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

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.fourth_main_box .fourth_main_box_items_blk {
		padding: 30px 22px 35px;
	}

	.fourth_main_box_details1 h3 {
		margin-bottom: 20px;
		font-size: 21px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.fourth_main_box_details1 h3 {
		margin-bottom: 20px;
		font-size: 21px;
	}
}

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

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@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 (min-width: 992px) {}

/*-----------Fourth Section CSS-----------*/
/*-----------Fifth Section CSS-----------*/

section.fifth_main_section {
	padding: 70px 40px 64px;
	background-color: #FFFAF3;
}

.fifth_main_heading_row {
	max-width: 994px;
	width: 100%;
	margin-bottom: 72px;
}

.fifth_main_container {
	max-width: 1287px;
	width: 100%;
	margin: auto;
}

.fifth_main_row {
	max-width: 1263px;
	width: 100%;
	margin: auto;
}

.fifth_main_module {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 69px;
}

.fifth_main_box {
	background-color: #fff;
	border-radius: 25px;
	overflow: hidden;
}

.fifth_main_box img {
	width: 100%;
	height: 207px;
	object-fit: cover;
}

.fifth_main_box_items_blk {
	padding: 40px 22px 30px;
}

.fifth_main_box_details1 h3 {
	font-size: 32px;
	font-weight: bold;
	color: #313131;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}

.fifth_main_box_details1 p {
	font-size: 25px;
	color: #2D1E1E;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	margin-bottom: 0;
}

.fifth_main_box_details1 p span {
	font-size: 48px;
	color: #CD4C28;
}

.fifth_main_box_details1 ul.fifth_main_box_details1 {
	padding: 0;
	list-style: none;
	max-width: 270px;
	margin: auto;
	width: 100%;
	margin-top: 25px;
}

ul.fifth_main_box_details1 li {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom: 17px;
	padding-bottom: 17px;
}

ul.fifth_main_box_details1 li:before {
	content: "";
	background-image: url(/wp-content/uploads/2026/02/check-icon.svg);
	background-size: auto;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 0;
}

.fifth_main_box_cta_btn.default-btn a.default-cta.orange_color {
	max-width: 216px;
	margin: auto;
}

.fifth_main_box_cta_btn.default-btn a {
	font-family: var(--proxima_novasemibold);
}

.fifth_main_box_cta_btn.default-btn a:hover {
	color: var(--orange_color);
	border-color: var(--orange_color);
}

.fifth_main_box_cta_btn.default-btn {
	display: flex;
	margin-top: 25px;
}

.second_contant_box_details a:hover {
	color: #ffa15c;
}


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

@media only screen and (max-width: 650px) {
	.fifth_main_module {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.fifth_main_box_details1 h3 {
		font-size: 25px;
	}

	.fifth_main_box_details1 p span {
		font-size: 35px;
	}

	ul.fifth_main_box_details1 li {
		font-size: 16px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

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

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

@media only screen and (min-width: 651px) and (max-width: 991px) {
	.fifth_main_module {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.fifth_main_box_details1 h3 {
		font-size: 25px;
	}

	.fifth_main_box_details1 p span {
		font-size: 35px;
	}
}

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

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

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.fifth_main_box_details1 h3 {
		font-size: 25px;
	}

	.fifth_main_box_details1 p span {
		font-size: 35px;
	}

	.fifth_main_module {
		gap: 50px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.fifth_main_box_details1 h3 {
		font-size: 25px;
	}

	.fifth_main_box_details1 p span {
		font-size: 35px;
	}

	.fifth_main_module {
		gap: 50px;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.fifth_main_box_details1 h3 {
		font-size: 28px;
	}

	.fifth_main_box_details1 p span {
		font-size: 38px;
	}

	.fifth_main_module {
		gap: 50px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.fifth_main_box_details1 h3 {
		font-size: 28px;
	}

	.fifth_main_box_details1 p span {
		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 (min-width: 992px) {}

/*-----------Fifth Section CSS-----------*/
/*---------------------------------------------------------------------------------------*/
/*------------------------First-Section-start------------------------------  */

.royal_hero {
	background: #ffffff;
}

.royal_hero_container {
	max-width: 100%;
	margin: 0 auto;
}


.royal_hero_inner {
	display: flex;
	grid-template-columns: 1fr 1fr;
	position: relative;
	overflow: hidden;
	height: auto;
}


.royal_content {
	background: var(--brown_color);
	color: #ffffff;
	padding: 60px 50px;
	position: relative;
	z-index: 3;
	height: auto;
	max-width: 820px;
	width: 100%;
}

/* .royal_content::after {
content: "";
position: absolute;
top: 0px;
left: auto;
right: -270px;
width: 273px;
height: 100%;
z-index: -1;
background-image: url(/wp-content/uploads/2026/02/shape_img.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: right;
} */

.left_side_shape_blk .royal_content:before {
	content: "";
	background-image: url(/wp-content/uploads/2026/04/shape_img.svg);
	position: absolute;
	top: 0;
	left: 20px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.right_side_shape_blk .royal_content:before {
	content: "";
	background-image: url(/wp-content/uploads/2026/04/shape_img.svg);
	position: absolute;
	top: 0;
	right: 20px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: -1;
}

.royal_content::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 258px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/wp-content/uploads/2026/04/right_side_shape.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}


.royal_content h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 22px;
}

.royal_content ul.first_section_list li {
	color: #fff;
}

.royal_content p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 14px;
	opacity: 0.95;
	color: rgba(255, 255, 255, 1);
	font-weight: 300;
}

.first_section_list {
	margin-top: 18px;
	padding-left: 0 !important;
	list-style: none;
	margin-bottom: 0;
}

.first_section_list li {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 32px;
	position: relative;
	color: rgba(255, 255, 255, 1);
}

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

.royal_image {
	/* position: relative;
	z-index: 1; */
	height: auto;
	width: 100%;
	max-width: 100%;
}

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


/* .royal_image::before {
content: "";
position: absolute;
top: -40px;
left: -529px;
width: 100%;
height: 107%;
background-image: url(/wp-content/uploads/2026/02/before_line.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
pointer-events: none;
z-index: 2;
} */

.royal_content_details {
	max-width: 569px;
	width: 100%;
	margin: auto;
}

.royal_content_details h2 {
	font-size: 48.83px;
	font-weight: 700;
	line-height: 1;
}

.royal_content_details h2 {
	color: #fff !important;
}

.second_hero .royal_content_details {
	margin: 0;
}


.royal_content .seventh_main_box_cta_btn.default-btn a {
	margin: 0;
}

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

	.royal_content::after,
	.royal_image::before {
		content: unset !important;
	}

	.royal_content {
		padding: 50px 30px;
		max-width: 100% !important;

	}

	.royal_hero_inner {
		flex-direction: column-reverse;
	}

	.royal_content_details {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	
	.left_side_shape_blk .royal_content:before,
	.right_side_shape_blk .royal_content:before {
		content: unset !important;
	}
}


@media (max-width: 1024px) {
	.royal_hero_inner {
		grid-template-columns: 1fr;
	}


}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.royal_content::after {
		right: -299px;
		width: 300px;
	}
	.left_side_shape_blk .royal_content:before {
		left: 10px;
	}
	.right_side_shape_blk .royal_content:before {
		right: 10px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.royal_content::after {
		right: -270px;
		width: 300px;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.royal_content::after {
		right: -249px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.royal_content {
		max-width: 50%;
	}
	.royal_image {
		max-width: 50%;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1440px) {
	.royal_content {
		max-width: 40%;
	}
	.royal_image {
		max-width: 60%;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1800px) {
	.royal_content {
		max-width: 45%;
	}
	.royal_image {
		max-width: 55%;
	}
}

@media only screen and (max-width: 1140px) {
	.royal_content::after { 
		content: unset !important;
	}
}

/*------------------------First-Section-end------------------------------  */
/*-----------Home Page Second Section CSS-----------*/

.home_second_main_section {
	padding: 70px 40px;
}

.home_second_main_container {
	max-width: 1313px;
	width: 100%;
	margin: auto;
}

.home_second_main_heading_row {
	margin-bottom: 44px;
}

.home_second_main_module {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}

.home_second_main_heading_txt {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.home_second_main_heading_txt .home_second_main_heading_details {
	width: 100%;
	max-width: 722px;
}

.home_second_main_heading_txt .home_second_main_heading_logo {
	width: 100%;
	max-width: fit-content;
}

.home_second_main_box {
	background-color: #2F2F2F;
	padding: 41px 36px 36px;
}

.home_second_main_box .home_second_main_box_items_blk {
	display: grid;
	align-content: space-between;
	height: 100%;
}

.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_details1 h3,
.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_details1 p {
	color: #fff;
}

.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_star_img {
	margin: 22px 0;
}

.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_details2 span {
	color: #fff;
}

.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_details1 h3 {
	margin-bottom: 33px;
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
}

.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_details1 p,
.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_details2 span {
	font-size: 16px;
	line-height: 1.3;
}

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

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

	.home_second_main_box {
		padding: 30px 20px;
	}

	.home_second_main_box .home_second_main_box_items_blk .home_second_main_box_details1 h3 {
		margin-bottom: 20px;
		font-size: 23px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
	.home_second_main_module {
		grid-template-columns: 1fr 1fr;
	}
}

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

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

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

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

	.home_second_main_section {
		padding: 50px 30px;
	}

	.home_second_main_heading_txt {
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
	}

	.home_second_main_heading_txt .home_second_main_heading_logo {
		max-width: 100%;
	}
}

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

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

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

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

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

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


/*-----------Home Page Second Section CSS-----------*/
/*-----------Home Page Third Section CSS-----------*/

.home_second_oral_section {
	padding-top: 50px;
}

.home_second_oral_section .second_section_row {
	justify-content: center;
	text-align: center;
	padding: 0 !important;
}

.home_second_oral_section .second_section_row .second_section_contant .para_text {
	margin: auto;
	width: 100%;
}

.home_second_oral_section .second_section_row .second_section_contant .heading_text h2 {
	text-transform: capitalize;
}

/*-----------Home Page Third Section CSS-----------*/
/*-----------Home Page Fourth Section CSS-----------*/



.home_fourth_main_section .seventh_section_contant {
	background-color: #202020bf;
}

.home_fourth_main_section .seventh_section_contant::before {
	background-image: unset;
}

@media only screen and (max-width: 991px) {
	.home_fourth_main_section .seventh_section_contant {
		background-color: var(--brown_color);
	}
}


@media only screen and (min-width: 992px) {
	.home_fourth_main_section {
		background-image: url(/wp-content/uploads/2026/02/home2.jpg) !important;
	}
}

/*-----------Home Page Fourth Section CSS-----------*/
/*-----------Home Page Fifth Section CSS-----------*/

.royal_sixth_hero_section .royal_content {
	height: auto;
}

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

.royal_sixth_hero_section .royal_content::after {
	content: "";
	position: absolute;
	top: 0px;
	left: -236px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/wp-content/uploads/2026/04/right_side_shape.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	transform: rotate(-180deg);
}

/*-----------Home Page Fifth Section CSS-----------*/
/* .page-template-homepage a.default-cta {
--orange_color: #F04866 !important;
} */

@media only screen and (min-width: 992px) {
	.page-template-common-content div#page.site.grid-container.container.hfeed section.seventh_main_section:nth-child(odd) .seventh_main_row {
		flex-direction: row-reverse;
	}
}

/*--------------Linear Css-------------*/

section.linear_main_sec {
	padding: 100px 40px;
}

.same_container_1240 {
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

section.linear_main_sec .services-container .header-section h2 {
	margin-bottom: 0;
}

section.linear_main_sec .services-container .header-section p {
	margin-top: 20px;
}

.services-container {
	text-align: center;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	transition: 1s;
	padding-top: 50px;
}

.dental_help_sec_row p.para_txt {
	margin-top: 32px;
}


.service-card {
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s, box-shadow 0.3s;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: 1s;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

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

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

@media only screen and (min-width: 768px) {
	.service-card:nth-child(3):last-child {
		grid-column: 1 / -1;
		justify-self: center;
		width: 50%;
	}
}


/*-------Privacy Policy Page CSS---------*/

section.privacy_policy_div {
	padding: 80px 50px;
}

.same_width_priv_container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.privacy_policy_div h2 {
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 24px;
	margin-top: 30px;
}

.privacy_txt_block .para_txt p {
	line-height: 1.5;
}

.privacy_txt_block a.hover_txt_flip {
	color: #f04866;
}

.privacy_txt_block a.hover_txt_flip:hover {
	color: #653b40;
}

.privacy_txt_block a.hover_txt_flip:before {
	background: #653b40;
}

@media only screen and (max-width: 575px) {
	.privacy_policy_div h2 {
		font-size: 25px;
		letter-spacing: 1px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.privacy_policy_div h2 {
		font-size: 28px;
	}
}

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

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

@media only screen and (min-width: 992px) {
	.privacy_policy_div h2 {
		font-size: 40px;
	}
}



/*-------Privacy Policy Page CSS---------*/



/*--------------------------Site-map--------------------------*/


.site-map-menu {
	margin: 0;
	padding: 0;
	display: grid;
	flex-wrap: wrap;
	gap: 15px;
}

.site-map-menu li a {
	text-align: left;
	color: #232323;
	font-weight: 500;
	position: relative;
	padding-left: 24px;
	width: 100%;
	max-width: 100%;
}

.site-map-menu li a:hover {
	color: #FEBF8F;
}

.site-map-menu li {
	list-style: none;
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
	max-width: fit-content;
}

.site-map-menu ul.sitemap-sub-menu {
	padding-top: 0;
	padding-left: 0px;
	display: grid;
	flex-wrap: wrap;
	gap: 15px;
}

.site-map-menu li>ul.sitemap-sub-menu {
	padding-top: 15px !important;
}

.site-map-menu li a:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/uploads/2026/02/list_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 5px;
}

/*--------------------------Site-map-end--------------------------*/
/*--------------------------Contact Us--------------------------*/

section.contact-us-section {
	padding: 80px 50px;
}

.info p {
	color: #4D4942;
}

.info p:hover {
	color: #653B40;
}

.form-field {
	height: 100%;
}

.form-field {
	box-shadow: 0px 4px 100px #ECEEF3;
	background: #FFF;
	padding: 24px;
	margin-right: 32px;
}

.input-field {
	margin-bottom: 24px;
	position: relative;
}

.input-field label {
	color: #201D2A;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.36px;
	margin-bottom: 6px;
}

.input-field input {
	padding: 16px;
	width: 100%;
	background-color: #F2F2F2;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.32px;
}

select#insurance_type {
	padding: 16px;
	width: 100%;
	background-color: #F2F2F2;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.32px;
}

.submit-field {
	margin-top: 32px;
	position: relative;
}

.submit-field button {
	background: var(--orange_color);
	padding: 14px 24px;
	text-align: center;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 1px;
	font-family: var(--avenir);
}

.form-checkbox {
	display: inline-flex;
}

.form-checkbox input {
	margin: 0px 8px 0 0;
	height: 20px !important;
	width: 32px;
}

.contact-us-info>span {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 5.76px;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 10px !important;
	display: block;
}

.contact-us-info h2 {
	margin-bottom: 10px;
}

.contact-info-list a {
	width: 100%;
	display: flex;
	gap: 20px;
	margin-top: 30px;
}

.contact-info-list a img {
	width: 50px;
	height: auto;
}

.contact-info-list a h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #653B40;
}

@media only screen and (max-width: 1440px) {
	.form-field {
		margin-right: 12px;
	}

	.information-guide {
		margin-left: 12px;
	}
}

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

	section.contact-us-section {
		padding: 50px 30px;
	}

	.form-field {
		margin: 0px;
	}

	.input-field input {
		padding: 8px 12px;
	}

	.input-field label {
		font-size: 16px;
	}

	.input-field {
		margin-bottom: 12px;
	}

	.information-guide h3 {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.form-field {
		margin-bottom: 24px !important;
		height: auto;
	}
}

@media only screen and (max-width: 575px) {
	.form-field {
		padding: 16px;
	}

	.submit-field button {
		padding: 9px 24px;
	}

	.info-content {
		padding: 20px 0px 0px 0px;
	}
}

/* disclaimer msg */
.disclaimer-msg {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.disclaimer-msg p,
.disclaimer-msg a,
.disclaimer-msg label {
	margin: 0;
	font-size: 12px;
	color: #6f6a71;
}

a {
	transition: all 0.3s ease 0s;
}

.disclaimer-msg a {
	color: #653B40;
	text-decoration: none;
}

.disclaimer-msg a:hover {
	color: #201D2A;
	text-decoration: none;
}

.form-checkbox {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: flex-start;
}

.form-checkbox input {
	margin: 3px 8px 0 0;
	height: 20px !important;
	width: 18px !important;
}

.form-checkbox label,
.disclaimer-msg p {
	max-width: calc(100% - 26px);
	width: 100%;
	margin-left: auto;
	margin-bottom: 0;
}

.form-checkbox label.label1 {
	bottom: -18px;
}

@media only screen and (max-width: 767px) {
	.disclaimer-msg {
		margin: 0 0 15px;
	}
}

.disclaimer-msg {
	margin: 30px 0 0;
}

.disclaimer-msg:not(:first-child) {
	margin: 22px 0 0;
}

label.label1 {
	font-weight: 500 !important;
	font-size: 11px !important;
	color: red !important;
	margin: 0 !important;
	position: absolute;
	bottom: -18px;
	left: 0;
}

.form-checkbox label.label1 {
	bottom: -18px;
}

.contact-us_container {
	max-width: 1520px;
	width: 100%;
	margin: auto;
}

/*--------------------------Contact Us--------------------------*/

.doctor_section_blk {
    padding: 80px 30px;
    background-color: #936C58;
}
.doctor_section_blk .royal_content_details {
    max-width: 100% !important;
}
.doctor_section_blk .royal_hero_container {
    max-width: 1600px;
}

.doctor_section_blk .royal_hero_container .royal_hero_inner {
    display: block;
    width: 100%;
}

.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_image {
    width: 100% !important;
    float: left;
    padding-right: 30px;
    max-width: 600px;
    position: relative;
    z-index: 10;
    background-color: transparent;
    margin-bottom: 20px;
}

.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_content {
    width: auto !important;
    padding: 0;
}

.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_content span {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_content p b {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_content span {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.doctor_section_blk {
        padding-bottom: 50px !important;
    }
	
	.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_image {
		float: unset !important;
		padding-right: 0 !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_image {
    	max-width: 500px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_image {
    	max-width: 520px;
	}
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
	.doctor_section_blk .royal_hero_container .royal_hero_inner .royal_image {
    	max-width: 550px;
	}
}



.opening-section {
    background: transparent !important;
}
.opening-section .seventh_section_contant {
    background-color: #28211D !important;
}
.opening-section .seventh_section_contant p {
    max-width: 700px;
    width: 100%;
}
.opening-section .opening-badge{
    display: inline-block;
    padding: 10px 22px;
    margin-bottom: 25px;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
}
