/* 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.4.0
Text Domain:  generatepresschild
*/

@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;
}
:root {
    --source_sans_pro: 'Source Sans Pro', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --gelasio: 'Gelasio', serif;
    --avenir: 'Avenir';
    --blue_color: #359ECF;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--poppins);
}
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,h4{
    font-family: var(--gelasio);
}
h1, h2, h3, h4, h5, h6, body p {
    margin-bottom: 0;
    padding: 0;
}
body p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #5A595E;
    font-family: var(--poppins);
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
p:empty {
    display: none;
}
p a{
    color: #359ECF;
    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%;
}
iframe, img{
    display: block;
}
label.label1 {
    font-family: var(--poppins) !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: red !important;
    margin: 0 !important;
    position: absolute;
    bottom: -18px;
    left: 0;
}
body h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    color: #201D2A;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.96px;
}
body h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    color: #201D2A;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.68px;
}
body h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #201D2A;
}
h4.sub-title {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1199px){
    body h3{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1200px){
    body p {
        font-size: 16px;
    }
    body h2{
        font-size: 28px;
    }
    body h3{
        font-size: 22px;
    }
    body h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px){
    body h2{
        /* font-size: 40px; */
        font-size: 28px;
    }
    body h3{
        /* font-size: 28px; */
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px){
    body h2{
        /* font-size: 34px; */
        font-size: 28px;
    }
    body h3{
        /* font-size: 25px; */
        font-size: 22px;
    }
    body h4{
        /* font-size: 22px; */
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    body h2{
        /* font-size: 24px; */
        font-size: 28px;
    }
    body h3{
        font-size: 22px;
    }
    body h4{
        font-size: 20px;
    }
    body p{
        font-size: 16px;
    }
    .simple-textbg-section .common-title h2 br{
        display: none;
    }
}

@media only screen and (max-width: 575px){
    body h2{
        /* font-size: 34px; */
        font-size: 25px;
    }
    body h3{
        /* font-size: 25px; */
        font-size: 20px;
    }
    body h4{
        /* font-size: 22px; */
        font-size: 20px;
    }
    body p{
        font-size: 15px;
    }
}
@media only screen and (max-width:375px){
    body h2{
        word-wrap: normal;
    }
}
/****** 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: 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: 1360px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px){
    body .container{
        max-width: 1480px;
        width: 100%;
    }
}
@media only  screen and (min-width : 1500px){
    body .mxw-1500{
        max-width: 1500px;
        margin: 0 auto;
    }
}
@media only  screen and (min-width : 1400px){
    body .mxw-1320{
        max-width: 1320px;
        margin: 0 auto;
    }
}
/* @media only screen and (min-width: 1024px){
    body .mxw-1024{
        max-width: 1024px;
    }
} */

@media only screen and (min-width: 1025px){
    body .mxw-1024{
        max-width: 1024px;
    }
}
.number-listing{
    margin: 0;
}
.service-menu li, .common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #5A595E;
}
.number-listing li{
    font-size: 18px;
    padding-left: 6px;
}
.service-menu li:not(:last-child), .number-listing li:not(:last-child), .common-listing li:not(:last-child){
    margin-bottom: 16px;
}
.service-menu li::marker, .number-listing li::marker {
    width: 20px;
    font-size: 20px;
}
.service-menu li:before, .common-listing li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    aspect-ratio: 1;
    background-color: #359ECF;
    border-radius: 50%;
    top: 8px;
}
.simple-text-section .service-menu li:before, .simple-text-section .common-listing li:before {
    background-color: #FFFFFF;
}
@media only screen and (max-width: 768px){
    .service-menu li, .number-listing li, .common-listing li{
        font-size: 16px;
    }
}
.light-bg-color{
    background: #EDF3F8;
}
/****** 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 !important;
    max-width: 100% !important;
}
/* default-typeing */
.common-title {
    padding-bottom: 40px;
}
.common-title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #201D2A;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 15px auto 0;
    display: block;
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.white-btn, .default-btn {
    background: #359ECF;
    padding: 12px 24px;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4;
     text-transform: uppercase !important;
    border: 2px solid #359ECF;
    font-family: var(--poppins);
    /* white-space: nowrap; */
    white-space: normal;
    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;
}
.white-btn img{
    filter: invert(40%) sepia(64%) saturate(350%) hue-rotate(6deg) brightness(93%) contrast(85%) !important;
}
.white-btn{
    background: #fff !important;
    color: #359ECF !important;
    border: 2px solid #fff !important;
}
.white-btn:hover, .white-btn:focus{
    background: transparent !important;
    border: 2px solid #359ECF !important;
}
.white-border-btn {
    border-color: #fff;
    background-color: transparent;
}
.white-border-btn:hover {
    background-color: #fff;
    color: #359ECF;
}
.default-btn:hover img, .default-btn:focus img {
    filter: invert(40%) sepia(64%) saturate(350%) hue-rotate(6deg) brightness(93%) contrast(85%);
}
.default-btn:hover, .default-btn:focus {
    background: transparent;
    color: #359ECF !important;
}
.default-btn:hover svg g path, .default-btn:focus svg g path {
    fill: #359ECF;
}
.header-btn .default-btn.border-btn {
    color: #359ECF !important;
    background-color: transparent;
}
.default-btn:hover, .default-btn:focus {
    background: transparent;
    color: #359ECF !important;
}
.default-btn.border-btn:hover, .default-btn.border-btn:focus{
    color: #fff !important;
    background-color: #359ECF !important;
}
@media only screen and (max-width: 991px){
    .common-title{
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 768px){
    .common-title{
        padding-bottom: 30px;
    }
    .common-title p{
        font-size: 16px;
    }
}
@media only screen and (max-width:767px){
    .common-title {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 620px){
    .btn-wrap a:not(:first-of-type) {
        margin-top: 0;
    }
}
@media only screen and (max-width: 575px){
    .common-title p{
        padding-top: 0;
    }
    .default-btn {
        letter-spacing: unset;
        font-size: 14px !important;
        padding: 12px 0 !important;
        padding: 12px 24px !important;
        width: 100%;
        margin-top: 20px;
    }
    .default-btn span {
        display: none;
    }
}
/*Slider Arrow Design*/
.home-transformation-slider .slick-arrow,
.service-row-slider .slick-arrow,
.patient-story-slider .slick-arrow,
.before-after-slider .slick-arrow,
.partners-slider .slick-arrow,
.review-slider .slick-arrow,
.page-image-slider .slick-arrow,
.meet-doctor-slider .slick-arrow  {
    z-index: 11;
    width: 50px;
    height: 25px;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 0 !important;
}
.home-transformation-slider .slick-arrow::before,
.service-row-slider .slick-arrow::before,
.review-slider .slick-arrow::before,
.patient-story-slider .slick-arrow::before,
.before-after-slider .slick-arrow::before,
.partners-slider .slick-arrow::before,
.page-image-slider .slick-arrow::before,
.meet-doctor-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/2025/09/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%;
}
.home-transformation-slider .slick-arrow.slick-next::before,
.service-row-slider .slick-arrow.slick-next::before,
.review-slider .slick-arrow.slick-next::before,
.patient-story-slider .slick-arrow.slick-next::before,
.before-after-slider .slick-arrow.slick-next::before,
.partners-slider .slick-arrow.slick-next::before,
.page-image-slider .slick-arrow.slick-next::before,
.meet-doctor-slider .slick-arrow.slick-next::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/09/arrow-right.svg");
}
@media only screen and (min-width: 1200px){
    .home-transformation-slider .slick-prev,
    .service-row-slider .slick-prev,
    .review-slider .slick-prev,
    .patient-story-slider .slick-prev,
    .before-after-slider .slick-prev,
    .partners-slider .slick-prev,
    .page-image-slider .slick-prev,
    .meet-doctor-slider .slick-prev {
        left: -35px;
    }
    .home-transformation-slider .slick-next,
    .service-row-slider .slick-next,
    .review-slider .slick-next,
    .patient-story-slider .slick-next,
    .before-after-slider .slick-next,
    .partners-slider .slick-next,
    .page-image-slider .slick-next{
        right: -35px;
    }    
}
@media only screen and (max-width:1199px) {
    .home-transformation-slider .slick-arrow,
    .home-transformation-slider .slick-arrow::before,
    .service-row-slider .slick-arrow,
    .service-row-slider .slick-arrow::before,
    .patient-story-slider .slick-arrow,
    .patient-story-slider .slick-arrow::before,
    .before-after-slider .slick-arrow,
    .before-after-slider .slick-arrow::before,
    .partners-slider .slick-arrow,
    .partners-slider .slick-arrow::before,
    .review-slider .slick-arrow,
    .review-slider .slick-arrow::before,
    .page-image-slider .slick-arrow,
    .page-image-slider .slick-arrow::before,
    .meet-doctor-slider .slick-arrow,
    .meet-doctor-slider .slick-arrow::before{
        width: 40px;
        height: 20px;
    }
}
@media only screen and (max-width: 1024px){
    .home-transformation-slider .slick-arrow,
    .home-transformation-slider .slick-arrow::before,
    .service-row-slider .slick-arrow,
    .service-row-slider .slick-arrow::before,
    .patient-story-slider .slick-arrow,
    .patient-story-slider .slick-arrow::before,
    .before-after-slider .slick-arrow,
    .before-after-slider .slick-arrow::before,
    .partners-slider .slick-arrow,
    .partners-slider .slick-arrow::before,
    .review-slider .slick-arrow,
    .review-slider .slick-arrow::before,
    .page-image-slider .slick-arrow,
    .page-image-slider .slick-arrow::before,
    .meet-doctor-slider .slick-arrow,
    .meet-doctor-slider .slick-arrow::before{
        width: 25px;
        height: 15px;
    }
    .home-transformation-slider .slick-prev,
    .service-row-slider .slick-prev,
    .review-slider .slick-prev,
    .patient-story-slider .slick-prev,
    .before-after-slider .slick-prev,
    .partners-slider .slick-prev,
    .page-image-slider .slick-prev {
        left: -16px;
    }
    .home-transformation-slider .slick-next,
    .service-row-slider .slick-next,
    .review-slider .slick-next,
    .patient-story-slider .slick-next,
    .before-after-slider .slick-next,
    .partners-slider .slick-next,
    .page-image-slider .slick-next {
        right: -16px;
    }
}
/*Slider Arrow Design*/
/* =========================================================
== Header Css Start
============================================================ */
.site-header{
    z-index: 999;
    position: relative;
}
.navigation-branding img{
    padding: 0 !important;
}
.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;
}
.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;
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px;
}
.top-bar-appointment-btn{
    display: none !important;
}
.main-navigation .main-nav ul.sub-menu li.current_page_item a {
    color: #fff !important;
    background-color: #359ECF;
}
.main-navigation #menu-primary-menu-header-menu > li.current-menu-item > a {
    color: #359ECF !important;
    font-weight: 500;
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus {
    background-color: unset !important;
}
button.menu-toggle .gp-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    height: 48px;
    aspect-ratio: 1;
    border: 2px solid #359ECF;
    border-radius: 4px;
}
button.menu-toggle .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    margin-bottom: 4px;
    color: #359ECF;
}
.mobile-menu-control-wrapper .menu-toggle {
    padding-right: 0 !important;
}
.main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
    padding: 0 !important;
}
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: #359ECF; 
    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: 270px;
    background-color: #000 !important;
}
.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;
}
.main-navigation .main-nav ul ul li:hover a, .main-navigation .main-nav ul ul li:focus a {
    background: #359ECF;
    color: #ffffff !important;
}
@media only screen and (min-width: 1300px){
.site-logo {
	max-width: 187px;
	width: 100%;
}
	}
.navigation-branding img, .site-logo.mobile-header-logo img{
	height: 52px !important;
}
@media only screen and (min-width: 1700px) {
    .site-logo {
        max-width: 217px;
        width: 100%;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1700px){
    .top-bar-appointment-btn{
        display: flex !important;
    }
}
@media only screen and (max-width: 1400px){
    button.menu-toggle .gp-icon:after, .header-left-content p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1301px){
    .header-btn .default-btn{
        font-size: 14px !important;
        padding: 12px 14px;
    }
    .main-navigation .main-nav ul li a{
        padding: 4px;
    }
}
@media only screen and (max-width: 1680px) {
    .main-navigation .main-nav ul li a {
        font-size: 16px;
    }
    .header-btn .default-btn {
        font-size: 14px !important;
        padding: 12px 12px;
    }
}
@media only screen and (max-width: 1520px){
    .main-navigation .main-nav ul li a{
        font-size: 14px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1340px){
    .header-btn .default-btn {
        font-size: 13px !important;
    }
    .inside-header {
        padding: 24px 30px 24px 30px;
    }
    .white-btn, .default-btn{
        letter-spacing: 0px;
    }
}
@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.toggled {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--contrast) !important;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
        box-shadow: 0 0 12px rgba(0, 0, 0, .1);
        max-height: 70vh;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow-y: auto;
    }
    .navigation-stick .navigation-branding{
        margin-left: 0px;
    }
    .main-navigation.sticky-navigation-transition .main-nav > ul > li > a, .sticky-navigation-transition .menu-toggle, .main-navigation.sticky-navigation-transition .menu-bar-item > a, .sticky-navigation-transition .navigation-branding .main-title {
        line-height: normal;
    }
    nav#site-navigation div#primary-menu ul#menu-primary-menu-header-menu {
        padding: 10px 25px;
    }
    .sticky-navigation-transition div#primary-menu ul#menu-primary-menu-header-menu {
        padding: 0px;
    }
}
@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: 1024.98px) {
    .site-header .header-image {
        width: 220px;
    }
}
@media only screen and (max-width: 991px){
    button.menu-toggle .gp-icon:after, .header-left-content p {
        font-size: 16px;
    }
    .main-navigation .main-nav ul li a{
        font-size: 16px;
        /* border-radius: 4px; */
    }
    .main-navigation .main-nav ul ul li a{
        /* padding-left: 24px; */
        padding-left: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .main-navigation .main-nav ul ul li:first-child a {
        padding-top: 10px;
    }

    .main-navigation .main-nav ul ul li:last-child a {
        padding-bottom: 10px;
    }
    .header-btn.call-btn {
        display: none;
    }

    .header-btn.call-btn.pay-now-btn {
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .site-header .header-image {
        width: 200px;
    }
}
@media only screen and (max-width: 574.98px){
    .header-btn .default-btn {
        font-size: 14px !important;
        padding: 8px 8px !important;
    }
}
@media only screen and (max-width: 575px){
    .header-left-content {
        display: none;
    }
    .main-navigation .main-nav ul li a{
        padding: 6px 10px;
    }
    button.menu-toggle .gp-icon {
        height: 40px !important;
    }
}
@media only screen and (max-width: 420.98px) {
    .site-header .header-image {
        /* width: 170px; */
        width: 130px;
    }
    .mobile-menu-control-wrapper .menu-toggle {
        padding-left: 10px;
    }

    .header-btn .default-btn {
        font-size: 12px !important;
        padding: 6px 6px !important;
    }

    .main-navigation .inside-navigation{
        justify-content: flex-end;
        /* flex-wrap: nowrap; */
        gap: 7px;
    }

    .navigation-branding img, .site-logo.mobile-header-logo img {
        height: 60px !important;
        width: 130px !important;
    }
}
@media only screen and (max-width: 320px){
       .site-header .header-image {
        width: 120px;
    }
}
/* =========================================================
== Header Css Stop
============================================================ */
/* =========================================================
== Banner Css Start
============================================================ */
.home .banner-section {
    padding-bottom: 0;
}
.banner-section, .banner-img {
    position: relative;
    z-index: 1;
}
.banner-img::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(0 0 0 / 40%);
}
.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 / 9;
}
.bg-video{
    position: relative;
}
.banner-img img{
    width: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    padding: 100px 30px 0;
    bottom: 50%;
    max-width: 1575px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    z-index: 1
}
.banner-content h1 {
    color: #FFF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: var(--gelasio);
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 5.6px;
    margin-bottom: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-content h1 br{
    display: none;
}
.banner-content p {
    color: #FFF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: var(--gelasio);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.banner-content .default-btn:hover, .banner-content .default-btn:focus,
.meet-dr-content .default-btn:hover, .meet-dr-content .default-btn:focus,
.bg-text-right .default-btn:hover, .bg-text-right .default-btn:focus {
    border-color: #ffffff;
    color: #ffffff !important;
}
.banner-content .white-border-btn:hover, .banner-content .white-border-btn:focus {
    border-color: #359ECF;
    background-color: #359ECF;
}
.banner-bg-video {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
}
.banner-bg-video iframe {
    width: 100%;
    height: 100%;
    display: block;
}
@media only screen and (max-width: 1600px){
    .banner-content{
        max-width: 1300px;
    }
}
@media only screen and (max-width:1440px){
    .banner-content{
         padding: 80px 30px 0;
    }
}
@media only screen and (max-width: 1200px){
    .banner-content h1{
        font-size: 56px;
    }
    .banner-content h1 br{
        display: none;
    }
    .banner-content{
        max-width: 991px;
        padding: 60px 30px 30px;
    }
}
@media only screen and (min-width: 769px){
    .banner-bg-video::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: #000;
        content: "";
        z-index: 0;
        opacity: 0.5;
    }
    .banner-img img{
        aspect-ratio: 21 / 8.5;
    }
}
@media only screen and (max-width: 991px){
    .banner-content h1{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .banner-content p{
        font-size: 24px;
    }
    .banner-content {
        max-width: 100%;
        padding: 30px 30px 60px;
    }
}
@media only screen and (max-width: 768px){
    .banner-content {
        position: unset;
        background: url("/wp-content/uploads/2025/09/small-dark-bg.jpg");
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-content h1 {
        font-size: 32px;
        letter-spacing: 3px;
        margin-bottom: 6px;
    }
    .banner-content p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767.98px){
    .banner-content {
        padding: 30px 30px 50px;
    }
}
@media only screen and (max-width: 575px){
    .banner-content {
        padding: 30px 30px 40px;
    }
    .banner-content h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .banner-content p {
        font-size: 16px;
    }
}
/* =========================================================
== Banner Css Stop
============================================================ */
/* =========================================================
== medical-insurance Css start
============================================================ */
.network-icon {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    max-width: 160px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    height: fit-content;
}
.medical-title h3{
    font-weight: 500;
    line-height: 1.5;
}
@media only screen and (min-width: 768px){
    .network-icon-main .network-icon:not(:first-child) {
        margin-top: 12%;
        margin-left: -5%;
    }
}
@media only screen and (max-width: 767px){
    .network-icon-main {
        margin-top: 30px;
        gap: 20px;
    }
    .medical-title h3 {
        text-align: center;
    }
    .network-icon{
        height: inherit;
    }
}
/* =========================================================
== medical-insurance Css end
============================================================ */
/* ====================================
== 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/2025/09/light-bg-img.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
    -webkit-box-shadow: 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}
.about2_sec h4{
    font-size: 24px;
    font-weight: 300;
}
/* .about2_sec{
    margin-bottom: 50px;
} */
.about-sec h3.sub-title{
    padding-bottom: 10px;
}
.about-sec span.sub-title {
    font-size: 40px;
    line-height: 1.2;
    color: #23263E;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--gelasio);
}
.about2_sec .about-image img {
    /* aspect-ratio: 1 / 0.52;*/
    object-fit: cover;
}
.about-image {
    margin-right: 36px;
}
.about2_sec .about-image {
    margin-right: 0;
    margin-left: 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;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about-description ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #5A595E;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}
.about-description ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio: 1;
    background-color: #359ECF;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.change_life_sec .about-description p {
    font-size: 16px;
}
@media only screen and (min-width: 1200px){
    .about-sec::before{
        max-height: 94%;
    }
    .about-description {
        padding-bottom: 10%;
    }
    .about-description p:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1600px){
    .about-sec::before{
        max-height: 88%;
    }
}
@media only screen and (max-width: 1400px){
    .about-image {
        margin-right: 26px;
    }
    .about2_sec .about-image {
        margin-left: 26px;
    }
    .about2_sec .about-description ul {
        height: 220px;
        overflow-y: auto;
   }    
}
@media only screen and (max-width: 1199px){
    .about-image {
        margin-right: 16px;
    }
    .about2_sec .about-image {
        margin-left: 16px;
    }
    .about-description ul{
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 16px;
    }
    .patient-story-slider {
        margin-bottom: 20px;
    }
    .about-sec span.sub-title {
      font-size: 30px;
    }
}
@media only screen and (max-width: 991px){
    .patient-story-slider {
        margin-bottom: 10px;
    }
    .about-description ul{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width: 767px){
    .patient-story-slider {
        margin-bottom: 0 !important;
    }
    .about-image {
        margin-right: 0;
    }
    .about2_sec .about-image {
        margin-left: 0;
    }
    .about-description {
        margin-top: 30px;
        padding-bottom: 0px;
    }
    .about-sec span.sub-title {
     font-size: 20px;
   }
   .about2_sec .about-description ul{
     height: auto;
     overflow-y: unset;
     margin-bottom: 0px;
   }
   .about2_sec{
    margin-bottom: 0px;
   }
}
/* ====================================
== End About Section
======================================= */
/*===============================================
= Start Teeth Table CSS
===============================================*/
.teeth-table {
    background-color: #fff;
    border: 1px solid #FAFAFA;
    box-shadow: 0px 4px 12px 0px rgba(191, 191, 191, 0.25);
    height: 100%;
}
.teeth-table h4{
    padding: 24px 0;
    border-bottom: 1px solid #F3F3F3;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    list-style: 1.7;
    font-family: var(--poppins);
}
.teeth-table h4.blue-color {
    color: #0068B5;
}
.teeth-table-list {
    padding: 0 24px;
}
.teeth-table-list li {
    padding-left: 34px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 17px;
}
.teeth-table-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    background-image: url("/wp-content/uploads/2024/07/check-icon-1.svg");
    width: 22px;
    height: 22px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.cros-list li::before{
    background-image: url("/wp-content/uploads/2024/07/cros-icon.svg");
}
@media only screen and (min-width: 1200px){
    .teeth-table-sec .row{
        max-width: 1042px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:991px){
    .top-less > *:first-child > *{
        padding-top: 0px;
    }
    .top-less > *:last-child > *{
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 767px){
    .teeth-table h4{
        font-size: 22px;
    }
    .teeth-table{
        height: auto;
    }
    .res-pad-bottom{
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 575px){
    .teeth-table h4{
        font-size: 20px;
        padding: 20px 0;
    }
    .teeth-table-list{
        padding: 0 15px;
    }
    .teeth-table-list li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
/*===============================================
= End Teeth Table CSS
===============================================*/
/*===============================================
= Start Information Guide Section CSS
===============================================*/
.information-section{
    background-color: #EDF3F8;
}
/* .information-section .container{
    max-width: 1312px;
} */
.form-field, .information-guide {
    height: 100%;
}
.form-field {
    background: #FFF;
    padding: 24px;
    margin-right: 32px;
    background-image: repeating-linear-gradient(-17deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px), repeating-linear-gradient(73deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px), repeating-linear-gradient(163deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px), repeating-linear-gradient(253deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px);
	background-size: 2px calc(100% + 18.82px), calc(100% + 18.82px) 2px, 2px calc(100% + 18.82px), calc(100% + 18.82px) 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	animation: borderAnimation 1s infinite linear;
}
@keyframes borderAnimation {
	from {
		background-position: 0 0, -18.82px 0, 100% -18.82px, 0 100%
	}
	to {
		background-position: 0 -18.82px, 0 0, 100% 0, -18.82px 100%
	}
}
.input-field {
    margin-bottom: 24px;
    position: relative;
}
.input-field label {
    color: #201D2A;
    font-family: var(--gelasio);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
}
.input-field input {
    padding: 16px;
    width: 100%;
    background-color: #F2F2F2;
    color: #222222;
    font-family: var(--gelasio);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.32px;
}
.submit-field {
    margin-top: 32px;
    position: relative;
}
.submit-field button {
    background: #359ECF;
    padding: 14px 24px;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: var(--avenir);
}
.caption-field p {
    font-size: 12px;
    padding-top: 8px;
    color: #999;
}
.information-guide{
    margin-left: 32px;
}
.information-guide img {
    max-width: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.information-guide h3 {
    color: var(--blue_color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 32px;
    text-transform: capitalize;
    font-family: var(--poppins);
}
.info-content {
    padding: 24px;
}
ul.golden-check-list li {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 34px;
    position: relative;
}
ul.golden-check-list li:before {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2025/09/check-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 4px;
}
.form-checkbox {
    display: inline-flex;
}
.form-checkbox input {
    margin: 0px 8px 0 0;
    height: 18px !important;
    width: 18px !important;
}
.form-checkbox label:not(label.label1), .disclaimer-msg p {
    max-width: calc(100% - 26px);
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: 500;
}
@media only screen and (max-width: 1440px){
    .form-field{
        margin-right: 12px;
    }
    .information-guide{
        margin-left: 12px;
    }
}
@media only screen and (max-width: 1200px){
    .information-guide h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px){
    .form-field,
    .information-guide{
        margin: 0px;
    }
    .input-field input {
        padding: 8px 12px;
    }
    .input-field label{
        font-size: 16px;
    }
    .input-field {
        margin-bottom: 16px;
    }
    .information-guide h3{
        margin-bottom: 16px;
    }
    label.label1 {
        bottom: -15px;
    }
}
@media only screen and (max-width: 767px){
    .form-field {
        margin-bottom: 24px !important;
        height: auto;
    }
}
@media only screen and (max-width: 575px){
    .form-field{
        padding: 16px;
    }
    .submit-field button{
        padding: 9px 24px;
    }
    .info-content{
        padding: 20px 0px 0px 0px;
    }
    .information-guide h3 {
        font-size: 20px;
    }
}
/*===============================================
= End Information Guide Section CSS
===============================================*/
/* ====================================
== Start Two Side Text Section
======================================= */
.blue-white-sec {
    height: 100%;
    padding: 50px 50px;
    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/2025/09/light-bg-img.webp");
}
.bg-text-right {
    background-image: url("/wp-content/uploads/2025/09/small-dark-bg.jpg");
}
.bg-text-right .bg-text-content > * {
    color: #ffffff;
}
.two-side-text .bg-text-right .bg-text-content p,
.two-side-text .bg-text-left .bg-text-content p {
    font-size: 18px;
}
.two-side-text .bg-text-left .bg-text-content p {
    color: #5A595E;
}
.bg-text-content h3 {
    padding-bottom: 36px;
}
.content-btn{
    transition: all .3s;
}
.content-btn:hover a img {
    filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(298deg) brightness(104%) contrast(102%);
}
.two-side-text .blue-white-sec h2 {
    padding-bottom: 20px;
}
.two-side-text .blue-white-sec .bg-text-content p {
    font-size: 24px;
    font-weight: 400;
}
.two-side-text .blue-white-sec .teeth_image {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.two-side-text .blue-white-sec .teeth_image img {
    width: 100%;
}
@media only screen and (max-width: 1200px){
    .blue-white-sec{
        padding: 80px 50px;
    }
}
@media only screen and (max-width: 991px){
    .bg-text-content h2 br{
        display: none;
    }
    .two-side-text .blue-white-sec .bg-text-content p {
        font-size: 22px;
    }
    .blue-white-sec{
        padding: 60px;
    }
    .bg-text-content h3{
        padding-bottom: 26px;
    }
}
@media only screen and (max-width: 767px){
    .blue-white-sec{
        padding: 50px 30px;
    }
    .bg-text-content h3{
        padding-bottom: 20px;
    }
    .two-side-text .bg-text-right .bg-text-content p,
    .two-side-text .bg-text-left .bg-text-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    .blue-white-sec{
        padding: 40px 30px;
    }
}
@media only screen and (max-width:375px){
    .content-btn a {
     white-space: break-spaces;
     gap: 0px;
   }
   .content-btn a img{
    display: none;
   }
}
/* ====================================
== End Two Side Text Section
======================================= */
/* ====================================
== Start Services Section
======================================= */
.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.services-sec .services-row{
    text-align: -webkit-center;
}
.services-sec .services-col {
    width: 100%;
    padding: 0 24px;
}
.home-transformation-slider.slick-slider,
.services-sec .services-row.slick-slider{
    margin-bottom: 0px;
}
.services-content img {
    width: 100%;
}
.services-content p{
    text-align: center;
    font-size: 20px;
    color: #5A595E;
    font-weight: 500;
}
.services-content h3, .services-content img {
    margin-bottom: 20px;
}
.services-content span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-top: 16px;
}
.removeteeth_sec .services-content h4 {
    font-family: var(--poppins);
    font-weight: 500;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px){
    .services-content h3 {
         font-size: 32px; 
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px){
    .services-content h3 {
         font-size: 28px; 
    }
}
@media only screen and (max-width:1366px){
.services-content span{
    font-size: 22px;
}
}
@media only screen and (max-width:1200px){
.services-content span{
    font-size: 18px;
}
}
@media only screen and (max-width: 991px){
    .services-content h3, .services-content img {
        margin-bottom: 24px;
    }
    .services-content p{
        font-size: 18px;
    }
    .services-sec .services-col{
        padding: 0px 14px;
    }
}
@media only screen and (max-width:767px){
    .services-content span,
    .services-content p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    .services-col {
        max-width: 100%;
    }
    .services-content h3, .services-content img {
        margin-bottom: 20px;
    }
}
/* ====================================
== End Services Section
======================================= */
/* ====================================
== Start Logo Section
======================================= */
.logo-section .container {
    max-width: 1110px;
    margin: 0 auto;
}
.logo-image {
    background: url("/wp-content/uploads/2024/03/logo-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 55px 60px;
    display: block;
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
    text-align: center;
}
.logo-image img {
    text-align: center;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
@media only screen and (max-width: 1024px){
    .logo-image{
        padding: 45px 50px;
    }
}
@media only screen and (max-width: 991px){
    .logo-image{
        padding: 35px 40px;
    }
}
@media only screen and (max-width: 767px){
    .logo-image{
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 650px){
    .logo-image{
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 575px){
    .logo-col:first-child .logo-image, .logo-col:nth-child(2) .logo-image {
        margin-bottom: 0px !important;
    }
    .logo-image {
        padding: 0px;
        background-image: unset;
        box-shadow: unset;
    }
    .logo-image img{
        max-width: 100px;
        margin: 0 auto;
    }
}
/* ====================================
== End Logo 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 */
.meet-dr-sec {
    position: relative;
    z-index: 1;
}
.meet-dr-sec::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 94%;
    height: 100%;
    max-height: 88%;
    background-image: url("/wp-content/uploads/2025/09/big-dark-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    z-index: -1;
}
.meet-dr-video img {
    box-shadow: 0px 100px 80px 0px #00000012,0px 41.78px 33.42px 0px #0000000D,0px 22.34px 17.87px 0px #0000000B,0px 12.52px 10.02px 0px #00000009,0px 6.65px 5.32px 0px #00000007,0px 2.77px 2.21px 0px #00000005;
}
.meet-dr-content {
    padding-top: 80px;
    padding-left: 30px;
}
.meet-dr-content h2 {
    color: #fff;
    padding-bottom: 16px;
}
.meet-dr-content h2 span {
    display: block;
    font-family: var(--gelasio);
    font-size: 80px;
}
.meet-dr-content h3 {
    color: #fff;
    margin-bottom: 38px;
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 300;
}
.meet-dr-content p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
body .meet-doctor-slider{
    margin-bottom: 0 !important;
}
.meet-doctor-slider ul.slick-dots {
    bottom: -140px;
    width: 100vw;
    right: -15px;
}
.meet-doctor-slider .slick-dots li button:before {
    opacity: 1;
    font-size: 12px;
    color: #C9C9C9;
}
.meet-doctor-slider .slick-dots li.slick-active button {
    padding: 2px !important;
    width: 16px;
    height: 16px;
}
.meet-doctor-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #359ECF;
    border: 1px solid #359ECF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.meet-doctor-slider .slick-arrow::before, .meet-doctor-slider .slick-arrow::before {
    filter: brightness(0) invert(1);
}
.meet-doctor-slider .slick-next, .meet-doctor-slider .slick-prev {
    top: 60%;
}
.doctor_description {
    max-width: 696px;
    width: 100%;
}
@media only screen and (min-width: 1801px){
    .meet-dr-sec.section_padding{
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 1800px){
    .dr-row{
        align-items: center !important;
    }
    .meet-dr-sec::before {
        max-width: 96%;
        max-height: 91%;
    }
    .meet-dr-content{
        padding-top: 40px;
    }
    .meet-dr-content h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 1600px){
    .meet-dr-content p{
        font-size: 18px;
    }
    .meet-dr-content h2 {
        font-size: 36px;
    }
    .meet-dr-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1400px){
    .meet-dr-content{
        padding-left: 0;
    }
    .meet-dr-content p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1300px){
    .meet-dr-content h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1201px){
    .meet-doctor-slider .slick-prev {
        left: -60px;
    }
    .meet-doctor-slider .slick-next {
        right: 50px;
    }    
}
@media only screen and (max-width: 1200px){
    .doctor_description {
        max-width: 575px;
    }
    .meet-doctor-slider .slick-prev {
        left: -55px;
    }
    .meet-doctor-slider .slick-next {
        right: 15px;
    } 
    .meet-dr-content h2{
        font-size: 28px;
    }
    .meet-dr-content h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1199px){
    .meet-dr-sec::before{
        max-height: 100%;
    }
    .meet-dr-content{
        padding-top: 0;
        padding-right: 20px;
    }
    .meet-doctor-slider ul.slick-dots {
        bottom: -120px;
    }
    /* .meet-dr-content h2 {
        font-size: 28px;
    } */
    .meet-dr-content h2{
        font-size: 28px;
    }
    .meet-dr-content h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1024px){
    .meet-doctor-slider .slick-next {
        right: -6px;
    }
    .meet-doctor-slider .slick-prev {
        left: -32px;
    }
}
@media only screen and (max-width: 991px){
    .modal-dialog {
        margin-right: 30px !important;
        margin-left: 30px !important
    }
    /* .meet-dr-content h2{
        font-size: 34px;
    } */
    .meet-dr-content h2{
        font-size: 28px;
    }
    .meet-dr-content h3{
        font-size: 22px;
    }
    .meet-dr-content h3{
        margin-bottom: 14px;
    }
    .meet-doctor-slider ul.slick-dots {
        bottom: -90px;
    }
    .meet-doctor-slider .slick-dots li button:before{
        font-size: 10px;
    }
}
@media only screen and (min-width: 768px){
    .meet-doctor-slider.slick-slider{
        max-width: 90%;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px){
    .meet-dr-sec::before {
        max-width: 100%;
    }
    .meet-dr-video{
        padding-left: 0;
    }
    .meet-dr-content {
        margin-top: 30px;
    }
    /* .meet-dr-content h2{
        font-size: 26px;
    } */
    .meet-dr-content h2{
        font-size: 28px;
    }
    .meet-dr-content h3{
        font-size: 22px;
    }
    .meet-dr-content h2 span{
        display: inline-block;
    }
    .meet-doctor-slider ul.slick-dots {
        bottom: -30px;
    }
    .meet-doctor-slider .slick-dots li button:before{
        font-size: 8px;
    }
    .meet-dr-content h2{
        padding-bottom: 8px;
    }
    .meet-dr-sec {
        margin: 0px !important;
    }
    .meet-doctor-slider .meet-dr-video img {
        max-width: 500px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:575px){
    /* .meet-dr-content h3{
        font-size: 20px;
    } */

    .meet-doctor-slider .meet-dr-video img {
        max-width: 100%;
        margin: 0 auto;
    }

    .meet-dr-content h2{
        font-size: 25px;
    }
    .meet-dr-content h3{
        font-size: 20px;
    }
}
/*===============================================
= End Welcome CSS
===============================================*/
/*===============================================
= Start Partners CSS
===============================================*/
.partners-slider {
    margin-bottom: 0 !important;
}
.partners-logo {
    padding: 0 15px;
}
.partners-logo img {
    text-align: center;
    margin: 0 auto;
}
/*===============================================
= End Partners CSS
===============================================*/
/* =========================================================
== Pramotion Section CSS Start
============================================================ */
.promotion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
}
.promotion-col {
    max-width: calc(50% - 25px);
    width: 100%;
}
.promotion-box {
    padding: 50px;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
    height: 100%;
}
.promotion-box h3 {
    color: #44616E;
    font-family: var(--poppins);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
}
.promotion-box p {
    color: #44616E;
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.promotion-box p.amount-value {
    color: #359ECF;
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 2px;
}
p.amount-value span {
    font-size: 24px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1400px){
    .promotion-box h3{
        font-size: 24px;
    }
    .promotion-box p.amount-value{
        font-size: 32px;
    }
    p.amount-value span {
        font-size: 18px;
    }
    .promotion-box p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px){
    .promotion-box {
        padding: 30px;
    }
    .promotion-row{
        gap: 30px;
    }
}
@media only screen and (max-width: 991px){
    .promotion-col {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .promotion-row{
        gap: 16px;
    }
    .promotion-box{
        padding: 16px;
    }
    .promotion-box h3{
        font-size: 20px;
    }
    .promotion-box p.amount-value{
        font-size: 24px;
    }
    p.amount-value span {
        font-size: 14px;
    }
}
/* =========================================================
== Pramotion Section CSS Stop
============================================================ */
/* =========================================================
== 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/03/about-bg-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treat-now-content {
    padding: 50px;
}
.treat-now-content h2 {
    color: #23263E;
}
.treat-now-content p {
    color: #44616E;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 16px;
}
.treat-now-img, .treat-now-img img {
    height: 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: 20px;
    }
}
@media only screen and (max-width: 575px){
    .treat-now-content {
        padding: 24px;
    }
}
/* =========================================================
== Treat Now Section CSS Stop
============================================================ */
/* =========================================================
== Footer CSS Start
============================================================ */
.site-footer {
    padding: 80px 100px;
    position: relative;
    border-top: 1px solid #e5e9ed;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/09/footer-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    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;
}
.current-year p {
    color: #272727;
    font-size: 16px;
    line-height: 1.7;
}
.footer-social-media {
    font-size: 18px;
    text-transform: uppercase;
    color: #359ECF;
    font-weight: 400;
}
.site-footer .inside-footer-widgets {
    margin: 0 !important;
    flex-wrap: wrap;
    align-items: center;
}
.site-footer .inside-footer-widgets>* {
    width: 100%;
    max-width: 100%;
    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;
    white-space: nowrap;
    line-height: 1.7;
    transition: all 0.4s;
}
.site-footer p a:hover {
    color: #359ECF;
}
.footer-review-item .review_line a:hover {
    color: #272727 !important;
}
.title-review p a {
    text-transform: uppercase;
    font-weight: 600;
    color: #359ECF;
}
.footer-widget-2 .footer-links p span {
    margin: 0 14px;
}
.location-info p {
    color: #272727;
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
}
.average-review {
    display: flex;
    align-items: center;
}
.average-review h5 {
    color: #359ECF;
    font-family: var(--poppins);
    font-size: 70px;
    font-weight: 300;
}
.average-star-img {
    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;
    margin-bottom: 28px;
    line-height: 1.7;
}
.footer-social-media {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
}
.site-footer p {
    font-weight: 400;
}
.review_line a {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #359ECF !important;
}
@media only screen and (min-width: 1440px){
.footer-widget-3,
.footer-widget-4,
.footer-widget-1,
.footer-social-media {
    max-width: 300px !important;
}
.footer-widget-5,
.footer-widget-2 {
    max-width: calc(100% - 600px) !important;
}
}
@media only screen and (max-width: 1200px) and (min-width: 769px){    
    .site-footer .inside-footer-widgets>* {
        max-width: 100% !important;
        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;
    }
    .footer-social-media,
    .footer-review-item 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-5{
        margin-bottom: 0px !important;
    }
    .footer-widget-2{
        gap: 0;
    }
    .site-footer {
        padding: 40px 30px;
    }
    .title-review p a {
        font-size: 16px;
        font-weight: 500;
    }
    .footer-widget-2 {
        order: -1;
    }
    .footer-review-item p,
    .title-review {
        text-align: center;
    }
    footer.site-info{
        display: none;
    }
    .footer-widget-5 .footer-social-media {
        display: flex;
        margin: 0 0 24px;
    }
    .footer-widget-5 {
      order: 1;
    }
    .footer-social-media {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 340.98px){
    .current-year p{
        font-size: 15px;
    }
}
@media only screen and (min-width: 769px) {
    .site-footer .inside-footer-widgets>* {
        max-width: 33.33%;
    }
}
.footer-form-info h4 a {
    color: #fff;
}
.footer-form-info h4 a:hover {
    color: #359ECF;
}
/* =========================================================
== 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;
}
.content-box ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #5A595E;
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
}
.content-box ul li::before {
    position: absolute;
    content: "";
    width: 24px;
    aspect-ratio: 1;
    background: url('/wp-content/uploads/2025/09/check-icon.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;
    }
}
@media only screen and (max-width: 768px){
    .content-box ul li{
        font-size: 16px;
    }
}
/* =========================================================
== 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,
.right-side-img-section .default-content h2,
.left-side-img-section .default-content h2{
    margin-bottom: 20px;
}
.right-side-img-section .default-content h3:empty,
.left-side-img-section .default-content h3:empty, 
.right-side-img-section .default-content h2:empty,
.left-side-img-section .default-content h2:empty{
    margin-bottom: 0px;
}
.simple-text-section .common-title p {
    color: #fff;
    padding-top: 16px;
}
.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;
}
.simple-text-section .default-btn:hover, .simple-text-section .default-btn:focus {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
@media only screen and (min-width: 992px){
    body:not(.home) .default-content h2, body:not(.home) .common-title h2, body:not(.home) .content-box h2{
        font-size: 34px;
    }
}
@media only screen and (max-width: 1200px){
    .simple-text-section p,
    .right-side-img-section .default-content p ,
    .left-side-img-section .default-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    body:not(.home) .default-content h2, body:not(.home) .common-title h2, body:not(.home) .content-box h2 {
        font-size: 28px;
    }

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

    .service-menu li:not(:last-child), .number-listing li:not(:last-child), .common-listing li:not(:last-child) {
        margin-bottom: 14px;
    }
}
@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;
        max-width: 100%;
    }

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

@media only screen and (max-width: 575px){
    body:not(.home) .default-content h2, body:not(.home) .common-title h2, body:not(.home) .content-box h2 {
        font-size: 25px;
    }

    .simple-text-section p,
    .right-side-img-section .default-content p, 
    .left-side-img-section .default-content p {
        font-size: 15px;
    }
}
.simple-text-section {
    background-image: url("/wp-content/uploads/2025/09/big-dark-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.simple-text-section .common-title {
    padding-bottom: 20px;
}
.simple-text-section p{
    text-align: center;
}
.simple-text-section *{
    color: #fff;
}
.simple-text-section p a:hover {
    color: #FFF;
}
.simple-text-section ul.common-listing li {
    color: #fff;
}
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);
}
.smile-gallery-content {
    text-align: center;
    padding: 16px;
}
@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;
    }
}
/*  =======================   Smile Gallery Stop ===================== */
.content-box:not(.page-id-973 .content-box, .page-id-1372 .content-box) {
    text-align: center;
}
.content-repeater .content-box h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}
.content-box:not(:last-child) {
    margin-bottom: 60px;
}
.content-box h3, .content-box h2 {
    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: 1199px){
    .content-box:not(:last-child) {
        margin-bottom: 50px;
    }
    .content-box h3, .content-box h2{
        margin-bottom: 22px;
    }
}
@media only screen and (max-width: 1024px){
    .content-box:not(:last-child) {
        margin-bottom: 40px;
    }
    .content-box h3, .content-box h2{
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 991px){
    .content-box:not(:last-child) {
        margin-bottom: 30px;
    }
    .content-repeater .content-box h3{
        font-size: 22px;
    }
    .content-box h3, .content-box h2{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px){
    .content-repeater .content-box h3{
        font-size: 20px;
    }
    .content-box h3, .content-box h2{
        margin-bottom: 12px;
    }
    .content-box p {
        font-size: 16px;
    }
}
.sub-page-pricing-col .pricing-body {
    padding: 20px 0px 0px;
}
/* =====================================
== Sub Page CSS Stop
===================================== */
.read-more-span {
    max-height: 400px !important;
    padding: 0 15px 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 15px 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;
}
@media only screen and (max-width:480px){
    .scrollbar-inner,
    .read-more-span{
        padding: 0px !important;
    }
}
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, .04); 
    border-radius: 10px;
}
/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: #359ECF; 
    border-radius: 10px;
}
/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: #222222; 
}
.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;
}
}
/*===============================================
= Start Review CSS
===============================================*/
.heading-transform{
    text-transform: capitalize;
}
.review-section-content {
    padding: 0 15px;
}
.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: 0px 21px;
    height: auto;
}
.review-slider-content {
    background: url('/wp-content/uploads/2024/07/light-bg-img.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;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-slider-content h3 {
    font-size: 20px;
    color: #2E373C;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: var(--poppins);
}
ul.review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}
ul.review-rating li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    display: inline-block;
    color: #666;
}
.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: #192530;
}
.read_more_txt p {
    color: #192530;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
     max-height: 150px!important;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 500;
    color: #359ECF;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
}
.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;
    }*/
    .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;
    } 
    .review-slider {
        margin: 20px 0 0 0 !important;
    }
}
@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 10px;
    }
}
@media only screen and (max-width:575px){
    .review-slider{
        margin: 0px !important;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
@media only screen and (max-width:375px){
    .review-slider-content{
        padding: 20px;
    }
    .review-section-content .review-description .scrollbar-active {
    max-height: 200px !important;
   }
}
/*===============================================
= End Review CSS
===============================================*/
/*============================================
= Start 404 page CSS
===============================================*/
.error-404 h1 {
    color: #359ECF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: var(--gelasio);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
/*============================================
= End 404 page CSS
===============================================*/
/**/
.top-bar .inside-top-bar {
    justify-content: end;
}
.inside-top-bar {
    padding: 24px 40px 15px;
}
.topbar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 24px 0 12px;
}
.topbar li {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
.topbar li span{
    padding: 0 16px;
}
.topbar li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.topbar li,
.topbar li a {
    font-family: var(--source_sans_pro);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
    padding-top: 12px;
    padding-bottom: 12px;
}
/* .main-navigation.sticky-navigation-transition .navigation-branding img {
    height: 68px;
} */
@media only screen and (max-width: 1400px) {
    .inside-top-bar {
        padding: 12px 30px 10px;
    }
    .main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
        padding: 20px 25px;
    }
}
/* @media only screen and (min-width: 1025px) {
    .main-navigation.sticky-navigation-transition .navigation-branding img {
        height: 80px;
    }
} */
/*topbar end*/
/*box-section start*/
.box-row {
    row-gap: 24px;
}
.box-col {
    padding: 18px;
    background-color: #FFFFFF;
    border: 1px solid #359ECF1F;
    box-shadow: 0px 0px 24px 0px #D6D5C02E;
    height: 100%;
}
.box-title-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
}
.box-title-wrap img {
    width: 40px;
    height: auto;
}
.box-title-wrap .box-title {
    width: calc(100% - 50px);
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}
@media only screen and (min-width: 768px) {
    .box-col {
        padding: 24px;
    }
    .box-title-wrap {
        gap: 18px;
    }
    .box-title-wrap img {
        width: 48px;
    }
    .box-title-wrap .box-title {
        width: calc(100% - 66px);
        font-size: 20px;
    }
}
@media only screen and (min-width: 1601px) {
    .box-row {
        row-gap: 32px;
        /* margin: 0 -16px; */
        margin: 0;
    }
    .box-row>* {
        padding: 0 16px;
    }
    .box-title-wrap .box-title {
        font-size: 24px;
    }
    .box-content p {
        font-size: 18px;
    }
}
/*box-section end*/
/*-----------------  Ideal Patient Css start ----------------*/
.teeth-common-content h2{
    text-align: center;
}
.teeth-common-content ul {
    max-width: 1160px;
    width: 100%;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6%;
    row-gap: 8px;
}
.teeth-common-content .dental-doctor-info-ul-li li:before{
    top: 8px;
}
.table-row-content{
    padding: 40px 0 16px;
}
@media only screen and (max-width:991px){
    .teeth-common-content h2{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 768px){
    .teeth-common-content ul {
        grid-template-columns: repeat(1, 1fr)
    }
}
@media only screen and (max-width:767px){
    .teeth-common-content h2{
        padding-bottom: 16px;
    }
}
/*-----------------  Ideal Patient Css stop ----------------*/
/*----------------------  Before after Slider  ----------------*/
.home-transformation-slider .slick-slider{
    margin-bottom: 0px;
}
.before-after-slide {
    margin: 0 25px;
}
.before-after-img {
    width: 100%;
}
.before-after-img img {
    max-width: 500px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-width: 6px;
    border-style: solid;
    border-image: url('/wp-content/uploads/2024/07/ba-bg-img.png') 6;
}
@media only screen and (max-width: 991px){
    .before-after-slide {
        margin: 0 15px;
    }
}
/*------------------ T-style.css  ---------------------------*/
.common-title.btm-line hr {
    width: 150px;
    margin: 20px auto 0;
}
.common-title hr {
    border-top: 2px solid #359ECF80;
    opacity: 1;
}
/*---------------- meet dr section css start  -----------------*/
.dr-content .scrollbar-active .maxlenth-text {
    margin-bottom: 16px !important;
}
.dr-content .read-more-span{
    max-height: unset !important;
}
.scrollbar-inner .scrollbar-active {
    max-height: 230px !important;
}
a.read-more {
    color: #359ECF;
}
/*---------------- meet dr section css End  -----------------*/
/*  ======================= FAQs Section Start ===================== */
.faqs-title h3, .faqs-title h2 {
    padding-bottom: 40px;
    text-align: center;
}
.faq-box:not(:first-of-type) .faq-content {
    display: none;
}
.faq-list{
    margin-bottom: 0px;
}
.faq-box{
    border-bottom: 1px solid #201D2A;
}
.faq-list h4, .faq-list h3{
    padding: 15px 15px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    color: #2E373C;
    text-align: left;
    border: none;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
	text-transform: unset;
}
.faq-box.active h4.faq-title, .faq-box.active h3.faq-title {
    color: #359ECF;
    background-color: rgba(100, 100, 111, 0.1);
}
.faq-list h4:before, .faq-list h3:before{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #201D2A;
    transition: all 0.4s;
    background-image: url("/wp-content/uploads/2024/07/plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.faq-box.active h4:before, .faq-box.active h3:before {
    background-image: url("/wp-content/uploads/2024/07/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: 1200px){
    .faqs-title h3, .faqs-title h2 {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 1024px){
    .faq-list h4, .faq-list h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px){
    .faq-list h4, .faq-list h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-list h4, .faq-list h3{
        padding: 15px 25px 15px 15px;
    }
    .faq-list h4:before, .faq-list h3:before{
        right: 10px;
    }
    .faq-content p{
        font-size: 16px;
    }
    .faqs-title h3, .faqs-title h2 {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width:575px){
    .faq-list h4, .faq-list h3 {
        font-size: 16px;
    }
}
/*  =======================   FAQs Section Stop  ===================== */
/* =========================================================
Pricing section Css Start
============================================================= */
.pricing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}
.pricing-col {
    background-image: url("/wp-content/uploads/2024/07/light-bg-img.webp");
    background-size: cover;
    max-width: calc(33.33% - 28px);
    width: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    padding: 24px;
}
.pricing-head p {
    margin-top: 12px;
    font-size: 18px;
}
.pricing-head h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 12px;
}
.pricing-sec .common-title h5 {
    margin: 0px;
    margin-top: 20px;
    color: #201D2A;
    font-family: var(--gelasio);
}
.pricing-img img{
    width: 100%;
}
@media only screen and (max-width: 1366px){
    .pricing-col {
        max-width: calc(50% - 21px);
    }
}
@media only screen and (max-width: 768px){
    .pricing-col{
        padding: 12px;
    }
    .pricing-sec .common-title p{
        margin-top: 0px;
    }
}
@media only screen and (max-width:767px){
    .pricing-col {
        max-width: 100%;
    }
    .service-menu li{
        font-size: 16px;
    }
    .pricing-head h3{
        font-size: 20px;
    }
    .pricing-row{
        gap: 30px;
    }
}
@media only screen and (max-width:575px){
    .pricing-head h3 {
        font-size: 18px;
    }
}
/* =========================================================
Pricing section Css End
============================================================= */
.site-content .simple-text-section:last-child {
    margin-bottom: 0;
}
.linear-section .common-title, .linear-section .linear-repeater {
    text-align: left;
}
.common-content {
    margin-bottom: 30px;
}
.linear-repeater .common-content:last-child {
    margin-bottom: 0px;
}
/**************** box section css start ****************/
.box-text-section .default-content p {
    padding-top: 20px;
}
.box-text-section .default-content p {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
}
.box-text-section .box-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}
.four-box-section.box-text-section .box-row{
    justify-content: space-between;
    gap: 40px;
}
.box-text-section .default-content {
    margin-bottom: 40px;
}
.singular-box {
    padding: 24px;
    background-color: #FFFFFF;
    border: 1px solid rgb(53 158 207 / 40%);
    box-shadow: 0px 0px 24px 0px rgb(195 195 195 / 40%);
    max-width: calc(33.33% - 32px);
    width: 100%;
    background-image: url("/wp-content/uploads/2025/09/light-bg-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.four-box-section.box-text-section .box-row .singular-box{
    max-width: calc(50% - 20px);
}
.singular-box .box-title {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #2E373C;
	text-transform: capitalize;
}
.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-text-section .box-row, .four-box-section.box-text-section .box-row{
        gap: 32px;
    }
    .singular-box, .four-box-section.box-text-section .box-row .singular-box{
        max-width: calc(50% - 16px);
    }
    .box-text-section .default-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px){
    .box-text-section .box-row, .four-box-section.box-text-section .box-row{
        gap: 24px;
    }
    .singular-box, .four-box-section.box-text-section .box-row .singular-box{
        max-width: 100%;
        padding: 20px;
    }
    .singular-box .box-title {
        font-size: 20px;
    }
    .box-text-section .default-content {
        margin-bottom: 20px;
    }
}
/**************** box section css end ****************/
.default-content h5{
    margin-bottom: 20px;
}
.simple-textbg-section .default-content p {
    text-align: center;
}
/*===============================================
= Start Dental Table CSS
================================================*/
.permanent-teeth {
    max-width: 1500px;
    margin: 0 auto;
}
.table-row-content .btn-wrap {
    justify-content: center;
}
.table-row-content {
    padding: 40px 16px;
    display: block;
}
.table-row-content.middle {
    background: #EDF3F8;
}
.table-row-content .default-btn{
    margin-top: 16px;
}
.table-row-content .default-btn {
    width: 100%;
}
.table-row-content h2 {
    color: #5A595E;
    font-size: 24px;
    width: 100%;
    margin: 0 0 10px;
    padding: 0px;
    font-weight: 400;
    font-family: var(--poppins_font);
    text-align: center;
}
.table-row-content h3 {
    color: #BC8451;
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    font-family: var(--poppins_font);
    line-height: 1.2;
    letter-spacing: 2px;
}
.table-row-content ul li {
    color: #5A595E;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-family: var(--poppins_font);
    list-style: none;
    border-bottom: 1px solid #cccccc;
    text-transform: capitalize;
}
.home-table-img {
    padding: 0 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: -webkit-center;
    margin-bottom: 15px;
}
.home-table-img p span{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 12px;
    color: #5A595E;
    display: inline-block;
}
.teeth-option-logo-img img {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
}
.teeth-option-logo-img {
    text-align: center;
    margin-bottom: 34px;
}
.side-line {
    border-left: 2px dashed #00000063;
}
@media only screen and  (max-width: 1500px){
    .dental-table-section .section-title h2{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1200px){
    .dental-table-section .section-title h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 576px){
    .teeth-option-logo-img img{
        height: 58px;
        object-fit: contain;
    }
}
@media only screen and (min-width: 768px) and (max-width: 950px){
    .table-row-content ul li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px){
    .teeth-option-logo-img {
        margin: 0;
    }
    .permanent-teeth{
        max-width: 575px;
    }
}
@media only screen and (max-width: 767px){
    .table-row-content{
        padding: 40px 0 20px;
    }
    .table-row-content h2{
        font-size: 26px;
    }
    .table-row-content h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .home-table-img{
        height: auto;
    }
    .dental-table-section .col-12:last-child .table-row-content {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px){
    section.dental-table-section.services-sec {
       width: 100%;
        margin: 0 auto;
    }
    .permanent-teeth .section-title{
        padding-bottom: 20px;
    }
    .side-line{
        border: none;
    }
}
@media only screen and (max-width: 575px){
    .res-col{
        margin-bottom: 20px;
    }
    .table-row-content{
        padding-bottom: 20px;
    }
    .table-row-content h2{
        font-size: 24px;
    }
    .home-table-img{
        padding: 0;
    }
}
@media only screen and (max-width:575px){
    .top-less .col-12 {
    margin-top: 0px;
}
}
/*===============================================
= End Dental Table CSS
================================================*/
/*===============================================
= Why choose section start CSS
================================================*/
.txt_sec h2 {
    margin-bottom: 10px;
}
@media only screen and (min-width:1200px){
    .why-choose-section .why_choose_content p {
        max-width: 89%;
        margin: auto;
    }
}
/*===============================================
= Why choose section End CSS
================================================*/
.page-id-1949 .pricing-sec .common-title p{
    max-width: 1150px;
}
@media only screen and (max-width: 991.98px) {
    .docotr_specialist_main_left_img img {
        margin: 0 auto;
    }
}
/*============================================
= start Team Section CSS
===============================================*/
.common-team-image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 96%;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: top center;
}
.our-team-section .container{
    max-width: 1140px;
}
.team-col {
    margin-bottom: 24px;
}
.team-box {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .15);
    border-radius: 14px;
    max-width: 546px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.team-img, .team-content {
    width: 50%;
}
.team-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.team-content {
    padding: 20px;
}
.team-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
    color: #359ECF;
}
.team-content h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.team-content button.team-btn {
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}
.team-content button.team-btn,
.team-content .modal-body h4 + p {
    margin-top: 15px;    
}
.team-content button.team-btn:hover, .team-content button.team-btn:focus {
    color: #359ECF !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
}
.team-content button.team-btn img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(3501%) hue-rotate(206deg) brightness(107%) contrast(89%);
    transition: all 0.4s;
}
.team-content button.team-btn:hover img {
    transform: translateX(8px);
}
.modal-header .btn-close {
    background-color: transparent;
}
@media only screen and (max-width: 767px){
    .team-box h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px){
    .team-box h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 475px){
    .team-box{
        display: block;
    }
    .team-img, .team-content {
        width: 100%;
    }
    .team-img img{
        border-bottom-left-radius: 0;
        border-top-right-radius: 14px;
    }
}
@media only screen and (min-width: 1025px) {
    .team-content h3 {
        font-size: 30px;
    }
}
/*============================================
= End Team Section CSS
===============================================*/
@media only screen and (max-width: 768px) {
    .banner-content h1 br {
        display: none;
    }
}
/* ----- 24-07-2024 ------------ */
.footer-widget-2 img {
    width: 220px;
    margin: 0 auto;
}
@media only screen and (min-width:992px){
    .footer-widget-2 img {
        width: 260px;
    }
    .right-side-img-section .default-content,
    .left-side-img-section .default-content {
        max-width: 95%;
    }
    .left-side-img-section .default-content {
        margin-right: 0 !important;
    }
    .right-side-img-section .default-content {
        margin-left: 0 !important;
    }
}
/*----------Start - site-map----------*/
.site-map-menu {
    margin: 0;
    padding: 0;
}
.site-map-menu li a {
    color: #052639;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
}
.site-map-menu li a:hover {
    color: #359ECF;
}
.site-map-menu li {
    list-style: none;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.site-map-menu ul {
    padding-top: 15px;
      padding-left: 35px;
}
.site-map-menu li a:before {
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.page-id-2171 .inside-article{
    padding-top: 0px;
}
.page-id-2171 a:not([href]) {
    text-decoration: none !important;
      cursor: text !important;
}
@media only screen and (max-width: 767px){
    .page-id-2171 .ps-5{
        padding: 0px !important;
    }
}
@media (min-width: 1200px) {
    .page-id-2171 .site.container {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) {
    .page-id-2171 .site.container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .page-id-2171 .site.container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .page-id-2171 .site.container {
        max-width: 540px;
    }
}
/*----------End - site-map----------*/
/* Image Gallery Css Strat */
.all-image {
    column-count: 3;
    gap: 30px;
}
.image-box {
    padding-bottom: 30px;
}
#baguetteBox-overlay .full-image {
    max-height: 80vh;
    height: 100%;
    margin: 10vh 0;
    padding: 0 20px;
}
.image-box .lightbox {
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}
.image-box .lightbox:hover{
    box-shadow: 0 0 24px 10px rgba(0, 0, 0, .1);
}
.image-box .lightbox:before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: all .5s;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.image-box .lightbox:hover:before{
    opacity: 1;
}
@media only screen and (max-width: 991px){
    .all-image {
        column-count: 2;
    }
}
@media only screen and (max-width: 575px){
    .all-image {
        column-count: 1;
    }
}
/* Image Gallery Css End */
.gallry-Video{
    width: 100%;
}
.gallry-Video iframe{
    aspect-ratio: 25/14;
}
/* Gallry Video Css Start */
.vd-content{
    position: relative;
    margin-bottom: 35px;
    box-shadow: 0 0px 10px #d3d3d3;
}
.full-video{
    position: relative;
    padding-top: 56%;
}
.full-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/10;
}
.vd-text{
    background: #EBEBED;
    padding: 15px 12px;
    text-align: center;
}
.vd-text h3{
    font-size: 16px;
    line-height: 1.5;
    color: #143a53;
    font-weight: 600;
}
@media only screen and (max-width: 320px){
    .vd-text h3 {
        font-size: 13px;
    }
    .vd-text {
        padding: 10px 10px;
    }
}
/*===============================================
= Start Timeline Section CSS
===============================================*/
.bg-light-color {
    background-color: #E3E8DF;
}
.timeline-row {
    display: flex;
}
.timeline-row:last-of-type .number-content {
    padding-bottom: 0;
}
.number-text .number {
    padding-top: 0px;
}
.number {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #201D2A;
    position: relative;
    min-width: 30px;
    text-align: right;
    padding-top: 6px;
}
.dot-div {
    position: relative;
    padding: 0px 20px;
    min-width: 70px;
    overflow: hidden;
}
.dot-div::before {
    content: "";
    position: absolute;
    background: #359ECF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 10px;
    left: 40%;
    z-index: 1;
}
.number-text .dot-div::before {
    top: 3px;
}
.dot-div::after {
    content: "";
    position: absolute;
    border-right: 2px dashed #359ecf;
    height: 100%;
    top: 10px;
    left: 50%;
    z-index: 0;
}
.time-line-inner-content {
    counter-reset: my-counter;
}
.number {
    counter-increment: my-counter;
}
.number::before {
    content: "0" counter(my-counter);
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: var(--black_color);
    position: relative;
    min-width: 30px;
    text-align: right;
}
.number-content {
    padding: 0 0 30px;
}
.timeline-sec .default-content {
    margin-bottom: 40px;
}
.timeline-sec h2 {
    margin-bottom: 20px;
}
.timeline-sec h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #201D2A;
	margin-bottom: .5rem;
    letter-spacing: unset;
    text-transform: capitalize;
}
.number-content p:not(:last-of-type) {
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 1200px){
    .singular-box .box-title, .timeline-sec h3 {
        font-size: 22px;
    }
    .number::before {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px){
    .timeline-sec h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px){
    .timeline-sec h3{
        font-size: 20px;
    }
}
@media only screen and (max-width:575px) {
    .dot-div {
        padding: 0px 5px;
        min-width: 30px;
    }
    .dot-div::before {
        left: 26%;
    }
    /* .number {
        min-width: 25px;
    } */
    .number::before {
        font-size: 20px;
    }
    .timeline-sec .default-content {
        margin-bottom: 20px;
    }
    .number-content {
        padding: 0 0 20px;
    }
    .singular-box .box-title, .timeline-sec h3 {
        font-size: 20px;
    }
}
/* ===========================================
= Services Page Css Start
=============================================*/
.services-page-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.services-page-col {
    width: 100%;
    max-width: calc(33.33% - 20px);
}
.post-box-wrapper {
    background-color: #fff;
    box-shadow: 0 100px 80px 0 hsl(0deg 0% 0% / 5%), 0 42px 33px 0 rgb(0 0 0 / 5%), 0 22px 18px 0 rgb(0 0 0 / 5%), 0 13px 10px 0 rgb(0 0 0 / 5%), 0 7px 5px 0 rgb(0 0 0 / 5%), 0 3px 2px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s;
    height: 100%;
    position: relative;
}
.post-box-img {
    margin-bottom: 24px;
}
.post-box-img img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 9 / 6;
    object-fit: cover;
    object-position: top;
}
.service_page_box .post-box-body {
    padding-bottom: 25px;
}
.post-box-body {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0px;
}
.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;
}
.post-box-title h3 {
    font-size: 26px;
    transition: all 0.4s;
    color: var(--blue_color);
    margin: 0;
    text-transform: capitalize;
}
.post-box-title a:hover h3 {
    color: #5A595E;
}
.post-box-desc p {
    margin-bottom: 0px;
    line-height: 1.5;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1199px) {
    .post-box-desc p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .post-box-title h3 {
        font-size: 22px;
    }
}
@media (max-width: 767.5px) {
    .container, .container-sm {
        max-width: 100% !important;
        padding: 0 30px !important;
    }
}
@media only screen and (max-width: 991.98px){
    .services-page-col {
        max-width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 768.5px) {
    .post-box-section .btn_default {
        font-size: 14px;
    }
}
@media screen and (max-width: 650.98px){
    .services-page-col {
        max-width: 100%;
    }
}
@media screen and (max-width: 575.98px) {
    .services-page-row {
        gap: 24px;
    }
    .post-box-body .button .default-cta {
        width: 100% !important;
        max-width: 100%;
    }
    .post-box-title h3 {
        font-size: 20px;
    }
}
.post-box-section {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.post-box-section .btn_wrapper {
    margin-top: auto;
    display: block;
    width: fit-content;
    padding: 0 25px 25px;
}
@media only screen and (max-width: 575.98px){
    .post-box-section .btn_wrapper{
        width: 100%;
    }
}
/* ===========================================
= Services Page Css End
=============================================*/

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

section {
/*     overflow: hidden; */
	overflow-x: clip;
}
/* ===========================================
= Financing Box Css Start
=============================================*/
.finance-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.finance-col {
    width: 100%;
    max-width: calc(50% - 15px);
}
.finance-box {
    text-align: center;
    padding: 24px;
    background-color: #FFFFFF;
    border: 1px solid rgb(53 158 207 / 40%);
    box-shadow: 0px 0px 24px 0px rgb(195 195 195 / 40%);
    height: 100%;
}
.finance-box img {
    width: fit-content;
    height: 70px;
    margin: 0 auto 25px;
}
.finance-btn a {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1024.98px){
    .finance-box img{
        height: 60px;
    }
}
@media only screen and (max-width: 767.98px){
    .finance-col {
        max-width: 100%;
    }
    .finance-box img{
        height: 50px;
    }
}
@media only screen and (max-width: 575.98px){
    .finance-box{
        padding: 20px;
    }
}
/* ===========================================
= Financing Box Css End
=============================================*/


@media only screen and (min-width: 1240.5px){
    li.mobile-btn{
        display: none;
    }
    .btn-wrap .pay-now-btn{
        display: block;
    }
}

@media only screen and (max-width: 1240.5px){
    .btn-wrap .pay-now-btn{
        display: none;
    }
}

/* ==========================================================
Blog CSS Start
=========================================================== */
.single-post .inside-article {
    background-color: transparent;
}
.single-post .entry-content table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
}
.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 21/9;
    object-position: top center;
}
.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);
	list-style: none;
}
ul.blog-post-list li > a img {
    aspect-ratio: 1 / .6;
    object-fit: cover;
    object-position: center;
}
.blog-content {
    padding: 24px;
}
ul.blog-post-list li p{
    margin-bottom: 0;
}
ul.blog-post-list li p.post-meta {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5) !important;
}
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: #359ECF !important;
    font-weight: 600;
}
ul.blog-post-list li a h2{
    color: #359ECF !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
ul.blog-post-list li a h2:hover{
	color: #359ECF;
}
ol.number-list {
    margin-left: 0px;
}
.number-list li:not(:last-child) {
    margin-bottom: 10px;
}
.site-content .content-area {
    width: 100%;
}
.single-post .site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.single-post .site-content .inside-article{
    padding: 0;
    padding-bottom: 40px;
}
.single-post .site-content article a:not(.single-post .site-content article a.default-btn) {
    color: #359ECF;
}
.single-post .entry-title {
    line-height: 1.1;
    margin-bottom: 28px;
    font-weight: bold;
    color: #359ECF;
}
.single-post .entry-content h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.single-post .entry-content h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}
.single-post .entry-content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
.single-post .entry-content h2,
.single-post .entry-content h4 {
    margin: 32px 0 16px;
    color: #359ECF;
}
.single-post .entry-content h3{
    margin: 32px 0 16px;
    color: #424A4D;
}
.single-post .entry-content ul {
    margin: 0;
    padding: 0;
}
.single-post .entry-content ol li,
.single-post .entry-content ul li {
    font-size: 18px;
    line-height: 1.5;
}
.post-list li::marker {
    font-size: 20px;
}
.single-post p strong,
.single-post .entry-content ol li b,
.single-post .entry-content ol li strong,
.single-post .entry-content ul li b, .single-post .entry-content ul li strong {
    color: #359ECF;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
}
.single-post .entry-content ul li:not(:last-child) {
    margin: 0 0 16px;
}
.single-post .entry-content ul.post-list {
    list-style: disc;
    padding-left: 18px;
    margin-left: 12px;
}
.single-post .entry-content ul.post-list li::marker {
    color: #359ECF;
}
.single-post .entry-content ul.post-list li:not(:last-child) {
    margin: 0 0 8px;
}
.single-post .page-header-image-single img {
    margin: 0 auto;
}
.single-post .entry-content ul + p,
.single-post .entry-content p + ul {
    margin-top: 16px;
}
.single-post .site-content article a.default-btn {
    font-weight: 500 !important;
}
.post-logo-slider-sec p.slick-slide {
    display: none;
}
.post-logo-slider-sec .logo-slider {
    margin-bottom: 0;
}
span.tags-links a {
    font-size: inherit;
    font-weight: inherit;
}
span.tags-links {
    font-size: 16px;
    font-weight: 600;
}
.single-post .site-content .inside-article {
    padding: 10px 0 100px;
}
.single-post .site-content ul {
    padding: 0;
}

.single-post .site-content ol {
    padding-left: 15px;
    margin: 0;
}

.single-post .site-content ul li {
    padding-left: 26px;
    margin-bottom: 12px;
    position: relative;
    list-style: none;
}

.single-post .site-content ol li {
    margin-bottom: 12px;
    position: relative;
}

.single-post .site-content ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #28344a;
    border-radius: 50%;
}
.single-post table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
.single-post table td, .single-post table th {
    font-size: 17px;
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px !important;
    vertical-align: top;
    color: #16132a !important;
}
.single-post th{
    text-align: -webkit-match-parent;
}
.single-post table tbody>tr:nth-child(odd)>td, .single-post table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50%, .071);
}
@media only screen and (max-width: 1199px){
	.single-post .site-content .inside-article {
	    padding: 10px 0 80px;
	}
    .single-post .entry-content h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px){
	.single-post .site-content .inside-article {
	    padding: 10px 0 60px;
	}
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .single-post .entry-content h2{
        font-size: 28px;
    }
    .single-post .entry-content h3 {
        font-size: 22px;
    }
    .single-post .entry-content h4 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
	.single-post .site-content .inside-article {
	    padding: 10px 0 50px;
	}
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .single-post .entry-content h2{
        font-size: 26px;
    }
    .single-post .entry-content h3 {
        font-size: 20px;
    }
    .single-post .entry-content h4 {
        font-size: 22px;
    }
    .blog-post-section .default-content h3 {
        margin: 0 0 22px;
    }
}
@media only screen and (max-width: 575px){
    .single-post .entry-content h2{
        font-size: 24px;
    }
    .single-post .entry-content h3 {
        font-size: 18px;
    }
    .single-post .entry-content h4 {
        font-size: 20px;
    }
}
/*blog pagination*/
.pagination {
    margin: 40px 0 0;
}
.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
}
.pagination .nav-links>* {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    min-width: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: #359ECF;
    color: #fff;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover {
    background: #359ECF;
    color: #FFFFFF;
}
.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    font-size: 0px;
}
.pagination .nav-links .prev.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='M3.03 5.767.5 3.237 3.03.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.pagination .nav-links .next.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='m.707 5.767 2.53-2.53L.707.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 425px) {
    .pagination {
        margin: 25px 0 0;
    }
    .pagination .nav-links>* {
        font-size: 12px;
        min-width: 22px;
        padding: 4px 8px;
    }
    .pagination .nav-links .prev.page-numbers, .pagination .nav-links .next.page-numbers {
        background-size: 6px;
    }
}
/*Progress Bar Section*/
/*.progress-bar-all-datail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 32px;
}
.progress-first-inner-box,
.progress-bar-detail-box {
    padding: 24px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
            box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 16px;
}
.progress-first-inner-box h4,
.progress-bar-detail-box.default-content h4{
    color: #1D90CF;
}
.progress-first-inner-box h5{
    color: #000;
    margin-bottom: 4px;
}
.progress-bar-bg {
    width: 100%;
    height: 16px;
    margin-top: 3px;
    margin-bottom: 16px;
    background-color: #eee;
    border-radius: 10px;
}
.progress-bar-fill {
    position: relative;
    height: 100%;
    width: var(--fill-bar);
    background-color: #1D90CF;
    border-radius: 10px;
}
.progress-bar-fill:after {
    position: absolute;
    content: attr(data-value);
    font-size: 14px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4px;
}
@media only screen and (max-width: 768px){
    .progress-bar-all-datail{
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
}*/
/* ==========================================================
Blog CSS End
=========================================================== */