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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Weiss';
    src: local('Weiss-Italic'),
        url('/wp-content/themes/generatepress-child/fonts/Weiss-Italic.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/fonts/Weiss-Italic.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/fonts/Weiss-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Weiss';
    src: local('Weiss'),
        url('/wp-content/themes/generatepress-child/fonts/Weiss.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/fonts/Weiss.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/fonts/Weiss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noisy Walk';
    src: local('Noisy Walk Regular'), local('NoisyWalk-Regular'),
        url('/wp-content/themes/generatepress-child/fonts/NoisyWalk-Regular.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/fonts/NoisyWalk-Regular.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/fonts/NoisyWalk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --main_color: #a48d6c;
    --secondary_color: #303133;
    --assets_color: #a48d6c;
    --text_color: #777777;
    --black_color: #000000;
    --white_color: #ffffff;
    --primary_font: 'Weiss';
    --secondary_font: "Montserrat", sans-serif;

    --filter_main_color: brightness(0) invert(64%) sepia(2%) saturate(6560%) hue-rotate(358deg) brightness(91%) contrast(69%);
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--secondary_font);
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 0px;
}
a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
a[href^="tel:"] {
    white-space: nowrap;
}
img{
    max-width: 100%;
    height: auto;
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--primary_font);
    color: var(--main_color);
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;    
    font-weight: 400;
    line-height: 1.2;
}
li,
p{
    font-size: 16px;
    line-height: 1.75;
    color: var(--text_color);
}
p a{
    display: inline;
    color: inherit;
}
p:not(:last-child){
    margin-bottom: 12px;
}
.heading2{
    font-size: 30px;
    font-family: var(--primary_font);
}
section h1{
    font-size: 30px;
	font-family: var(--primary_font);
}
.heading3{
    font-size: 24px;
    font-family: var(--primary_font);
}
@media only screen and (max-width: 768.5px){
    .heading2{
        font-size: 28px;
    }
    section h1{
        font-size: 28px;
    }
    .heading3{
        font-size: 20px;
    }
}
/****** Container css ******/

body:not(.single-post) .site.grid-container{
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.site-content{
    width: 100% !important;
    display: inherit !important;
}
.container-right {
    max-width: calc(50% + 700px);
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
    body .container, body .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 576px) {
    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px) {
    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
    .container-right {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    body .container,
    body .grid-container {
        max-width: 920px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 460px);
    }
}
@media only screen and (min-width: 992px) {
    body .container,
    body .grid-container {
        max-width: 960px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 480px);
    }
}
@media only screen and (min-width: 1200px) {
    body .container,
    body .grid-container {
        max-width: 1140px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 570px);
    }
}
@media only screen and (min-width: 1300px) {
    body .container,
    body .grid-container {
        max-width: 1210px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 605px);
    }
}

/****** section_padding css ******/
.section_padding {
    padding: 100px 0;
}
.section_margin {
    margin: 100px 0;
}
@media only screen and (max-width: 1700px) {
    .section_padding {
        padding: 80px 0;
    }
    .section_margin {
        margin: 80px 0;
    }
}
@media only screen and (max-width: 1440px) {
    .section_padding {
        padding: 70px 0;
    }
    .section_margin {
        margin: 70px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .section_padding {
        padding: 60px 0;
    }
    .section_margin {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .section_padding {
        padding: 50px 0;
    }
    .section_margin {
        margin: 50px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .section_padding {
        padding: 40px 0;
    }
    .section_margin {
        margin: 40px 0;
    }
}
@media only screen and (min-width: 1099px){
    .mxw-1024{
        max-width: 1024px !important;
    }
}
/* ------------------------------  Coomon-Button---------------------------- */
.btn-wrap {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 6px;
}
.default-btn {
    margin-top: 36px;
    color: #ffffff !important;
    background-color: #a48d6c !important;
    border: 1px solid  #a48d6c !important;
    box-shadow: 0 4px 10px -5px rgb(0 0 0 / .6) !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 10px 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.default-btn:hover{
    color: #a48d6c !important;
    background-color: transparent !important;
    animation: blow .5s linear;
}
.default-btn img{
    transition: all .5s;
}
.default-btn:hover img{
    filter: var(--filter_main_color);
}
@keyframes blow {
    from{
        outline: 1px solid rgba(164, 141, 108, 1);
        outline-offset: 0px;

    }
    to{
       outline: 1px solid rgba(164, 141, 108, .1);
       outline-offset: 15px;
    }
}
/*   White Btn */
.default-btn.white-btn {
    color: #fff !important;
    border: 1px solid #fff !important;
    outline-color: #fff;
}
.default-btn.white-btn:hover{
    animation: whiteBlow .5s linear;
}
.default-btn.white-btn img{
    filter: unset !important
}
@keyframes whiteBlow {
    from{
        outline: 1px solid rgba(255, 255, 2855, 1);
        outline-offset: 0px;

    }
    to{
       outline: 1px solid rgba(255, 255, 2855, .1);
       outline-offset: 15px;
    }
}
@media only screen and (max-width: 768px){
    .default-btn{
        margin-top: 24px;
    }
}
@media only screen and (max-width: 575px){
    .default-btn{
        max-width: 100% !important;
        width: 100% !important;
        padding: 10px;
    }
}
/* ============== Common Title ================= */
.common-title h2,
.common-title h3 {
    margin-bottom: 36px;
}
.border-hr {
    position: relative;
    padding-bottom: 8px;
}
.border-hr:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #eaeaea;
}
.white-content *{
    color: var(--white_color);
}

.common-listing {
    padding-left: 18px;
    list-style: disc;
}
.common-listing:not(:last-child) {
    margin-bottom: 18px;
}
.common-listing li:not(:last-child) {
    margin-bottom: 18px;
}
.simple-content-section.text-center .btn-wrap {
    justify-content: center;
}
@media only screen and (max-width: 768px){
    .common-title h1,
    .common-title h2,
    .common-title h3{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px){
    .common-listing:not(:last-child) {
        margin-bottom: 12px;
    }
    .common-listing li:not(:last-child) {
        margin-bottom: 12px;
    }
}
.grey-bg{
    background-color: #f7f7f7;
}
/* ============================================
=========  Header Css Start 
===============================================*/
.text-slider {
    padding: 6px 30px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
}
.text-slider p{
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.site-header {
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    transition: all .5s;
}
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    animation: fade-down .5s linear;
}
@keyframes fade-down {
    from{
        top: -100px;
    }
    to{
        top: 0;
    }
}
/* .site-header.sticky .main-navigation{
    margin-top: -100%;
} */
.inside-header{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding-top: 10px;
}
.inside-navigation.grid-container {
    max-width: 100%;
    justify-content: center;
}
.main-navigation {
    width: 100%;
    background: var(--main_color);
    margin-top: 10px;
    transition: all .5s;
}
.main-navigation ul ul{
    width: max-content;
}
.main-nav ul li a {
    color: var(--black_color);
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px !important;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.7 !important;
    transition: all .5s;
}
.main-nav ul li a:hover{
    text-decoration: underline;
}
.header_toggle_line span {
    width: 40px;
    height: 2px;
    background: #303133;
    display: block;
    margin: 8px 0;
    transition: all .5s;
}
.header_toggle_line span:first-child {
    width: 30px;
}
.header_toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 0 30px;
    position: relative;
    z-index: 999;
}
.header_toggle.active span{
    margin: 0;
    background: var(--main_color);
}
.header_toggle.active .first-line {
    display: none;
}
.header_toggle.active .second-line {
    transform: rotate(45deg) translateY(1.5px);
}
.header_toggle.active .third-line {
    transform: rotate(-45deg) translateY(-1.5px);
}
.header_toggle p {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--secondary_color);
}
.header_toggle.active p{
    color: var(--main_color);
}
.body-of-hidden {
    overflow: hidden;
}
.all_location_menu {
    position: fixed;
    width: 100%;
    height: 0;
    overflow: auto;
    top: 0;
    left: 0;
    background: #161616;
    z-index: 999;
    background-image: url(/wp-content/uploads/2025/07/header-location-menu-bg-img.webp);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
}
.all_location_menu.active{
    height: 100vh;
}
.location_menu_row{
    display: flex;
    justify-content: flex-end;
    padding: 60px 0;
}
.location_menu_row > * {
    max-width: 30%;
    width: 100%;
    padding: 0 60px;
}
.location_menu_row > *:not(:first-child){
    border-left: 1px solid var(--main_color);
}
.location-item {
    margin-bottom: 20px;
}
.location-item h3 {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    font-family: var(--secondary_font);
    color: var(--main_color);
}
.location-item p{
    font-size: 14px;
    list-style: 1.7;
    color: var(--main_color);
    font-weight: 500;
    margin-bottom: 0;
}
.location-item p a{
    font-weight: 400;
    color: inherit;
}
.location-item p:last-child a{
    text-decoration: underline;
}
.location_menu_row .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location_menu_row .menu a {
    color: #a48d6c !important;
    font-size: 22px !important;
    line-height: 1.2em;
    position: relative;
    padding: 5px 0;
    overflow: hidden;
}
.location_menu_row .menu a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 4px;
    left: 0;
    background: var(--main_color);
    transition: all .5s;
}
.location_menu_row .menu a:hover:before{
    width: 100%;
}


ul.header-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 101;
    padding: 0 30px;
}
ul.header-btn > li{
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary_color);
}
ul.header-btn > li > a{
  color: inherit;
}
ul.header-btn > li:not(:first-child){
  padding-left: 14px;
  margin-left: 14px;
  border-left: 1px solid var(--secondary_color);
}
.call_dropdown{
  position: relative;
}
.call_dropdown img{
    cursor: pointer;
}
.call_dropdown .dropdown_list {
    margin: 0;
    padding: 10px;
    position: absolute;
    right: -20px;
    width: 270px;
    top: calc(100% + 8px);
    background: var(--white_color);
    box-shadow: 0px 0px 20px 1px #aaa;
    display: none;
}
.call_dropdown .dropdown_list.open{
  display: block;
}
.call_dropdown .dropdown_list li{
  font-size: 15px;
  line-height: 1.;
}
.call_dropdown .dropdown_list li a{
  color: var(--main_color);
}
span.dropdown-menu-toggle {
    display: none !important;
}

@media only screen and (max-width: 1500px){
    .main-nav ul li a{
        font-size: 12px;
        padding: 5px 11px !important;
    }
}
@media only screen and (max-width: 1300px){
    .header-btn,
    .main-navigation{
        display: none !important;
    }
    .header_toggle{
        padding: 0;
        padding-left: 16px;
        order: 1;
    }
    .header_toggle p{
        display: none;
    }
    .inside-header{
        padding: 10px 30px;
        flex-wrap: nowrap !important;
    }
    .location_menu_row > *{
        max-width: 40%;
        padding: 0 30px ;
    }
}
@media only screen and (max-width: 768px){
    .text-slider p{
        font-size: 15px;
    }
    .site-logo{
        max-width: 200px;
        word-wrap: 100%;
    }
    .location_menu_row > *{
        max-width: 50%;
    }
    .all_location_menu{
        background-image: unset;
    }
    .location_menu_row{
        padding: 40px 0;
    }
    /* .all_location_menu{
        top: 89px;
    }
    .all_location_menu.active{
        height: calc(100vh - 89px);
    } */
    ul.header-btn{
        display: block !important;
        position: fixed;
        bottom: 54px;
        left: 10px;
        padding: 0 !important;
    }
    ul.header-btn > li:first-child{
        display: none;
    }
    ul.header-btn li.call_dropdown{
        margin: 0;
        padding: 0px;
        border-radius: 4px;
        background-color: var(--main_color);
        border: 0 !important;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.header-btn li.call_dropdown:hover{
        animation: blow .5s linear;
    }
    ul.header-btn li.call_dropdown img{
        filter: brightness(0) invert(1);
        width: 12px;
    }
    .call_dropdown .dropdown_list{
        right: unset;
        top: unset;
        left: 10px;
        bottom: calc(100% + 4px)
    }

}
@media only screen and (min-width: 575px){
    .location_menu_row .menu {
        position: sticky;
        top: 20px;
        height: fit-content;
    }
    .text-slider p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px){
    .location_menu_row{
        flex-wrap: wrap;
        gap: 30px;
    }
    .location_menu_row > *{
        max-width: 100%;
    }
    .location_menu_row > *{
        border: 0 !important;
    }
    
}
/* ============================================
=========  Header Css Stop 
===============================================*/
/* ============================================
=========  Footer Css Start 
===============================================*/
.site-footer {
    background-color: #27282d;
    padding: 70px 30px 30px;
    text-align: center;
}
.site-info{
    display: none;
}
.inside-site-info.grid-container, 
.footer-widgets-container.grid-container {
    padding: 0;
}
.widget_custom_html h2 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 100 !important;
}
a.footer-btn {
    font-size: 18px !important;
    padding: 16px 47px 16px 47px !important;
}
.site-footer .footer-widgets-container .inside-footer-widgets{
    margin: 0 !important;
}
.site-footer .footer-widgets-container .inner-padding{
    padding: 0 !important;
}
aside#custom_html-3 {
    margin: 36px 0 !important;
    display: inline-block;
    width: 100%;
}
aside#custom_html-3 h2,
aside#custom_html-4 h2{
    font-size: 18px !important;
    margin-bottom: 15px;
}
.policy-list,
.social-media-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.social-media-list img{
    width: 18px;
    height: 18px;
    transition: all .5s;
}
.social-media-list img:hover{
    opacity: .8;
}
.policy-list a {
    padding: 3px 15px !important;
    font-size: 10px;
    text-align: center;
    color: #777777 !important;
    border: 1px solid #777777;
    max-width: 120px;
    width: 100%;
    transition: all .5s;
}
.policy-list a:hover{
    color: #fff !important;
    background-color: #777777;
}
.copyright-bar {
    margin-top: 55px !important;
    display: inline-block;
}
.copyright-bar a {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    transition: all .5s;
}
.copyright-bar a:hover {
    color: var(--white_color);
}
.footer-sticky-element {
    padding: 10px;
    background: var(--main_color);
}
.sticky-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-list a {
    padding: 0 15px;
    color: #fff !important;
    font-weight: 100 !important;
    font-size: 24px;
    font-weight: 200 !important;
    line-height: 1;
}
.sticky-list a:not(:first-child) {
    border-left: 1px solid var(--black_color);
}
@media only screen and (max-width: 768px){
    .site-footer{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    #custom_html-2.widget_custom_html h2{
        font-size: 24px;
    }
    .footer-sticky-element{
        position: sticky;
        bottom: 0;
        z-index: 999;
    }
    /* .sticky-list a{
        font-size: 20px;
    } */
}
@media only screen and (max-width: 575px){
    a.footer-btn{
        width: 100%;
        padding: 16px !important;
        margin-top: 20px;
        font-size: 16px !important;
    }
    aside#custom_html-3{
        margin-top: 0;
    }
}
/* ============================================
=========  Footer Css Stop 
===============================================*/

/* ============================================
=========  Banner Css Start 
===============================================*/
.banner-section{
    overflow: hidden;
}
.banner-image-slider img{
    width: 100%;
    height: 100%;
}
.banner-image-slider .swiper-pagination{
    bottom: -20px !important;
    transition: all .5s;
}
.banner-section:hover .swiper-pagination{
    bottom: 10px !important;
}
.banner-image-slider .swiper-pagination .swiper-pagination-bullet {
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    background: var(--white_color);
    opacity: 0.5;
    width: 8px;
    height: 8px;
    transform: scale(.8);
    border-radius: 0 !important;
}
.banner-image-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    transform: scale(1);
    background-color: var(--assets_color) !important;
}


.banner-image-slider .swiper-button-prev,
.banner-image-slider .swiper-button-next {
    color: #ffffff !important;
    background-color: #a48d6c !important;
    border-color: #a48d6c !important;
    box-shadow: 0 4px 10px -5px rgb(0 0 0 / 60%) !important;
    width: 36px;
    height: 90px;
    transition: all .5s;z-index: 11;
}
.banner-image-slider .swiper-button-prev{
    left: -40px !important;
}
.banner-image-slider .swiper-button-next{
    right: -40px !important;
}
.banner-section:hover .swiper-button-prev{
    left: 0 !important;
}
.banner-section:hover .swiper-button-next{
    right: 0 !important;
}
.banner-image-slider .swiper-button-prev:after,
.banner-image-slider .swiper-button-next:after {
    content: "" !important;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/07/left-arrow-icon.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.banner-image-slider .swiper-button-next:after{
    transform: rotateY(180deg);
}

@media only screen and (max-width: 768px){
    .banner-image-slider .swiper-button-prev,
    .banner-image-slider .swiper-button-next{
        display: none !important;
    }
}
/* ============================================
=========  Banner Css Stop 
===============================================*/

/* ============================================
=========  Patient Exp Section Css Start 
===============================================*/
.patient-exp-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 24px;
}
.patient-exp-col {
    max-width: calc(50% - 18px);
    width: 100%;
}
.patient-video iframe {
    aspect-ratio: 3 / 4;
    display: block;
    max-width: 410px;
    width: 100%;
}
.patient-review p {
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    color: #303133;
    position: relative;
}
.patient-review p:before,
.patient-review p:after {
    content: "";
    width: 8px;
    height: 12px;
    background-image: url("/wp-content/uploads/2025/07/quote-icon.svg");
    background-size: contain;
    display: inline-block;
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .8;
}
.patient-review p:before{
    margin-right: 4px;
    transform: rotateY(-180deg);
}
.patient-review p:after{
    margin-left: 4px;
}
.patient-name {
    font-size: 14px;
    display: block;
    margin-top: 27px;
    text-align: center;
    color: #303133;
}

.patient-review-slider .swiper-pagination{
    position: unset;
    margin-top: 50px;
}
.patient-review-slider .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    background-color: rgba(25, 27, 30, 0.25);
    border-radius: 0;
}
.patient-review-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #a48d6c !important;
    opacity: 1;
}


@media only screen and (max-width: 768px){
    .patient-review p{
        font-size: 16px;
    }
    .patient-name{
        margin-top: 20px;
    }
    .patient-review-slider .swiper-pagination{
        margin-top: 24px;
    }
}
@media only screen and (max-width: 575px){
    .patient-exp-col{
        max-width: 100%;
    }
    .patient-video iframe{
        margin: 0 auto;
    }
}
/* ============================================
=========  Patient Exp Section Css Stop 
===============================================*/
/* ============================================
=========  Avg Review Section Css Start 
===============================================*/
.avg-review-box-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 24px;
}
.avg-review-box {
    max-width: calc(50% - 18px);
    width: 100%;
    text-align: center;
}
.avg-review-box img {
    border-radius: 16px;
    box-shadow: 0 20px 60px -30px rgb(0 0 0 / .45);
    max-width: 410px;
    width: 100%;
}
@media only screen and (max-width: 575px){
    .avg-review-box{
        max-width: 100%;
    }
    .avg-review-box img{
        max-width: 250px;
    }
}
/* ============================================
=========  Avg Review Section Css Stop 
===============================================*/
/* ============================================
=========  Before After Section Css Start 
===============================================*/
.before-after-box {
    max-width: calc(100% - 140px);
    width: 100%;
    margin: 0 auto;
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 70px;
    row-gap: 24px;
    background-color: var(--main_color);
}
.before-after-col {
    max-width: calc(50% - 35px);
    width: 100%;
}
.before-after-slider{
    margin-bottom: 0;
    overflow: hidden;
}
.before-after-slider .swiper-pagination{
    bottom: -20px;
    transition: all .5s;
}
.before-after-slider:hover .swiper-pagination{
    bottom: 10px;
}
.before-after-slider .swiper-pagination .swiper-pagination-bullet {
    /* box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2); */
    background: var(--white_color);
    opacity: 0.5;
    width: 8px;
    height: 8px;
    transform: scale(.8);
    border-radius: 0;
}
.before-after-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    transform: scale(1);
    background-color: var(--assets_color) !important;
}
.before-after-slider .swiper-button-prev,
.before-after-slider .swiper-button-next{
    /* color: #ffffff !important; */
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0 4px 10px -5px rgb(0 0 0 / 60%) !important;
    width: 36px;
    height: 90px;
    transition: all .5s;z-index: 11;
}
.before-after-slider .swiper-button-prev{
    left: -40px !important;
}
.before-after-slider .swiper-button-next{
    right: -40px !important;
}
.before-after-slider:hover .swiper-button-prev{
    left: 0 !important;
}
.before-after-slider:hover .swiper-button-next{
    right: 0 !important;
}
.before-after-slider .swiper-button-prev:after,
.before-after-slider .swiper-button-next:after{
    content: "" !important;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/07/left-arrow-icon.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    filter: brightness(0);
}
.before-after-slider .slick-arrow.swiper-button-next:after{
    transform: rotateY(180deg);
}





.before-after-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}
.before-after-slider .swiper-slide:hover img {
    transform: scale(1.1);
}
.before-after-slider .swiper-slide img {
    transition: all .5s;
}
.before-after-slider .swiper-slide:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}
.before-after-slider .swiper-slide:hover:after{
    opacity: 1;
}
@media only screen and (max-width: 1200px){
    .before-after-box {
        max-width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 991px){
    .before-after-box {
        max-width: calc(100% - 60px);
        padding: 30px;
        column-gap: 40px;
    }
    .before-after-col {
        max-width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 768px){
    .before-after-box {
        max-width: 100%;
    }
    .before-after-col{
        max-width: 100%
    }
    .before-after-slider .swiper-button-prev{
        left: 0px !important;
    }
    .before-after-slider .swiper-button-next{
        right: 0px !important;
    }
}
/* ============================================
=========  Before After Section Css Stop 
===============================================*/
/* ============================================
=========  Visualization Section Css Start 
===============================================*/
.visualization-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.visualization-img {
    max-width: 350px;
    width: 100%;
}
.visualization-img a {
    color: #777;
    font-size: 15px;
    text-align: center;
    margin-top: 24px;
    word-break: break-all;
}
.visualization-content {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px){
    .visualization-row{
        flex-wrap: wrap;
        gap: 24px;
    }
    .visualization-content{
        max-width: 100%;
    }
}

/* ============================================
=========  Visualization Section Css Stop 
===============================================*/
/* ============================================
=========  Services Section Css Start 
===============================================*/
.service-tab-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 24px;
}
ul.services-tabs {
    max-width: 230px;
    width: 100%;
}
.services-tabs li {
    border-right: 2px solid #d8d8d8 !important;
    padding: 9px 23px 9px 0;
    font-size: 22px !important;
    padding-left: 15px !important;
    font-family: var(--primary_font) !important;
    line-height: normal;
    cursor: pointer;
    color: #303133;
}
.services-tabs li.active-tab {
    color: var(--main_color);
    border-color: #a48d6c !important;
}
.services-tab-content {
    max-width: calc(100% - 230px - 36px);
    width: 100%;
}
.services-tab-content .service-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
}
.services-tab-content .service-item .service-image {
    max-width: calc(66.66% - 18px);
    width: 100%;
}
.services-tab-content .service-item .service-content {
    max-width: calc(33.33% - 18px);
    width: 100%;
}
.service-item{
    display: none !important;
}
.service-item.active-tab{
    display: flex !important;
}

@media only screen and (max-width: 991px) {
    .services-tab-content .service-item{
        flex-direction: column;
        gap: 24px;
    }
    .services-tab-content .service-item .service-image,
    .services-tab-content .service-item .service-content {
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .service-tab-row{
        flex-direction: column;
    }
    ul.services-tabs,
    .services-tab-content{
        max-width: 100%;
    }
    ul.services-tabs{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    ul.services-tabs li{
        background-color: #f1f1f1;
        padding: 4px 16px;
    }
    ul.services-tabs li:hover,
    ul.services-tabs li.active-tab{
        background-color: var(--main_color);
        color: var(--white_color);
    }
}
@media only screen and (max-width: 575px){
    .services-tabs li{
        font-size: 18px !important;
        width: 100%;

    }
}
/* ============================================
=========  Services Section Css Stop 
===============================================*/
/* ============================================
=========  Dentist Team Section Css Stop 
===============================================*/
.meet-team-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 24px;
}
.meet-team-row .meet-team-box {
    max-width: calc(50% - 18px);
    width: 100%;
}
@media only screen and (max-width: 991px){
    .meet-team-row .meet-team-box {
        max-width: 100%;
        width: 100%;
    }
}
/* ============================================
=========  Dentist Team Section Css Stop 
===============================================*/
/* ============================================
=========  Blog Section Css Start 
===============================================*/
.recent-posts {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.recent-posts .single-post {
    max-width: calc(33.33% - 24px);
    width: 100%;
}
.post-thumbnail {
    margin-bottom: 36px;
}
.post-title {
    font-size: 18px;
    color: #303133;
    margin-bottom: 9px;
    font-weight: 600;
}
.post-title a{
    color: inherit;
}
.post-date {
    font-size: 12px !important;
    margin-bottom: 9px;
    font-weight: 600;
    color: #303133;
}
.post-content p {
    color: #777;
    font-size: 15px;
}
.post-content p a{
    display: none !important;
}
.read-more-button.default-btn {
    margin-top: 12px;
    padding: 9px 25px;
}
@media only screen and (max-width: 991px){
    .recent-posts{
        gap: 24px;
    }
    .recent-posts .single-post {
        max-width: calc(50% - 12px);
    }
    .post-thumbnail{
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 600px){
    .recent-posts .single-post {
        max-width: 100%;
    }
    .post-thumbnail{
        margin-bottom: 16px;
    }
}
/* ============================================
=========  Blog Section Css Stop 
===============================================*/
/* ============================================
=========  PAtient Saftey Section Css Start 
===============================================*/
.icon-box-row {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.icon-box-row .icon-box {
    max-width: calc(33.33% - 24px);
    width: 100%;
}
.icon-box-row .icon-box img {
    margin-bottom: 32px;
}
.icon-box-row .icon-box h3 {
    margin-bottom: 15px;
}
@media only screen and (max-width: 991px){
    .icon-box-row {
        gap: 24px;
    }
    .icon-box-row  .icon-box {
        max-width: calc(50% - 12px);
    }
    .icon-box-row .icon-box img {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 575px){
    .icon-box-row  .icon-box{
        max-width: 100%;
    }
    .icon-box-row .icon-box img{
        margin-bottom: 16px;
    }
    .icon-box-row .icon-box h3{
        margin-bottom: 12px;
    }
}
/* ============================================
=========  PAtient Saftey Section Css Stop 
===============================================*/
/* ============================================
=========  FAQs Section Css Start 
===============================================*/
.faq-box:first-child .faq-title{
    border-top: 1px solid #eaeaea;
}
.faq-title {
    font-weight: 500;
    font-family: var(--secondary_font) !important;
    letter-spacing: .1em;
    font-size: 16px;
    color: #303133;
    padding: 18px 30px 18px 0;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s;
    position: relative;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.faq-title:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2025/07/faq-plus-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 25px;
    right: 0;
    /* transform: rotate(45deg); */
    transition: all .5s;
}
/* h3.faq-title:hover:after{
    animation: blow .5s linear;
} */
.faq-box.active h3.faq-title:after{
    transform: rotate(45deg);
}
.faq-box.active h3.faq-title,
.faq-title:hover {
    color: #777;
}
.faq-content {
    padding: 36px 0;
    display: none;
    border-bottom: 1px solid #eaeaea;
}
.faq-content p{
    color: #777;
    font-size: 16px;
}
.faq-box.active .faq-content {
    display: block;
}
@media only screen and (max-width: 768px){
    .faq-content {
        padding: 18px 0;
    }
}
/* ============================================
=========  FAQs Section Css Stop 
===============================================*/

/* Popup Css */
.extra-content-popup .modal-dialog {
    max-width: 920px;
    width: calc(100% - 20px);
    margin: 10px auto;
    height: calc(100% - 20px) !important;
    border-radius: 0 !important;
}
.extra-content-popup .common-listing li:not(:last-child) {
    margin-bottom: 4px !important;
}
.extra-content-popup .popup-content .heading3{
    color: var(--main_color);
}
.extra-content-popup .modal-content{
	border-radius: 0 !important;
}
.extra-content-popup .popup-content p b,
.extra-content-popup .popup-content p strong {
    color: var(--black_color);
    font-weight: 500;
}
.extra-content-popup .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    padding: 0;
    z-index: 11;
    outline: none !important;
    box-shadow: none !important;
}