/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  GeneratePress Child Theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com/
Template:     generatepress
Version:      3.4.0
Text Domain:  generatepresschild
*/
/*Fonts*/
@font-face {
	font-family: 'Recoleta';
	src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.eot');
	src: local('Recoleta Bold'), local('Recoleta-Bold'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.woff') format('woff'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Recoleta';
	src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.eot');
	src: local('Recoleta SemiBold'), local('Recoleta-SemiBold'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.woff') format('woff'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Recoleta';
	src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.eot');
	src: local('Recoleta Medium'), local('Recoleta-Medium'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.woff') format('woff'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Recoleta';
	src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.eot');
	src: local('Recoleta Regular'), local('Recoleta-Regular'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.woff') format('woff'),
		url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

:root {
	--recoleta: 'Recoleta', serif;
	--mulish: 'Mulish', sans-serif;
	--green_color: #124172;
	--skin_color: #EFE9CE;
	--white: #FFFFFF;
	--black: #444444;
	--light_bg_color: #f5f9fd;
	--gp-slideout-width: 310px !important;
	/* --green_color_filter: brightness(0) saturate(100%) invert(48%) sepia(5%) saturate(3193%) hue-rotate(48deg) brightness(98%) contrast(126%); */
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: var(--mulish);
}

body {
	overflow-x: hidden !important;
}

body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4 {
	font-family: var(--recoleta);
	color: var(--green_color);
}

h1,
h2,
h3,
h4,
h5,
h6,
body p {
	margin-bottom: 0;
	padding: 0;
}

body p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	font-family: var(--mulish);
	color: var(--black);
}

body a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

p:not(:last-of-type) {
	margin-bottom: 16px;
}

p:empty,
li:empty {
	display: none !important;
}

h3 a, p a,
li a {
	color: var(--green_color);
	font-weight: 700;
	vertical-align: top;
	display: inline-block;
}

p strong,
p b,
li strong,
li b {
	color: var(--green_color);
}

a {
	cursor: pointer !important;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: inherit;
}

section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

img {
	display: block;
}

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

body h2 {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--green_color);
}

body h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--green_color);
	letter-spacing: 0.68px;
}

body h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--green_color);
	margin-bottom: 20px;
	letter-spacing: 0.48px;
}

.text_blue {
	color: var(--green_color);
}

@media only screen and (max-width: 1600px) {
	body h2 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 1024px) {
	body h2 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 991px) {
	body h2 {
		font-size: 40px;
	}

	body h3 {
		font-size: 25px;
	}

	body h4 {
		font-size: 22px;
	}
}

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

	body h3 {
		font-size: 22px;
	}

	body h4 {
		font-size: 15px;
	}

	body p {
		font-size: 16px;
	}

	.simple-textbg-section .common-title h2 br {
		display: none;
	}
}

@media only screen and (max-width:375px) {
	body h2 {
		word-wrap: normal;
	}
}

/****** Container css ******/
@media only screen and (max-width: 991.98px) {

	body .container,
	body .container-fluid {
		padding: 0 30px;
	}
}

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

	body .container,
	body .grid-container {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 650px) {

	body .container,
	body .grid-container {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {

	body .container,
	body .grid-container {
		max-width: 920px;
		width: 100%;
	}
}

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

	body .container,
	body .grid-container {
		max-width: 960px;
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {

	body .container,
	body .grid-container {
		max-width: 1140px;
		width: 100%;
	}
}

@media only screen and (min-width: 1300px) {

	body .container,
	body .grid-container {
		max-width: 1210px;
		width: 100%;
	}
}

@media only screen and (min-width: 1400px) {

	body .container,
	body .grid-container {
		max-width: 1360px;
		width: 100%;
	}
}

@media only screen and (min-width: 1600px) {

	body .container,
	body .grid-container {
		max-width: 1400px;
		width: 100%;
	}
}

@media only screen and (min-width: 1700px) {

	body .container,
	body .grid-container {
		max-width: 1600px;
		width: 100%;
	}
}

@media only screen and (min-width : 1500px) {
	body .mxw-1500 {
		max-width: 1500px;
		margin: 0 auto;
	}
}

@media only screen and (min-width : 1400px) {
	body .mxw-1320 {
		max-width: 1320px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1024px) {
	body .mxw-1024 {
		max-width: 1024px;
	}
}

.site.grid-container.container {
	padding: 0;
	max-width: 100% !important;
}

.site-content {
	display: inherit;
}

/****** section_padding css ******/
.section_padding {
	padding: 100px 0;
}

.section_margin {
	margin: 100px 0;
}

@media only screen and (max-width: 1200px) {
	.section_padding {
		padding: 80px 0;
	}

	.section_margin {
		margin: 80px 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.section_padding {
		padding: 60px 0;
	}

	.section_margin {
		margin: 60px 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.section_padding {
		padding: 50px 0;
	}

	.section_margin {
		margin: 50px 0;
	}
}

/********   default-btn css *******/
.default-btn {
	color: var(--white) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500 !important;
	font-family: var(--recoleta);
	line-height: 16px;
	padding: 16px 24px;
	border-radius: 50px;
	background: var(--green_color);
	margin-top: 32px;
	border: 2px solid var(--green_color);
	text-align: center;
	transition: all 0.3s ease 0s;
}

.default-btn span {
	font-weight: 500 !important;
	font-family: var(--recoleta);
	font-size: 16px;
}

.default-btn:not(.header-btn .default-btn) {
	margin-top: 36px;
}

.default-btn:hover,
.default-btn:focus {
	background-color: transparent;
	color: var(--green_color) !important;
}

/*----- whhite btn ------*/
.white-btn {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--green_color) !important;
}

.white-btn:hover,
.white-btn:focus {
	color: var(--white) !important;
	background-color: transparent;
}

/*------ border btn -----*/
.default-btn.border-btn {
	color: var(--green_color) !important;
	background-color: transparent;
}

.default-btn.border-btn:hover,
.default-btn.border-btn:focus {
	color: var(--white) !important;
	background-color: var(--green_color);
}

@media only screen and (max-width: 1300.98px) {
	.default-btn {
		padding: 14px 20px;
	}
}

@media only screen and (max-width: 576.98px) {
	.default-btn {
		padding: 13px;
		width: 100%;
	}

	body .default-btn span {
		display: none;
	}
}

/*============================================
= Start Default Content Section CSS
=============================================*/
.default-content h2,
.h2_heading,
.common-title h2,
.content-box h2 {
	margin-bottom: 20px;
}

.page-id-3 .content-box h2,
.page-id-612 .content-box h2 {
	text-align: left !important;
}

.content-box:not(:last-child) {
	margin-bottom: 40px;
}

.sub-title {
	font-family: var(--recoleta);
	font-weight: 400;
	font-size: 24px;
	position: relative;
}

.body-big-text p {
	font-size: 24px;
	font-family: var(--recoleta);
}

.padding-box-left {
	padding-left: 76px;
}

.padding-box-right {
	padding-right: 76px;
}

.default-content ul:has(+p),
.default-content p:has(+ul) {
	padding-bottom: 14px !important;
	margin-bottom: 0;
}

ul.service-menu li {
	color: var(--black);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.service-menu-text-left li {
	text-align: left;
}

ul.service-menu li:before {
	position: absolute;
	content: "";
	background-color: var(--green_color);
	border-radius: 100%;
	width: 8px;
	height: 8px;
	left: 0;
	top: 12px;
}

@media only screen and (max-width: 1600px) {
	.body-big-text p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.padding-box-left {
		padding-left: 20px;
	}

	.padding-box-right {
		padding-right: 20px;
	}

	.body-big-text p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991.98px) {
	.padding-box-left {
		padding-left: 0;
	}

	.padding-box-right {
		padding-right: 0;
	}

	.default-img {
		margin: 0 auto 30px;
	}

	.default-img img {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) {
	.listing-column {
		column-count: 2;
		column-gap: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	.sub-title {
		font-size: 20px;
	}
}

/* light BG section */
.light_bg_color {
	background-color: var(--light_bg_color);
}

/*Dark bg section*/
.bg_color {
	background-color: var(--green_color);
}

.bg_color p,
.bg_color h2,
.bg_color h3,
.bg_color h4,
.bg_color li,
.bg_color p a,
.bg_color li a {
	color: var(--white);
}

.bg_color p a:hover,
.bg_color li a:hover {
	color: var(--skin_color);
}

/*============================================
= End Default Content Section CSS
=============================================*/
/*============================================
= start slide arrow Section CSS
=============================================*/
.image_slider .slick-next,
.image_slider .slick-prev,
.before-after-slider .slick-next,
.before-after-slider .slick-prev,
.doctor-slider .slick-next,
.doctor-slider .slick-prev,
.patient_slider .slick-next,
.patient_slider .slick-prev,
.review-slider .slick-next,
.review-slider .slick-prev,
.service-row-slider .slick-next,
.service-row-slider .slick-prev,
.logo-slider .slick-next,
.logo-slider .slick-prev {
	top: calc(100% + 48px);
	width: 56px;
	height: 56px;
	background: #fff;
	box-shadow: 7px 7px 20px 0px #554C4C33;
	border-radius: 50%;
}

.image_slider .slick-next,
.before-after-slider .slick-next,
.doctor-slider .slick-next,
.patient_slider .slick-next,
.service-row-slider .slick-next,
.logo-slider .slick-next {
	right: 50%;
	transform: translateX(calc(100% + 20px));
}

.image_slider .slick-prev,
.before-after-slider .slick-prev,
.doctor-slider .slick-prev,
.patient_slider .slick-prev,
.service-row-slider .slick-prev,
.logo-slider .slick-prev {
	left: 50%;
	transform: translateX(calc(-100% - 20px));
}

.image_slider .slick-next:before,
.image_slider .slick-prev:before,
.before-after-slider .slick-next:before,
.before-after-slider .slick-prev:before,
.doctor-slider .slick-next:before,
.doctor-slider .slick-prev:before,
.patient_slider .slick-next:before,
.patient_slider .slick-prev:before,
.review-slider .slick-next:before,
.review-slider .slick-prev:before,
.service-row-slider .slick-next:before,
.service-row-slider .slick-prev:before,
.logo-slider .slick-next:before,
.logo-slider .slick-prev:before {
	content: "" !important;
	background-image: url(/wp-content/uploads/2025/05/arrow-left-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image_slider .slick-next:before,
.before-after-slider .slick-next:before,
.doctor-slider .slick-next:before,
.patient_slider .slick-next:before,
.review-slider .slick-next:before,
.service-row-slider .slick-next:before,
.logo-slider .slick-next:before {
	transform: rotate(180deg)
}

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

	.image_slider .slick-next,
	.image_slider .slick-prev,
	.before-after-slider .slick-next,
	.before-after-slider .slick-prev,
	.doctor-slider .slick-next,
	.doctor-slider .slick-prev,
	.patient_slider .slick-next,
	.patient_slider .slick-prev,
	.review-slider .slick-next,
	.review-slider .slick-prev,
	.service-row-slider .slick-next,
	.service-row-slider .slick-prev,
	.logo-slider .slick-next,
	.logo-slider .slick-prev {
		top: calc(100% + 20px);
	}
}

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

	.image_slider .slick-next,
	.image_slider .slick-prev,
	.before-after-slider .slick-next,
	.before-after-slider .slick-prev,
	.doctor-slider .slick-next,
	.doctor-slider .slick-prev,
	.patient_slider .slick-next,
	.patient_slider .slick-prev,
	.review-slider .slick-next,
	.review-slider .slick-prev,
	.service-row-slider .slick-next,
	.service-row-slider .slick-prev,
	.logo-slider .slick-next,
	.logo-slider .slick-prev {
		width: 40px;
		height: 40px;
	}

	.image_slider .slick-prev,
	.before-after-slider .slick-prev,
	.doctor-slider .slick-prev,
	.patient_slider .slick-prev,
	.review-slider .slick-prev,
	.service-row-slider .slick-prev,
	.logo-slider .slick-prev {
		transform: translateX(calc(-100% - 10px));
	}

	.image_slider .slick-next,
	.before-after-slider .slick-next,
	.doctor-slider .slick-next,
	.patient_slider .slick-next,
	.review-slider .slick-next,
	.service-row-slider .slick-next,
	.logo-slider .slick-next {
		transform: translateX(calc(100% + 10px));
	}
}

/* arrow section bottom padding */
/* .bottom_arrow_sec {
padding-bottom: 200px;
}

@media only screen and (max-width: 1200px) {
.bottom_arrow_sec {
padding-bottom: 180px;
}
}

@media only screen and (max-width: 767.98px) {
.bottom_arrow_sec {
padding-bottom: 100px;
}
} */

/*============================================
= End slide arrow Section CSS
=============================================*/
/*============================================
= Start Header CSS
=============================================*/
.site-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.1s ease 0s;
}

.site-header.sticky {
	-webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
}

header.site-header,
.inside-navigation.grid-container {
	padding: 0px;
}

/*Mobile toggle*/
.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus {
	background-color: unset !important;
}

button.menu-toggle .gp-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	height: 48px;
	aspect-ratio: 1;
	border: 2px solid var(--green_color);
	border-radius: 4px;
}

button.menu-toggle .gp-icon svg {
	height: 1.5em;
	width: 1.5em;
	margin-bottom: 4px;
	color: var(--green_color);
}

.mobile-menu-control-wrapper .menu-toggle {
	padding-right: 0 !important;
}

.main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
	padding: 0 !important;
}

.has-sticky-branding .navigation-branding {
	margin-right: auto;
}

.mobile-menu-open.slide-opened .offside-js--is-open {
	overflow: hidden;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
	color: var(--green_color) !important;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
	color: #444444 !important;
}

/*-----------*/

.header_language_translation_btn .gtranslate_wrapper {
	display: flex;
	background-color: #124172;
	border-radius: 4px;
}

.header_language_translation_btn .gtranslate_wrapper a.gt-current-lang {
	background-color: #fff;
	color: #124172;
}

.header_language_translation_btn .gtranslate_wrapper a {
	padding: 4px 12px;
	color: #fff;
	font-weight: 500 !important;
	margin: 2px;
	font-size: 16px;
	line-height: normal;
}

.header_language_translation_btn .gtranslate_wrapper a.gt-current-lang:nth-child(2) {
	border-radius: 0 4px 4px 0;
}

.header_language_translation_btn .gtranslate_wrapper a.gt-current-lang:nth-child(1) {
	border-radius: 4px 0 0 4px;
}

@media only screen and (max-width: 767px) {
	.site-header .site-logo img {
		max-width: 220px;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-header .site-logo img {
		max-width: 220px;
		width: 100%;
	}
}
/*----------*/
@media only screen and (min-width: 1301px) {
	.main-navigation ul li ul {
		width: 250px;
	}

	.main-navigation ul li.services_nav_menu ul {
		width: 450px;
	}

	.main-navigation ul li ul li {
		border-bottom: 1px solid #7777 !important;
	}
	
	.main-navigation ul li ul li:last-child {
		border-bottom: none !important;
	}
	
	.main-navigation ul li.services_nav_menu ul li {
		width: 50%;
		float: left;
	}

	.main-navigation ul li.services_nav_menu ul li:nth-child(odd) {
		border-right: 1px solid #7777;
	}

	.main-navigation .main-nav ul ul li a {
		padding: 13px 20px !important;
	}

	.main-navigation ul li.services_nav_menu ul li:nth-last-child(2):nth-child(odd),
	.main-navigation ul li.services_nav_menu ul li:nth-last-child(1):nth-child(even) {
		border-bottom: none !important;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1399px) {
	.site-header .inside-header.grid-container .main-navigation .menu-bar-items .header-btn.call-btn a.default-btn.border-btn span {
		display: none !important;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1600.98px) {
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.menu-item-has-children .dropdown-menu-toggle {
		padding-right: 10px;
	}

	.main-navigation ul li ul {
		width: 200px;
	}
}

@media only screen and (max-width: 1500.98px) {
	.main-navigation a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1450.98px) {
	.main-navigation a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1300.98px) {
	.has-sticky-branding.navigation-stick .inside-navigation {
		padding: 10px 15px !important;
	}

	.main-navigation .main-nav ul li a {
		line-height: 3;
	}

	nav#generate-slideout-menu .main-nav ul.slideout-menu li ul {
		background-color: transparent !important;
		box-shadow: none !important;
		padding-left: 15px !important;
	}
}

@media only screen and (max-width: 991.98px) {
	.has-sticky-branding.navigation-stick .inside-navigation {
		padding: 10px 30px !important;
	}

	.inside-header {
		padding: 20px 30px !important;
	}

	.header-btn.call-btn a {
		padding: 13px;
	}
}

@media only screen and (max-width: 575px) {
	button.menu-toggle .gp-icon {
		height: 40px;
	}

	.mobile-menu-control-wrapper .menu-toggle {
		padding-left: 8px !important;
	}
}

/* header button css */
.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 36px 0 0;
}

.btn-wrap .default-btn {
	margin-top: 0 !important;
}

.inside-header .btn-wrap {
	flex-wrap: nowrap !important;
	margin-left: 12px;
	gap: 10px;
	margin-top: 0 !important;
}

@media only screen and (max-width: 1300px) {
	.inside-header .btn-wrap {
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header-btn.call-btn {
		display: block;
	}

	nav#generate-slideout-menu .inside-navigation button.has-svg-icon {
		order: 1;
		text-align: right;
	}

	nav#generate-slideout-menu .inside-navigation .main-nav {
		order: 3;
	}

	nav#generate-slideout-menu .inside-navigation aside#media_image-3 {
		order: 2;
	}
}

@media only screen and (min-width: 992px) {
	.header-btn.call-btn img {
		display: none;
	}
}

@media only screen and (max-width: 991.98px) {
	.header-btn.call-btn a span {
		display: none
	}

	.header-btn.call-btn img {
		width: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	.site-header nav#mobile-menu-control-wrapper .btn-wrap .header-btn {
		display: none;
	}

	.header-btn.appointment-btn {
		display: none
	}

	.header-btn.call-btn a {
		border-radius: 4px;
		padding: 12px !important
	}
}

@media only screen and (min-width: 576px) and (max-width: 1300px) {
	nav#generate-slideout-menu .main-nav li.notranslate{
		display: none !important;
	}
}

@media only screen and (max-width: 575px) {
	.inside-header .btn-wrap {
		flex-wrap: nowrap !important;
		margin-left: auto;
		max-width: fit-content;
		padding-left: 10px
	}

	.header-btn.call-btn a {
		border-radius: 4px;
		padding: 8px !important
	}

	.site-header nav#mobile-menu-control-wrapper .btn-wrap {
		display: none;
	}
	/*---------*/
	nav#generate-slideout-menu .main-nav li.notranslate a {
		display: none;
	}

	nav#generate-slideout-menu .main-nav li.notranslate ul li a {
		display: block;
		box-shadow: none;
		outline: none;
		border: none;
		padding: 0;
	}

	nav#generate-slideout-menu .main-nav li.notranslate ul {
		padding: 0;
		outline: none !important;
		border: none !important;
	}
	body nav#generate-slideout-menu .main-nav li.notranslate ul {
		display: flex !important;
		padding-left: 0 !important;
		width: fit-content;
		min-width: auto;
		margin-left: 20px !important;
		margin-top: 20px;
		background-color: #124172 !important;
		opacity: 1 !important;
		height: 100% !important;
	}
	nav#generate-slideout-menu .main-nav li.notranslate ul li {
		width: fit-content;
	}
	nav#generate-slideout-menu .main-nav li.notranslate ul li a {
		padding: 4px 12px;
		color: #fff !important;
		font-weight: 500 !important;
		margin: 2px;
		font-size: 16px;
		line-height: 30px;
	}
	nav#generate-slideout-menu .main-nav li.notranslate ul li:first-child {
		border-right: 2px solid #d9d9d9;
	}
	/*-----------*/
}

@media only screen and (min-width: 1301px) {
	.inside-header .btn-wrap .header_language_translation_btn {
		margin-right: 15px;
	}
}

/*============================================
= End Header CSS
=============================================*/
/* =========================================================
== Start Footer CSS
============================================================ */
.site-footer {
	background-color: #124172e6;
}

.site-footer .inside-footer-widgets>* .inner-padding,
footer.site-info {
	padding: 0 15px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
	margin: 0;
}

.footer-widget-1 aside#text-2 .textwidget p {
	font-family: var(--recoleta) !important;
}

footer .inside-site-info {
	padding-left: 0px;
	padding-right: 0px;
}

.site-footer p {
	color: #EEF4FC;
	font-size: 16px;
}

.contact-info p {
	white-space: nowrap;
}

.site-footer a:hover {
	color: #a2c9f1 !important;
}

.site-footer .footer-widgets .widget-title {
	font-weight: bold !important;
}

.footer-widgets p,
.footer-widgets p a,
.footer-widgets li,
.footer-widgets li a {
	font-weight: 500;
	color: #fff;
}

.footer-widget-3 aside#nav_menu-2 .menu-quick-links-container li {
	margin-bottom: 13px;
}

.footer-widget-3 aside#nav_menu-2 .menu-quick-links-container li:last-child {
	margin-bottom: 0;
}

.footer-widget-1 img {
	/* max-width: 200px !important;
	width: 100%; */
	margin-bottom: 30px;
}

.social-icon {
	display: flex;
	align-items: center;
}

.social-icon a:not(:last-of-type) {
	margin-right: 10px;
}

.social-icon p {
	margin-bottom: 0px !important;
	margin-right: 20px;
	font-family: var(--recoleta);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.site-footer .inside-footer-widgets>* .inner-padding,
footer.site-info {
	padding: 0 !important;
}

@media only screen and (min-width: 1201px) and (max-width: 1299.99px) {
	.inside-footer-widgets {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 1300px) {
	.inside-footer-widgets {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 1201px) {
	.footer-widget-1 aside#text-2 .textwidget {
		padding-right: 9%;
		max-width: 580px;
	}

	.footer-widget-1 aside#text-2 .textwidget p {
		font-size: 18px;
	}

	.footer-widget-3 {
		display: flex;
		justify-content: center;
	}

	.footer-widgets p:not(:last-child),
	.footer-widgets #menu-footer-menu li:not(:last-child) {
		margin-bottom: 13px;
	}
}

/*@media only screen and (min-width: 1600px) {
.inside-footer-widgets {
grid-template-columns: 4fr 1fr 1fr 1fr;
}
}*/
@media only screen and (max-width: 1200px) and (min-width: 769px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.site-footer .footer-widgets-container .inside-footer-widgets {
		display: flex;
		justify-content: space-between;
		gap: 50px;
	}

	.footer-widget-2 {
		max-width: 195px;
		width: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	footer .inside-site-info {
		padding-bottom: 40px;
	}
}

/* copy right */
.copyright-bar {
	display: block;
	width: 100%;
	margin: 0 15px !important;
	border-top: 1px solid;
	padding-top: 40px;
}

.copy-right-sec {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 15px;
}

.copy_right_link a {
	font-family: var(--recoleta);
	font-weight: 500;
	font-size: 16px;
}

.copy-right-left p {
	font-family: var(--recoleta);
}

.copy-right-right {
	display: flex;
	gap: 20px;
}

.footer-social-media {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 14px;
	color: var(--white);
}

.footer-social-media img:hover {
	filter: brightness(0) saturate(100%) invert(95%) sepia(6%) saturate(1374%) hue-rotate(328deg) brightness(106%) contrast(87%);
}

@media only screen and (max-width: 767.98px) {
	.copy-right-right {
		/*        flex-direction: column;*/
		justify-content: center;
		width: 100%;
	}

	.footer-social-media {
		justify-content: center;
	}

	.footer-social-media img {
		width: 20px;
		height: 20px;
	}

	.copyright-bar {
		padding-top: 30px
	}
}

/* =========================================================
== End Footer CSS
============================================================ */
/*============================================
= Start 404 page CSS
=============================================*/
.error-404 h1 {
	color: var(--green_color);
	text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
	font-family: var(--recoleta);
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.error-404 .common-title h3 {
	color: var(--green_color);
}

/*============================================
= End 404 page CSS
=============================================*/
/*============================================
= Start Banner section CSS
=============================================*/
.banner-content h1 {
	font-size: 74px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--green_color);
}

.banner_img_main img {
	border-radius: 24px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.hero-banner {
	padding-top: 35px;
}

.home .hero-banner {
	margin-bottom: 0;
}

.hero-banner .banner-content p {
	color: #444444 !important;
}

@media only screen and (max-width: 1600px) {
	.banner-content h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.hero-banner .banner-content h1 {
		font-size: 45px;
	}
}

@media only screen and (min-width: 992px) {
	.banner_slider .slick-list {
		padding: 0 0 35.5% 0;
	}

	.banner_slider .slick-slide {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 991.98px) {
	.hero-banner .banner-content h1 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero-banner .banner-content h1 {
		font-size: 35px;
	}
}

/* banner rotate image */
@media only screen and (max-width: 991.98px) {
	.marquee {
		align-items: center;
		width: 100%;
		height: 350px;
		display: flex;
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.marquee .marquee_vertical_main {
		animation: marquee-horizontal 40s linear infinite;
		justify-content: flex-start;
		align-items: center;
		display: flex;
		gap: 20px;
		height: inherit;
	}

	.banner_img_main {
		height: inherit;
	}

	.marquee .banner_img {
		min-width: 500px;
		height: inherit;
	}

	.marquee .banner_img img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	@keyframes marquee-horizontal {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-50%);
		}
	}
}

@media only screen and (max-width: 576.98px) {
	.marquee {
		height: 200px;
	}

	.marquee .banner_img {
		min-width: 290px;
	}

	.hero-banner .banner-content h1 {
		font-size: 30px;
	}

	header.site-header .inside-header.grid-container .site-logo img {
		max-width: 200px;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.marquee {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		height: 600px;
		display: flex;
		position: relative;
		overflow: hidden;
	}

	.marquee_vertical_main {
		white-space: nowrap;
		will-change: transform;
		animation: marquee-vertical 40s linear infinite;
	}

	.marquee_vertical_main {
		animation: marquee-vertical 40s linear infinite;
		flex-direction: column;
		flex: 1;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		display: flex;
		position: relative;
		gap: 20px;
	}

	.marquee-cover {
		z-index: 10;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #f5f9fd), linear-gradient(to bottom, #f5f9fd, rgba(255, 255, 255, 0) 30%);
		position: absolute;
		top: 0%;
		bottom: 0%;
		left: 0%;
		right: 0%;
		margin-left: 20%;
	}

	.hero-banner .padding-box-left {
		padding-left: 20%;
	}

	@keyframes marquee-vertical {
		from {
			transform: translateY(0);
		}

		to {
			transform: translateY(-50%);
		}
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.marquee {
		height: 450px;
	}
}

/*============================================
= End Banner CSS
=============================================*/
/*============================================
= start Dark CTA section Banner CSS
=============================================*/
.call_to_action {
	padding: 50px 0px;
}

.cta_content h2 {
	max-width: 1030px;
	margin: auto;
}

/*.cta_content p {
font-size: 36px;
font-family: var(--recoleta);
}*/
@media only screen and (max-width: 1199.98px) {
	/*.cta_content p {
	font-size: 25px;
}*/
}

/*============================================
= End Dark CTA section Banner CSS
=============================================*/
/*============================================
= Start Box section CSS
=============================================*/
.top_center_title {
	margin-bottom: 48px;
}

.card_box_wrapper_main {
	display: flex;
	flex-direction: column;
	gap: 64px;
	position: relative;
}

.card_box_wrapper {
	background-color: var(--white);
	border: 2px solid var(--green_color);
	border-radius: 10px;
	padding: 30px;
	box-shadow: 26px 26px 37px -10px rgba(19, 19, 19, .08);
}

.card_icon {
	max-width: 80px;
	/* margin-top: auto; */
	/* margin-bottom: auto; */
	margin-right: 2rem;
	/* height: auto; */
	/* width: 100%; */
}

.box_section-col2 {
	padding: 0 !important;
	max-width: 740px !important;
	width: 100% !important;
	margin: auto !important;
}

.card_icon img {
	display: block;
	width: 100%;
	filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(527%) hue-rotate(181deg) brightness(92%) contrast(89%);
}

lottie-player::part(path-part) {
	stroke: red;
	/* Change the stroke color */
}

#card_box1 {
	view-timeline: --subjectReveal block;
	animation-timeline: --subjectReveal;
	animation-name: zoombox1;
	animation-range: cover cover;
	animation-fill-mode: both;
	animation-duration: 2s;
	position: sticky;
	top: 150px;
}

@keyframes zoombox1 {
	0% {
		transform: scaleX(1);
	}

	20% {
		transform: scaleX(0.98);
	}

	40% {
		transform: scaleX(0.9);
	}

	100% {
		transform: scaleX(0.89);
		position: sticky;
	}
}

#card_box2 {
	view-timeline: --subjectReveal block;
	animation-timeline: --subjectReveal;
	animation-name: zoombox2;
	animation-range: cover cover;
	animation-fill-mode: both;
	animation-duration: 2s;
	position: sticky;
	top: 195px;
}

@keyframes zoombox2 {
	0% {
		transform: scaleX(1);
	}

	30% {
		transform: scaleX(0.95);
	}

	50% {
		transform: scaleX(0.93);
	}

	100% {
		transform: scaleX(0.91);
		position: sticky;
	}
}

#card_box3 {
	view-timeline: --subjectReveal block;
	animation-timeline: --subjectReveal;
	animation-name: zoombox3;
	animation-range: cover cover;
	animation-fill-mode: both;
	animation-duration: 2s;
	position: sticky;
	top: 250px;
}

@keyframes zoombox3 {
	0% {
		transform: scaleX(1);
	}

	30% {
		transform: scaleX(1.00);
	}

	50% {
		transform: scaleX(0.96);
	}

	100% {
		transform: scaleX(0.9);
		position: sticky;
	}
}

#card_box4 {
	view-timeline: --subjectReveal block;
	animation-timeline: --subjectReveal;
	animation-name: zoombox4;
	animation-range: cover cover;
	animation-fill-mode: both;
	animation-duration: 2s;
	position: sticky;
	top: 250px;
}

@keyframes zoombox4 {
	0% {
		transform: scaleX(1);
	}

	30% {
		transform: scaleX(1.05);
	}

	50% {
		transform: scaleX(0.99);
	}

	60% {
		transform: scaleX(0.92);
		position: sticky;
	}

	100% {
		transform: scaleX(1);
		position: sticky;
	}
}

@media only screen and (max-width: 991.98px) {
	.card_box_wrapper_main {
		gap: 40px;
	}

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

@media only screen and (min-width: 768px) {
	.card_box_main {
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
		display: flex;
	}
}

@media only screen and (max-width: 767.98px) {
	.card_icon {
		margin: 0 auto 20px auto;
	}

	.card_box_main {
		text-align: center;
	}
}

/*============================================
= End Box section  CSS
=============================================*/
/*============================================
= start image slider section  CSS
=============================================*/
.image_slider_main img {
	border-radius: 8px;
}

/*============================================
= End image slider section  CSS
=============================================*/
/* =========================================================
Start Before after css
============================================================= */
.before-after-slider {
	margin-bottom: 0 !important
}

.comparison-content {
	margin: 0 25px
}

.repid-smile-bg .comparison-main .comparison {
	padding-bottom: 92%;
}

.repid-smile-bg .comparison-main>* {
	padding: 0;
}

.comparison {
	width: 100%;
	padding-bottom: 56.66%;
	overflow: hidden;
	position: relative;
}

.figure {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	font-size: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: var(--after-img);
}

.divisor {
	background-size: cover;
	position: absolute;
	width: 50%;
	-webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	bottom: 0;
	height: 100%;
	background-image: var(--before-img);
}

.divisor:before,
.divisor:after {
	content: "";
	position: absolute;
	right: -2px;
	width: 4px;
	height: calc(50% - 20px);
	background: #fff;
	z-index: 3;
}

.divisor:before {
	top: 0;
	-webkit-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}

.divisor:after {
	bottom: 0;
	-webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}

figure.figure::before {
	position: absolute;
	content: "Before";
	top: auto;
	bottom: 10px;
	left: 10px;
	width: 60px;
	height: 24px;
	background-color: #fff;
	z-index: 1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	font-family: var(--recoleta);
	color: var(--green_color);
	padding: 5px 8px;
	border-radius: 5px;
}

figure.figure::after {
	position: absolute;
	content: "After";
	top: auto;
	bottom: 10px;
	right: 10px;
	width: 52px;
	height: 24px;
	background-color: #fff;
	z-index: 1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	font-family: var(--recoleta);
	color: var(--green_color);
	padding: 5px 8px;
	border-radius: 5px;
}

.divisor span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.handle {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	border-radius: 100%;
}

.handle:before,
.handle:after {
	content: "";
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}

.handle:before {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}

.handle:after {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}

.comparison input[type=range] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	width: calc(100% + 50px);
	z-index: 2;
	cursor: col-resize;
	border: none;
	max-width: inherit;
	padding: 0;
}

input[type=range]:focus,
input[type=range]:active {
	border: none;
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: 0 0;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}

input[type=range]::-moz-range-track {
	-moz-appearance: none;
	height: 15px;
	width: 100%;
	background-color: transparent;
	position: relative;
	outline: none;
}

.comprison-before-after {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.comprison-before-after>* {
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 1400px) {
	.comparison-content {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 991px) {
	.comparison-content {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 575px) {
	.comparison-content {
		margin: 0;
	}
}

@media only screen and (max-width: 480px) {
	.comparison-content {
		padding: 0 8px !important;
	}
}

/* =========================================================
End Before after css
============================================================= */
/*============================================
= End review-slider section  CSS
=============================================*/
/*.review-section .top_center_title {
margin-bottom: 0px;
}
section.review-section {
background-color: #F6F9FD;
}
.review-section .sub-title {
animation: typing 13s steps(26);
width: fit-content;
margin: 0 auto;
overflow: hidden;
text-wrap: nowrap;
transform-origin: left;
}
@keyframes typing {
from {
width: 0
}
to {
width: 100%;
}
}
.review-tab-navigation {
margin: 32px 0 40px;
}
.responsive-tabs {
border: 0;
}
.responsive-tabs i {
display: none;
}
.responsive-tabs {
display: flex;
justify-content: center;
gap: 32px;
}
.responsive-tabs li a {
color: var(--green_color);
font-family: Recoleta;
font-size: 20px;
font-weight: 400;
line-height: 1.2;
border-bottom: 2px solid transparent;
padding: 4px 16px;
display: inline-block;
}
.responsive-tabs li a.active {
font-weight: 600;
border-color: var(--green_color);
}
.tab-content {
max-width: 900px;
width: 100%;
margin: 0 auto;
position: relative;
margin-bottom: 96px;
}
.tab-content:before {
position: absolute;
content: "";
height: 100%;
aspect-ratio: 1;
border-radius: 50%;
background-color: #fff;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.review-slider-content {
padding: 73px 0 28px;
text-align: center;
}
.review-slider-content .yelp-review img,
.review-slider-content .review-quote img {
margin: 0 auto;
}
.review-description p {
color: var(--green_color);
font-family: Recoleta;
font-size: 32px;
font-weight: 400;
line-height: 1.4;
margin: 12px 0;
}
.review-author-name span {
font-size: 18px;
font-weight: 400;
line-height: 1.2;
color: var(--green_color);
}
.review-slider .slick-next,
.review-slider .slick-prev {
top: calc(100% + 40px);
width: 56px;
height: 56px;
background: #fff;
box-shadow: 7px 7px 20px 0px #554C4C33;
border-radius: 50%;
}
.review-slider .slick-next {
right: 50%;
transform: translateX(calc(100% + 20px));
}
.review-slider .slick-prev {
left: 50%;
transform: translateX(calc(-100% - 20px));
}
.review-slider .slick-next:before,
.review-slider .slick-prev:before {
content: "" !important;
background-image: url(/wp-content/uploads/2025/05/arrow-left-icon.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 24px;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.review-slider .slick-next:before {
transform: rotate(180deg)
}
@media only screen and (max-width: 1400px) {
.review-slider-content {
padding: 56px 0 28px;
}
}
@media only screen and (max-width: 1299px) {
.review-description p {
font-size: 28px;
}
.review-slider-content {
padding: 40px 0 28px;
}
}
@media only screen and (max-width: 991px) {
.responsive-tabs {
gap: 16px;
}
.responsive-tabs li a {
font-size: 18px;
}
.review-description p {
font-size: 24px;
}
.tab-content {
margin-bottom: 56px
}
.review-slider .slick-next,
.review-slider .slick-prev {
top: calc(100%);
}
}
@media only screen and (max-width: 768px) {
.responsive-tabs {
position: relative;
}
.responsive-tabs i {
display: block;
position: absolute;
right: 0;
top: 10px;
}
.responsive-tabs li a,
.responsive-tabs li {
width: 100%;
}
.responsive-tabs li:not(.active) {
display: none;
}
.responsive-tabs.open li {
display: block;
}
}
@media only screen and (max-width: 575px) {
.review-description p {
font-size: 16px;
}
.review-slider .slick-next,
.review-slider .slick-prev {
width: 40px;
height: 40px;
}
.review-slider .slick-prev {
transform: translateX(calc(-100% - 10px));
}
.review-slider .slick-next {
transform: translateX(calc(100% + 10px));
}
.review-tab-navigation {
margin: 20px 0;
}
.review-slider-content {
padding: 20px 0;
}
}*/
/*============================================
= End review-slider section  CSS
=============================================*/
/*===============================================
= Start Review CSS
===============================================*/
.review-slider {
	margin: 0 -15px;
}

.review-slider.slick-slider {
	margin-bottom: 0px;
}

.review-tab-navigation {
	display: none;
}

.review-tab-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #DEE4E1;
	position: relative;
	align-items: center;
	justify-content: left;
	/*    width: fit-content;*/
	margin: 0 auto;
}

.responsive-tabs>i {
	display: none;
}

.review-tab-navigation ul li a {
	font-size: 18px;
	line-height: 1.66;
	color: var(--black);
	font-weight: 400;
	display: inline-block;
	padding-bottom: 18px;
}

.review-tab-navigation ul li a.active {
	border-bottom: 2px solid var(--green_color);
}

.review-tab-navigation ul li:not(:last-child) {
	margin-right: 30px;
}

.review-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*     height: 100% !important; */
}

.review-slider .slick-track>div {
	height: auto;
	display: flex;
}

.review-slider-content {
	background: #FFF7F0;
	padding: 40px 30px 100px;
	/*    margin: 0 15px;*/
	height: inherit;
	position: relative;
	margin-top: 35px;
	/*    border: 1px solid #F4F4F4;*/
	transition: all 0.4s;
}

.review-slider-content.slick-slide {
	height: inherit;
}

.review-slider-content h3 {
	font-size: 24px;
	color: var(--black);
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.review-slider .tesimonial_revire_sec {
	margin-bottom: 30px;
}

.review-rating ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.review-rating ul li:not(:last-child) {
	margin-right: 6px
}

.review-description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	/*    padding: 0 15px 0 0!important;*/
	display: inline-block;
}

.review-slider .slick-slide>div {
	padding: 0px 15px;
	height: -webkit-fill-available;
	width: -webkit-fill-available;
}

.review-description p:not(:last-child) {
	margin-bottom: 10px;
}

.google-review {
	position: absolute;
	bottom: 0;
	padding: 30px 0;
}

.more-text {
	display: none;
}

.review-section-content {
	position: relative;
}

.review-sec .review-slider .slick-arrow {
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
	.review-slider .slick-track {
		height: 100% !important;
	}
}

@media only screen and (max-width: 1199px) {
	.review-tab-navigation ul li a {
		font-size: 17px;
	}

	.google-review {
		padding: 30px 0;
	}

	.review-slider-content h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 991px) {
	.review-slider-content {
		/*margin: 0 16px;*/
		padding: 40px 30px 90px;
	}

	.review-slider-content:hover {
		border-bottom: unset;
	}

	.review-tab-navigation ul {
		border: none;
		width: 100%;
	}

	.review-tab-navigation ul li {
		display: none;
		width: 100%;
		padding: 8px 0;
		margin: 0 !important;
		border-bottom: 1px solid #DEE4E1;
	}

	.review-tab-navigation ul li a {
		padding-bottom: 0;
		width: 100%;
		font-size: 16px;
	}

	.review-tab-navigation ul li a.active {
		border: none;
	}

	.review-tab-navigation ul.open li {
		display: block;
	}

	.review-tab-navigation ul li.active {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .5);
	}

	/*.responsive-tabs > i {
	position: absolute;
	top: 10px;
	font-size: 20px;
	right: 0px;
	display: block;
	padding: 0 5px;
	color: var(--green_color);
}*/
	.review-slider-content h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.review-section>.container-fluid {
		padding: 0;
	}

	.review-tab-navigation ul {
		margin-top: 0px;
	}

	/*.review-slider-content{
	margin: 35px 15px 0;
}*/
	.review-slider .slick-arrow {
		width: 30px;
		height: 30px;
	}

	.review-slider .slick-prev {
		left: 0;
	}

	.review-slider .slick-next {
		right: 0;
	}

	.review-slider .slick-prev:before,
	.review-slider .slick-next:before {
		background-size: 20px;
	}

	.review-slider-content h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 425px) {
	.review-btn .default-cta {
		margin: 0 0 0 15px;
	}
}

.review-description .more-text {
	display: none;
}

.review-description .moreless-button {
	display: inline-block;
	font-weight: 600;
	color: #676769;
}

.read_more_txt p {
	color: #515b5b;
	margin-bottom: 20px;
}

.review-section-content .review-description .scrollbar-active {
	max-height: 150px !important;
	overflow-y: scroll;
}

.review-description .read-more {
	display: inline-block;
	font-weight: 700;
	color: var(--black);
	font-size: 16px;
	line-height: 1.6;
	transition: all .3s;
}

.review-slider-tab .review-description .read-more {
	position: absolute;
	width: 100%;
	bottom: 0;
}

@media only screen and (min-width: 768px) {
	.tab-content {
		padding: 0 36px !important;
	}
}

/* width */
.scrollbar-active::-webkit-scrollbar {
	width: 8px;
}

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

	.scrollbar-inner,
	.read-more-span {
		padding: 0px !important;
	}
}

/* Track */
.scrollbar-active::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
	border-radius: 10px;
}

/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
	background: var(--green_color);
	border-radius: 10px;
}

/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
	background: var(--black);
}

/*===============================================
= End Review CSS
===============================================*/
/*============================================
= start icon-list-box section  CSS
=============================================*/



.icon-list-box {
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 257px;
	width: 100%;
}

.icon-list-box .icon-list-img img {
	max-width: 64px;
	/*     width: 100%; */
	height: 64px;
	filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(527%) hue-rotate(181deg) brightness(92%) contrast(89%);
}

.icon-list-content p {
	font-size: 18px;
	font-family: var(--recoleta);
	font-weight: 700;
	text-transform: capitalize;
}

.icon-list-wrapper {
	display: grid;
	row-gap: 32px;
	column-gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.icon-list-wrapper {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media only screen and (max-width: 1199px) {
	.icon-list-box .icon-list-img img {
		max-width: 50px;
		width: fit-content;
		height: 50px;
	}
}

@media only screen and (min-width: 576px) {
	.icon-list-wrapper {
		row-gap: 32px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 575px) {
	.icon-list-wrapper {
		row-gap: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.icon-list-section .top_center_title {
		max-width: 660px;
		width: 100%;
	}

	.icon-list-section .top_center_title h2 {
		max-width: 498px;
		width: 100%;
	}
}

/*============================================
= End icon-list-box section  CSS
=============================================*/
/*============================================
= Start Sub page common section CSS
=============================================*/
/* ========== Left Side Css ==========*/

#bottom_space_zero {
	padding-bottom: 0px;
}

.video-content {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.video-content iframe,
.video-content img {
	-webkit-box-shadow: rgb(0 0 0 / 10%) 0px 30px 20px 0px;
	box-shadow: rgb(0 0 0 / 10%) 0px 30px 20px 0px;
}

.video-content iframe {
	aspect-ratio: 16 / 9;
	display: block;
}

.right-side-img-section .default-content,
.left-side-img-section .default-content {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
	.video-content {
		margin-bottom: 30px;
	}

	.page-id-1056 .left-side-img-section img,
	.page-id-1052 .left-side-img-section img .page-id-1050 .left-side-img-section img {
		width: 100%;
	}
}

/**************** box section css start ****************/
.box-text-section .default-content p {
	padding-top: 20px;
}

.box-text-section .default-content p {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
}

.box-text-section .box-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 48px;
}

.box-text-section .default-content {
	margin-bottom: 40px;
}

.singular-box {
	padding: 24px;
	border: 1px solid #124172;
	box-shadow: 0px 0px 24px 0px #D6D5C02E;
	max-width: calc(33.33% - 32px);
	width: 100%;
	background: #f5f9fd;
}

.singular-box .box-title {
	font-size: 22px;
	margin-bottom: 16px;
	font-weight: 600;
	color: var(--title-black);
}

.box-text-section .box-caption {
	max-width: 1024px;
	margin: 50px auto 0;
	text-align: center;
}

section#big_content_box .singular-box h4 {
	font-size: 20px;
}

section#big_content_box .singular-box h3 {
	font-size: 27px;
	margin-bottom: 15px;
}

#small_sub_Description h4 {
	font-size: 20px;
}

.box-text-section .box-row .singular-box img {
	margin-bottom: 30px;
	width: 100%;
}

.page-id-298 section.box-text-section .box-row {
	justify-content: start;
	gap: 24px;
}


@media only screen and (min-width: 992px) {
	.two_column_box .box-row .singular-box {
		max-width: calc(50% - 32px);
	}
}

@media only screen and (max-width: 1200px) {
	.box-text-section .box-row {
		gap: 32px;
	}

	.singular-box {
		max-width: calc(50% - 16px);
	}

	.box-text-section .default-content {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.box-text-section .box-row {
		gap: 24px;
	}

	.singular-box {
		max-width: 100%;
		padding: 20px;
	}

	.singular-box .box-title {
		font-size: 20px;
	}

	.box-text-section .default-content {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.common-content h3 {
		font-size: 20px;
	}

	.linear-section .common-content {
		padding-left: 24px;
	}

	section#big_content_box .singular-box h3 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 992px) {
	section#big_content_box .singular-box {
		max-width: calc(50% - 30px);
	}

	section#big_content_box .box-text-section .box-row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 25px;
	}
}

@media only screen and (max-width: 991px) {
	section#big_content_box .singular-box {
		max-width: 100%;
	}
}

@media only screen and (min-width: 1201px) {
	.page-id-298 section.box-text-section .box-row .singular-box.light-bg {
		max-width: calc(50% - 13px);
	}
}

/**************** box section css end ****************/
/**************** start simple text section ****************/
.simple-text-section .top_center_title {
	margin-bottom: 40px;
}

.advantages_box .default-content {
	box-shadow: #1241728c 0px 2px 8px 0px;
	list-style: none;
	padding: 50px;
	border-radius: 20px;
	background: #12417229;
	max-width: 800px;
	margin: auto;
}

.advantages_box {
	background: #fff;
}

.common-listing li {
	position: relative;
	padding-left: 24px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
}

.common-listing li:not(:last-child) {
	margin-bottom: 16px;
}

.common-listing:has(~ p) {
	margin-bottom: 20px;
}

.service-menu li::marker,
.number-listing li::marker {
	width: 20px;
	font-size: 20px;
}

.common-listing li:before {
	position: absolute;
	content: "";
	left: 0;
	width: 10px;
	aspect-ratio: 1;
	background-color: var(--green_color);
	border-radius: 50%;
	top: 8px;
}

@media only screen and (max-width: 991.98px) {
	.simple-text-section .top_center_title {
		margin-bottom: 30px;
	}

	.advantages_box .default-content {
		padding: 30px;
	}
}

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

	.common-listing li,
	ul.service-menu li {
		font-size: 16px;
	}

	.advantages_box .default-content {
		padding: 20px;
	}
}

/**************** simple text section end ****************/
/*============================================
= End Sub page common section CSS
=============================================*/
/* =========================================================
Services Page Css Start
============================================================= */
.box-content-info {
	margin-top: 30px !important;
}

.post-box-wrapper {
	background-color: #fff;
	box-shadow: 0 100px 80px 0 hsl(0deg 0% 0% / 5%), 0 42px 33px 0 rgb(0 0 0 / 5%), 0 22px 18px 0 rgb(0 0 0 / 5%), 0 13px 10px 0 rgb(0 0 0 / 5%), 0 7px 5px 0 rgb(0 0 0 / 5%), 0 3px 2px 0 rgb(0 0 0 / 5%);
	transition: all 0.5s;
	height: 100%;
	position: relative;
}

.post-box-img {
	margin-bottom: 24px;
}

.post-box-img img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	aspect-ratio: 9 / 6;
	object-fit: cover;
	object-position: top;
}

.service_page_box .post-box-body {
	padding-bottom: 70px;
}

.post-box-body {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 20px;
}

.post-box-title {
	margin-bottom: 15px;
}

.post-box-desc p {
	margin-bottom: 25px;
}

.post-box-cta {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
}

.post-box-cta a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.box-content-info {
	margin-top: 30px;
}

.box-content p a {
	display: inline;
}

.post-box-body .default-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 25px 30px;
}

.post-box-title h3 {
	font-size: 26px;
	transition: all 0.4s;
	color: var(--green_color);
	margin: 0;
}

.post-box-title a:hover h3 {
	color: var(--black);
}

.post-box-desc p {
	margin-bottom: 10px !important;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*.post-box-body .button a.default-cta {
color: var(--white_color) !important;
}
.post-box-body .button a.default-cta:hover{
color: var(--brown_color) !important;
}*/
@media screen and (max-width: 1199px) {
	.post-box-desc p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.post-box-title h3 {
		font-size: 22px;
	}
}

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

	.box-content-info:first-child,
	.box-content-info:nth-child(2) {
		margin-top: 10px !important;
	}
}

@media screen and (max-width: 576px) {
	.post-box-body .button .default-cta {
		width: 100% !important;
		max-width: 100%;
	}

	.post-box-title h3 {
		font-size: 20px;
	}

	.box-content-info:first-child {
		margin-top: 10px !important;
	}
}

/* =========================================================
Services Page Css Stop
============================================================= */
/*  ======================= FAQs Section Start ===================== */
.faqs-title h3 {
	padding-bottom: 40px;
}

.faqs-title h2 {
	margin-bottom: 0px;
}

.faq-box:not(:first-of-type) .faq-content {
	display: none;
}

.faq-list {
	margin-bottom: 0px;
}

.faq-box {
	border-bottom: 1px solid #003267;
}

.faq-list h4 {
	padding: 20px 15px;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	width: 100%;
	color: #2E373C;
	text-align: left;
	border: none;
	background: #FFFFFF;
	position: relative;
	cursor: pointer;
	font-family: var(--recoleta);
	transition: all 0.3s;
}

.faq-box.active h4.faq-title {
	color: var(--green_color);
	background-color: rgba(100, 100, 111, 0.1);
}

.faq-list h4:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #2E373C;
	transition: all 0.4s;
	background-image: url("/wp-content/uploads/2025/05/plus.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}

.faq-box.active h4:before {
	background-image: url("/wp-content/uploads/2025/05/minus.svg") !important;
}

.faq-list .faq-content {
	padding: 15px;
}

@media only screen and (min-width: 1200px) {
	.faqs-section .container {
		max-width: 1140px;
	}
}

@media only screen and (max-width: 1024px) {
	.faq-list h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.faq-list h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.faq-list h4 {
		padding: 15px 25px 15px 15px;
	}

	.faq-list h4:before {
		right: 10px;
	}
}

@media only screen and (max-width:575px) {
	.faq-list h4 {
		font-size: 16px;
	}
}

/*  =======================   FAQs Section Stop ===================== */
a.portfolio-box-info-content {
	width: 100%;
	padding: 0 10px;
}

.image_slider {
	margin: 0px -10px;
}

.image_slider .slick-slide img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

/*  =======================   Doctor Section Start ===================== */
.dr-img img {
	width: 100%;
	max-width: 600px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 16px;
}

.doctor-content {
	padding-top: 40px;
}

.doctor-content span {
	font-family: var(--recoleta);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 10px;
	display: block;
}

.doctor-content h2 {
	margin-bottom: 28px;
}

.dr-img {
	text-align: center;
}

.dr-img img {
	text-align: center;
	margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
	.doctor-content h2 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 1599px) {
	.doctor-content {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 1499px) {
	.doctor-content {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.doctor-content {
		padding-top: 0px;
	}

	.doctor-content span {
		font-size: 26px;
	}

	.doctor-content h2 {
		margin-bottom: 26px;
	}
}

@media only screen and (max-width: 1024px) {
	.doctor-content span {
		font-size: 24px;
	}

	.doctor-content h2 {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 991px) {
	.doctor-content {
		padding-top: 30px;
	}

	.doctor-content span {
		font-size: 22px;
	}

	.doctor-content h2 {
		margin-bottom: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.doctor-content span {
		font-size: 20px;
	}

	.doctor-content h2 {
		margin-bottom: 20px;
	}
}

/*  =======================   Doctor Section Stop ===================== */
/*============================================
= start Team Section CSS
=============================================*/
.common-team-image img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 96%;
	max-height: 400px;
	min-height: 400px;
	object-fit: cover;
	object-position: top center;
}

.team-col {
	margin-bottom: 24px;
}

.team-box {
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, .15);
	border-radius: 14px;
	max-width: 546px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.team-img,
.team-content {
	width: 50%;
}

.team-img,
.team-img img {
	height: 100%;
	object-fit: cover;
}

.team-img img {
	width: 100%;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}

.team-content {
	padding: 20px;
}

.team-content h3 {
	font-weight: 600;
	padding-bottom: 15px;
	color: #373843;
}

.team-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--green_color);
}

.team-content button.team-btn {
	padding: 0;
	display: flex;
	align-items: center;
	transition: all 0.4s;
	text-align: left;
}

.team-content button.team-btn,
.team-content .modal-body h4+p {
	margin-top: 15px;
}

.team-content button.team-btn:hover,
.team-content button.team-btn:focus {
	background-color: transparent !important;
	border: 0 !important;
	outline: none !important;
	color: var(--green_color);
}

button.btn-close {
	box-shadow: none !important;
}

.team-btn {
	border: none !important;
}

.team-content button.team-btn img {
	filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(1%) hue-rotate(18deg) brightness(93%) contrast(95%);
	transition: all 0.4s;
}

.team-content button.team-btn:hover img {
	transform: translateX(8px);
	filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(2876%) hue-rotate(191deg) brightness(98%) contrast(101%);
}

.our-team-section .default-content {
	margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
	.our-team-section .default-content {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.team-box h4 {
		font-size: 18px;
	}

	.our-team-section .default-content {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.team-box h4 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 475px) {
	.team-box {
		display: block;
		height: auto;
	}

	.team-img,
	.team-content {
		width: 100%;
	}

	.team-img img {
		border-bottom-left-radius: 0;
		border-top-right-radius: 14px;
	}
}

@media only screen and (min-width: 1025px) {
	.team-content h3 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.our-team-section .container {
		max-width: 1140px;
	}
}

/*============================================
= End Team Section CSS
=============================================*/
/*============================================
= Start Call To Action Section CSS
=============================================*/
.cta-sec {
	background-color: var(--green_color);
	text-align: center;
	padding: 50px 0;
}

.cta-content h2,
.cta-content p {
	color: #fff;
}

.cta-content p {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-family: var(--recoleta);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	padding-top: 12px;
}

.cta-sec .cta-content {
	max-width: 744px;
	width: 100%;
	margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.cta-content p {
		font-size: 18px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.cta-content p {
		font-size: 19px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-content p {
		font-size: 21px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1600px) {
	.cta-sec .cta-content {
		max-width: 640px;
	}
}
/*============================================
= End Call To Action Section CSS
=============================================*/

/*----------Start - site-map----------*/
/* .page-id-1452 h1.entry-title {
background: linear-gradient(to right, #660000 0%, #943030 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
*/
.site-map-menu {
	margin: 0;
	padding: 0;
}

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

.site-map-menu li a:hover {
	color: var(--green_color);
}

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

.site-map-menu ul {
	padding-top: 15px;
	padding-left: 35px;
}

.site-map-menu li a:before {
	content: "\f101";
	font-family: "Font Awesome 6 Pro";
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.page-id-1452 .inside-article {
	padding-top: 0px;
}

.page-id-1452 a:not([href]) {
	text-decoration: none !important;
	cursor: text !important;
}

@media only screen and (max-width: 767px) {
	.page-id-1452 .ps-5 {
		padding: 0px !important;
	}
}

@media (min-width: 1200px) {
	.page-id-1452 .site.container {
		max-width: 1140px !important;
	}
}

@media (min-width: 992px) {
	.page-id-1452 .site.container {
		max-width: 960px;
	}
}

@media (min-width: 768px) {
	.page-id-1452 .site.container {
		max-width: 720px;
	}
}

@media (min-width: 576px) {
	.page-id-1452 .site.container {
		max-width: 540px;
	}
}

/*----------End - site-map----------*/
/* -- Office Tour css */
.gallery-row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 30px;
}

.gallery-col {
	max-width: calc(33.33% - 53.33px);
	width: 100%;
}

.gallery-row .video-content iframe {
	aspect-ratio: 1;
	display: block;
}

.gallery-col .video-content {
	background: #000;
}

.patient-img img {
	width: 100%;
}

@media only screen and (max-width: 1400px) {
	.gallery-col {
		max-width: calc(33.33% - 40px);
	}
}

@media only screen and (max-width: 1199px) {
	.gallery-col {
		max-width: calc(33.33% - 26.66px);
	}
}

@media only screen and (max-width: 991px) {
	.gallery-col {
		max-width: calc(50% - 20px);
	}

	.gallery-col .video-content {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 575px) {
	.gallery-col {
		max-width: 100%;
	}
}

/* video image and model */
.full_img {
	position: relative;
	text-align: center;
}

.full_img>img,
.full_img>picture>img {
	width: 100%;
}

.video-btn {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border: none !important;
	padding: inherit !important;
	background-image: unset !important;
	background-color: transparent;
}

.video-btn:hover,
.video-btn:focus {
	background-color: transparent;
}

.video-btn img {
	margin: 0 auto;
}

.video-btn i {
	color: #ffffff;
}

.modal-dialog {
	max-width: 800px !important;
	margin: auto !important;
	height: 100%;
	display: block !important;
}

.modal-body {
	position: relative;
	padding: 0;
	background: #000;
}

.modal-content {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
	border-radius: 0 !important;
	border: none !important;
}

.video_modal .close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	font-size: 2rem !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	opacity: 1;
	background: transparent;
	border: none !important;
	line-height: 1 !important;
	background-image: unset !important;
}

.close:hover {
	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	color: var(--green_color) !important;
}

.modal-open .modal {
	background-color: rgb(0 0 0 / 70%);
}

.video_modal .modal-content .embed-responsive::before {
	content: "";
	padding-top: 54%;
	display: block;
}

.video_modal .modal-content .embed-responsive iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 575px) {
	.video-btn img {
		width: 50px;
		height: 50px;
	}
}

/* video image and model */
/*-- office tour css end -- */
ul.service-menu.seprate-list {
	column-count: 2;
}

@media only screen and (max-width:580px) {
	ul.service-menu.seprate-list {
		column-count: unset;
	}
}

/* ==========================================================
Blog CSS Start
=========================================================== */
.featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 21/12;
}

.blog-post-section .default-content h3 {
	margin: 0 0 32px;
}

ul.blog-post-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

ul.blog-post-list li {
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}

ul.blog-post-list li>a img {
	aspect-ratio: 1 / .6;
	object-fit: cover;
	object-position: center;
}

.blog-content {
	padding: 24px;
}

ul.blog-post-list li p {
	margin-bottom: 0;
}

ul.blog-post-list li p a {
	color: rgba(0, 0, 0, .5) !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 15px 0 0;
}

ul.blog-post-list li p a.read-more {
	color: var(--green_color) !important;
}

ul.blog-post-list li a h2 {
	color: var(--green_color) !important;
	font-size: 22px;
	font-weight: 600;
	list-style: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

ol.number-list {
	margin-left: 0px;
}

.number-list li:not(:last-child) {
	margin-bottom: 10px;
}

.site-content .content-area {
	width: 100%;
}

.single-post .site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.single-post .site-content .inside-article {
	padding: 40px 0;
}

.single-post .site-content article a:not(.single-post .site-content article a.default-btn) {
	color: var(--green_color);
}

.single-post .entry-title {
	line-height: 1.1;
	margin-bottom: 28px;
	font-weight: bold;
}

.single-post .entry-content h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .entry-content h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .entry-content h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.single-post .entry-content h2,
.single-post .entry-content h4 {
	margin: 32px 0 16px;
	color: var(--green_color);
}

.single-post .entry-content h3 {
	margin: 32px 0 16px;
	color: var(--black);
}

.single-post .entry-content ul {
	margin: 0;
	padding: 0;
}

.single-post .entry-content ol li,
.single-post .entry-content ul li {
	/*    color: #5E6569;*/
	font-family: var(--mulish);
	font-size: 18px;
	line-height: 1.5;
}

.post-list li::marker {
	font-size: 20px;
}

.single-post p strong,
.single-post .entry-content ol li b,
.single-post .entry-content ol li strong,
.single-post .entry-content ul li b,
.single-post .entry-content ul li strong {
	color: #23263E;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.single-post .entry-content ul li:not(:last-child) {
	margin: 0 0 16px;
}

.single-post .entry-content ul.post-list {
	list-style: disc;
	padding-left: 18px;
	margin-left: 12px;
}

.single-post .entry-content ul.post-list li::marker {
	color: var(--green_color);
}

.single-post .entry-content ul.post-list li:not(:last-child) {
	margin: 0 0 8px;
}

.single-post .page-header-image-single img {
	margin: 0 auto;
}

.single-post .entry-content ul+p,
.single-post .entry-content p+ul {
	margin-top: 16px;
}

.single-post .site-content article a.default-btn {
	font-weight: 500 !important;
}

.post-logo-slider-sec p.slick-slide {
	display: none;
}

.post-logo-slider-sec .logo-slider {
	margin-bottom: 0;
}

span.tags-links a {
	font-size: inherit;
	font-weight: inherit;
}

span.tags-links {
	font-size: 16px;
	font-weight: 600;
}

.single-post h4.faq-title {
	margin: 0px;
}

@media only screen and (max-width: 1199px) {
	.single-post .entry-content h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 991px) {
	ul.blog-post-list {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(2, 1fr);
	}

	.single-post .entry-content h2 {
		font-size: 28px;
	}

	.single-post .entry-content h3 {
		font-size: 22px;
	}

	.single-post .entry-content h4 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	ul.blog-post-list {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}

	.single-post .entry-content h2 {
		font-size: 26px;
	}

	.single-post .entry-content h3 {
		font-size: 20px;
	}

	.single-post .entry-content h4 {
		font-size: 22px;
	}

	.blog-post-section .default-content h3 {
		margin: 0 0 22px;
	}
}

@media only screen and (max-width: 575px) {
	.single-post .entry-content h2 {
		font-size: 24px;
	}

	.single-post .entry-content h3 {
		font-size: 18px;
	}

	.single-post .entry-content h4 {
		font-size: 20px;
	}
}

/*blog pagination*/
.pagination {
	margin: 40px 0 0;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.pagination .nav-links>* {
	padding: 5px 10px;
	display: inline-block;
	vertical-align: top;
	min-width: 32px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	background-color: var(--green_color);
	color: #fff;
}

.pagination .nav-links .current,
.pagination .nav-links a:hover {
	background: #2b6247;
	color: #FFFFFF;
}

.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: center;
	font-size: 0px;
}

.pagination .nav-links .prev.page-numbers {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='M3.03 5.767.5 3.237 3.03.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pagination .nav-links .next.page-numbers {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='m.707 5.767 2.53-2.53L.707.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 425px) {
	.pagination {
		margin: 25px 0 0;
	}

	.pagination .nav-links>* {
		font-size: 12px;
		min-width: 22px;
		padding: 4px 8px;
	}

	.pagination .nav-links .prev.page-numbers,
	.pagination .nav-links .next.page-numbers {
		background-size: 6px;
	}
}

/*Progress Bar Section*/
.progress-bar-all-datail {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-top: 32px;
}

.progress-first-inner-box,
.progress-bar-detail-box {
	padding: 24px;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	border-radius: 16px;
}

.progress-first-inner-box h4,
.progress-bar-detail-box.default-content h4 {
	color: #1D90CF;
}

.progress-first-inner-box h5 {
	color: #000;
	margin-bottom: 4px;
}

.progress-bar-bg {
	width: 100%;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 16px;
	background-color: #eee;
	border-radius: 10px;
}

.progress-bar-fill {
	position: relative;
	height: 100%;
	width: var(--fill-bar);
	background-color: #1D90CF;
	border-radius: 10px;
}

.progress-bar-fill:after {
	position: absolute;
	content: attr(data-value);
	font-size: 14px;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 4px;
}

@media only screen and (max-width: 768px) {
	.progress-bar-all-datail {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ==========================================================
Blog CSS End
=========================================================== */
/*============================================
= Before And After Images page CSS
=============================================*/
.product-tab-content {
	display: none;
}

.page-template-gallery-template .comparison {
	padding-bottom: 44.5%;
}

.page-template-gallery-template .comparison-main {
	padding: 10px 0;
}

.product-tab-content.current {
	display: block;
}

.portfolio-box-info-content,
.portfolio-box-info-content .portfolio-box-info {
	height: 100%;
}

.portfolio-box-info-content .portfolio-box-info img {
	height: inherit;
	width: 100%;
	object-fit: cover;
}

ul.product-tabs {
	margin-bottom: 20px;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	margin-bottom: 20px;
	justify-content: center;
}

ul.product-tabs li.product-tab-link {
	background: #000000;
	padding: 12px 30px;
	color: var(--white);
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	font-size: 1.29vw;
}

ul.product-tabs li.product-tab-link.current,
ul.product-tabs li.product-tab-link:hover {
	background: var(--green_color);
	color: var(--white);
}

.portfolio-box-info img {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 5px;
}

/* .portfolio-tab-content {
padding: 15px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
border-radius: 10px;
} */

.portfolio-box-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	gap: 10px;
}

@media screen and (min-width: 1440px) {
	ul.product-tabs li.product-tab-link {
		font-size: 1vw;
	}
}

@media screen and (max-width: 991px) {
	ul.product-tabs li.product-tab-link {
		font-size: 1.8vw;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 767px) {
	ul.product-tabs {
		/*flex-direction: column;*/
		justify-content: center;
		align-items: center;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	ul.product-tabs li.product-tab-link {
		/*width: calc(30vw + 60px);*/
		justify-content: center;
		align-items: center;
		font-size: 2.5vw;
		display: flex;
		padding: 6px 13px;
	}
}

@media screen and (max-width: 640px) {
	.portfolio-box-row {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
	}
}

@media screen and (min-width: 1200px) {
	.page-template-gallery-template .comparison-content {
		margin: 0 10px;
	}
}

@media screen and (max-width: 1199.98px) {
	.page-template-gallery-template .comparison-content {
		margin: 0 0px;
	}

	.page-template-gallery-template .comparison-main {
		padding: 0px 0;
	}
}

@media screen and (max-width: 480.98px) {
	ul.product-tabs li.product-tab-link {
		/*width: calc(49vw + 60px);*/
		font-size: 3.5vw;
	}

	.portfolio-box-row {
		grid-template-columns: repeat(1, minmax(0px, 1fr));
	}

	.page-template-gallery-template .comparison-content {
		padding: 0 0px !important;
	}

	.page-template-gallery-template .comparison-main {
		padding: 3px 0;
	}
}

/*============================================
= Before And After Images page CSS
=============================================*/
.all-image .video-content {
	background: #000;
	margin-bottom: 30px;
}

.office-tour-sec .video-content {
	margin-bottom: 0;
}

.row.office-tour-row {
	row-gap: 30px;
}

@media only screen and (min-width: 1440px) {
	.office-tour-sec .video-content {
		max-width: 100%;
	}

	.row.office-tour-row {
		margin: 0 -20px;
		row-gap: 40px;
	}

	.row.office-tour-row>* {
		padding: 0 20px;
	}
}

/* Tour Our Dental Clinic page */
.all-image {
	column-count: 3;
	gap: 30px;
}

.image-box {
	padding-bottom: 30px;
}

#baguetteBox-overlay .full-image {
	max-height: 80vh;
	height: 100%;
	margin: 10vh 0;
	padding: 0 20px;
}

.image-box .lightbox {
	position: relative;
	box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}

.image-box .lightbox,
.image-box .lightbox img {
	width: 100%;
}

.image-box .lightbox:hover {
	box-shadow: 0 0 24px 10px rgba(0, 0, 0, .1);
}

.image-box .lightbox:before {
	position: absolute;
	content: "";
	inset: 0;
	background-color: rgba(0, 0, 0, .3);
	transition: all .5s;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.image-box .lightbox:hover:before {
	opacity: 1;
}

@media only screen and (max-width: 991.98px) {
	.all-image {
		column-count: 2;
	}
}

@media only screen and (max-width: 575.98px) {
	.all-image {
		column-count: 1;
	}

	.all-image .image-box:not(:last-child) {
		padding-bottom: 30px;
	}
}

/* Tour Our Dental Clinic page end css */

/*===============================================
= logo Section CSS
============================================*/
.logo_sec {
	overflow: hidden;
}

.logo_slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-image img {
	margin: auto;
	text-align: center;
}

.logo_slider .logo-main-wrapper {
	padding: 0 10px;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
	width: 10px;
	height: 10px;
	padding: 0;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
}

.slick-dots li button::before {
	font-size: 10px !important;
	line-height: 12px !important;
	color: #1C5D93 !important;
}

.page-slider-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-width: 165px;
}

.logo-slider .slick-track {
	display: flex;
	align-items: center;
}

/*===============================================
= End Logo  Section CSS
============================================*/
/* ====================================
== Start Services Section
======================================= */
.services-sec .common-title p {
	max-width: 750px;
}

.services-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	/*-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	row-gap: 30px;*/
}

/* .services-sec .services-row{
text-align: center;
text-align: -webkit-center;
text-align: -moz-center;
} */
.services-sec .services-col {
	width: 100%;
	padding: 0 12px;
}

.home-transformation-slider.slick-slider,
.services-sec .services-row.slick-slider {
	margin-bottom: 0px;
}

.services-content img {
	width: 100%;
}

.services-content p {
	font-size: 16px;
	max-width: 426px;
	margin: 0 auto;
}

.services-content h3 {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: capitalize;
}

.services-content h3 {
	margin-bottom: 10px;
}

.services-content img {
	margin-bottom: 24px;
	border-radius: 16px;
}

.services-content span {
	display: block;
	font-size: 24px;
	font-weight: 300;
	margin-top: 16px;
}

@media only screen and (max-width: 1600px) {
	.services-content h3 {
		font-size: 25px;
	}
}

@media only screen and (max-width:1366px) {
	.services-content span {
		font-size: 22px;
	}
}

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

	.services-content span,
	.services-content h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.services-content img {
		margin-bottom: 12px;
	}

	.services-sec .services-col {
		padding: 0px 14px;
	}
}

@media only screen and (max-width:767px) {
	.services-content span {
		font-size: 16px;
	}
}

@media only screen and (max-width: 575px) {
	.services-col {
		max-width: 100%;
	}

	.services-content img {
		margin-bottom: 15px;
	}
}

/* ====================================
== End Services Section
======================================= */

.main-navigation .main-nav>.menu>li:has(.current-menu-item)>a {
	color: #124172 !important;
}

body.page-id-3 .text-center,
body.page-id-612 .text-center {
	text-align: left !important;
}

/* ===========================================
= Start Careers Form CSS
============================================ */
.form-field,
.information-guide {
	height: 100%;
}

.form-field {
	background-color: var(--white);
	padding: 24px;
	margin-right: 32px;
	background-image: repeating-linear-gradient(-17deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px), repeating-linear-gradient(73deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px), repeating-linear-gradient(163deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px), repeating-linear-gradient(253deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px);
	background-size: 2px calc(100% + 18.82px), calc(100% + 18.82px) 2px, 2px calc(100% + 18.82px), calc(100% + 18.82px) 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	animation: borderAnimation 1s infinite linear;
}

@keyframes borderAnimation {
	from {
		background-position: 0 0, -18.82px 0, 100% -18.82px, 0 100%
	}

	to {
		background-position: 0 -18.82px, 0 0, 100% 0, -18.82px 100%
	}
}

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

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

.input-field input::placeholder {
	color: #6D6C69;
}

.input-field input {
	padding: 16px;
	width: 100%;
	background-color: #F5F5F5;
	color: var(--body-font-color);
	border: 1px solid #232323;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	border-radius: 3px;
}

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

.submit-field button {
	background: var(--green_color);
	padding: 14px 24px;
	text-align: center;
	width: 100%;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
	border-radius: 80px;
}

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

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

	.form-field,
	.information-guide {
		margin: 0px;
	}

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

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

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

@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;
	}
}

.careers-form.form-field {
	margin-bottom: 0 !important;
}

.careers-form .input-field {
	margin-bottom: 24px;
}

.careers-form .submit-field {
	margin: 0;
}

@media only screen and (max-width: 991.98px) {
	.contact-form-sec {
		padding-top: 0;
	}
}

@media only screen and (min-width: 576px) {
	.careers-form .submit-field button {
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}
}

/* ===========================================
= End Careers Form CSS
============================================ */

/*===============================================
= Start Information Guide Section CSS
===============================================*/
.information-section {
	background-color: #f5f9fd;
}

.information-section h2 {
	color: var(--green_color);
}

.information-section .common-title h2:after {
	display: none;
}

.information-section h3 {
	position: relative;
	color: var(--black);
	font-size: 18px;
	margin-top: 10px;
	font-weight: 500;
}

.information-section h3:after {
	position: absolute;
	/* content: ""; */
	width: 124px;
	height: 2px;
	background: var(--green_color);
	left: 0;
	bottom: -15px;
}

.information-section .container {
	max-width: 1312px;
}

.information-section .common-title {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;

}

.information-section .common-title.btm-line {
	padding-bottom: 100px;
}

.form-field,
.information-guide {
	height: 100%;
}

.form-field {
	background-color: var(--white);
	padding: 24px;
	margin-right: 32px;
	background-image: repeating-linear-gradient(-17deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px), repeating-linear-gradient(73deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px), repeating-linear-gradient(163deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px), repeating-linear-gradient(253deg, var(--green_color), var(--green_color) 9px, transparent 9px, transparent 18px, var(--green_color) 18px);
	background-size: 2px calc(100% + 18.82px), calc(100% + 18.82px) 2px, 2px calc(100% + 18.82px), calc(100% + 18.82px) 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	animation: borderAnimation 1s infinite linear;
}

@keyframes borderAnimation {
	from {
		background-position: 0 0, -18.82px 0, 100% -18.82px, 0 100%
	}

	to {
		background-position: 0 -18.82px, 0 0, 100% 0, -18.82px 100%
	}
}

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

.input-field label {
	color: #231F20;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.36px;
	margin-bottom: 6px;
}

.input-field input::placeholder {
	color: #6D6C69;
}

.input-field input {
	padding: 16px;
	width: 100%;
	background-color: #F2F2F2 !important;
	color: var(--body-font-color);
	/*     font-family: var(--source_sans_pro_font); */
	border: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	border-radius: 3px;
}

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

.submit-field button {
	background: var(--green_color);
	padding: 14px 24px;
	text-align: center;
	width: 100%;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
	/*     font-family: var(--source_sans_pro_font); */
	border-radius: 80px;
}

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

.information-guide .info-content {
	/* margin-left: 9%; */
	padding: 24px 0 0 0;
}

.information-guide img {
	max-width: 400px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.information-guide h3 {
	color: var(--green_color);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.44px;
	margin-bottom: 20px;
}

.info-content {
	padding: 24px;
}

ul.golden-check-list li {
	color: #56585D;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 20px;
	padding-left: 32px;
	position: relative;
}

ul.golden-check-list li:last-child {
	margin-bottom: 0 !important;
}

ul.golden-check-list li:before {
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2025/05/circle-check-icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	left: 0;
	top: 4px;
	filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(527%) hue-rotate(181deg) brightness(92%) contrast(89%);
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.information-section .container {
		padding: 0px 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1250.98px) {
	.information-section .container {
		padding: 0px 30px;
	}
}

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

	.form-field,
	.information-guide {
		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;
	}

	.information-section .common-title.btm-line {
		padding-bottom: 50px !important;
	}
}

@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;
	}
}

/*===============================================
= End Information Guide Section CSS
===============================================*/
.about-video {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.about-video video {
	border-radius: 15px;
}

.about-video-sec .top_center_title {
	max-width: 792px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.about-video-sec .top_center_title p {
	font-size: 24px;
}

@media only screen and (max-width: 575px) {
	.about-video video {
		border-radius: 10px;
	}

	.about-video-sec .top_center_title p {
		font-size: 16px;
	}

	.about-video-sec .top_center_title {
		max-width: 100%;
	}
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-video-sec .top_center_title p {
		font-size: 18px;
	}

	.about-video-sec .top_center_title {
		max-width: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-video-sec .top_center_title p {
		font-size: 20px;
	}

	.about-video-sec .top_center_title {
		max-width: 672px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.about-video-sec .top_center_title p {
		font-size: 20px;
	}

	.about-video-sec .top_center_title {
		max-width: 672px;
	}
}


/*============================================
= Start Patient Slider Section CSS
=============================================*/
.patient_vd_content h4 {
	font-weight: 700;
	margin-bottom: 5px;
}

.patient_vd_content {
	text-align: center;
}

.patient_vd_content p {
	font-size: 16px;
}

.patient_vd {
	position: relative;
	border-radius: 12px;
}

.video-poster-main::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	/*     background-image: url(); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9;
}

.patient_vd iframe {
	border-radius: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.video-poster-main img,
.patient_vd video {
	border-radius: 12px;
}

.patient_slider {
	margin: 0px -15px;
}

.patient_slider .slick-slide {
	padding: 0 15px;
}

/*============================================
= End Patient Slider section CSS
=============================================*/

.footer-widget-1 {
	max-width: 591px;
	width: 100%;
}

.footer-widget-2 {
	max-width: 235px;
	width: 100%;
}

.footer-widget-3 {
	max-width: 200px;
	width: 100%;
}

.footer-widget-4 {
	max-width: 294px;
	width: 100%;
}

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

@media only screen and (max-width: 640px) {
	.footer-widget-1 {
		max-width: 100%;
		width: 100%;
	}

	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4 {
		max-width: 100% !important;
	}
}

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

@media only screen and (max-width: 767px) {
	.site-footer p {
		font-size: 15px !important;
	}

	.site-footer .widget-title {
		font-size: 18px;
	}

	.copy-right-sec {
		justify-content: center !important;
		row-gap: 5px !important;
	}
}

@media only screen and (max-width: 768px) {
	.inside-footer-widgets {
		flex-direction: unset;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-widget-1 {
		margin-bottom: 40px !important;
	}


}

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

	.footer-widget-1 {
		max-width: 100%;
		width: 100%;
	}

	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4 {
		max-width: fit-content;
	}

}

@media only screen and (max-width: 991px) {
	.site-footer .footer-widgets-container {
		padding: 50px 30px 32px 30px !important;
	}

	.site-footer .inside-footer-widgets {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.site-footer .inside-footer-widgets>div {
		flex: unset;
	}

	.site-footer .inside-site-info {
		padding: 10px 0px 20px 0px !important;
	}

	.site-footer .copyright-bar {
		padding-top: 20px !important;
	}

	.copyright-bar {
		padding-left: 30px !important;
		padding-right: 30px !important;
		margin: 0 !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.site-footer .footer-widgets-container .inside-footer-widgets {
		gap: 40px;
	}

	.footer-widget-3 {
		max-width: 180px;
	}
}

/*---------------*/

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
	color: var(--green_color) !important;
}

.main-navigation .main-nav ul li a {
	font-family: var(--mulish) !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding-left: 15px !important;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 15px !important;
	padding-left: 5px !important;
}
/*----------------------------------*/
.same_row_left_right_blk {
	display: flex;
	gap: 75px;
}

.same_row_left_right_img {
	width: 100%;
	max-width: 50%;
}

.same_row_left_right_details {
	width: 100%;
	max-width: 50%;
}

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

	.same_row_left_right_img,
	.same_row_left_right_details {
		max-width: 100%;
	}
}

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

	.same_row_left_right_img,
	.same_row_left_right_details {
		max-width: 85%;
		margin: auto;
	}
}

@media only screen and (max-width: 991px) {
	.same_row_left_right_blk {
		flex-wrap: wrap;
		gap: 40px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.same_row_left_right_blk {
		gap: 45px;
	}
}

/*----------------------------------*/
.page-template-common-template .site.grid-container .site-content section:nth-child(even) {
	background-color: #f5f9fd;
}

.same_padding {
	padding: 100px 0;
}

.same_1024_containers {
	max-width: 1024px;
	width: 90%;
	margin: auto;
}

.consultation_sec_col {
	background-color: #f5f9fd;
	padding: 50px;
	border-radius: 10px;
	width: 100%;
}

.consultation-sec .consultation_sec_col .consultation-heading_text_module {
	margin-bottom: 30px;
}

.consultation-sec .consultation_sec_col .consultation-heading_text {
	margin-bottom: 40px;
}

.consultation-sec ul.consultation_box_float_details_inner_blk,
ul.consultation_box_float_details_inner_blk {
	margin: 0;
	padding: 0;
	list-style: none;
}

.consultation_box_float_details_inner_blk li.box_items_content_blk {
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
}

.consultation-sec .consultation_box_float_details_inner_blk li.box_items_content_blk:last-child {
	margin-bottom: 0;
}

.consultation_box_float_details_inner_blk li.box_items_content_blk:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/05/circle-check-icon.svg);
	position: absolute;
	top: 2px;
	left: 0;
	width: 23px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(527%) hue-rotate(181deg) brightness(92%) contrast(89%);
}

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

@media only screen and (max-width: 575px) {
	.consultation_sec_col {
		padding: 30px 20px;
	}


}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.consultation_sec_col {
		padding: 40px 30px;
	}
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.consultation_sec_col {
		padding: 45px 35px;
	}
}

@media only screen and (max-width: 991px) {
	.same_1024_containers {
		max-width: 920px !important;
		width: 100% !important;
		padding: 0 30px;
	}

	.same_padding {
		padding: 60px 0;
	}
}

@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) {}

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


/*-------------------------------*/
.same_1100_containers {
	max-width: 1100px;
	width: 90%;
	margin: auto;
}

.privacy_txt_block ul {
	padding: 0 !important;
}

.privacy_txt_block ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}

.privacy_txt_block ul li:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/05/circle-check-icon.svg);
	position: absolute;
	top: 3px;
	left: 0;
	width: 23px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(527%) hue-rotate(181deg) brightness(92%) contrast(89%);
}

.privacy_txt_block h2:not(:first-child) {
	margin-top: 40px;
	margin-bottom: 20px;
}

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

/*-----------*/

.page-id-362 section.left-side-img-section .same_row_left_right_img .video-content img {
	width: 90%;
}


/*============================================
= Start Patient Section CSS
============================================*/

.row-gap{
    row-gap: 30px
}

.patient-box {
   text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.patient-box h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #222222;
    font-family:inherit;
    padding-top: 32px;
    padding-bottom: 12px;
}
.patient-box h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--green_color);
    padding-bottom: 16px;
    font-family: inherit;
}
.patient-box p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px;
    color: var(--black);
	font-family: var(--mulish);
}
.patient-box p span{
    font-size: 14px;
    color: #666666;
}
.page-image{
    border-radius: 16px;
	margin: 0 auto;
}

.patient-col:not(:last-child) .patient-box{
	height:100%;
}

.patient-col:not(:last-child) .patient-box .offer-btn{
	height: 100%;
	display: flex;
	justify-content: center;
}
.patient-col:not(:last-child) .patient-box .offer-btn .default-btn{
	margin-top: auto;
}

.location-info p i{
	margin-right: 10px;
}

@media only screen and (max-width: 1199.5px){
	.location-info p{
		font-size: 14px;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 34px;
    }
}

@media only screen and (max-width: 1024px){
    .patient-box h5{
        font-size: 20px;
        padding-top: 24px;
    }
    .patient-box h3{
        font-size: 25px;
    }
}

@media only screen and (max-width: 991.5px){
	.location-info p{
		font-size: 16px;
	}
}

@media only screen and (max-width: 768.5px){
	.patient-sec .col-md-4{
		flex: 0 0 auto;
        width: 50% ;
	}
}

@media only screen and (max-width: 767px){
    .patient-col{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 575px){
    .patient-box h5{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .patient-box h3{
        padding-bottom: 10px;
    }
	.patient-sec .col-12{
		flex: 0 0 auto;
        width: 100% ;
	}
	.patient-col:not(:last-child) .patient-box .offer-btn .default-btn{
		margin-top: 36px;
	}
}

@media only screen and (max-width:480px){
    .row-gap{
        row-gap: 0px
    }
}



/*============================================
= End Patient Section CSS
============================================*/