/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name:   GeneratePress Child
Theme URI:    http://example.com/generatepress-child/
Description:  GeneratePress Child Theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com/
Template:     generatepress
Version:      3.5.1
Text Domain:  generatepresschild
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* font-family: "Poppins", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600;700&display=swap');
/*font-family: "Gelasio", serif;*/
@font-face {
    font-family: 'Avenir';
    font-display: swap;
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
}
/*@font-face {
    font-family: 'Didot';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Didot.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Didot.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot.svg#Didot') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Didot';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Didot-Bold.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Didot-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot-Bold.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot-Bold.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot-Bold.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Didot-Bold.svg#Didot-Bold') format('svg');
    font-weight: bold;
}*/



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body {
    overflow-x: hidden !important;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
h1, h2, h3{
    font-family: Gelasio;
}
h1,
h2,
h3,
h4,
h5,
h6,
body p {
    margin-bottom: 0;
    padding: 0;
}
body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #44616E;
    font-family: 'Poppins'!important;
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
p:empty {
    display: none;
}
p a{
    color: #0DB3BD;
    font-weight: 500;
    vertical-align: top;
}
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-weight: 600;
    color: red;
    position: absolute;
    bottom: -16px;
    font-size: 11px;
    left: 0;
}
body h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    color: #444950;
    margin-bottom: 0;
    text-transform: uppercase;
}
body h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #444950;
    font-family: Gelasio;
    margin-bottom: 0;
    text-transform: uppercase;
}
body.home h3{
    font-family: 'Poppins', sans-serif;
}
body h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: #0DB3BD;
}
@media only screen and (max-width: 1199px){
    body h3{
        font-size: 30px;
    }
    body h4{
        font-size: 28px;
    }
}
@media only screen and (max-width: 1024px){
    body h2{
        font-size: 40px;
    }
    body h3{
        font-size: 28px;
    }
    body h4{
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px){
    body h2{
        font-size: 34px;
    }
    body h3{
        font-size: 25px;
    }
    body h4{
        font-size: 23px;
    }
}
@media only screen and (max-width: 767px){
    body h2{
        font-size: 26px;
    }
    body h3{
        font-size: 22px;
    }
    body h4{
        font-size: 20px;
    }
}
/****** Container css ******/
@media only screen and (max-width: 991px) and (min-width: 767px) {
    body .container{
        padding: 0 20px;
    }
}
@media only screen and (min-width: 576px){
   body .container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px){
   body .container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container{
        max-width: 920px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px){
    body .container{
        max-width: 960px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px){
    body .container{
        max-width: 1140px;
        width: 100%;
    }
}
@media only screen and (min-width: 1300px){
    body .container{
        max-width: 1210px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px){
    body .container{
        max-width: 1320px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px){
    body .container{
        max-width: 1520px;
        width: 100%;
    }
}
@media only screen and (min-width: 1800px){
    body .container{
        max-width: 1720px;
        width: 100%;
    }
}
@media only  screen and (min-width : 1500px){
    body .mxw-1500{
        max-width: 1500px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px){
    body .mxw-1024{
        max-width: 1024px;
    }
}
.number-listing{
    margin: 0;
}
.common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.number-listing li{
    font-size: 18px;
    padding-left: 6px;
}
.number-listing li:not(:last-child),
.common-listing li:not(:last-child){
    margin-bottom: 16px;
}
.number-listing li::marker {
    width: 20px;
    font-size: 20px;
}
.common-listing li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    aspect-ratio: 1;
    background-color: #0DB3BD;
    border-radius: 50%;
    top: 8px;
}
@media only screen and (max-width: 768px){
    .number-listing li,
    .common-listing li{
        font-size: 16px;
    }
}
/****** Container css ******/
.site-content{
    display: inherit;
}
.site-content .content-area {
    width: 100%;
}
.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: 991px){
    .section_padding{
        padding: 60px 0;
    }
    .section_margin{
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767px){
    .section_padding{
        padding: 50px 0;
    }
    .section_margin{
        margin: 50px 0;
    }
    body .container-fluid,
    body .container {
        padding: 0 30px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .section_padding{
        padding: 40px 0;
    }
    .section_margin{
        margin: 40px 0;
    }
}
.site.grid-container.container {
    padding: 0;
    max-width: 100% !important;
}
/* default-typeing */
.common-title {
    padding-bottom: 60px;
}
.common-title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #44616E;
    padding-top: 40px;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 15px auto 0;
    display: block;
}
.common-title p::before{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background-color: #0DB3BD;
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.default-btn {
    background: #0DB3BD;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0DB3BD;
    font-family: 'Avenir';
    white-space: nowrap;
    margin-top: 32px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
}
a.default-btn:hover, a.default-btn:focus,
button.default-btn:hover, button.default-btn:focus {
    background-color: transparent;
    color: #0DB3BD;
}
.default-btn:hover img, .default-btn:focus img {
    -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(35%) saturate(4523%) hue-rotate(141deg) brightness(91%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(63%) sepia(35%) saturate(4523%) hue-rotate(141deg) brightness(91%) contrast(90%);
}
.default-btn.border-btn {
    color: #0DB3BD;
    background-color: transparent;
    margin-left: 32px;
}
.default-btn.border-btn:hover, .default-btn.border-btn:focus{
    color: #fff;
    background-color: #0DB3BD;
}
@media only screen and (max-width: 1199px){
    .common-title{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px){
    .common-title{
        padding-bottom: 40px;
    }
    .common-title p{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 768px){
    .common-title{
        padding-bottom: 30px;
    }
    .common-title p{
        font-size: 16px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 575px){
    .common-title p{
        padding-top: 15px;
    }
    .default-btn {
        letter-spacing: unset;
        font-size: 14px !important;
        padding: 12px 0 !important;
        width: 100%;
        margin-top: 20px;
    }
}
/*Slider Arrow Design*/
.meet-team-slider .slick-arrow,
.review-slider .slick-arrow,
.page-image-slider .slick-arrow,
.before-after-slider .slick-arrow {
    z-index: 11;
    width: 50px;
    height: 25px;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 0 !important;
}
.meet-team-slider .slick-arrow::before,
.review-slider .slick-arrow::before,
.page-image-slider .slick-arrow::before,
.before-after-slider .slick-arrow::before {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    background-image: url("/wp-content/uploads/2024/03/arrow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 25px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.meet-team-slider .slick-arrow.slick-next::before,
.review-slider .slick-arrow.slick-next::before,
.page-image-slider .slick-arrow.slick-next::before,
.before-after-slider .slick-arrow.slick-next::before {
    content: "";
    background-image: url("/wp-content/uploads/2024/03/arrow-right.svg");
}
@media only screen and (min-width: 1200px){
    .meet-team-slider .slick-prev,
    .review-slider .slick-prev,
    .page-image-slider .slick-prev,
    .before-after-slider .slick-prev {
        left: -35px;
    }
    .meet-team-slider .slick-next,
    .review-slider .slick-next,
    .page-image-slider .slick-next,
    .before-after-slider .slick-next {
        right: -35px;
    }    
}
@media only screen and (max-width:1199px) {
    .meet-team-slider .slick-arrow,
    .meet-team-slider .slick-arrow::before,
    .review-slider .slick-arrow,
    .review-slider .slick-arrow::before,
    .page-image-slider .slick-arrow,
    .page-image-slider .slick-arrow::before,
    .before-after-slider .slick-arrow,
    .before-after-slider .slick-arrow::before{
        width: 40px;
        height: 20px;
    }
}
@media only screen and (max-width: 991px){
    .meet-team-slider .slick-arrow,
    .meet-team-slider .slick-arrow::before,
    .review-slider .slick-arrow,
    .review-slider .slick-arrow::before,
    .page-image-slider .slick-arrow,
    .page-image-slider .slick-arrow::before,
    .before-after-slider .slick-arrow,
    .before-after-slider .slick-arrow::before{
        width: 25px;
        height: 15px;
    }
    .meet-team-slider .slick-prev,
    .review-slider .slick-prev,
    .page-image-slider .slick-prev,
    .before-after-slider .slick-prev {
        left: -20px;
    }
    .meet-team-slider .slick-next,
    .review-slider .slick-next,
    .page-image-slider .slick-next,
    .before-after-slider .slick-next {
        right: -20px;
    }
}
/*Slider Arrow Design*/
/* =========================================================
== Header Css Start
============================================================ */
.site-header{
    z-index: 999;
    position: relative;
    /* overflow: hidden; */
}
.inside-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.inside-header{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
/*.inside-header .site-logo {
    max-width: 200px;
    width: 100%;
}*/
.main-navigation.sub-menu-right {
    width: 100%;
}
.main-navigation .inside-navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
}
.main-navigation .main-nav ul li a {
    position: relative;
    color: #0DB3BD !important;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px;
}
/*.main-navigation .main-nav ul li.current-menu-item a:before {
    position: absolute;
    content: "";
    background-color: #0DB3BD;
    width: 60%;
    height: 2px;
    border-radius: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: centre bottom;
    transition: all .5s;
    animation : menuHover 1s linear;
}
@keyframes menuHover {
    0%{
        transform: translateX(-50%) scale(0);
    }
    100%{
        transform: translateX(-50%) scale(1);
    }
}*/
.main-navigation .main-nav ul.sub-menu li.current_page_item a {
    color: #fff !important;
    background-color: #0DB3BD;
}
.main-navigation #menu-primary-menu-header-menu > li.current-menu-item > a {
    color: #444950 !important;
    font-weight: 500;
}
.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.main-navigation{
    background-color: unset !important;
}
button.menu-toggle .gp-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    height: 48px;
    aspect-ratio: 1;
    border: 2px solid #0DB3BD;
    border-radius: 4px;
}
button.menu-toggle .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    margin-bottom: 4px;
    color: #0DB3BD;
}
.mobile-menu-control-wrapper .menu-toggle {
    padding-right: 0 !important;
}
nav#site-navigation.toggled {
    position: absolute;
    top: 100%;
    margin-top: 0 !important;
    width: calc(100% - 100px);
    left: 50px;
    background-color: #fff !important;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
            box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    padding: 12px;
    max-height: 70vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: auto;
    display: block;
}

nav#site-navigation.toggled::-webkit-scrollbar {
    width: 8px;
}
nav#site-navigation.toggled::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(212, 212, 212);
            box-shadow: inset 0 0 5px rgb(212, 212, 212); 
    border-radius: 10px;
}
nav#site-navigation.toggled::-webkit-scrollbar-thumb {
    background: #0DB3BD; 
    border-radius: 10px;
}
.main-navigation.toggled .main-nav li:not(:last-child) {
    margin-bottom: 6px;
}
.main-navigation .inside-navigation{
    max-width: 100%;
    width: 100% !important;
}
.main-navigation a{
    display: inline-block !important;
    width: 100%;
}
.toggled .menu-item-has-children .dropdown-menu-toggle{
    padding: 0 16px;
}
.main-navigation.toggled .main-nav ul ul{
    border: 0;
}
.header-btn .default-btn{
    margin-top: 0;
}
.main-navigation ul ul.sub-menu{
    width: 250px;
}
.menu-item-has-children .dropdown-menu-toggle{
    padding-right: 5px;
    padding-left: 2px;
}
.main-navigation .main-nav ul.sub-menu li a{
    font-size: 16px !important;
}
.inside-header{
    padding: 12px 40px;
}
/*@media only screen and (max-width: 1600px){
    .header-btn.call-btn {
        display: none;
    }
}*/
@media only screen and (min-width: 992px){
    .header-btn.call-btn a img{
        display: none;
    }
}
/*@media only screen and (max-width: 1715px) and (min-width: 1301px){
    .inside-header .header-btn.call-btn a.default-btn{
        display: block;
        width: max-content;
        padding: 12px 15px;
    }
    .header-btn.call-btn a.default-btn img{
        display: block;
        width: 20px;
        height: 20px;
    }
    .header-btn.call-btn a.default-btn:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(142deg) brightness(100%) contrast(102%);
    }
    .header-btn.call-btn a.default-btn span{
        display: none;
    }
}*/
@media only screen and (max-width: 1670px) and (min-width: 1301px){
    .header-btn.appointment-btn {
        display: none;
    }
}
@media only screen and (max-width: 1400px){
    button.menu-toggle .gp-icon:after,
    .header-left-content p {
        font-size: 20px;
    }
    .inside-header{
        padding: 12px 30px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1301px){
    .main-navigation .main-nav ul li a{
        font-size: 15px;
    }
    .header-btn .default-btn{
        font-size: 14px !important;
        padding: 12px 14px;
    }
}
@media only screen and (max-width: 1300px){
    .inside-header .btn-wrap {
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    /*.header-btn.call-btn {
        display: block;
    }*/
    .main-navigation{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }    
    nav#site-navigation{
        display: none;
    }
}
@media only screen and (max-width: 1200px){
    button.menu-toggle .gp-icon:after,
    .header-left-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px){
    button.menu-toggle .gp-icon:after,
    .header-left-content p {
        font-size: 16px;
    }
    .inside-header {
        padding: 10px 20px;
    }
    nav#site-navigation.toggled{
        left: 30px;
        width: calc(100% - 60px);
        border-radius: 6px;
        padding: 6px;
    }
    .main-navigation .main-nav ul li a{
        font-size: 16px;
        border-radius: 4px;
    }
    .main-navigation .main-nav ul ul li a{
        padding: 4px 0;
        padding-left: 24px;
    }
    .inside-header .header-btn.call-btn a.default-btn{
        display: block;
        width: max-content;
        padding: 12px !important;
    }
    .header-btn.call-btn a.default-btn img{
        display: block;
        width: 20px;
        height: 20px;
    }
    .header-btn.call-btn a.default-btn:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(142deg) brightness(100%) contrast(102%);
    }
    .header-btn.call-btn a.default-btn span{
        display: none;
    }
    /*.header-btn.call-btn {
        display: none;
    }*/
}
/*@media only screen and (max-width: 768px){
    .inside-header .btn-wrap{
        display: none;
    }
}*/
@media only screen and (max-width: 767px){
    .header-btn.appointment-btn {
        display: none;
    }
    .header-btn.call-btn a.default-btn{
        border-radius: 4px;
    }
}
@media only screen and (max-width: 575px){
    .header-left-content {
        display: none;
    }
    nav#site-navigation.toggled{
        left: 10px;
        width: calc(100% - 20px);
    }
    .main-navigation .main-nav ul li a{
        padding: 10px 16px;
    }
}

/* =========================================================
== Header Css Stop
============================================================ */
/* =========================================================
== Banner Css Start
============================================================ */
.home .banner-section {
    padding-bottom: 0;
}
.banner-video-content{
    position: relative;
    overflow: hidden;
}
.banner-video-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(0 0 0 / 50%)), to(transparent));
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 50%) 50%, transparent);
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 50%, transparent);
}
.banner-video-content iframe {
    display: block;
    aspect-ratio: 16 / 6;
    transform: scale(1.50);
}
.bg-video{
    position: relative;
}
.banner-content {
    position: absolute;
    padding: 48px 0;
    bottom: 0;
    max-width: 1575px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-content h1 {
    color: #FFF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: Gelasio;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.banner-content p {
    color: #FFF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: Gelasio !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
@media only screen and (max-width: 1600px){
    .banner-content{
        max-width: 1300px;
    }
}
@media only screen and (max-width: 1200px){
    .banner-content h1{
        font-size: 56px;
    }
    .banner-content p{
        font-size: 32px;
    }
    .banner-content{
        max-width: 991px;
    }
}
@media only screen and (max-width: 991px){
    .banner-content h1{
        font-size: 44px;
        margin-bottom: 10px;
    }
    .banner-content p{
        font-size: 24px;
    }
    .banner-content {
        max-width: 100%;
        padding: 50px 30px;
    }
    .banner-video-content{
        max-height: 360px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 768px){
    .banner-content {
        position: unset;
        background: url("/wp-content/uploads/2024/04/dark-background-img.jpg");
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 30px 50px;
    }
    .banner-content h1 {
        font-size: 32px;
        letter-spacing: 3px;
        margin-bottom: 6px;
    }
    .banner-content p {
        font-size: 20px;
    }
    .banner-video-content{
        max-height: 340px;
    }
}
@media only screen and (max-width: 575px){
    .banner-content h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .banner-content p {
        font-size: 16px;
    }
}
/* =========================================================
== Banner Css Stop
============================================================ */
/* ====================================
== Start About Section
======================================= */
.about-sec {
    position: relative;
    z-index: 1;
}
.about-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2024/04/about-light-bg.webp") no-repeat center;
    background-size: cover;
    z-index: -1;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 12px 35px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 12px 35px 0px;
}
.about-sec h3.sub-title{
    padding-bottom: 10px;
}
.about-sec span.sub-title {
    font-size: 40px;
    line-height: 1.2;
    color: #444950;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Gelasio;
}
.about-image {
    margin-right: 36px;
}
.about-image img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 41px 33px 0px;
            box-shadow: rgb(0 0 0 / 10%) 0px 41px 33px 0px;
}
.about-description ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 16px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 20px;
}
.about-description ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #44616E;
    position: relative;
    padding-left: 15px;
    text-decoration: underline;
}
.about-description ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio: 1;
    background-color: #44616E;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.meet-team-slider .slick-track{
    margin: 0 auto;
}
@media only screen and (min-width: 1200px){
    .about-sec::before{
        max-height: 90%;
    }
    .about-description p:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1400px){
    .about-image {
        margin-right: 26px;
    }
    .about-description ul{
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1199px){
    .about-image {
        margin-right: 16px;
    }
    .about-description ul{
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 16px;
    }
    .meet-team-slider {
        margin-bottom: 20px;
    }
    .about-sec span.sub-title {
    font-size: 30px;
}
}
@media only screen and (max-width: 991px){
    .meet-team-slider {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px){
    .meet-team-slider {
        margin-bottom: 0 !important;
    }
    .about-image {
        margin-right: 0;
    }
    .about-description {
        /* margin-top: 30px;*/
    }
    .about-sec span.sub-title {
        font-size: 20px;
    }
}
/* ====================================
== End About Section
======================================= */
/* ====================================
== Start About Section
======================================= */
.mxw-1420{
    max-width: 1420px !important;
}
.offers-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.offers-main {
    text-align: center;
    padding: 50px;
    height: 100%;
}
.offers-main h3 {
    padding-bottom: 16px;
    text-transform: capitalize;
}
.offers-main h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1600px){
    .offers-main{
        padding: 40px;
    }
}
@media only screen and (max-width: 1199px){
    .offers-main{
        padding: 30px;
    }
    .offers-main h4{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1024px){
    .offers-main h4{
        font-size: 34px;
    }
    .offers-main h4{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px){
    .offers-main h4{
        font-size: 28px;
    }
    .offers-main h3 {
        padding-bottom: 10px;
    }
    .offers-main h4{
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 700px){
    .offers-col-1, .offers-col-2 {
        border-bottom: 2px solid #D4D9D9;
    }
    .offers-col-1, .offers-col-3 {
        border-right: 1px solid #D4D9D9;
    }
    .offers-col-2, .offers-col-4 {
        border-left: 1px solid #D4D9D9;
    }
    .offers-col-1 .offers-main{
        background: linear-gradient(150deg, rgba(255,255,255,0.5) 66%, rgba(178,178,178,0.2) 100%);
    }
    .offers-col-4 .offers-main{
        background: linear-gradient(-40deg, rgba(255,255,255,0.5) 66%, rgba(178,178,178,0.2) 100%);
    }
}
@media only screen and (max-width: 699px){
    .offers-row {
        grid-template-columns: 1fr;
    }
    .offers-col:not(:last-of-type) {
        border-bottom: 2px solid #D4D9D9;
    }
    .offers-main{
        padding: 30px 0;
    }
}
/* ====================================
== End About Section
======================================= */
/* ====================================
== Start Reason Section
======================================= */
.reason-section .common-title {
    max-width: 1024px;
    margin: 0 auto;
}
.reason-row {
    display: flex;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap;
}
.reason-col {
    max-width: calc(25% - 32px);
    width: 100%;
}
.reason-content {
    text-align: center;
    padding: 28px 16px;
    background-image: url("/wp-content/uploads/2024/04/about-light-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12), 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    height: 100%;
}
.reason-content img {
    margin: 0 auto 16px;
}
.reason-content h3 {
    color: #24394A;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.reason-content p {
    font-size: 18px;
}
@media only  screen and (max-width : 1560px){
    .reason-content p {
        font-size: 16px;
    }
}
@media only  screen and (max-width : 1300px){
    .reason-col {
        max-width: calc(50% - 28px);
    }
}
@media only  screen and (max-width : 768px){
    .reason-col {
        max-width: 100%;
    }
    .reason-content{
        padding: 16px;
    }
    .reason-row{
        gap: 24px;
    }
}
@media only  screen and (max-width : 575px){
    .reason-content h3{
        font-size: 22px;
    }
}
@media only  screen and (max-width : 480px){
    .reason-content p {
        font-size: 15px;
    }
}
/* ====================================
== End Reason Section
======================================= */
/* ====================================
== Start Patient Story Section
======================================= */
.team-slide{
    margin: 0 25px;
}
.team-slide .team_full_img {
    position: relative;
    padding-top: 56.50%;
}
.team_full_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team-text {
    background: #326379;
    padding: 17px 15px;
    text-align: center;
}
.team-text p {
    color: #fff;
}
@media only screen and (max-width: 1400px){
    .team-slide {
        margin: 0 15px;
    }
}
@media only screen and (max-width: 991px){
    .team-slide {
        margin: 0 10px;
    }
}
/* ====================================
== End Patient Story Section
======================================= */
/* ====================================
== Start Two Side Text Section
======================================= */
.blue-white-sec {
    height: 100%;
    padding: 100px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 12px 35px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 12px 35px 0px;
}
.bg-text-left {
    background-image: url("/wp-content/uploads/2024/04/about-light-bg.webp");
}
.bg-text-right {
    background-image: url("/wp-content/uploads/2024/04/dark-background-img.jpg");
}
.bg-text-content img {
    margin: 0 auto 50px;
}
.bg-text-right .bg-text-content > * {
    color: #ffffff;
}
.bg-text-content h3 {
    padding-bottom: 36px;
}
@media only screen and (max-width: 1200px){
    .blue-white-sec{
        padding: 80px 50px;
    }
    .bg-text-content img {
        margin: 0 auto 40px;
    }
}
@media only screen and (max-width: 991px){
    .blue-white-sec{
        padding: 60px;
    }
    .bg-text-content h3{
        padding-bottom: 26px;
    }
    .bg-text-content img {
        margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 767px){
    .blue-white-sec{
        padding: 50px 30px;
    }
    .bg-text-content h3{
        padding-bottom: 20px;
    }
    .bg-text-content img {
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 575px){
    .blue-white-sec{
        padding: 40px 30px;
    }
}
/* ====================================
== End Two Side Text Section
======================================= */
/* ====================================
== Start Services Section
======================================= */
.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 30px;
}
.services-col {
    width: 100%;
    max-width: calc(33.33% - 53.33px);
}
.services-content h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.services-content h3, .services-content img {
    margin-bottom: 28px;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px){
    .services-content h3 {
         font-size: 32px; 
    }
}
@media only screen and (max-width: 1400px){
    .services-row{
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }
    .services-col {
        max-width: calc(33.33% - 40px);
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px){
    .services-content h3 {
         font-size: 28px; 
    }
}
@media only screen and (max-width: 1199px){
    .services-row{
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
    .services-col {
        max-width: calc(33.33% - 26.66px);
    }
}
@media only screen and (max-width: 991px){
    .services-row{
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
    .services-col {
        max-width: calc(50% - 20px);
    }
    .services-content h3, .services-content img {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 575px){
    .services-row{
        -webkit-column-gap: 0px;
           -moz-column-gap: 0px;
                column-gap: 0px;
    }
    .services-col {
        max-width: 100%;
    }
    .services-content h4, .services-content img {
        margin-bottom: 20px;
    }
}
/* ====================================
== End Services Section
======================================= */
/*===============================================
= Start Welcome CSS
===============================================*/
/* video image and model */
.full_img {
    position: relative;
    text-align: center;
}
.full_img > img,
.full_img > picture > img {
    width: 100%;
}
.video-btn {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit !important;
    background-image: unset !important;
    background-color: transparent;
}
.video-btn:hover, .video-btn:focus{
    background-color: transparent;
}
.video-btn img {
    margin: 0 auto;
}
.video-btn i {
    color: #ffffff;
}
.modal-dialog {
    max-width: 800px !important;
    margin: auto !important;
    height: 100%;
    display: block !important;
}
.modal-body {
    position: relative;
    padding: 0
}
.modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0 !important;
    border: none !important;
}
.video_modal .close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    font-size: 2rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    opacity: 1;
    background: transparent;
    border: none !important;
    line-height: 1 !important;
    background-image: unset !important;
}
.close:hover {
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #e5c160 !important
}
.modal-open .modal {
  background-color: rgb(0 0 0 / 70%);
}
.video_modal .modal-content .embed-responsive::before {
    content: "";
    padding-top: 55%;
    display: block;
}
.video_modal .modal-content .embed-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 575px){
    .video-btn img{
        width: 50px;
        height: 50px;
    }
}
/* video image and model */
.smile_sec {
    position: relative;
    z-index: 1;
}
.smile_sec::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 94%;
    height: 100%;
    max-height: 93%;
    background-image: url("/wp-content/uploads/2024/04/dark-background-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px 0px;
    z-index: -1;
}
.meet-dr-video {
    padding-left: 6%;
}
.smile-content {
    padding-top: 100px;
    padding-left: 30px;
    max-width: 730px;
}
.smile-content h2 {
    color: #fff;
    padding-bottom: 24px;
}
.smile-content p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}
.smile_sec .about-comparison{
    padding-bottom: 81.66% !important;
}
@media only screen and (min-width: 1801px){
    .smile_sec.section_padding{
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 1800px){
    .dr-row{
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .smile_sec::before{
        max-width: 96%;
        max-height: 100%;
    }
    .smile-content{
        padding-top: 0;
    }
}
@media only screen and (max-width: 1599px) and (min-width: 1300px){
    .smile-content h2{
        font-size: 55px;
    }
}
@media only screen and (max-width: 1400px){
    .smile-content{
        padding-left: 0;
    }
    .smile-content p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px){
    .smile-content h2{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1199px){
    .smile_sec::before{
        max-height: 100%;
    }
    .smile-content{
        padding-top: 0;
    }
    .smile-content h2{
        font-size: 45px;
    }
}
@media only screen and (max-width: 991px){
    .modal-dialog {
        margin-right: 30px !important;
        margin-left: 30px !important
    }
    .smile-content h2{
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px){
    .smile_sec::before {
        max-width: 100%;
    }
    .meet-dr-video{
        padding-left: 0;
    }
    .smile-content {
        margin-top: 30px;
    }
    .smile-content h2{
        font-size: 30px;
    }
    .smile_sec .about-comparison{
        padding-bottom: 72.66% !important;
    }
}
/*===============================================
= End Welcome CSS
===============================================*/
/*===============================================
= Start Before After CSS
===============================================*/
.before-after-slider {
    margin-bottom: 0 !important;
}
.comparison-content {
    margin: 0 25px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.repid-smile-bg .comparison-main .comparison{
    padding-bottom: 92%;
}
.repid-smile-bg .comparison-main > *{
    padding: 0;
}
 .comparison {
    width: 100%;
    padding-bottom: 56.66%;
    overflow: hidden;
    position: relative;
}
.figure {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: var(--after-img);
}
.divisor{
    background-size: cover;
    position: absolute;
    width: 50%;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    background-image: var(--before-img);
}
.divisor::before,
.divisor::after{
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 20px);
    background: #fff;
    z-index: 3;
}
.divisor::before{
    top: 0;
    -webkit-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor::after{
    bottom: 0;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    border-radius: 100%;
}
.handle::before, .handle::after{
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.handle::before{
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.handle::after{
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.comparison input[type=range] {
      appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    cursor: col-resize;
    border: none;
    max-width: inherit;
    padding: 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: 40px;
    width: 40px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid white;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
            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;
}
.comprison-before-after {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
}
.comprison-before-after > * {
      padding: 0;
      border-radius: 4px;
      overflow: hidden;
}
@media only screen and (max-width: 1400px){
    .comparison-content {
        margin: 0 15px;
    }
}
@media only screen and (max-width: 991px){
    .comparison-content {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 767px){
    .comparison-content{
        max-width: 100%;
        width: auto;
    }
}
@media only screen and (max-width: 480px){
    .comparison-content {
        padding: 0 8px !important;
    }
}
/*===============================================
= End Before After CSS
===============================================*/
/* =========================================================
== Treat Now Section CSS Start
============================================================ */
.treat-now-box {
    max-width: 1322px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
    background-image: url("/wp-content/uploads/2024/04/dark-background-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treat-now-content {
    padding: 50px;
}
.treat-now-content h2 {
    color: #fff;
}
.treat-now-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 16px;
}
.treat-now-img, .treat-now-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media only screen and (max-width: 768px){
    .treat-now-content {
        padding: 36px;
    }
    .treat-now-content p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px){
    .treat-now-content {
        padding: 24px;
    }
    .treat-now-content p{
        font-size: 16px;
    }
}
/* =========================================================
== Treat Now Section CSS Stop
============================================================ */

/* =========================================================
== Footer CSS Start
============================================================ */
.site-footer {
    padding: 80px 100px;
    position: relative;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/04/about-light-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    z-index: -1;
}
.footer-widgets-container {
    padding: 0;
}
.footer-widgets, .site-info{
    background-color: transparent;
}
footer .copyright-bar {
    display: none;
}
footer .inside-site-info {
    padding: 15px 15px 0;
}
footer .footer-bar {
    margin: 0 !important;
}
.site-footer .inside-footer-widgets {
    margin: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site-footer .inside-footer-widgets>* {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.site-footer .inside-footer-widgets>* .inner-padding {
    padding: 0 15px;
}
.footer-widget-3 {
    text-align: right;
}
.footer-widget-2, .footer-widget-5 {
    text-align: center;
}
.site-footer .footer-widget-2 p {
    color: #272727;
    font-size: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 6px !important;
}
.site-footer p a {
    all: inherit;
    display: inline;
    margin: 0 !important;
}
.site-footer p a:hover {
    color: #0DB3BD;
}
.footer-widget-2 .footer-links p span {
    margin: 0 14px;
}
.location-info p {
    color: #272727;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
}
.average-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.average-review .h5 {
    color: #0DB3BD;
    font-family: "Poppins";
    font-size: 70px;
    font-weight: 400;
}
.average-star-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}
.average-review-content p {
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
}
.contact-info p {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 1.7;
}
.footer-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.footer-social-media img {
    min-width: 32px;
    height: 32px;
    object-fit: contain;
}
.title-review p a {
    color: #0DB3BD;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer-widget-5 .footer-social-media {
    display: none;
}
@media only screen and (max-width: 1200px){
    .contact-info p,
    .location-info p{
        font-size: 16px;
    }
    .site-footer{
        padding: 60px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 769px){    
    .site-footer .inside-footer-widgets>* {
        max-width: 100%;
        display: inline-block;
        padding-bottom: 32px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets{
        column-count: 2;
        display: block;
    }
    .contact-info p, .location-info p{
        text-align: center;
    }
    .average-review{
        justify-content: center;
    }    
    .title-review {
        text-align: center;
    }
    footer.site-info{
        display: none;
    }
    .footer-widget-5 .footer-social-media {
        display: flex;
        margin: 0 0 32px;
    }
    .footer-widget-1, .footer-widget-2, .footer-widget-3{
        border-right: 1px solid rgba(39, 39, 39, .2);
    }
}
@media only screen and (max-width: 768px){
    .footer-widget-1,
    .footer-widget-3 {
        text-align: center;
    }
    .average-review,
    .footer-social-media{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-widget-2{
        gap: 0;
    }
    .footer-social-media {
        margin-top: 20px;
    }
    .site-footer {
        padding: 40px 30px;
    }
    .title-review p a {
        font-size: 16px;
        font-weight: 500;
    }
    .footer-widget-2 {
        order: -1;
    }
    .title-review {
        text-align: center;
    }
    footer.site-info{
        display: none;
    }
    .footer-widget-5 .footer-social-media {
        display: flex;
        margin: 0 0 24px;
    }
}
@media only screen and (max-width: 575px){
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1201px) {
    .site-footer .inside-footer-widgets>* {
        max-width: 33.33%;
    }
}
/* =========================================================
== Footer CSS Stop
============================================================ */
/* =========================================================
== Start Sub Page Css
============================================================ */
p.video-caption {
    text-align: center;
    padding-top: 5px;
}
.page-id-507 .page-image-slider{
    max-width: 1140px;
}
.page-id-716 .page-image-slider{
    max-width: 1200px;
}
.page-image-slider{
    margin: 0 auto !important;
}
.page-image-slider,
.page-image-slider .slick-track{
    margin: 0 auto !important;
}
.page-slider-img {
    text-align: center;
    padding: 0 15px;
}
.page-slider-img img {
    margin: 0 auto;
}
.linear-section .common-title,
.linear-section .linear-repeater{
    text-align: center;
}
/*gallery template*/
.patient-img {
    width: 100%;
    height: 100%;
}
.patient-img img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
/*gallery template*/
.page-id-716 .video-content img {
    aspect-ratio: 1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}
.page-id-898 .smile-gallery-img img {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 3/1.3;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
li {}
.content-box ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #44616E;
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
}
.content-box ul li::before {
    position: absolute;
    content: "";
    width: 24px;
    aspect-ratio: 1;
    background: url("/wp-content/uploads/2024/03/pricing-check.svg") no-repeat center;
    left: 0;
    top: 4px;
}
@media only screen and (max-width: 1600px){
    .content-box ul li::before{
        width: 20px;
    }
}
@media only screen and (max-width: 1400px){
    .content-box ul li{
        padding-left: 30px;
    }
    .content-box ul li::before{
        width: 18px;
    }
}
/* =========================================================
== End Sub Page Css
============================================================ */
ul.sub-menu.toggled-on {
    background-color: #fff !important;
}
.patient-img .video-content {
    margin-bottom: 0;
}
/* =====================================
== Sub Page CSS Start
===================================== */
/* ========== Left Side Css ==========*/
.video-content{
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.video-content iframe,
.video-content img {
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 30px 20px 0px;
            box-shadow: rgb(0 0 0 / 10%) 0px 30px 20px 0px;
}
.video-content iframe {
    aspect-ratio: 16 / 9;
    display: block;
}
.right-side-img-section .default-content,
.left-side-img-section .default-content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}
.right-side-img-section .default-content h3,
.left-side-img-section .default-content h3{
    margin-bottom: 20px;
}
.right-side-img-section .default-content h3:empty,
.left-side-img-section .default-content h3:empty{
    margin-bottom: 0px;
}
.simple-text-section p,
.right-side-img-section .default-content p ,
.left-side-img-section .default-content p {
    font-size: 18px;
    line-height: 1.7;
}
@media only screen and (max-width: 991px){
    .simple-text-section p,
    .right-side-img-section .default-content p, 
    .left-side-img-section .default-content p {
        font-size: 16px;
    }
    .video-content {
        margin-bottom: 30px;
    }
}

.simple-text-section {
    background-image: url("/wp-content/uploads/2024/04/dark-background-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.simple-text-section .common-title {
    padding-bottom: 40px;
}
.simple-text-section *{
    color: #fff !important;
}

p + .common-listing {
    margin-top: 16px;
}
.common-listing + p {
    margin-top: 24px;
}
.common-listing li a {
    color: inherit;
    font-weight: 700;
}
ul.common-listing.column-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
ul.common-listing.column-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
@media only screen and (max-width: 991px){
    ul.common-listing.column-3 {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}
@media only screen and (max-width: 600px){
    ul.common-listing.column-2,
    ul.common-listing.column-3 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}
.linear-section iframe {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
            box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    margin-top: 16px;
}
/*  =======================   Smile Gallery Start ===================== */
.smile-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.smile-gallery-row .smile-gallery-col {
    width: 100%;
    max-width: calc(33% - 32px);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    background-image: url(/wp-content/uploads/2024/04/about-light-bg.webp);
    background-size: cover;
    padding: 24px 16px;
}
.smile-gallery-content {
    text-align: center;
    padding-top: 24px;
}
.smile-gallery-content h4 {
    color: #444950;
    margin-bottom: 16px;
}
@media only screen and (min-width: 992px){
    .smile-gallery-content h4{
        font-size: 28px;
    }    
}
@media only screen and (max-width: 1200px){
    .smile-gallery-row .smile-gallery-col {
        max-width: calc(50% - 24px);
    }
}
@media only screen and (max-width: 768px){
    .smile-gallery-row .smile-gallery-col {
        max-width:100%;
    }
    .smile-gallery-row {
        gap: 24px;
    }
}
.page-id-1864 .smile-gallery-section .container{
    max-width: 1492px;
}
@media only screen and (min-width: 769px){
    .page-id-1864 .smile-gallery-row .smile-gallery-col{
        max-width: calc(50% - 32px);
    }
}
/*  =======================   Smile Gallery Stop ===================== */
.content-box:not(:last-child) {
    margin-bottom: 60px;
}
.content-box{
    text-align: center;
}
.content-box h3 {
    margin-bottom: 24px;
}
.content-box p {
    font-size: 18px;
    line-height: 1.6;
}
.content-box p:not(:last-child) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 768px){
    .content-box p {
        font-size: 16px;
    }
    .content-box:not(:last-child) {
        margin-bottom: 40px;
    }
}
.sub-page-pricing-col .pricing-body {
    padding: 32px;
}
@media only screen and (max-width: 1400px){
    .sub-page-pricing-col .pricing-body {
        padding: 20px !important; 
    }
}
@media only screen and (max-width: 768px){
    .sub-page-pricing-col .pricing-head{
        padding: 20px !important;
    }
}
/* =====================================
== Sub Page CSS Stop
===================================== */

/* ==========================================================
Blog CSS Start
=========================================================== */
.blog-post-section .default-content h3 {
    margin: 0 0 32px;
}
ul.blog-post-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
ul.blog-post-list li {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
            box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}
.blog-content {
    padding: 24px;
}
ul.blog-post-list li p{
    margin-bottom: 0;
}
ul.blog-post-list li p a{
    color: rgba(0, 0, 0, .5) !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 15px 0 0;
}
ul.blog-post-list li p a.read-more {
    color: #0DB3BD !important;
}
ul.blog-post-list li a h2{
    color: #0DB3BD !important;
    font-size: 22px;
    font-weight: 600;
    list-style: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.single-post .site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.single-post .site-content .inside-article{
    padding: 0;
    padding-bottom: 40px;
}
.single-post .site-content article a:not(.single-post .site-content article a.default-btn) {
    color: #0DB3BD;
}
.single-post .entry-title {
    line-height: 1.1;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .entry-content h2 {
    font-size: 30px;
    line-height: 1.2;
}
.single-post .entry-content h2,
.single-post .entry-content h3 {
    margin: 32px 0 16px;
    color: #0DB3BD;
}
.single-post .entry-content p {
    letter-spacing: 0.7px;
    line-height: 1.5;
}
.single-post .entry-content ul {
    margin: 0;
    padding: 0;
}
.single-post .entry-content ul li {
    color: #44616E;
}
.single-post .entry-content ul li b, .single-post .entry-content ul li strong {
    color: #444950;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
}
.single-post .entry-content ul li:not(:last-child) {
    margin: 0 0 16px;
}
.single-post .entry-content ul.post-list {
    list-style: disc;
    padding-left: 18px;
}
.single-post .entry-content ul.post-list li::marker {
    color: #0DB3BD;
}
.single-post .entry-content ul.post-list li:not(:last-child) {
    margin: 0 0 8px;
}
.single-post .page-header-image-single img {
    margin: 0 auto;
}
.single-post .entry-content ul + p,
.single-post .entry-content p + ul {
    margin-top: 16px;
}
.single-post .site-content article a.default-btn {
    font-weight: 500 !important;
}
.post-logo-slider-sec p.slick-slide {
    display: none;
}
.post-logo-slider-sec .logo-slider {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px){
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .single-post .entry-content h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .single-post .entry-content h2 {
        font-size: 22px;
    }
    .blog-post-section .default-content h3 {
        margin: 0 0 22px;
    }
}
@media only screen and (max-width: 575px){
    ul.blog-post-list li a h2 {
        font-size: 19px;
    }
}
/*blog pagination*/
.pagination {
    margin: 40px 0 0;
}
.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
}
.pagination .nav-links>* {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    min-width: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: #0DB3BD;
    color: #fff;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover {
    background: #326379;
    color: #FFFFFF;
}
.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    font-size: 0px;
}
.pagination .nav-links .prev.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='M3.03 5.767.5 3.237 3.03.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.pagination .nav-links .next.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='m.707 5.767 2.53-2.53L.707.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 425px) {
    .pagination {
        margin: 25px 0 0;
    }
    .pagination .nav-links>* {
        font-size: 12px;
        min-width: 22px;
        padding: 4px 8px;
    }
    .pagination .nav-links .prev.page-numbers, .pagination .nav-links .next.page-numbers {
        background-size: 6px;
    }
}
/*Progress Bar Section*/
.progress-bar-all-datail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 32px;
}
.progress-first-inner-box,
.progress-bar-detail-box {
    padding: 24px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
            box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 16px;
}
.progress-first-inner-box h4,
.progress-bar-detail-box.default-content h4{
    color: #0DB3BD;
}
.progress-first-inner-box h5{
    color: #000;
    margin-bottom: 4px;
}
.progress-bar-bg {
    width: 100%;
    height: 16px;
    margin-top: 3px;
    margin-bottom: 16px;
    background-color: #eee;
    border-radius: 10px;
}
.progress-bar-fill {
    position: relative;
    height: 100%;
    width: var(--fill-bar);
    background-color: #0DB3BD;
    border-radius: 10px;
}
.progress-bar-fill:after {
    position: absolute;
    content: attr(data-value);
    font-size: 14px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4px;
}
@media only screen and (max-width: 768px){
    .progress-bar-all-datail{
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
}
/* ==========================================================
Blog CSS End
=========================================================== */
/* =========================================================
Contact PAge Css Start
============================================================= */
.contact-section .form-input input, 
.contact-section .form-input select, 
.contact-section .form-input textarea {
    border: 1px solid rgba(0, 0, 0, .1);
}
section.contact-section .caption {
    color: #f00 !important;
    font-size: 14px;
    margin-bottom: 12px;
    display: inline-block;
}

.location-info h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
ul.connection-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 16px;
    font-weight: 500;
}
ul.connection-list li img {
    width: 20px;
    margin-right: 12px;
}
ul.connection-list li a {
    color: inherit;
}
ul.Social-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
}
ul.Social-icon-list li img {
    width: 32px;
}
.location-map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}
@media only screen and (max-width: 575px){
    .location-map iframe{
        aspect-ratio: 1;
    }
    .connection-list li br{
        display: none;
    }
    /*.footer-form{
        margin-top: 0px;
    }*/
}
/* =========================================================
Contact PAge Css Stop
============================================================= */

.read-more-span {
    max-height: 400px !important;
    padding: 0 0px 0 0 !important;
   /*  display: inline-block; */
}
.dr_description {
    margin-top: 22px;
}
 .read-more-scroll p.read-more-span:not(:first-child) {
    margin-top: 10px;
}
.scrollbar-active .read-more-span {
    display: inline-block;
}
a.read-more {
    color: #32B6BA;
}
a.read-more:hover {
    color: var(--cameo_color);
}
.scrollbar-inner {
    padding: 0 0px 0 0 !important;
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
}
.scrollbar-active{
    min-height: 120px;
    overflow-y: auto;
}
.scrollbar-inner .scrollbar-active {
    max-height: 150px !important;
}
.moreless-button {
    cursor: pointer;
    font-weight: 700;
}
.more-text{
    display: none;
}
@media only screen and (max-width: 767px){
    .col-md-6{
        padding: 0;
    }
    .scroll-content{
        height: auto !important;
    }
    .read-more-span {
        font-size: 16px;
    }
    .scrollbar-active {
        max-height: 300px !important;
    }
}

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

/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: #0DB3BD; 
    border-radius: 10px;
}

/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: #3f6f80; 
}
.page-id-716 .common-title h2 {
    font-size: 40px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
@media only screen and (max-width: 1199px){
    .page-id-716 .common-title h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1024px){
    .page-id-716 .common-title h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px){
    .page-id-716 .common-title h2 {
        font-size: 25px;
    }
}
body .image-slider-personal-class{
    position: relative;
    padding-top: 100px !important;
}
.image-slider-personal-class:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/03/light-marble-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;
    z-index: -1;
}
.smile-gallery-img img {
    margin: 0 auto;
}
.sfHover > a {
    font-weight: 600 !important;
}
@media only screen and (max-width:1200px){
    body .image-slider-personal-class{
        padding-top: 80px !important;
    }
}
@media only screen and (max-width:991px){
    body .image-slider-personal-class{
        padding-top: 50px !important;
    }
}
@media only screen and (max-width:575px){
    body .image-slider-personal-class{
        padding-top: 40px !important;
    }
}
/*------------------- dental-technology-last card css -------------------------*/
@media only screen and (min-width:992px){
    .page-id-898 .smile-gallery-section .smile-gallery-col:nth-child(7) {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page-id-898 .smile-gallery-section .smile-gallery-col:nth-child(7) .smile-gallery-img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        aspect-ratio: unset;
        min-width: 175px;
    }
    .page-id-898 .smile-gallery-section .smile-gallery-col:nth-child(7) .smile-gallery-content{
        text-align: left;
        padding: 20px 50px;
    }
}
.page-id-973 .content-box, .page-id-1372 .content-box{
    text-align: left !important;
}
/*  ======================= FAQs Section Start ===================== */
.faqs-title h3 {
    padding-bottom: 40px;
}
.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: 22px;
    font-weight: 500;
    line-height: 1.1;
    width: 100%;
    color: #444950;
    text-align: left;
    border: none;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
}
.faq-box.active h4.faq-title {
    color: #0DB3BD;
    background-color: rgba(100, 100, 111, 0.1);
}
.faq-list h4:before{
    content: "";
    position: absolute;
    right: 20px;
    top: 18px;
/*    transform: translateY(-50%);*/
    font-size: 14px;
    color: #003267;
    transition: all 0.4s;
    background-image: url("/wp-content/uploads/2024/04/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/04/minus.svg") !important;
}
.faq-list .faq-content{
    padding: 15px;
}
@media only screen and (min-width: 1200px){
    .faqs-section .container {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1024px){
    .faq-list h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px){
    .faq-list h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-list h4{
        padding: 15px 25px 15px 15px;
    }
    .faq-list h4::before{
        right: 10px;
    }
}
/*  =======================   FAQs Section Stop ===================== */
/*************** box section css start ***************/
.box-text-section .default-content p {
    padding-top: 20px;
}

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

.box-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}
.box-text-section .default-content {
    margin-bottom: 40px;
}
.singular-box {
    background-image: url(/wp-content/uploads/2024/04/about-light-bg.webp);
    background-size: cover;
    border: 1px solid rgb(1 107 189 / 20%);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 4px 4px 24px rgb(1 107 189 / 10%);
    max-width: calc(33.33% - 32px);
    width: 100%;
}
.singular-box .box-title {
    font-size: 24px;
    margin-bottom: 16px;
}
.box-text-section .box-caption {
    max-width: 1024px;
    padding: 0 12px;
    margin: 24px auto 0;
    text-align: center;
}
@media only screen and (max-width: 1200px){
    .box-row{
        gap: 32px;
    }
    .singular-box{
        max-width: calc(50% - 16px);
    }
    .box-text-section .default-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px){
    .box-row{
        gap: 24px;
    }
    .singular-box{
        max-width: 100%;
    }
    .singular-box .box-title {
        font-size: 20px;
    }
    .box-text-section .default-content {
        margin-bottom: 20px;
    }
}
/*************** box section css end ***************/
/*===============================================
= Start Review CSS
===============================================*/
.heading-transform{
    text-transform: capitalize;
}
.review-slider {
    margin: 0 -15px;
}
.review-slider{
    margin-bottom: 0 !important;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.review-slider .slick-slide {
    padding: 15px 21px;
    height: auto;
}
.review-slider-content {
    background: url('/wp-content/uploads/2024/04/about-light-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px;
    margin: 10px;
    height: 100% !important;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.review-slider-main-content {
    margin-bottom: 32px;
/*    text-align: center;*/
}
.review-slider-content h3 {
    font-size: 20px;
    color: #444950;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*    justify-content: center;*/
}
.google-review img {
    max-width: 44px;
    width: 100%;
}
.tesimonial_revire_sec {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
}

.review-rating ul li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    display: inline-block;
    color: #444950;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.morecontent span {
    display: none;
}
.more-text{
    display: none;
}
.review-section-content {
    position: relative;
}
.review-description .more-text{
    display: none;
}
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #444950;
}
.read_more_txt p {
    color: #444950;
    margin-bottom: 20px;
}
.review-sec .common-title p{
    max-width: 810px;
}
.review-section-content .review-description .scrollbar-active {
     max-height: 150px!important;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 600;
    color: #444950;
    font-size: 16px;
    line-height: 1.6;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.image-container {
    margin-top: 60px;
}
.reviews-img img {
    border-radius: 18px;
}
@media only screen and (max-width: 1200px) {
    .review-slider .slick-slide{
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        margin: 10px 16px;
        padding: 40px 30px;
    }
    .review-slider {
        /* margin: 30px 0 0 0 !important;*/
        margin: 0 !important;
    }
    .review-description p{
        font-size: 16px;
    }
    .review-tab-navigation ul{
        width: 100% !important;
        margin: 0 !important;
    }
    
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    } 
    
}
@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 10px;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
/*===============================================
= End Review CSS
===============================================*/
/* =========================================================
Services Page Css Start
============================================================= */
.box-content-info {
    margin-top: 30px !important;
}
.post-box-wrapper{
    background-color: var(--color-white);
    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: 16 / 9;
    object-fit: cover;
}
.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;
    margin: 0;
}
.post-box-title a:hover h3 {
    color: #0DB3BD;
}
.post-box-desc p {
    margin-bottom: 10px !important;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}
/*.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: 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
============================================================= */
.page-id-1775 .content-box {
    text-align: left;
}
/* =========================================================
Before After Page Css Stop
============================================================= */
.before-after-slide {
    margin: 0 25px;
}
.before-after-img {
    width: 100%;
}
.before-after-img img {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 991px){
    .before-after-slide {
        margin: 0 15px;
    }
}
/*****/
.comparison-content{
    padding: 0 15px;
  }
  .comparison {
    width: 100%;
    padding-bottom: 52.828%;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
  }
  .figure {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: var(--after-img);
  }
  .comparison-main .figure1{
    background-image: url('/wp-content/uploads/2024/03/after-image-1.jpg');
  }
  .comparison-main .figure2{
    background-image: url('/wp-content/uploads/2024/03/after-image-2.jpg');
  }
  .comparison-main .figure3{
    background-image: url('/wp-content/uploads/2024/03/after-image-3.jpg');
  }
  .divisor{
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    background-image: var(--before-img);
  }
  .comparison-main .divisor1{
    background-image: url('/wp-content/uploads/2024/03/before-image-1.jpg');
  }
  .comparison-main .divisor2{
    background-image: url('/wp-content/uploads/2024/03/before-image-2.jpg');
  }
  .comparison-main .divisor3{
    background-image: url('/wp-content/uploads/2024/03/before-image-3.jpg');
  }
  .divisor::before,
  .divisor::after{
    content: "";
    position: absolute;
    right: -2px;
    width: 2px;
    height: calc(50% - 20px);
    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;
  }
  .handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  /*   background-color: #304c78; */
    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] {
      appearance: none;
    -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: 40px;
    width: 40px;
    border-radius: 50%;
    background: transparent;
    border: 2px 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-main .slick-arrow.slick-prev{
      left: -5px;
  }
  .comparison-main .slick-arrow.slick-next{
      right: -5px;
  }
  .comparison-main.slick-slider {
      margin-bottom: 0;
  }*/
  /* .comparison-main .slick-dots{
      bottom: 25px;
  } */
  .comprison-before-after {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
  }
  .comprison-before-after > * {
      padding: 0;
      border-radius: 4px;
      overflow: hidden;
  }
  
  .comparison-main .slick-dots li.slick-active button::before{
    color: var(--black_color);
  }
  .comparison-main .slick-dots li button::before{
    color: rgba(0, 0, 0, 0.5);
  }
  @media only screen and (max-width:767px){
      .comprison-before-after{
          grid-template-columns: repeat(2, 1fr);
      }
  }
  @media only screen and (max-width:575px){
      .comprison-before-after{
          grid-template-columns: repeat(1, 1fr);
      }
  }
  @media only screen and (max-width: 480px){
      .comparison-content {
          padding: 0 8px !important;
      }
      .comparison-main .slick-arrow {
          width: 26px;
          height: 26px;
      }
      /*.comparison-main .slick-arrow::before {
          width: 12px;
          height: 12px;
      }*/
      /* .comparison{
          padding-bottom: 90%;
      } */
  }
   @media only screen and (max-width: 767px){
      #wpb_wrapcontainer .e-con.e-flex{
          --flex-wrap: nowrap !important;
      }
  }
.before-after-section .comparison-main {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
.before-after-section .comparison-content {
    padding: 0 !important;
    max-width: calc(33% - 20px);
    width: 100%;
}
.before-after-section .comparison{
    padding-bottom: 63%;
}
@media only screen and (max-width: 991px){
    .before-after-section .comparison-content {
        max-width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 600px){
    .before-after-section .comparison-content {
        max-width: 100%;
    }
}
/* =========================================================
Before After Page Css Stop
============================================================= */
.page-id-1775 .box-row{
    max-width: 1024px;
    margin: 0 auto;
}
.page-id-1775 .singular-box {
    max-width: calc(50% - 24px);
}
@media only screen and (max-width: 767px){
    .page-id-1775 .singular-box {
        max-width: 100%;
    }    
}
.page-id-2172 .before-after-section .container {
    max-width: 1024px;
}
.page-id-2248 .smile-gallery-section .container {
    max-width: 1366px;
}
.patient-info {
    text-align: left;
}