/*
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*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */


:root {
    --montserrat: 'Montserrat';
    --inter: 'Inter';
    --dark_navy_blue: #0D223F;
    --blue_color:#24A6DF;
    --light_bluebg_color: #E9F1FA;
    --light_greenbg_color:#DBEFE3;
    --jetstream-lightgreen:#BCE1CB;
    --white: #FFFFFF;
    --black: #101816;
    --navy_img_filter: brightness(0) invert(11%) sepia(16%) saturate(4846%) hue-rotate(189deg) brightness(88%) contrast(96%);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--inter);
}
body {
    overflow-x: hidden !important;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3,h4{
    font-family: var(--montserrat);
    color: var(--dark_navy_blue);
}
h1,
h2,
h3,
h4,
h5,
h6,
body p {
    margin-bottom: 0;
    padding: 0;
}
body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--inter);
    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;
}
p a, li a {
    color: var(--dark_navy_blue);
    font-weight: 400;
    vertical-align: top;
    display: inline;
}
p strong, p b,
li strong, li b
li a, p a {
    color: #24A6DF;
}
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(--inter) !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: red !important;
    margin: 0 !important;
    position: absolute;
    bottom: -18px;
    left: 0;
}
body h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--dark_navy_blue);
}
body h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--dark_navy_blue);
    letter-spacing: -2.08px;
}
.small_h2 {
    font-size: 30px;
    letter-spacing: 0.5px;
}
body h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.14;
    color: var(--dark_navy_blue);
    letter-spacing: 0.68px;
    letter-spacing: -0.3px;
}
body h2 span,
body h3 span{
    color: #24A6DF;
}
body h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--dark_navy_blue);
    margin-bottom: 20px;
    letter-spacing: 0.48px;
}
body p{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25; /* 125% */
    color: var(--dark_navy_blue);
}
.text_blue{
    color: var(--dark_navy_blue);
}
.text_light_green{
    color: #9BD3B4 !important;
}
body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5,
body:not(.home) h6{
    letter-spacing: unset !important;
}
@media only screen and (max-width: 1600px){
    body h1{
        font-size: 54px;
    }
    body h2{
        font-size: 44px;
    }
    body h3{
        font-size: 28px;
    }
    body p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1299px){
    body h1{
        font-size: 44px;
    }
    body h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1024px){
    body h1{
        font-size: 40px;
    }
    body h2{
        font-size: 36px;
    }
    .small_h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991.5px){
    body h1{
        font-size: 34px;
    }
    body h2{
        font-size: 30px;
    }
    body h3{
        font-size: 26px;
    }
    body h4{
        font-size: 22px;
    }
    body p{
        font-size: 18px;
    }
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6{
        letter-spacing: unset !important;
    }
}
@media only screen and (max-width: 767px){
    body h1{
        font-size: 28px;
    }
    body h2{
        font-size: 24px;
    }
    .small_h2 {
        font-size: 18px;
    }
    body h3{
        font-size: 24px;
    }
    body h4{
        font-size: 15px;
    }
    body p{
        font-size: 16px;
    }
    .simple-textbg-section .common-title h2 br{
        display: none;
    }
    .px-30{
        padding-left: 30px !important;
        padding-right: 30px !important;
    } 
}
@media only screen and (max-width: 575px){
    body h1{
        font-size: 24px;
    }
    body h2{
        font-size: 22px;
    }
    body h3{
        font-size: 20px;
    }
}
@media only screen and (max-width:375px){
    body h2{
        word-wrap: normal;
    }
    .small_h2 {
        font-size: 16px;
    }
}
/****** Container css ******/
.container-right {
    max-width: calc(50% + 765px) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}
@media only screen and (max-width: 991.98px) {
    body .container{
        padding: 0 30px;
    }
}
@media only screen and (min-width: 576px){
   body .container, body .grid-container{
        max-width: 100%;
        width: 100%;
    }
    .container-right {
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 650px){
   body .container, body .grid-container{
        max-width: 100%;
        width: 100%;
    }
    .container-right {
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 768.5px){
    body .container, body .grid-container{
        max-width: 920px;
        width: 100%;
    }
    .container-right {
        max-width: 100%  !important;
    }
}
@media only screen and (min-width: 992px){
    body .container, body .grid-container{
        max-width: 960px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 480px)  !important;
    }
}
@media only screen and (min-width: 1200px){
    body .container, body .grid-container{
        max-width: 1140px;
        width: 100%;
    }
    
    .container-right {
        max-width: calc(50% + 570px)  !important;
    }
}
@media only screen and (min-width: 1300px){
    body .container, body .grid-container{
        max-width: 1210px;
        width: 100%;
    }
    
    .container-right {
        max-width: calc(50% + 605px)  !important;
    }
}
@media only screen and (min-width: 1400px){
    body .container, body .grid-container{
        max-width: 1360px;
        width: 100%;
    }
    
    .container-right {
        max-width: calc(50% + 680px)  !important;
    }
}
@media only screen and (min-width: 1600px){
    body .container, body .grid-container{
        max-width: 1530px;
        width: 100%;
    }    
    .container-right {
        max-width: calc(50% + 765px)  !important;
    }
}
@media only  screen and (min-width : 1400px){
    body .mxw-1320{
        max-width: 1320px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px){
    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: 18px;
    font-style: normal;
    line-height: 120%;
    padding: 12px 20px;
    border-radius: 50px;
    background: var(--dark_navy_blue);
    margin-top: 32px;
    border: 1px solid var(--dark_navy_blue);
    text-align: center;
    transition: all 0.3s ease 0s;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
}
.default-btn:not(.header-btn .default-btn) {
	margin-top: 48px;
}
.default-btn:hover,
.default-btn:focus {
	background-color: transparent;
	color: var(--dark_navy_blue) !important;
}
.default-btn:hover img,
.default-btn:focus img {
    filter: var(--navy_img_filter);
    transition: all .5s;
}
.dentistry-card .btn-wrap {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 768.5px) {
    .default-btn{
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    .btn-wrap{
        flex-wrap: wrap;
    }
    .default-btn:not(.header-btn .default-btn){
        max-width: 100%;
        width: 100%;
    }
    .default-btn:not(.header-btn .default-btn):not(:first-child){
        margin-top: 0;
    }
}
/*----- white btn ------*/

.white-btn {
	background-color: var(--white) !important;
	border-color: var(--white);
	color: var(--dark_navy_blue) !important;
}
.white-btn img, 
.white-btn img {
    filter: var(--navy_img_filter);
}
.white-btn:hover,
.white-btn:focus {
	color: var(--white) !important;
    background-color: transparent !important;
    border-color: var(--white);
}
.white-btn:hover img,
.white-btn:focus img{
    filter: brightness(0) invert(1);
}
.white-border-btn {
    border-color: var(--white);
    color: var(--white) !important;
}
.white-border-btn:hover {
    background: var(--white) !important;
    color: var(--dark_navy_blue) !important;
}

/*------ border btn -----*/

.default-btn.border-btn {
    color: var(--dark_navy_blue) !important;
    background-color: transparent;
}
.default-btn.border-btn:hover, .default-btn.border-btn:focus{
    color: var(--white) !important;
    background-color: var(--dark_navy_blue);
}
@media only screen and (max-width: 1300.98px) {
	.default-btn {
		padding: 14px 20px;
	}
    .default-btn:not(.header-btn .default-btn) {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991.5px) {
    .default-btn:not(.header-btn .default-btn) {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 576.98px) {
	.default-btn {
		padding: 13px;
		width: 100%;
	}
    .default-btn:not(.header-btn .default-btn) {
        margin-top: 24px;
    }
}
/*============================================
= Start Default Content Section CSS
=============================================*/
.default-content h2,
.h2_heading {
    margin-bottom: 36px !important;
}
.sub-title {
    font-family: var(--montserrat);
    font-weight: 400;
    font-size: 24px;
    position: relative;
}
.body-big-text p {
    font-size: 24px;
    font-family: var(--montserrat);
}
.padding-box-left {
    padding-left: 76px;
}
.padding-box-right {
    padding-right: 76px;
}
.default-content ul:has(+p), .default-content p:has(+ul) {
    padding-bottom: 24px !important;
    margin-bottom: 0;
}
.content-box:not(:last-child) {
    margin-bottom: 40px;
}
.content-box p {
    font-size: 18px;
    line-height: 1.45;
}
.content-box h3 {
    margin: 16px 0;
    color: #24A6DF;
}
.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: 8px;
    aspect-ratio: 1;
    background-color: var(--dark_navy_blue);
    border-radius: 50%;
    top: 9px;
}
@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;
    }
    .default-content h2,
    .h2_heading {
        margin-bottom: 22px;
    }
    .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-content h2,
    .h2_heading,
    .title-wrap h3,
    .title-wrap h2 {
        margin-bottom: 20px;
    }
    .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;
    }
    .common-listing li, ul.service-menu li {
        font-size: 16px;
    }
    .content-box p {
        font-size: 16px;
    }
    
}
.common-arrow-down .slick-arrow {
/*    top: calc(100% + 16px) !important;*/
    /* bottom: 0 !important; */
/*    transform: translateY(0);*/
    width: 38px;
    height: 38px;
    z-index: 1;
    background-color: #9BD3B4 !important;
    padding: 10px;
    border-radius: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.common-arrow-down .slick-arrow:before{
    content: "" !important;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2024/11/arrow-right-icon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.common-arrow-down .slick-arrow.slick-prev:before{
    background-image: url("/wp-content/uploads/2024/11/arrow-left-icon.svg");
}
.common-arrow-down .slick-arrow.slick-prev {
    left: 5px;
}
.common-arrow-down .slick-arrow.slick-next {
    right: 5px;
}
@media only screen and (max-width: 374px){
    .common-arrow-down .slick-arrow{
        width: 34px;
        height: 34px;
    }
}
/*Dark bg section*/
.bg_color {
    background-color: var(--dark_navy_blue);
}
.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);
}

.dark-bg *{
    color: #fff;
}
.dark-bg a * {
    color: #9BD3B4 !important;
}
.dark-bg a:hover * {
    color: #fff !important;
}
.dark-bg li:before{
    background-color: #fff !important;
}

.doctor-box-content sup, .left-content p sup, .top-bar-content p sup, .entry-content p sup, .post-copyright p sup{
    color: #000;
}
.banner-content p sup, .post-box-desc p sup, .dental-modal-first-content p sup, .content-box p sup{
    color:#0D223F;
}
p sup{
    color: #fff;
}

/*============================================
= End Default Content Section CSS
=============================================*/
/*============================================
= start slide arrow Section CSS
=============================================*/
.image_slider .slick-next,
.image_slider .slick-prev {
        top: calc(100% + 40px);
        width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 7px 7px 20px 0px #554C4C33;
    border-radius: 50%;
}
.image_slider .slick-next {
        right: 50%;
    transform: translateX(calc(100% + 20px));
}
.image_slider .slick-prev {
        left: 50%;
    transform: translateX(calc(-100% - 20px));
}
.image_slider .slick-next:before, .image_slider .slick-prev:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2024/08/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{
    transform: rotate(180deg)
}
/*============================================
= End slide arrow Section CSS
=============================================*/
/*============================================
= Start Header CSS
=============================================*/
/* ------------ top-bar ------------ */
.top-bar {
    text-align: center;
    background-color: #BCE1CB;
    padding: 15px 15px;
}
.top-bar-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top-bar p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    color: var(--dark_navy_blue);
}
.top-bar p a{
    text-decoration: underline !important;
    color: var(--dark_navy_blue);
}
@media only screen and (min-width: 1420px) {
    .top-bar .container {
        max-width: 1300px;
    }
}
@media only screen and (min-width: 1600px) {
    .top-bar .container {
        max-width: 1554px !important;
    }
}
@media only screen and (max-width: 1024px){
    .top-bar p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767.98px){
    .top-bar p {
        font-size: 16px;
    }
    .top-bar {
        text-align: center;
        padding: 15px 0px;
    }
    .top-bar-content {
        display: block;
    }
    .top-bar-content div:first-child {
        margin-bottom: 15px;
    }
}
/* ------------End top-bar ------------ */
.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);
}
div#primary-menu {
    display: none;
}
.gp-icon.pro-menu-bars svg, button.menu-toggle .gp-icon svg {
    height: 2em;
    width: 2em;
    margin-bottom: 0px;
    color: var(--black);
}
.main-navigation .menu-bar-item>a {
    line-height: 0px;
}
.header-btn .default-btn {
    margin-top: 0px;
    line-height: 1;
    font-size: 16px;
}
@media only screen and (min-width: 1500px) and (max-width: 1799px){
    .site-header .inside-header.grid-container {
        max-width: 1480px;
        width: 100%;
    }
}
@media only screen and (min-width: 1800px) {
    .site-header .inside-header.grid-container {
        max-width: 1740px;
        width: 100%;
    }
}
@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 img {
        width: 20px;
    }
    .header-btn.call-btn a span {
        display: none;
    }
    .header-btn .default-btn {
        padding: 13px;
    }
	.site-header .site-logo {
		max-width: 280px;
		width: 100%;
	}
}
@media only screen and (max-width: 567.98px) {
    button.menu-toggle .gp-icon svg {
        height: 1.5em;
        width: 1.5em;
    }
    .header-btn .default-btn {
        margin-top: 0px;
        line-height: 1;
        font-size: 14px;
    }
    .menu-toggle {
        padding: 0 10px;
    }
    .header-btn .default-btn {
        padding: 10px;
    }
    .header-btn.call-btn img {
        width: 16px;
    }
	.site-header .site-logo {
		max-width: 210px;
	}
}
@media only screen and (max-width: 374.98px) {
    .site-header .site-logo {
        max-width: 160px;
    }
    
}
/*============================================
= End Header CSS
=============================================*/
/*============================================
= Start 404 page CSS
=============================================*/
.error-404 h1 {
    color: var(--dark_navy_blue);
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: var(--montserrat);
    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(--dark_navy_blue);
}
/*============================================
= End 404 page CSS
=============================================*/
/*============================================
= Start Banner section CSS
=============================================*/
section.hero-banner-section {
    background-color: #D6E7F7;
}
.home .banner-video {
    margin-left: 30px;
    border-radius: 300px 0 0 300px;
    overflow: hidden;
}
.banner-content{
    padding: 30px 30px 30px 0;
}
.banner-content h1 {
    margin-bottom: 17px;    
}
.banner_img_main img {
    border-radius: 24px;
}
.banner-video iframe {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 8.8;
}
@media only screen and (min-width: 991.5px) {
    .banner_slider .slick-list {
        padding: 0 0 35.5% 0;
    }
    .banner_slider .slick-slide {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 991.5px) {
    .banner-content{
        padding-left: 30px;
    }
    .home .banner-video {
        margin-left: 0px;
        border-radius: 0px;
    }
    .hero-banner-section .container-right{
        padding-left: 0 !important;;
    }
}

/*============================================
= End Banner CSS
=============================================*/

/*============================================
= Start Section 2 CSS
=============================================*/
.section2_wrapper .wrapper-row{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.section2_wrapper .wrapper-row > div{
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-flow: column;
    column-gap: 32px;
}
.section2_content h3{
    margin-bottom: 24px;
}
.section2_content .btn-wrap{
    margin-top: auto;
}
@media only screen and (max-width: 768.5px){
    .section2_wrapper .wrapper-row{
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 24px
    }
    .section2_wrapper .wrapper-row > div{
        max-width: calc(50% - 12px);
    }
    .section2_wrapper .wrapper-row > div:not(:last-child){
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 2px solid var(--dark_navy_blue);
    }
}
@media only screen and (max-width: 575px){
    .section2_wrapper .wrapper-row > div{
        max-width: 100%;
    }
}
/*============================================
= End Section 2 CSS
=============================================*/
/*============================================
= Start Dentistry CSS
=============================================*/
.dentistry-content {
    background-color: #E9F1FA;
    display: flex;
    align-items: center;
    /* justify-content: end; */
    height: 100%;
    padding: 30px;
}
.dentistry-content h2 {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    font-size: 48px;
}
.dentistry-content h2 span{
    display: inline-block !important;
    width: 100% !important;
    text-align: center;
}
.dentistry-content h2 > span{
    width: min-content !important;
}
 
.dentistry-slider div{
    width: 100% !important;
    text-align: center;
}

.dentistry-slider .slick-slide {
    opacity: .4;
}
.dentistry-slider .slick-slide.slick-current.slick-active.slick-center + .slick-slide{
    opacity: 1;
    transition-delay: .5s;
}
.dentistry-slider {
    margin: 0 .5ch;
    position: relative;
    /* padding: 0 .5ch; */
}
/* .dentistry-slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% / 5);    
    background-color: #24A6DF;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
}*/
.dentistry-card {
    max-width: 435px;
    width: 100%;
    padding: 40px 20px;
    background-color: var(--card-bg);
    border-radius: 20px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
}
.card-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.card-box:before {
    position: absolute;
    content: "";
    width: calc(100% + 60px);
    height: 100%;
    border-radius: 400px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--card-round);
    z-index: -1;
}
.card-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 70px !important;
}
.card-title h3 {
    font-size: 30px;
    letter-spacing: -0.3px;
}
.card-body h4 {
    font-family: Inter;
    font-size: 22px;
    max-width: 350px;
    width: 100%;
}
.card-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.card-list li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dark_navy_blue);
    left: 0;
    top: 10px;
}
.dentistry-card-slider .slick-track {
    display: flex;
}
.dentistry-card-slider .slick-track > div{
    height: auto;
}
.dentistry-card-slider .slick-track > div > div{
    height: 100%;
    padding: 0 15px;
}
.dentistry-card-slider .slick-list {
    padding-left: 12% !important;
    padding-right: 30% !important;
}
.two-column .dentistry-row {
    max-width: 991px;
    margin: 0 auto;
}
@media only screen and (max-width: 1600px){
    .dentistry-content h2{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1200px){
    .dentistry-card{
        max-width: 400px;
    }
    .dentistry-card .default-btn {
        padding: 12px;
    }
    .card-title h3{
        font-size: 26px;
    }
    .dentistry-card-slider .slick-list{
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
    .dentistry-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991.5px){
    .dentistry-content{
        justify-content: center;
    }
    .dentistry-section .section_padding {
        padding-top: 30px !important;
        padding-bottom: 80px !important;
    }
    .card-header{
        margin-bottom: 50px !important;
    }
}
@media only screen and (max-width: 768.5px){
    .dentistry-card{
        max-width: 400px;
    }
    .card-title h3 {
        font-size: 22px;
    }
    .card-header{
        margin-bottom: 32px !important;
    }
    .card-body h4{
        font-size: 18px;
    }
    .card-header img {
        width: 60px;
        height: auto;
    }
    .dentistry-card-slider .slick-list {
        padding-left: 10%!important;
        padding-right: unset !important;
    }

}
@media only screen and (min-width: 768.5px){
    .two-column .dentistry-row .card-box {
        max-width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 575px){
    .dentistry-card .btn-wrap{
        flex-wrap: wrap;
    }
    .dentistry-card-slider .slick-list {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .dentistry-card {
        max-width: 260px;
        padding: 20px;
    }
    .card-title h3 {
        font-size: 20px;
    }
    .card-header img {
        width: 50px;
        height: auto;
    }
    .card-header{
        gap: 16px;
    }
    .card-body h4{
        font-size: 16px;
    }
    .dentistry-card-slider .slick-track > div > div{
        padding: 0 8px;
    }
    .card-header {
        margin-bottom: 16px !important;
    }
    .dentistry-content h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 480px){
    .dentistry-content h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 380px){
    .dentistry-content h2 {
        font-size: 16px;
    }
}
/*============================================
= End Dentistry CSS
=============================================*/

/*============================================
= start Dental Modal CSS
=============================================*/
.dental-modal-first-content {
    max-width: 620px;
    padding-right: 30px !important;
    padding-left: 30px !important;
    width: 100%;
    margin: 0 auto;
}
.dental-modal-section .dark-bg{
    background-color: #093523;
    display: flex;
    align-items: center;
    height: 100%;
}
.two-type-list {
    position: relative;
    display: flex;
    padding: 50px;
    gap: 10%;
}
.two-type-list h3 {
    margin-bottom: 30px;
}
.two-type-list ul li {
    padding-left: 20px;
    padding-bottom: 16px;
    margin: 16px 0;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.two-type-list ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.dental-modal-section .row > div:last-child > div {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dental-modal-section .row > div:last-child > div:before {
    position: absolute;
    content: "";
    height: calc(100% + 100px);
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    background-color: #1f4130;
}
.dental-modal-section .row > div:last-child > div {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dental-modal-section .row > div:last-child > div:before {
    position: absolute;
    content: "";
    height: calc(100% + 100px);
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    background-color: #1f4130;
}

@media only screen and (min-width: 575.5px){
    .two-type-list div:first-child h3 {
        position: relative;
    }
    .two-type-list div:first-child h3:before {
        position: absolute;
        content: "";
        width: 42px;
        aspect-ratio: 2/1;
        background-image: url("/wp-content/uploads/2024/11/arrow-right.svg");
        background-position: center;
        background-size: 24px;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        border-radius: 50px;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
    }
}
@media only screen and (max-width: 1600px){
    .two-type-list h3{
        font-size: 30px;
    }
    .two-type-list{
        padding: 30px;
        flex-grow: 1;
    }
}
@media only screen and (min-width: 991.5px) and (max-width: 1200px){
    .two-type-list div:first-child h3:before{
        display: none;
    }
}
@media only screen and (max-width: 991.5px){
    .dental-modal-section .container {
        max-width: 100% !important;
    }
    .dental-modal-first-content {
        max-width: 100%;
        padding: 30px;
    }
    .two-type-list h3 {
        font-size: 24px;
    }
    .two-type-list div:first-child h3:before{
        right: -6%;
    }
}
@media only screen and (max-width: 575.5px){
    .two-type-list {
        flex-direction: column;
        row-gap: 24px;
    }
}
/*============================================
= End Dental Modal CSS
=============================================*/

/*============================================
= Start Dental Care CSS
=============================================*/
.care-section {
    margin: 30px;
    background-color: #E9F1FA;
    width: calc(100% - 60px);
    border-radius: 22px;
    margin-top: 0;
}

.service-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.care-section .section-title{
    margin-bottom: 60px;
}
.service-list .care-box {
    max-width: calc(33.33% - 60px);
    width: 100%;
}
.care-box h4 {
    position: relative;
    color: #0D223F;
    font-size: 32px;
    font-weight: 400;
    line-height: 2.12;
    letter-spacing: -1.28px;
    margin: 0;
    padding: 24px 30px 20px 80px;
    border-bottom: 1px solid #AEB1B4;
}
.care-box h4:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2024/11/check-icon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.card-footer{
    display: flex;
    margin-top: auto;
    justify-content: end;
}
.dentistry-card .card-footer {
    justify-content: start;
}
@media only screen and (max-width: 1600px){
    .care-box h4{
        font-size: 24px;
    }
}
@media only screen and (max-width: 1300px){
    .care-section .section-title{
        margin-bottom: 40px;
    }
    .care-box h4{
        padding: 16px 20px 16px 60px;
        font-size: 20px;
    }
    .care-box h4:before{
        width: 24px;
        height: 24px;
        left: 24px;
    }
    .service-list .care-box {
        max-width: calc(33.33% - 20px);
    }
}
@media only screen and (max-width: 991.5px){
    .care-section .section-title {
        padding: 0 30px;
    }
    .service-list .care-box {
        max-width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 768.5px){
    .care-section .section-title{
        margin-bottom: 24px;
    }
    .care-box h4{
        list-style: 1.5;
        padding: 10px 15px 10px 30px;
        font-size: 16px;
    }
    .care-box h4:before {
        width: 20px;
        height: 20px;
        left: 6px;
    }
}
@media only screen and (max-width: 575.5px){
    .service-list .care-box {
        max-width: 100%;
    }
}
/*============================================
= End Dental Care CSS
=============================================*/

/*===============================================
= End section5_wrapper CSS
==============================================*/
.section5_wrapper {
    /* background-color: #20624A; */
    background-image: url("/wp-content/uploads/2024/11/green-texture-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home .vision-video-slider iframe,
.home .doctor-image img {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}
.doctor-content {
    max-width: 610px;
    margin: 0 auto;
}
body:not(.home) .doctor-image {
    background-color: #111;
}
.doctor-image iframe {
    aspect-ratio: 16 / 8.8;
    display: block;
}
.doctor-content h2 {
    margin-bottom: 28px;
}
.light-green-content h2 {
    color: #9BD3B4;
}
.doctor-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #FCF9F7;
}
.vision-video{
    padding-bottom: 54.25%;
    height: 0;
    position: relative;
}
.vision-video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*.vision-video-slider.common-arrow-down .slick-arrow{
    filter: brightness(0) invert(95%) sepia(11%) saturate(911%) hue-rotate(77deg) brightness(86%) contrast(90%);
}*/
.light-green-content .default-btn.border-btn {
    color: #9BD3B4 !important;
    border-color: #9BD3B4 !important;
}
.light-green-content .default-btn.border-btn:hover,
.light-green-content .default-btn.border-btn:focus{
    background-color: #9BD3B4 !important;
    color: #fff !important;

}
.light-green-content .default-btn.white-btn {
    background-color: #9BD3B4 !important;
    border-color: #9BD3B4 !important;
}
.light-green-content .default-btn.white-btn:hover,
.light-green-content .default-btn.white-btn:focus{
    background-color: transparent !important;
    color: #9BD3B4 !important;
}
.light-green-content .default-btn.white-btn:hover img,
.light-green-content .default-btn.white-btn:focus img{
    filter: brightness(0) invert(95%) sepia(11%) saturate(911%) hue-rotate(77deg) brightness(86%) contrast(90%);
}
@media only screen and (max-width: 991.5px){
    .doctor-content{
        max-width: 100%;
        padding-top: 24px;
    }
    .doctor-content p{
        font-size: 16px;
    }
    .order-content{
        order: 2;
    }
    .vision-content{
        padding-top: 70px;
    }
    /*.home .section5_wrapper .section_padding:not(:last-child){
        padding-bottom: 0 !important;
    }*/
}
/*===============================================
= End section5_wrapper CSS
===============================================*/
/*===============================================
= Start Helping Patient CSS
===============================================*/
.helping-patient-section .dentistry-card-slider .slick-list {
    padding-left: 0 !important;
    padding-right: 18% !important;
}
.helping-patient-section .card-header{
    margin-bottom: 28px;
}
.helping-patient-section .section-title {
    padding-bottom: 80px;
    max-width: 768px;
    width: 100%;
}
.helping-patient-section .card-box:before {
    top: unset;
    bottom: 0;
    transform: translate(-50%, 50%);
}
.helping-patient-section .card-box:after {
    position: absolute;
    content: "";
    width: calc(100% + 60px);
    height: 100%;
    border-radius: 400px;
    background-color: var(--card-round);
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.helping-patient-section .slick-slide:nth-child(4n + 1) .card-box:after{
    display: none;
}
.helping-patient-section .slick-slide:nth-child(4n + 2) .card-box:after{
    transform: translate(-50%, -60%);
}
.helping-patient-section .slick-slide:nth-child(4n + 2) .card-box:before{
    transform: translate(-50%, 40%);
}
.helping-patient-section .slick-slide:nth-child(4n + 3) .card-box:after{
    transform: translate(-50%, -20%);
}
.helping-patient-section .slick-slide:nth-child(4n + 3) .card-box:before{
    transform: translate(-50%, 80%);
}
.helping-patient-section .slick-slide:nth-child(4n + 4) .card-box:after{
    transform: translate(-50%, -40%);
}
.helping-patient-section .slick-slide:nth-child(4n + 4) .card-box:before{
    transform: translate(-50%, 60%);
}
.card-bg-img {
    background-image: var(--card-bg-img);
    background-position: center bottom 50px;
    background-repeat: no-repeat;
    background-size: 260px;
}
.card-bg-img:before,
.card-bg-img:after{
    display: none;
}
.helping-patient-section .dentistry-card.card-box.dark-bg .default-btn {
    border-color: #fff;
    color: #fff !important;
}
.helping-patient-section .dentistry-card.card-box.dark-bg .default-btn:hover {
    background-color: #fff;
    color: var(--dark_navy_blue) !important
}
@media only screen and (max-width: 991.5px){
    .helping-patient-section .section-title {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 768.5px){
    .helping-patient-section .section-title {
        padding-bottom: 40px;
    }
    .helping-patient-section .container-right{
        padding: 0; 
    }
    .helping-patient-section .dentistry-card-slider .slick-list{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media only screen and (max-width: 575.5px){
    .card-bg-img {
        background-size: 80%;
    }
}
/*===============================================
= End Helping Patient CSS
===============================================*/

/*===============================================
= Start sectio8 CSS
===============================================*/
.health-row{
    background-color: #FBF6EA;
    padding: 100px;
    border-radius: 15px;
}
.health-head{
    padding: 0;
}
.health-content {
    padding-left: 40px;
}
.health-content:not(:last-child) {
    padding-bottom: 40px;
}

body .health-content p {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.4 !important;
}

@media only screen and (max-width: 1200px){
    .health-row {
        padding: 80px 50px;
    }
}
@media only screen and (max-width: 1024px){
    .health-content:not(:last-child) {
        padding-bottom: 20px;
    }
    .health-row{
        padding: 50px 20px;
    }
}
@media only screen and (max-width: 767px){
    .health-head{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 575px){
    .health-row {
        padding: 50px 0px;
    }
    body .health-content p{
        font-size: 16px !important;
    }
}
/* before after*/
.section8_wrapper .health-row{
    background-color: #EBFAF1;
}
.gallery-main .comparison-main{
    max-width: 800px;
    margin: 0 auto;
}
/*.comparison-content{
  padding: 0 15px;
}*/
.comparison {
  width: 100%;
  padding-bottom: 78.66%;
  overflow: hidden;
  position: relative;
}
.figure {
    background-image: var(--after-img);
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.home #figure{
  background-image: url("/wp-content/uploads/2025/03/after11.webp");
}
#figure1{
  background-image: url("/wp-content/uploads/2025/03/after22.webp");
  background-size: cover;
}
#figure2{
  background-image: url("/wp-content/uploads/2025/03/after33.webp");
  background-size: cover;
}
#figure3{
  background-image: url("/wp-content/uploads/2025/03/after_esthetic_1.webp");
  background-size: cover;
}
#figure4{
  background-image: url("/wp-content/uploads/2025/03/after_esthetic_2.webp");
  background-size: cover;
}
#figure5{
  background-image: url("/wp-content/uploads/2025/03/after_veneers_1.webp");
  background-size: cover;
}
#figure6{
  background-image: url("/wp-content/uploads/2025/03/after_veneers_2.webp");
  background-size: cover;
}
#figure7{
  background-image: url("/wp-content/uploads/2025/03/after_esthetic_2.webp");
  background-size: cover;
}
#figure44{
  background-image: url("/wp-content/uploads/2025/03/after44.webp");
  background-size: cover;
}
#figure55{
  background-image: url("/wp-content/uploads/2025/03/after55.webp");
  background-size: cover;
}
#figure66{
  background-image: url("/wp-content/uploads/2025/03/after66.webp");
  background-size: cover;
}
#figure77{
  background-image: url("/wp-content/uploads/2025/03/after77.webp");
  background-size: cover;
}
#figure88{
  background-image: url("/wp-content/uploads/2025/03/after88.webp");
  background-size: cover;
}
#figure99{
  background-image: url("/wp-content/uploads/2025/03/after99.webp");
  background-size: cover;
}
#figure10{
  background-image: url("/wp-content/uploads/2025/03/after10.webp");
  background-size: cover;
}
#figure11_1{
  background-image: url("/wp-content/uploads/2025/03/after11_1.webp");
  background-size: cover;
}
#figure12{
  background-image: url("/wp-content/uploads/2025/03/after12.webp");
  background-size: cover;
}
#figure13{
  background-image: url("/wp-content/uploads/2025/03/after13.webp");
  background-size: cover;
}
#figure14{
  background-image: url("/wp-content/uploads/2025/03/after14.webp");
  background-size: cover;
}
#figure15{
  background-image: url("/wp-content/uploads/2025/03/after15.webp");
  background-size: cover;
}
#figure16{
  background-image: url("/wp-content/uploads/2025/03/after16.webp");
  background-size: cover;
}
#figure17{
  background-image: url("/wp-content/uploads/2025/03/after17.webp");
  background-size: cover;
}
#figure18{
  background-image: url("/wp-content/uploads/2025/03/after18.webp");
  background-size: cover;
}
#figure19{
  background-image: url("/wp-content/uploads/2025/03/after19.webp");
  background-size: cover;
}
.divisor{
  background-image: var(--before-img);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
.home .divisor{
    background-image: url("/wp-content/uploads/2025/03/before11.webp");
}
#divisor1{
  background-image: url("/wp-content/uploads/2025/03/before22.webp");
  background-size: cover;
}
#divisor2{
  background-image: url("/wp-content/uploads/2025/03/before33.webp");
  background-size: cover;
}
#divisor3{
  background-image: url("/wp-content/uploads/2025/03/before_esthetic_1.webp");
  background-size: cover;
}
#divisor4{
  background-image: url("/wp-content/uploads/2025/03/before_esthetic_2.webp");
  background-size: cover;
}
#divisor5{
  background-image: url("/wp-content/uploads/2025/03/before_veneers_1.webp");
  background-size: cover;
}
#divisor6{
  background-image: url("/wp-content/uploads/2025/03/before_veneers_2.webp");
  background-size: cover;
}
#divisor7{
  background-image: url("/wp-content/uploads/2025/03/before_esthetic_2.webp");
  background-size: cover;
}
#divisor44{
  background-image: url("/wp-content/uploads/2025/03/before44.webp");
  background-size: cover;
}
#divisor55{
  background-image: url("/wp-content/uploads/2025/03/before55.webp");
  background-size: cover;
}
#divisor66{
  background-image: url("/wp-content/uploads/2025/03/before66.webp");
  background-size: cover;
}
#divisor77{
  background-image: url("/wp-content/uploads/2025/03/before77.webp");
  background-size: cover;
}
#divisor88{
  background-image: url("/wp-content/uploads/2025/03/before88.webp");
  background-size: cover;
}
#divisor99{
  background-image: url("/wp-content/uploads/2025/03/before99.webp");
  background-size: cover;
}
#divisor10{
  background-image: url("/wp-content/uploads/2025/03/before10.webp");
  background-size: cover;
}
#divisor11_1{
  background-image: url("/wp-content/uploads/2025/03/before11_1.webp");
  background-size: cover;
}
#divisor12{
  background-image: url("/wp-content/uploads/2025/03/before12.webp");
  background-size: cover;
}
#divisor13{
  background-image: url("/wp-content/uploads/2025/03/before13.webp");
  background-size: cover;
}
#divisor14{
  background-image: url("/wp-content/uploads/2025/03/before14.webp");
  background-size: cover;
}
#divisor15{
  background-image: url("/wp-content/uploads/2025/03/before15.webp");
  background-size: cover;
}
#divisor16{
  background-image: url("/wp-content/uploads/2025/03/before16.webp");
  background-size: cover;
}
#divisor17{
  background-image: url("/wp-content/uploads/2025/03/before17.webp");
  background-size: cover;
}
#divisor18{
  background-image: url("/wp-content/uploads/2025/03/before18.webp");
  background-size: cover;
}
#divisor19{
  background-image: url("/wp-content/uploads/2025/03/before19.webp");
  background-size: cover;
}
.divisor::before,
.divisor::after{
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: #fff;
  z-index: 3;
}
.divisor::before{
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor::after{
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor span{
  position: absolute;  
  /* background: rgba(0,0,0,0.2); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.comparison-main .slick-dots {
    bottom: -50px;
}
.slick-dots button {
    background: transparent !important;
}
/*.lp_divisor{
    background-image: url(/wp-content/uploads/2021/07/lp-before-img-1.jpg);
    background-size: cover;
}
.lp_divisor1{
    background-image: url(/wp-content/uploads/2021/07/lp-before-img-2.jpg)!important;
    background-size: cover;
}*/
.handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background: #48c28b;
  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 white;
  left: 50%;
  margin-left: -17px;
}
.handle::after{
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.comparison input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
  cursor: col-resize;
  border: none;
  max-width: inherit;
  padding: 0px;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.comparison-arrows{
  text-align: left;
  margin: 20px 0 10px;
}
.comparison-arrows .comparison-prev img{
  transform: rotate(180deg);
}
.comparison-arrows button{
  border: none;
  background: var(--white);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin: 0 5px;
  outline: none;
  padding:0px !important;
  border: 1px solid #48c28b;
}
.comparison-arrows button i{
    color: #48c28b;
    font-size: 16px;
    line-height: 38px;
}
.before-after-section {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 80px 0px 0px 0px;
}
.before-after-section .main-heading h2 {
    font-size: 35px;
    line-height: 1.25;
    color: #00626F;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 45px;
}
button.comparison-arrow:hover , button.comparison-arrow:focus{
    background: #20624A !important;
    border: 1px solid #20624A;
}
button.comparison-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
}
.comparison-arrows{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
button.comparison-arrow:hover i , button.comparison-arrow:focus i{
    color: var(--white);
}
button.comparison-arrow:hover img , button.comparison-arrow:focus img{
    filter: brightness(100);
}
.before-after-section .container {
    max-width: 1250px;
}
.life-head {
    padding-bottom: 10px;
}
.new-life{
    max-width: 81%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 24px;
}
@media only screen and (max-width: 1200px){
    .section8_wrapper .container, .section8_wrapper .life-row{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 991.5px){
    .new-life{
        max-width: 100%;
    }
}
@media only screen and (max-width: 768.5px){
    .new-life{
        display: none
    }
}
@media only screen and (min-width: 500px) {
    .before-after-slider .comparison-main, .health-row .comparison-content {
            height: auto;
            padding: 0 15px;
    }
}
/*@media only screen and (max-width: 575.5px){
    .comparison-content {
        padding: 0 0px;
    }
}*/
/* before after end */  
/*===============================================
= Start sectio8 CSS
===============================================*/

/* =========================================================
== Start Footer CSS 
============================================================ */
ul.location {
    margin: 0 0 24px;
}
.location li, .location li a {
    font-size: 17px;
    font-weight: 500;
}
.location li img {
    margin: 3px 8px 0 0;
}
.location li:not(:last-child) {
    margin: 0 0 10px;
}
.site-footer p, .site-footer a,.site-footer li {
    font-weight: 500;
    color: var(--white);
}
.site-footer .inside-footer-widgets>* .inner-padding, footer.site-info {
    padding: 0 15px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin: 0 -15px;
}
.site-footer h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 8px;
    color: var(--white);
    letter-spacing: 0px;
    font-family: var(--inter);
}
.site-footer .footer-widget-2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-btn .default-btn {
    width: 100%;
    padding: 25px 15px;
}
.default-btn.border-btn.white-border-btn {
    border-color: var(--white);
    color: var(--white) !important;
}
.default-btn.border-btn.white-border-btn:hover {
    background: var(--white) !important;
    color: var(--dark_navy_blue) !important;
}
.site-footer .btn-wrap .footer-btn:first-child .default-btn{
    margin-top: 0px !important;
}
.site-footer .btn-wrap .footer-btn:last-child .default-btn{
    margin-top: 20px !important;
}
.site-footer #menu-footer-menu li,.site-footer #menu-privacy-menu li {
    font-size: 22px;
}
.site-footer #menu-privacy-menu li a {
    color: #3B68A6;
}
.site-footer .hours ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--white);
    left: 0;
    top: 38%;
    border-radius: 50%;
}
.site-footer .hours ul li {
    position: relative;
    padding-left: 20px;
}
.copyright-bar {
    display: none;
}
.inside-site-info{
    padding: 15px;
}
.footer-bar-align-center .footer-bar{
    width: 100%;
}
.footer_bar {
    margin-top: -60px;
}
.footer_bar  img{
    max-width: 375px;
    width: 100%;
}
.footer_bar_main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.social-media-box {
    background: #3B68A6;
    padding: 48px;
    border-radius: 20px;
}
.social-media-box p {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media only screen and (min-width: 1201px) {
    .inside-footer-widgets {
        display: grid;
        grid-template-columns: 2fr 1.3fr 1.3fr;
    }
}
@media only screen and (min-width: 992px) {
    .footer_bar_main {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1600px) {
    .footer_bar img {
        max-width: 300px;
    }
    .social-media-box{
        padding: 18px;
    }
    .social-media-box p a img {
        width: 40px;
    }
    .site-footer #menu-footer-menu li, 
    .site-footer #menu-privacy-menu li {
        font-size: 19px;
    }
    .footer-btn .default-btn {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .footer-btn .default-btn {
        padding: 15px 15px;
    }
    .site-footer #menu-footer-menu li, .site-footer #menu-privacy-menu li {
        font-size: 16px;
    }
    .location li, .location li a {
        font-size: 16px;
    }
    .footer_bar img {
        max-width: 250px;
    }
}
@media only screen and (max-width: 991px) {
    .site-footer .footer-widget-2{
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .site-footer .footer-widget-2{
        justify-content: space-between;
    }
    .footer_bar {
        margin-top: 0px;
    }
    .footer_bar_main{
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }
    .footer_bar img {
        max-width: 160px;
    }
    .social-media-box {
        padding: 12px;
        border-radius: 16px;
    }
    .social-media-box p a img {
        width: 30px;
    }
    .social-media-box p{
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* =========================================================
== End Footer CSS 
============================================================ */

/* =========================================================
== Personalized Path section CSS 
============================================================ */



body .personalized_main h2 {
    /* font-size: 58px; */
    margin-bottom: 17px;
}
.personalized_img {
    margin-left: 30px;
    border-radius: 300px 0 0 300px;
    overflow: hidden;
}
.personalized_img img{
    width: 100%;
}
.personalized_img iframe {
    aspect-ratio: 16 / 8.8;
    display: block;
}
.personalized_main {
    background: #E9F1FA;
}
.personalized_main p {
    max-width: 450px;
}
@media only screen and (max-width: 991px) {
    body .personalized_main h2 {
        font-size: 22px;
    }
    body .personalized_main h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .personalized_img {
        margin-left: 0px;
        border-radius: 0px;
        background: #60b7e5;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)  {
   body .personalized_main h2 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)  {
   body .personalized_main h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991.5px){
    .personalized_img {
        margin-left: 0px;
        border-radius: 0;
        overflow: hidden;
    }
    .personalized_main p{
        max-width: 100%;
    }
}
/* =========================================================
== End Personalized Path section CSS 
============================================================ */


/*===============================================
= Review Section CSS
============================================*/
.wi-100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.default-cta-white {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.default-cta-white:hover, .default-cta-white:focus {
    color: #fff;
    background: #0397D6;
    border-color: transparent;
}
.slick-arrow {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
}
.review-section {
    overflow: hidden;
    background: linear-gradient( 0deg, var(--light_blue) 45%, var(--blue_color) 45%, var(--blue_color) 16%, var(--blue_color) 16%);
    position: relative;
    z-index: 1;
}
.review-section .content-wrap h2 {
    color: #fff;
}
.title_top_bor {
    padding-top: 40px;
    padding-bottom: 15px;
    border-top: 2px solid #eaeaea;
}
.review-slider .slick-arrow {
    z-index: 111;
}
.review-slider .slick-arrow:before {
    content: '';
    background-color: transparent!important;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    background-image: url('/wp-content/uploads/2022/10/review_arrow2.svg');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    border-radius: 100%;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}
.review-slider .slick-arrow {
    bottom: -97px;
    background-color: #ffffff !important;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 40px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border: 2px solid #48c28b;
    border-radius: 100px;
    bottom: -26%;
    top: auto;
}
.review-slider .slick-arrow::before{
    width: 100%;
    height: 100%;
    left: 0;
}
.review-slider .slick-arrow.slick-prev {
    left: 48%;
}
.review-slider .slick-next.slick-arrow {
    left: 51%;
    margin-left: 15px;
}
.review-slider .slick-next:before {
    transform: translateY(-50%) rotate(180deg);
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0px solid #44816B;
    position: relative;
    align-items: center;
    justify-content: start;
    background: #EBF6EF;
    width: fit-content;
    border-radius: 50px;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li a {
    font-size: 18px;
    line-height: 1.66;
    color: var(--dark_navy_blue);
    font-weight: 500;
    padding-bottom: 0;
    padding: 37px 65px;
    display: block;
}
.review-tab-navigation ul li.active {
    background: #DBEFE3;
    border-radius: 50px;
}
.review-tab-navigation ul li:not(:last-child) {
    margin-right: 0px;
}
.review-slider {
    margin: 108px 0 0;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-slider-content {
    background: #DBEFE3;
    padding: 60px 37px 113px 43px;
    height: inherit;
    border-radius: 25px;
    position: relative;
    border: 1px solid #DBEFE3;
    transition: all 0.6s;
}
.right_space {
    margin-left: calc(((100vw - 1545px) / 2) + 15px) !important;
}
.review-slider-content:hover {
       transform: translateY(-45px);
       background: #fff;
}
.review-slider-content:hover .review-description .read-more{
    color:  #50BD8B;
}
.review-slider-content:hover .review-rating img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(19%) saturate(1003%) hue-rotate(100deg) brightness(90%) contrast(92%);
}
.review_single{
    position: relative;
}
.review_single:before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 100%;
    background: #BCE1CB;
    left: 15px;
    bottom: 0;
    border-radius: 25px;
    opacity: 1;
}
.review-slider-content h3 {
    font-size: 18px;
    color: var(--dark_navy_blue);
    font-weight: 600;
    margin-bottom: 10px;
}
.review-slider .tesimonial_revire_sec{
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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: 8px
}
.review-description p {
    font-size: 18px;
    padding: 0 15px 0 0!important;
    display: inline-block;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.review-description{
}
.google-review {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
}
.morecontent span {
    display: none;
}
.morelink {
    color: #0397D6;
    text-transform: uppercase;
    text-decoration: underline !important;
}
.review-btn {
    float: right;
    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;
    padding: 0 15px
}
.review-btn .default-cta {
    margin: 0 0 0 42px;
    text-transform: uppercase;
}
.lp_testimonial_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonial_arrow_prev {
    margin-right: 30px;
}
.lp_testimonial_arrow:hover, .lp_testimonial_arrow:focus {
    background: transparent;
    border: none;
}
.more-text{
    display: none;
}
a.read-more {
    line-height: 1.6;
    color: #BC8452;
    font-weight: 600;
}

.review-section h2{
    color: var(--dark_navy_blue);
    margin-bottom: 10px;
}
.review-section .subtitle_line {
    color: var(--color-white);
    padding-left: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}
.review-section .subtitle_line:before {
    background: var(--light_green_color);
    width: 30px;
}
.review-slider .slick-arrow:hover {
    background: #20624A !important;
    backdrop-filter: brightness(0%) invert(1);
    border-color: #20624A;
}
.review-slider .slick-arrow:hover:before{
    filter: brightness(0) invert(1); 
}
.lp_testimonial_arrows{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lp_testimonial_arrow{
    background: #Fff;
    border: 2px solid transparent;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all 0.5s;
    margin: 0 0 0 28px;
}
.lp_testimonial_arrow:hover{
    background: #1B75BC;
}
.lp_testimonial_arrow:hover img{
    filter: grayscale(1) brightness(0) invert(1);
}
.lp_testimonial_arrow:focus{
    outline: none;
}
/* width */
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #0d223f70;
            box-shadow: inset 0 0 5px #0d223f70; 
    border-radius: 10px;
}
/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: var(--dark_navy_blue);
    border-radius: 10px;
}
/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: #24A6DF; 
}
.review_single {
    padding: 0 15px;
    height: 100%;
}
.review-slider .slick-slide > div {
    height: 100%;
}
.review-slider.slick-initialized .slick-slide {
    height: auto;
}
.review-rating img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(73%) saturate(807%) hue-rotate(180deg) brightness(90%) contrast(97%);
}
.review-slider .slick-list {
    overflow: visible;
}
@media only screen and (min-width: 1626px) {
    .review-slider .slick-next.slick-arrow {
        left: 50%;
    }
}
@media only screen and (max-width: 1199px) {
    .review-tab-navigation ul li a {
        font-size: 17px;
    }
    .review-slider-content {
        padding: 30px 30px 90px;
    }
    .google-review {
        padding: 30px 0;
    }
    .review-slider {
        margin: 40px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .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 rgba(255, 255, 255, 0.1);
    }
    .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;
    }
    .responsive-tabs > i {
        position: absolute;
        top: 14px;
        right: 20px;
        display: block;
        color: #0d223f;
    }
    .review-slider {
        margin: 30px 0 0 0;
    }
    .review-slider .slick-arrow{
        bottom: -74px;
    }
    .right_space {
        margin-left: 0 !important;
    }
    .review-section-content, .review-section h2 {
        padding: 0 30px;
    }
    .review-tab-navigation ul li a {
        padding: 0 25px;
    }
    .review-slider-content:hover {
        transform: translateY(-20px);
    }
    .review_single {
        padding: 0 5px;
    }
    .review-description p {
        font-size: 16px;
    }
    .review-tab-navigation ul {
        border-radius: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .review-slider-content {
        padding: 20px;
    }
    .review-section > .container-fluid {
        padding: 0;
    }
    .review-section .Care-sec-border {
        margin-left: 8%;
        margin-right: 8%;
    }
    .review-slider .slick-arrow::before , .review-slider .slick-arrow{
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 0px;
    }
}
@media only screen and (max-width: 480px) {
    .review-section {
        padding: 50px 0 50px 0px;
    }
    .review-btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .testimonial_arrow_prev {
        margin-right: 20px;
    }
}
@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: 127px!important;
    overflow-y: scroll;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 600;
    color: var(--dark_navy_blue);
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.review-description p:not(:first-child) {
    margin-top: 10px;
}
@media only screen and (max-width: 767px){
    .affordable-br-none .elementor-widget-container br{
        display: none
    }
}
@media only screen and (max-width: 641px){
    .review-slider-new .slick-arrow:before , .review-slider-tab .slick-arrow:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .review-slider-new .slick-arrow , .review-slider-tab .slick-arrow{
        width: 30px;
        height: 30px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1199px)  {
    .right_space {
        margin-left: calc(((100vw - 980px) / 2) + 15px) !important;
    }
    .review-tab-navigation ul li a {
        padding: 16px 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px)  {
    .right_space {
        margin-left: calc(((100vw - 1160px) / 2) + 15px) !important;
    }
    .review-tab-navigation ul li a {
        padding: 18px 25px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1599px)  {
    .right_space {
        margin-left: calc(((100vw - 1250px) / 2) + 15px) !important;
    }
    .review-tab-navigation ul li a {
        padding: 18px 25px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1599px)  {
    .review-slider {
        margin: 75px 0 0;
    }
    .review-slider-content:hover {
        transform: translateY(-25px);
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px)  {
    .right_space {
        margin-left: calc(((100vw - 1400px) / 2) + 15px) !important;
    }
    .review-tab-navigation ul li a {
        padding: 18px 25px;
    }
    .review-slider {
        margin: 75px 0 0;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px)  {
    .right_space {
        margin-left: calc(((100vw - 1500px) / 2) + 15px) !important;
    }
}

/*===============================================
= End Review Section CSS
============================================*/


/*===============================================
= Start Common Template CSS
============================================*/

/* Start Left Right Section  */
.left-right-box {
    position: relative;
    background-color: #EBFAF1;
    padding: 80px;
    overflow: hidden;
    z-index: 1;
}
.left-right-box:before{
    position: absolute;
    content: "";
    max-width: 80%;
    width: 100%;
    min-height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    background-color:  #E2F7EA;
    z-index: -1;
} 
.left-right-box p {
	line-height: 1.4;
}
.content-listing + p, p + .content-listing {
	margin-top: 18px;
}
.left-right-box h3 {
	font-family: var(--inter);
	margin: 0 0 24px;
}
.light-blue-bg {
	background-color: var(--light_bluebg_color);
}
.light-blue-bg.left-right-box:before {
	background-color: #D6E7F7;
}
ul.content-listing li {
    font-size: 24px;
    line-height: 1.3;
    color: #0D223F;
    position: relative;
    padding-left: 20px;
}
.dark-bg ul.content-listing li{
    color: #fff;
}
ul.content-listing li:not(:last-child){
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #B2DCC3;
}
ul.content-listing li:before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #093523;
    left: 0;
    top: 10px;
}
.dark-bg ul.content-listing li:before{
    border-color: #FCF9F7 !important;
}
.full_width_content_box .row .col-lg-6.col-12 {
    width: 100%;
    margin: auto;
    
}
.small_content_box .row .col-lg-6.col-12 {
    text-align: center;
    
}
.full_width_content_box .left-content h2 {
    max-width: 100%;
}
@media only screen and (min-width: 1200px) {
	.content-listing + p, p + .content-listing {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1100px) {
    .small_content_box .left-right-box, 
    .small_content_box .dentistry-row {
        max-width: 1024px;
        margin: auto;
    }
}
@media only screen and (min-width: 1600px) {
	.content-listing + p, p + .content-listing {
		margin-top: 24px;
    }
}
@media only screen and (min-width: 992px){
    .left-right-box .row > div:first-child{
        padding-right: 35px;
    }
    .left-right-box .row > div:last-child{
        padding-left: 35px;
    }
    .left-right-box p {
		font-size: 18px;
	}
    .left-content h2 {
	    max-width: 568px;
	    width: 100%;
	}
}
@media only screen and (max-width: 1600px){
    ul.content-listing li {
        font-size: 20px;
    }
    ul.content-listing li:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px){
    ul.content-listing li {
        font-size: 18px;
    }
    ul.content-listing li:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 991.5px){
    .left-right-box{
        padding: 50px;
    }
    .two-same-ul .row > div:first-child .content-listing li{
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #B2DCC3;
    }
    .left-content:not(.two-same-ul .left-content) {
		margin: 0 0 30px;
	}
    .left-right-box:before {
	    max-width: 100%;
	}
}
@media only screen and (max-width: 768.5px){
    .left-right-box{
        padding: 24px;
    }
    ul.content-listing li{
        padding-bottom: 8px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    ul.content-listing li:before{
        top: 6px;
        width: 6px;
        height: 6px;
    }
}
@media only screen and (min-width: 541px){
    .column2{
        column-count: 2;
    }
}
/* End Left Right Section  */

/* Start card section Section  */
.dentistry-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 60px;
    row-gap: 30px;
}
.dentistry-row .card-box {
    max-width: calc(33.33% - 40px);
    height: auto;
}
.box_2card .dentistry-row .card-box {
    max-width: calc(50% - 40px);
}
.dentistry-row .card-box .card-header{
    margin-bottom: 28px !important;
}
.dentistry-row .card-box p{
    font-size: 16px;
}
.dentistry-row .card-box:after {
    position: absolute;
    content: "";
    width: calc(100% + 60px);
    height: 100%;
    border-radius: 400px;
    background-color: var(--card-round);
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dentistry-row .card-box:before {
    top: unset;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.dentistry-row .card-box:nth-child(3n + 1):after{
    top: 0;
    bottom: unset;
    transform: translate(-50%, -75%);
}
.dentistry-row .card-box:nth-child(3n + 1):before{
    display: none;
}
.dentistry-row .card-box:nth-child(3n + 2):after{
    transform: translate(-50%, -20%);
}
.dentistry-row .card-box:nth-child(3n + 2):before{
    transform: translate(-50%, 80%);
}

@media only screen and (max-width: 1600px){
    .dentistry-row{
        column-gap: 30px;
    }
    .dentistry-row .card-box {
        max-width: calc(33.33% - 20px);
    }
}
@media only screen and (max-width: 1200px){
    .dentistry-row .card-box {
        max-width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 991.98px){
    .box_2card .dentistry-row .card-box {
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .dentistry-row .card-box {
        max-width: 100%;
    }
}
/* End card section Section  */

/* Start sub page Doctor Section  */
.doctor-content p + ul{
    margin-top: 24px;
}
ul.sort-listing.content-listing li{
    font-size: 18px;
}
ul.sort-listing.content-listing li:not(:last-child) {
    padding-bottom: 18px;
}
@media only screen and (max-width: 768.5px){
    ul.sort-listing.content-listing li{
        font-size: 16px;
    }
}
/* End sub page Doctor Section  */
/* Start Step Section Section  */
.step-listing{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    counter-reset: counter;
}
.step-listing-item {
    padding-left: 90px;
    position: relative;
}
.step-section .section-title {
    max-width: 1024px;
    margin: auto;
}
.step-listing-item:before {
    counter-increment: counter;
    content: counter(counter) ;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 62px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0A4E32;
    font-size: 32px;
}
.step-listing-item:nth-child(3n + 2):before{
    background-color: #1C8253;
}
.step-listing-item:nth-child(3n + 3):before{
    background-color: #0F2240;
}
.step-listing-item > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20.6px;
    text-align: center;
    position: absolute;
    color: #0D223F;
    left: 0;
    width: 62px;
    aspect-ratio: 1;
    top: 2px;
    transform: translateY(100%);
}
.step-listing-item .step-listing-content{
    background-color: #093523;
    border-radius: 12px;
    padding: 24px 28px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.step-listing-item:nth-child(3n + 2) .step-listing-content{
    background-color: #1C8253;
}
.step-listing-item:nth-child(3n + 3) .step-listing-content{
    background-color: #0F2240;
}
.step-listing-item .step-listing-content:after,
.step-listing-item .step-listing-content:before{
    position: absolute;
    content: "";
    max-width: 50%;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #0A4E32;
    z-index: -1;
}
.step-listing-item:nth-child(3n + 2) .step-listing-content:after,
.step-listing-item:nth-child(3n + 2) .step-listing-content:before{
    background-color: #0E7143;
}
.step-listing-item:nth-child(3n + 3) .step-listing-content:after,
.step-listing-item:nth-child(3n + 3) .step-listing-content:before{
    background-color: #21395F;
}
.step-listing-item .step-listing-content:before{
    top: 0;
    left: 0;
    transform: translate(-30%, -90%);
}
.step-listing-item .step-listing-content:after{
    bottom: 0;
    right: 0;
    transform: translate(30%, 90%);
}
.step-listing-item:not(:last-child){
    margin-bottom: 32px;
}
.step-listing-item h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.step-listing-item p{
    font-size: 16px;
    line-height: 1.5;
}
.step-listing-item p:not(:last-child){
    margin-bottom: 12px;
}
@media only screen and (min-width: 576px){
    .step-listing-item:not(:last-child):after {
        position: absolute;
        content: "";
        height: 70%;
        width: 2px;
        border-left: 2px dashed #C3D4E7;
        left: 30px;
        top: 100px;
    }
}
@media only screen and (max-width: 991.5px){
    .step-listing-item .step-listing-content:before {
        transform: translate(-20%, -80%);
    }
    .step-listing-item .step-listing-content:after {
        transform: translate(20%, 80%);
    }
}
@media only screen and (max-width: 575.5px){
    .step-listing-item:before{
        width: 40px;
    }
    .step-listing-item:not(:last-child) {
        margin-bottom: 24px;
    }
    .step-listing-item {
        padding-left: 0px;
    }
    .step-listing-item .step-listing-content:after, 
    .step-listing-item .step-listing-content:before{
        max-width: 100%;
    }
    .step-listing-item > p{
        z-index: 2;
        aspect-ratio: unset;
        top: 40px;
        transform: translate(-63%, 0%) rotate(-90deg);
        width: fit-content;
        left: 0;
        margin: 0 !important;
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #0A4E32;
    }
    .step-listing-item:nth-child(3n + 2) > p{
        color: #1C8253;
    }
    .step-listing-item:nth-child(3n + 3) > p{
        color: #0F2240;
    }
    .step-listing-item:before {
        background-color: #fff !important;
        z-index: 2;
        transform: translate(-40%, -40%);
        border: 1px solid #0A4E32;
        color: #0A4E32;
        font-size: 24px;
    }
    .step-listing-item:nth-child(3n + 2):before{
        color: #1C8253;
        border-color: #1C8253;
    }
    .step-listing-item:nth-child(3n + 3):before{
        color: #0F2240;
        border-color: #0F2240;
    }
    .step-listing-item .step-listing-content{
        padding: 20px;
    }
}
/* End Step Section Section  */

/*===============================================
= End Common Template CSS
============================================*/

/*============================================
= 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 {
    padding-bottom: 15px;
    color: #24A6DF;
}
.team-content button.team-btn {
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    text-align: left;
}
.team-content button.team-btn{
    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;
}
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: 991.5px){
    .team-box{
        max-width: 575px;
    }
}
@media only screen and (max-width: 767px){
     .our-team-section .default-content {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px){
}
@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;
    }
}
/*============================================
= End Team Section CSS
=============================================*/
/*============================================
= Start 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 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
}
.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: #D6E7F7;
    padding: 12px 30px;
    color: #24A6DF;
    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(--dark_navy_blue);
    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-box-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
}

@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;
    }
    .portfolio-box-row{
        gap: 15px;
    }
}

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

/*============================================
= End Before And After Images page CSS
=============================================*/
/*============================================
= FAQs Section Start CSS
=============================================*/
.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: 15px 15px;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}
.faq-box.active h4.faq-title {
    color: #24A6DF;
    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/2024/12/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/2024/12/minus.svg") !important;
}
.faq-list .faq-content{
    padding: 15px;
}
@media only screen and (min-width: 1200px){
    .faqs-section .container {
        max-width: 1140px;
    }
    .faq-list .faq-content p {
        font-size: 18px;
    }
}
@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 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;
}
.post-box-body .default-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 30px;
}
.post-box-title h3 {
    font-size: 24px;
    transition: all 0.4s;
    color: var(--dark_navy_blue);
    margin: 0;
    line-height: 1.4;
}
.post-box-title a:hover h3 {
    color: var(--blue_color);
}
.post-box-desc p {
    margin-bottom: 10px !important;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
}
/*.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
============================================================= */
.content-sec-center .content-repeater .content-box {
    text-align: center;
}
.mobile_big_content .left-content {
    margin-bottom: 16px !important;
}


/* =========================================================
Doctor New Page Css Start
============================================================= */
.container.mxw-1100 {
    max-width: 1100px;
}
.section5_wrapper {
    background-color: #093523;
    background-image: unset;
}
.banner-video iframe{
    aspect-ratio: 16/8.6;
    border-radius: 18px;
}

.doctor-page-section .doctor-image img {
    height: 100%;
    object-fit: cover;
}
.doctor-page-section .doctor-image {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
}
.doctor-page-section .doctor-box-content {
    background-color: #FDFAE8;
    border-radius: 18px;
    padding: 48px;
}
.doctor-page-section .doctor-box-content h3{
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}
.doctor-page-section .doctor-box-content p{
    color: #000;
    line-height: 1.6;
    margin-bottom: 43px;
}
.doctor-page-section .doctor-box-content p:last-child{
    margin-bottom: 0;
}
.doctor-page-section .doctor-content h2 {
    line-height: 1.1;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200.5px) {
    .common-title h2{
        font-size: 64px;
    }
    .doctor-page-section .doctor-box-content h3{
        font-size: 34px;
    }
    .doctor-page-section .doctor-box-content p{
        font-size: 22px;
    }
    .row.gy-80 > div[class*="col-"]:nth-child(2n+1) {
        padding-right: 40px;
    }
    .row.gy-80 > div[class*="col-"]:nth-child(2n+2) {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 991.5px) {
    .row.gy-80 > div[class*="col-"]:nth-child(2n+1) {
        padding-right: 20px;
    }
    .row.gy-80 > div[class*="col-"]:nth-child(2n+2) {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 575.5px) {
    .doctor-page-section .doctor-box-content{
        padding: 24px;
    }
}

.doctor-page-section .box-section {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.doctor-page-section .inner-box {
    background-color: #1D634A;
    max-width: calc(33.33% - 40px);
    width: 100%;
    padding: 24px;
    border-radius: 18px;
}
.doctor-page-section .inner-box img {
    aspect-ratio: 1 / 0.7;
    width: 100%;
}
.doctor-page-section .inner-box p{
    color: #DBEEE3;
}

@media only screen and (max-width: 991.5px) {
    .doctor-page-section .box-section {
        gap: 40px;
    }
    .doctor-page-section .inner-box {
        max-width: calc(33.33% - 26.66px);
    }
}
@media only screen and (max-width: 768.5px) {
    .doctor-page-section .box-section {
        gap: 24px;
    }
    .doctor-page-section .inner-box {
        max-width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 575.5px) {
    .doctor-page-section .inner-box {
        max-width: 100%;
    }
    .doctor-page-section .inner-box img{
        aspect-ratio: unset;
        margin-bottom: 16px;
        min-height: 100px;
        max-width: 320px;;
    }
}


.section-content h2 + p{
    margin-top: 40px;
    color: #4BBD8B;
    font-weight: 500;
}
.simple-box-row {
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
}
.simple-box-inner {
    border-radius: 18px;
    background: #D7E9F8;
    max-width: calc(25% - 33.75px);
    width: 100%;
    padding: 24px;
}
.simple-box-inner img {
    max-width: 140px;
    width: 100%;
    margin: 0 auto 28px;
}
.simple-box-inner p{
    color: #0F2240;
}
.simple-box-inner p b{
    color: inherit;
    display: block;
    margin-bottom: 36px;
}
@media only screen and (min-width: 1600px) {
    .simple-box-inner p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .simple-box-row {
        gap: 40px;
    }
    .simple-box-inner{
        max-width: calc(50% - 20px);
    }
}
@media only screen and (max-width:768.5px){
    .section-content h2 + p{
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .simple-box-row {
        gap: 24px;
    }
    .simple-box-inner{
        max-width: calc(50% - 12px);
    }
    .simple-box-inner p b{
        margin-bottom: 16px;
    }
}
@media only screen and (max-width:575.5px){
    .simple-box-inner{
        max-width: 100%;
    }
    .simple-box-inner img{
        max-width: 100px;
        margin-bottom: 20px;
    }
}

.doctor-contact-info-section{
    background-color: #093523;
}
.contact-box {
    border: 1px solid #0F2240;
    background-color: #FDFAE8;
    text-align: center;
    border-radius: 18px;
    padding: 24px;
}
.contact-box *{
    color: #0F2240;
}
.contact-box img{
    margin: 0 auto 24px;
}
.contact-box h3{
    font-size: 24px;
    margin-bottom: 4px;
}
.contact-box p{
    font-size: 16px;
}
.doctor-page-btn{
    color: #0F2240;
    font-size: 16px;
    line-height: 1;
    padding: 28px 0;
    text-align: center;
    max-width: 220px;
    width: 100%;
    margin: 24px auto 0;
    border: 1px solid #0F2240;
    border-radius: 50px;
    transition: all .5s;
}
.doctor-page-btn:hover{
    color: #fff;
    background-color: #0F2240;
}
@media only screen and (max-width: 575.5px) {
    .doctor-page-btn{
        max-width: 100%;
        padding: 16px 0;
    }
}


.latest-artical-row {
    display: flex;
    gap: 63px;
    flex-wrap: wrap;
    justify-content: center;
}
.latest-artical-row .blog-column {
    max-width: calc(33.33% - 42px);
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 16px 16px 20px;
}
span.blog-tag {
    color: #0F2240;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 8px;
    display: block;
}
.blog-column h3 a {
    color: #0F2240;
    font-size: 16px;
    margin-bottom: 8px;
}
.blog-column p{
    font-size: 14px;
    color: rgba(15, 34, 64, 0.60);
}
.artical-btn{
    margin-top: 80px;
}
.category-monthly-gab .featured-image{
    display: none;
}

@media only screen and (max-width: 1200px){
    .latest-artical-row {
        gap: 40px;
    }
    .latest-artical-row .blog-column {
        max-width: calc(33.33% - 26.66px);
    }
    .artical-btn{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 991.5px){
    .artical-btn{
        margin-top: 40px;
    }
    .latest-artical-row {
        gap: 24px;
    }
    .latest-artical-row .blog-column {
        max-width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 768.5px){
    .artical-btn{
        margin-top: 24px;
    }
    .latest-artical-row .blog-column {
        max-width: calc(100%);
    }
}
/* =========================================================
Doctor New Page Css Stop
============================================================= */



/* =========================================================
Site Map Css Start
============================================================= */



.site-map-menu {
    margin: 0;
    padding: 0;
}
.site-map-menu li a {
    color: #0A0A09;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
}
.site-map-menu li a:hover {
    color: #0068B5;
}
.site-map-menu li {
    list-style: none;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.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;
    font-size: 16px;
}
.page-id-1028 .inside-article{
    padding-top: 0px;
}
.page-id-1028 a:not([href]) {
    text-decoration: none !important;
      cursor: text !important;
}
@media only screen and (max-width: 767px){
    .page-id-1028 .ps-5{
        padding: 0px !important;
    }
}
@media (min-width: 1200px) {
    .page-id-1028 .site.container {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) {
    .page-id-1028 .site.container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    
    .page-id-1028 .site.container {
        max-width: 720px;
}
}
@media (min-width: 576px) {
    .page-id-1028 .site.container {
        max-width: 540px;
    }
}

/* =========================================================
Site Map Css Stop
============================================================= */


/* =========================================================
Footer Review Css Start
============================================================= */


.average-review {
   display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #F8F8F8;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.average-review h5 {
    color: black;
    font-size: 20px;
    font-weight: 300;
}

.average-star-img {
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}
.site-footer p {
    font-weight: 300;
}

.average-review-content p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12px;
}
.footer-review-heading-text{
	width: 100%;
    max-width: 248px;
	padding-top: 15px;
}
.footer-review-heading-text h3{
	font-size: 32px;
    line-height: 40px;
    color: black !important;
    font-weight: 400;
}
.review-icons-box{
	padding-top: 15px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.review_line {
    margin-top: 10px;
}
.review_line a {
	font-size: 16px !important;
    font-weight: 400 !important;
    color: black !important;
}
.review_line a:hover{
	color: #24A6DF !important;
}
.google-icon{
	padding-bottom: 10px;
}
.google-icon i{
	color: white;
	font-size: 20px;
}
.site-footer p a {
    all: inherit;
    display: inline;
    margin: 0 !important;
    white-space: nowrap;
    line-height: 1.7;
}

@media only screen and (max-width: 1199px){
.footer-review-heading-text h3 {
    font-size: 32px;
    line-height: 37px;
}
}
@media only screen and (max-width: 991px){
	.footer-review-heading-text {
		max-width: 222px;
	}
	.footer-review-heading-text h3 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 768px){
.review-icons-box{
	align-items: flex-start;
 }
}
@media only screen and (max-width: 575px){
.footer-review-heading-text h3 {
    font-size: 28px;
    line-height: 32px;
	}
	.footer-review-heading-text {
    max-width: 258px;
}
}
	
@media only screen and (max-width: 480px){
	.footer-review-item{
		width: 100%;
	}
	.review-icons-box{
	align-items: center;
 }
}
	
@media only screen and (max-width: 375px){
	 .footer-review-heading-text {
        max-width: 207px;
    }
	 .footer-review-heading-text h3 {
        font-size: 24px;
        line-height: 28px;
    }
}


/* Career Page CSS */
.career-page-section ul {
    list-style: disc;
    padding-left: 20px;
    margin: 24px 0;
}

.carrer-box-sec .card-body ul{
	list-style: disc;
    padding-left: 20px;
}

.carrer-step-sec ul{
	padding-left: 20px;
	margin: 0;
	list-style: disc;
}

.essential-requirement .wrapper-row{
	display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
}

.essential-requirement .wrapper-row > div{
	max-width: 100%;
	background-color: #EBFAF1;
    overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 30px;
	border-radius: 20px;
}

.essential-requirement .wrapper-row > div:before {
    position: absolute;
    content: "";
    max-width: 80%;
    width: 100%;
    min-height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E2F7EA;
    z-index: -1;
}

.essential-requirement .wrapper-row > div.long-list-col {
  	grid-column: span 2;
}

.essential-requirement .wrapper-row > div ul{
	list-style: disc;
    padding-left: 20px;
}

.essential-requirement .wrapper-row > div.long-list-col ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 30px;
}

.essential-requirement .default-btn {
    margin-left: auto;
	margin-right: auto;
}

.essential-requirement .default-btn img {
    filter: var(--navy_img_filter);
}

.essential-requirement .default-btn:hover img, .essential-requirement .default-btn:focus img {
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 768px){
	.essential-requirement .wrapper-row {
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.essential-requirement .wrapper-row > div.long-list-col ul {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.essential-requirement .wrapper-row > div.long-list-col {
		grid-column: span 1;
	}
	
	.essential-requirement .wrapper-row > div{
		margin: 0 !important;
		border: 0 !important;
		padding: 30px !important;
	}
}



/*===============================================
= Start careers Form CSS
================================================*/
.col-12 {
    max-width: 100%;
    width: 100%;
}
.step-message .form-content {
    min-height: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.step-message .form-footer {
    min-height: 60px;
    height: 100%;
}
.form-main-wrap {
    max-width: 530px;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 0 auto;
}
.form-title {
    text-align: center;
}
.form-title p {
    color: #141414;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.form-bottom p {
    margin: 20px 0 0;
    color: #83879c;
    text-align: center;
}
.form-bottom p strong {
    color: #0d223f;
}
.form-box {
    box-shadow: 0px 35px 64px -12px rgb(57 93 148 / 15%);
    border: 1px solid #E2E4E8;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.form-content {
    padding: 32px 40px 30px;
}
.form-step p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #656565;
    margin: 0;
}
.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2b2b2b;
    padding: 5px 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
button.form-btn {
    border: none;
    background-color: transparent !important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 13px 10px;
    cursor: pointer;
}
.form-btn img {
    max-width: 26px;
}
.form-btn.previous img {
    transform: rotate(180deg);
    margin-right: 5px;
}
.form-btn.next {
    margin-left: auto;
}
.form-btn.next img {
    margin-left: 5px;
}
.form-radio {
    background-color: #F2F3F7;
    border-radius: 7px;
    padding: 9px;
    margin: 15px 0 0;
    position: relative;
}
.form-radio input[type="radio"], 
.form-radio input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}
.form-radio label {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #656565;
    cursor: pointer;
    padding-left: 28px;
    margin: 0;
}
.form-radio label::before,
.form-radio label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #b5b5b5;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
}
.form-radio label::after {
    border: 6px solid #0d223f;
    opacity: 0;
}
.form-checkbox label::after {
    /*content: '\f00c';*/
    content: '';
    /*font-family: "Font Awesome 5 Pro";*/
    border: none;
    /*font-size: 14px;*/
    text-align: center;
    color: #fff;
    background-color: #0d223f;
    background-image: url(/wp-content/uploads/2025/09/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    opacity: 0;
}
.form-checkbox label::before, .form-checkbox label::after {
  border-radius: 0;
}
.form-radio input[type="radio"]:checked+label::after,
.form-radio input[type="checkbox"]:checked+label::after {
    opacity: 1;
}
.form-input .form-checkbox {
    padding: 0;
    background-color: transparent;
}
.form-input .form-checkbox label::before,
.form-input .form-checkbox label::after {
    left: 0;
    top: 4px;
}
.disclaimer-msg p a{
    color: #0d223f;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.disclaimer-msg p a:hover{
    color: #000;
}
.disclaimer-msg p {
    max-width: calc(100% - 26px);
    width: 100%;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
label.label1::before, label.label1::after {
    display: none;
}
.hide {
    display: none;
}
.form-que {
    position: relative;
}
label.label1 {
    font-weight: 500 !important;
    color: #ff0000 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 5px 0 0;
}
.form-input {
    margin: 15px 0 0;
}
.form-input input.form-control,
.select-option select,
.form-input textarea.form-control {
    background-color: #F2F3F7;
    border: 2px solid #F2F3F7;
    font-size: 16px;
    border-radius: 7px;
    padding: 9px 15px;
    position: relative;
    height: auto;
    margin: 0;
    font-weight: 500;
}
.form-input input.form-control::placeholder,
.select-option select::placeholder,
.form-input textarea.form-control::placeholder {
    color: #a5a5a5;
    font-size: 16px;
}
.form-input input.form-control:focus,
.select-option select:focus,
.form-input textarea.form-control:focus {
    border: 2px solid #0d223f;
    outline: none;
    box-shadow: none;
}
.form_sec .section_title_inner h4 {
    margin-bottom: 5px;
}
.form_sec .text-wrap.section_title_inner {
    box-shadow: 0px 0px 10px #1414145c;
    padding: 42px;
    background: #f8faff;
}
.form_sec .table{
    margin-bottom: 0px;
}
@media screen and (max-width: 1540px) {
    .cosmetic-form-sec > .elementor-container > .elementor-row {
        flex-wrap: wrap;
    }
    .cosmetic-form-sec > .elementor-container > .elementor-row > .elementor-column.elementor-col-50 {
        width: 100%;
    }
    .cosmetic-form-sec .cosmetic-form-title {
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .text-wrap h1 {
        font-size: 34px;
    }
    .form-title h2, .text-wrap h3 {
        font-size: 28px;
    }
    .form-radio label {
        font-size: 16px;
    }
    .form-radio label::before,
    .form-radio label::after {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 991px) {
    .text-wrap {
        text-align: center;
        margin: 35px 0;
        display: none;
    }
    .form-main-wrap {
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .text-wrap h1 {
        font-size: 24px;
    }
    .form-bottom p {
        font-size: 14px;
    }
    .form-step p {
            font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .form-title h2, .text-wrap h3 {
        font-size: 24px;
    }
    .form-title p {
        font-size: 18px;
    }
    .form-content {
        padding: 25px 20px;
    }
    button.form-btn,
    .form-step p,
    .form-radio label {
        font-size: 14px;
    }
    .form-footer {
        padding: 5px 12px;
    }
    .form-btn img {
        max-width: 22px;
    }
    .form-input input.form-control,
    .form-input input.form-control::placeholder,
    .select-option select,
    .select-option select::placeholder,
    .form-input textarea.form-control,
    .form-input textarea.form-control::placeholder {
        font-size: 14px;
    }
}
/* contact-us */
/*.dark-form .form-radio label,
.dark-form .disclaimer-msg p,
.dark-form .disclaimer-msg p a:hover {
    color: #d7d7d7;
}*/
.form-content-main .form-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.form-content-main .form-footer button.form-btn {
    width: 100%;
    background-color: #0d223f !important;
}
.form-content-main .form-footer .form-btn:hover,
.form-content-main .form-footer .form-btn:focus {
    background-color: #0d223f !important;
}
.form-content-main .form-input {
    margin: 0 0 24px;
    position: relative;
}
.form-content-main .form-input input.form-control, 
.form-content-main .select-option select,
.form-content-main .form-input textarea.form-control {
    width: 100%;
    border-radius: 0;
}
.form-input textarea.form-control {
    display: block;
    padding: 12px 15px;
    width: 100% !important;
}
.form-content-main .label1 {
    position: absolute;
    bottom: -18px;
    left: 0;
    margin: 0;
}
.form-input input.upload-input {
    padding: 12px 15px;
}

.careerModal .modal-content {
    padding: 24px;
    position: relative;
}
.careerModal button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.careerModal .modal-title h3 {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}
.careerModal .modal-dialog {
    max-width: 670px;
    width: calc(100% - 20px);
}
@media only screen and (max-width: 1024.99px) {
    .dialog-type-lightbox#elementor-popup-modal-30408 {
        position: fixed !important;
        height: calc(100vh - 32px) !important;
    }
}
@media only screen and (max-width: 575px) {
    .contact-team-img .elementor-spacer-inner {
        height: 50vh !important;
    }
}
/*===============================================
= End careers Form CSS
================================================*/
/*===============================================
= Start Insurances Logo CSS
================================================*/
.insurances-section .section-title{
    margin-bottom: 60px;
}
.insurances-logo-slider .slick-track {
    display: flex;
    align-items: center;
}
.insurances-img {
    padding: 0 20px;
}
.insurances-logo-slide img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}
@media only screen and (max-width: 1199.98px){
    .insurances-section .section-title{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1024.98px){
    .insurances-section .section-title{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991.98px){
    .insurances-section .section-title{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575.98px){
    .insurances-img {
        padding: 0 10px;
    }
}
/*===============================================
= End Insurances Logo CSS
================================================*/
/*===============================================
= Start Patient Form CSS
================================================*/
.contact-form-main {
    padding: 40px 30px;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.form-col {
    width: 100%;
    max-width: calc(50% - 15px);
}
.form-col.full-width {
    max-width: 100%;
}
.contact-form-main.form-content-main .form-input{
    margin: 0;
}
.disclaimer-msg a {
    font-weight: 600;
}
.disclaimer-msg p a:hover {
    color: #093523;
}
.contact-form-main .disclaimer-msg{
    margin: 0;
}
.contact-form-main .disclaimer-msg label {
    font-size: 13px;
}
.contact-form-main .disclaimer-msg p {
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px){
    .contact-form-main{
        padding: 35px 30px;
    }
}
@media only screen and (max-width: 767.98px){
    .contact-form-main{
        padding: 30px;
    }
}
@media only screen and (max-width: 700.98px){
    .contact-form-main{
        padding: 30px 20px;
    }
    .form-row {
        gap: 20px;
    }
    .form-col {
        max-width: 100%;
    }
}
.patient-text ul li {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #B2DCC3;
}
/*===============================================
= End Patient Form CSS
================================================*/


/* Naturopathic Medicine Page CSS starts */
.dark-list-section ul{
	list-style: disc;
    padding-left: 20px;
    margin: 24px 0;
}
/* Naturopathic Medicine Page CSS ends */


.default-content h2:empty {
	margin: 0 !important;
}