/*
* 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
*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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,
h5,
h6,
body p {
    margin-bottom: 0;
    padding: 0;
}

body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #063C5F;
    font-family: "Karla", sans-serif;
}

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

p:empty {
    display: none;
}

p a {
    color: #84C601;
    font-weight: 500;
    vertical-align: baseline;
}

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

/* Hover Effect */
.hover_txt_flip {
    color: #1C68A3;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.hover_txt_flip:hover {
    color: #1C68A3 !important;
}

.hover_txt_flip:hover:before {
    width: 100%;
    -webkit-transition: all .15s cubic-bezier(0.4, 0, 1, 1);
    transition: all .15s cubic-bezier(0.4, 0, 1, 1);
}

.hover_txt_flip:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #1C68A3;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

/* Hover Effect */
@media only screen and (min-width: 768px) {

    .site-content .container,
    .hero-banner .container {
        width: 80%;
    }
}

/*.title_mb {
    margin-bottom: 20px;
}*/
body h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: #063C5F;
    margin-bottom: 0;
    /*    text-transform: capitalize;*/
}

body h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #063C5F;
    margin-bottom: 0;
}

body h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #063C5F;
    margin-bottom: 20px;
}

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

    body h3 {
        font-size: 32px;
    }
}

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

    body h3 {
        font-size: 28px;
    }

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

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

    body h3 {
        font-size: 25px;
    }

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

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

    body h3 {
        font-size: 22px;
    }

    body h4 {
        font-size: 20px;
    }

    body p {
        font-size: 16px;
    }

    br {
        display: none;
    }
}

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

@media only screen and (min-width: 1500px) {
    body .container {
        max-width: 1480px;
    }

    body .mxw-1500 {
        max-width: 1500px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    body .container {
        padding: 0 10px;
    }
}


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

.site-content {
    display: inherit;
}

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

.padding-box-left {
    padding-right: 48px;
}

.padding-box-right {
    padding-left: 48px;
}

.section_padding {
    padding: 100px 0;
}

.section_margin {
    margin: 100px 0;
}


.right-side-img-section .padding-box-left {
    padding-right: 0px;
}

.left-side-img-section .padding-box-right {
    padding-left: 0px;
}

@media only screen and (max-width:1440.5px) {
    .padding-box-left {
        padding-right: 28px;
    }

    .padding-box-right {
        padding-left: 28px;
    }
}

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

    .section_margin {
        margin: 80px 0;
    }
}

@media only screen and (max-width:1199.5px) {
    .site-map-menu-blk {
        padding-left: 40px;
        padding-right: 40px;
    }
}

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

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

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

    .section_margin {
        margin: 60px 0;
    }

    .padding-box-left {
        padding-right: 15px;
    }

    .padding-box-right {
        padding-left: 15px;
    }

    .left-side-img-section .padding-box-right,
    .right-side-img-section .padding-box-right {
        padding-left: 0px;
    }

    .right-side-img-section .order-md-2 {
        order: 2 !important;
    }

    .right-side-img-section .order-md-1 {
        order: 1 !important;
    }

    .site-map-menu-blk {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

    .section_margin {
        margin: 50px 0;
    }

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

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

    body .container-fluid,
    body .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .site-map-menu-blk {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

    .section_margin {
        margin: 40px 0;
    }

    .site-map-menu-blk {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

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

body .default-btn {
    background: #84C601;  /* old cta color FF7D29 */
    padding: 12px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    border: 2px solid #84C601;
    white-space: nowrap;
    margin-top: 32px;
    text-align: center;
    font-family: "Karla", sans-serif;
    letter-spacing: 0.2px;
}

body .default-btn:hover,
body .default-btn:focus {
    background: transparent;
    border-color: #84C601;
    color: #84C601;
}

body .default-btn.border-btn {
    color: #84C601 !important;
    background-color: transparent;
}

body .default-btn.border-btn:hover,
body .default-btn.border-btn:focus {
    color: #fff !important;
    background-color: #84C601;
}

.btn-wrapper {
    display: inline-flex;
    gap: 15px;
}

.default-cta {
    display: inline-flex;
    gap: 15px;
    flex-wrap: nowrap;
}

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

@media only screen and (max-width: 1440.5px) {
    .default-cta {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .default-cta .default-btn:last-child {
        margin-top: 0px;
    }
}


@media only screen and (max-width:1200.5px) {
    .btn-wrapper {
        flex-wrap: wrap;
    }

    .btn-wrapper a.default-btn:last-child {
        margin-top: 0px;
    }
}

@media only screen and (max-width:1024.5px) {
    .default-cta .default-btn:not(:first-child) {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .btn-wrap {
        gap: 14px;
    }

    .default-cta .default-btn:not(:first-child) {
        margin-top: 32px;
    }

}

@media only screen and (max-width: 768.5px) {
    .default-cta {
        flex-wrap: nowrap;
    }

    .default-cta .default-btn {
        margin-top: 0px;
    }

    .default-cta .default-btn:not(:first-child) {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 575px) {
    body .default-btn {
        padding: 12px 10px;
        width: 100%;
        margin-top: 20px;
        text-wrap: auto;
    }

    .btn-wrapper a.default-btn:last-child {
        margin-top: 0px;
    }

    .default-cta {
        flex-wrap: wrap;
        width: 100%;
    }

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

body .header-btn .default-btn {
    color: #fff !important;
}

body .header-btn .default-btn:hover,
body .header-btn .default-btn:focus {
    color: #84C601 !important;
}

/* =========================================================
== Header Css Start
============================================================ */
/*header#masthead {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.main-navigation .main-nav ul ul li a {
    line-height: 1.2;
    padding: 10px 20px !important;
    font-size: 16px;
}
.main-navigation .main-nav ul ul li ul li a {
    padding-left: 30px !important;
    background-color: #fffcf2;
}
.main-navigation ul li ul li:not(:last-child) {
    border-bottom: 1px solid #c5c5c5;
}
.main-navigation .main-nav ul li a {
    padding: 0px 15px !important;
}
.header-btn.call-btn {
    margin-left: 25px;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px !important;
}
.mobile-menu-open.slide-opened .offside-js--is-open {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    body .navigation-branding {
        margin-left: 30px;
    }
    .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
        padding-right: 30px !important;
    }
}
@media only screen and (max-width: 1300px) {
    nav#generate-slideout-menu .inside-navigation.grid-container.grid-parent button.slideout-exit.has-svg-icon {
        text-align: right;
    }
    nav#generate-slideout-menu .inside-navigation.grid-container.grid-parent aside#media_image-2 {
        order: 2;
        margin-top: 0;
    }
    nav#generate-slideout-menu .inside-navigation.grid-container.grid-parent .main-nav {
        order: 3;
    }
    body nav#generate-slideout-menu {
        width: var(--gp-slideout-width) !important;
        --gp-slideout-width: 300px !important;
    }
    nav#generate-slideout-menu .inside-navigation.grid-container.grid-parent button.slideout-exit.has-svg-icon {
        font-size: 20px !important;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        gap: 15px;
    }
    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover,
    .mobile-menu-control-wrapper .menu-toggle:focus,
    .has-inline-mobile-toggle #site-navigation.toggled {
        background-color: #1C68A3;
        padding: 14px !important;
    }
    .slideout-exit .gp-icon svg {
        color: #052639;
    }
    .gp-icon svg {
        color: white;
    }
}
@media only screen and (min-width: 1301px) {
    .main-navigation ul li ul {
        width: 350px;
        background-color: #fffcf2 !important;
    }
    ul#menu-main-header {
        padding-right: 30px;
    }
    .main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover>a,
    .main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus>a,
    .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"])>a {
        color: #FF7D29 !important;
    }
    .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
    .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
    .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
    .main-navigation .menu-bar-item:hover>a,
    .main-navigation .menu-bar-item.sfHover>a {
        color: #FF7D29 !important;
    }
}
.header-btn .default-btn {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .call-btn {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .header-btn {
        display: none;
    }
}
@media only screen and (max-width: 1464px) and (min-width: 1301px) {
    .btn-wrap {
        gap: 14px;
    }
    .main-navigation a {
        font-size: 16px;
    }
    .main-navigation .main-nav ul li a {
        padding: 0 10px !important;
    }
    .header-btn.call-btn {
        margin-left: 15px;
    }
    .header-btn .default-btn {
        padding: 17px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 576px) {
    body .main-navigation.offside {
        width: 50%;
    }
    body .slideout-overlay button.slideout-exit {
        right: 50% !important;
    }
}
@media only screen and (max-width:1024.5px) {
    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover,
    .mobile-menu-control-wrapper .menu-toggle:focus,
    .has-inline-mobile-toggle #site-navigation.toggled {
        padding: 10px !important;
    }
}*/
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.1s ease 0s;
    background-color: #fff;
}

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

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

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

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

button.menu-toggle .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    margin-bottom: 4px;
    color: #FF7D29;
}

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

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

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

.nav-float-right #site-navigation {
    width: 100%;
}

.main-navigation .inside-navigation {
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
}

div#primary-menu {
    margin-right: 0;
    margin-left: auto;
}

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

.main-navigation.offside--right {
    background-color: #fff;
}

.header-btn .default-btn {
    color: #202020;
}

@media only screen and (min-width: 1301px) {
    .main-navigation ul li ul {
        width: 350px;
    }

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

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

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

/*@media only screen and (max-width: 1500.98px) {
    .main-navigation a {
        font-size: 16px;
    }
}*/
/*@media only screen and (min-width: 1301px) and (max-width: 1450.98px) {
    .main-navigation a {
        font-size: 14px;
    }
}*/
@media only screen and (max-width: 1300.98px) {
    .has-sticky-branding.navigation-stick .inside-navigation {
        padding: 10px 15px !important;
    }

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

    .main-navigation.offside {
        width: 100% !important;
        max-width: 360px;
    }
}

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

    .has-sticky-branding.navigation-stick .inside-navigation,
    .inside-header {
        padding: 10px 30px !important;
    }

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

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

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

    .site-logo {
        max-width: 180px;
    }
}

@media only screen and (max-width: 425px) {
    .site-logo {
        max-width: 160px;
    }
}

@media only screen and (max-width: 370px) {
    .main-navigation .main-nav ul ul li a {
        padding-right: 30px !important;
    }

    .main-navigation .main-nav ul ul li a span.dropdown-menu-toggle {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        float: unset;
        margin-top: 0;
    }
}

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

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

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

.main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"])>a {
    color: #F4F6F3;
    background-color: unset;
}

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

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

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

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

@media only screen and (max-width: 767.98px) {
    .header-btn.appointment-btn {
        display: none
    }

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

    .btn-wrap {
        margin: 26px 0 0;
    }
}

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

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

    .header-btn .default-btn {
        border-color: #FF7D29 !important;
    }

    .menu-bar-items .default-btn.border-btn {
        background: transparent;
    }

    .main-menu-translater {
        display: none;
    }

    .mobile-menu-translater {
        display: flex;
        padding: 0 20px;
        gap: 12px;
    }

    .main-navigation.offside--right .inside-navigation .main-nav {
        margin-bottom: 12px;
    }

    .btn-wrap {
        margin: 16px 0 0;
    }
}

/* =========================================================
== Header Css Stop
============================================================ */
/*============================================
= Start Banner CSS
===============================================*/
.vd-sec {
    padding-bottom: 56%;
    position: relative;
    width: 100%;
}

.vd-sec iframe {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.hero-banner {
    background-color: #F4F5F3;
}

.banner-img,
.banner-img img {
    width: 100%;
    height: 100%;
}

.hero-banner-inner .banner-img img {
    object-fit: cover;
    border-radius: 15px;
    min-height: 350px;
}

.hero-banner .banner-content {
    width: 100%;
    max-width: 720px;
    margin: 0px auto 0 0;
}

.page-template-common-template .hero-banner .banner-content {
    max-width: 100%;
}

/*.star-design {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.star-design.star_center {
    justify-content: center;
}*/
.hero-banner .banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    text-transform: capitalize;
    text-shadow: 0px 2px 2px #00000040;
}

.hero-banner .banner-content p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #063C5F;
    margin-bottom: 24px;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #00000040;
}

.banner-content .btn-wrap {
    margin-top: 40px;
}

.banner-content .btn-wrap .default-btn {
    margin-top: 0;
}

body .banner-content .btn-wrap .default-btn:hover {
    color: #fff !important;
}

.banner-content span {
    color: #063C5F;
    font-family: "Karla", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    padding-top: 24px;
    display: block;
    text-shadow: 0px 2px 2px #00000040;
}

.banner-content span a {
    color: inherit;
}

.banner-content span a:hover {
    color: #FF7D29;
}

@media only screen and (min-width: 768px) {
    .hero-banner {
        position: relative;
        min-height: 840px;
        display: flex;
        overflow: hidden;
    }

    .hero_bg_vd {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .hero_bg_vd-sec {
        padding-bottom: 56%;
        position: relative;
        width: 100%;
    }

    .hero_bg_vd-sec iframe {
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }

    .hero-banner .banner-content {
        z-index: 1;
        position: relative;
    }

    .hero-banner .row {
        height: 100%;
    }

    .hero-banner .banner-content h1,
    .hero-banner .banner-content p,
    .hero-banner .banner-content span,
    .hero-banner .banner-content .default-btn a:hover {
        color: #fff;
    }

    .hero-banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: #000;
        content: "";
        z-index: 1;
        opacity: 0.5;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1420px) {
    .hero-banner {
        min-height: 690px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-banner {
        min-height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hero-banner {
        min-height: 500px;
    }

    .hero_bg_vd-sec iframe {
        min-width: 135%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner .banner-content {
        max-width: 100%;
    }

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

    .hero-banner .banner-content p,
    .hero-banner .banner-content span {
        font-size: 20px;
    }

    .banner-content .btn-wrap {
        margin-top: 20px;
    }
}

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

    .hero-banner .container,
    .hero-banner .row>div {
        padding: 0;
    }

    .hero-banner .row {
        margin: 0;
    }

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

    .hero-banner .banner-content p,
    .hero-banner .banner-content span {
        font-size: 18px;
    }

    .hero-banner .banner-content p {
        margin-bottom: 10px;
    }

    .hero-banner .banner-content {
        padding: 30px 30px 0;
    }

    body .banner-content .btn-wrap .default-btn.white-border-btn {
        border-color: #159BD7;
        color: #159BD7 !important;
    }

    body .banner-content .btn-wrap .default-btn.white-border-btn:hover {
        color: #fff !important;
    }
}

@media only screen and (max-width: 575px) {
    .banner-img img {
        min-height: 200px;
    }

    .hero-banner .banner-content p,
    .hero-banner .banner-content span {
        font-size: 16px;
    }
}

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

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

.logo_slider .slick-dots {
    left: 0;
}

.logo-image img {
    filter: grayscale(1);
    width: auto;
    margin: auto;
    transition: all 0.4s;
}

.logo-image img:hover {
    font: unset;
}

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

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

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

/*===============================================
= End Logo  Section CSS
============================================*/
.number-listing {
    margin: 0;
}

.common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #063C5F;
    font-family: "Karla", sans-serif;
    line-height: 25px;
}

.left-side-slider-ul .common-listing li:last-child::before {
    content: none;
}

.para-top-margin {
    margin-bottom: 20px;
}

.common-listing+p {
    margin-top: 10px;
}

.number-listing li {
    font-size: 18px;
    padding-left: 6px;
}

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

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

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

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

    .number-listing li {
        font-size: 16px;
    }

    .common-listing li {
        font-size: 18px;
    }
}

@media only screen and (max-width:767.5px) {
    .common-listing li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width:575.5px) {
    .left-side-slider-ul .common-listing li:last-child {
        display: none;
    }
}

/*============================================
= Start Services CSS
===============================================*/
.services-content h2 {
    padding-bottom: 16px;
}

.services-content ul {
    padding-top: 24px;
}

.services-menu li {
    padding-left: 44px;
    position: relative;
    font-weight: 500;
    /*text-transform: capitalize;*/
    color: #333333;
}

.services-menu li {
    margin-bottom: 24px;
}

.services-menu li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background-image: url("/wp-content/uploads/2025/03/star-design.svg");
    width: 20px;
    height: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.services-menu li a {
    color: #333;
}

.services-menu li a:hover {
    color: #159bd7;
}

.services-menu li ul {
    padding-left: 15px;
}

.services-menu li ul li {
    list-style: circle;
    padding: 0;
}

.services-menu li ul li::before {
    display: none;
}

.services-btn {
    margin-top: 32px;
}

.services-btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    padding: 0 2px;
    color: #222222;
}

.services-btn a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: #90D4F3;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.services-btn a:hover::before {
    height: 50%;
}

.right-side-slider-section .services-img {
    padding-left: 0px;
}

.right-side-slider-section .services-img img {
    display: block;
    margin: auto 0px;
}

@media only screen and (max-width:1366.5px) {
    .right-side-slider-section .services-img {
        margin: auto 0px;
    }
}

@media only screen and (max-width:1240.5px) {
    .right-side-slider-section .services-img .slick-prev {
        left: -60px;
    }

    .right-side-slider-section .services-img .slick-next {
        right: -60px;
    }
}

@media only screen and (max-width: 1024.5px) {
    .right-side-slider-section .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .right-side-slider-section .services-img {
        margin-bottom: 30px;
    }

    .right-side-slider-section .services-img img {
        margin: 0px;
        width: 100%;
    }

    .common-listing.list-count {
        column-count: 2;
    }

    .right-side-slider-section .order-lg-0 {
        order: 1 !important;
    }
}

@media only screen and (max-width: 991px) {
    .services-img {
        padding-bottom: 20px;
        text-align: center;
        padding-right: 0px;
    }

    .right-side-slider-section .services-img {
        margin: 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .services-menu li:not(:last-child) {
        margin-bottom: 14px;
    }

    .services-content ul {
        padding-bottom: 24px;
    }

    .services-menu li {
        padding-left: 34px;
    }

    .services-menu li::before {
        width: 16px;
        height: 16px;
    }

    .right-side-slider-section .services-img .slick-prev {
        left: -25px;
    }

    .right-side-slider-section .services-img .slick-next {
        right: -25px;
    }
}

@media only screen and (max-width:575.5px) {
    .common-listing.list-count {
        column-count: 1;
    }
}

/*============================================
= End Services CSS
===============================================*/
/*.choose-sec, .doctor-sec{
    background-color: #F3F9FE;
}*/
/*============================================
= Start Team CSS
===============================================*/
/*.default-heading{
    padding-bottom: 50px;
    text-align: center;
}
.default-heading .star-design{
    justify-content: center;
    gap: 28px;
}
.default-heading p {
    max-width: 670px;
    margin: 0 auto;
    font-weight: 500;
    padding-top: 16px;
}
.team-image {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.team-image img {
    width: 100%;
}
.team-image:hover::before {
    position: absolute;
    content: "";
    background-color: rgb(3 3 3 / 63%);
    width: 100%;
    height: 100%;
    border-radius: 60px;
    transition: all 0.5s;
}
.team-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    visibility: hidden;
}
.team-image:hover .team-info{
    visibility: visible;
    transition: all 0.5s;
}
.team-info h4 {
    color: #fff;
    margin-bottom: 5px;
}
.team-info p {
    color: #fff;
}
@media only screen and (max-width: 1199px){
    .team-image:hover::before{
        border-radius: 50px;
    }
}
@media only screen and (max-width: 1024px){
    .team-image:hover::before{
        border-radius: 40px;
    }
}
@media only screen and (max-width: 991px){
    .default-heading{
        padding-bottom: 40px;
    }
    .team-image:hover::before{
        border-radius: 30px;
    }
}
@media only screen and (max-width: 767px){
    .default-heading{
        padding-bottom: 30px;
    }
   .team-image {
        margin-bottom: 30px;
    }
    .team-image:hover::before{
        border-radius: 15px;
    }
}
@media only screen and (max-width: 575px){
    .team-image{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 430px){
    .team-image{
        text-align: center;
    }
    .team-image img{
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}*/
/*============================================
= End Team CSS
===============================================*/
/*============================================
= Start Review CSS
===============================================*/
.review-sec {
    background-color: #F3F9FE;
}

.review-sec .container {
    max-width: 1600px;
}

.review-slider {
    margin: 0 -15px;
}

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

.review-slider-content {
    background: #FCFEFF;
    padding: 32px 28px 40px;
    margin: 0 15px;
    height: auto !important;
    border-radius: 8px;
    transition: all 0.4s;
    margin-top: 28px;
}

.review-slider-content:hover {
    margin-top: 0;
    border-bottom: 5px solid #1C68A3;
    box-shadow: 0px 14px 40px 0px #00000014 0px -6px 0px 0px #90D4F3 inset;
}

.review-slider-content h3 {
    font-size: 18px;
    color: #181818;
    font-weight: 600;
    margin-bottom: 10px;
}

.review-slider .tesimonial_revire_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

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

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

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

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

.review-section-content {
    position: relative;
    /* overflow: hidden; */
}

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

.review-sec .review-description .scrollbar-active {
    max-height: 120px !important;
}

.review-description .read-more {
    display: inline-block;
    font-weight: 600;
    color: #333333;
}

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

.review-slider .slick-arrow {
    z-index: 11;
    width: 50px;
    height: 25px;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 0 !important;
}

.review-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/07/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%;
}

.review-slider .slick-arrow.slick-next::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/07/arrow_right.svg");
}

@media only screen and (max-width:1199.5px) {
    .google-review {
        width: 35px;
    }

    .google-review img {
        object-fit: cover;
    }
}

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

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

    .review-slider {
        margin: 30px 0 0 0 !important;
    }

    .google_search img {
        width: 44px;
        height: 44px;
    }

    .review-slider .slick-arrow,
    .review-slider .slick-arrow::before {
        width: 22px;
        height: 15px;
    }

    .review-sec h2 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .google_search img {
        width: 34px;
        height: 34px;
    }

    .review-sec h2 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 0px;
    }

    .google_search img {
        width: 24px;
        height: 24px;
    }
}

/*============================================
= End Review CSS
===============================================*/
/*============================================
= Start Patient Section CSS
============================================*/
.patient-box {
    text-align: center;
}

.patient-box h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #222222;
    font-family: DM Sans, sans-serif;
    padding-top: 32px;
    padding-bottom: 12px;
}

.patient-box h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #159BD7;
    padding-bottom: 16px;
}

.patient-box p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px;
    color: #333333;
}

.patient-box p span {
    font-size: 14px;
    color: #666666;
}

@media only screen and (max-width: 1024px) {
    .patient-box h5 {
        font-size: 20px;
        padding-top: 24px;
    }

    .patient-box h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .patient-col {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .patient-box h5 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .patient-box h3 {
        padding-bottom: 10px;
    }
}

/*============================================
= End Patient Section CSS
============================================*/
/*.matters-sec, .difference-sec, .contact-sec{
    background-color: #F3F9FE;
}*/
/*============================================
= Start Contact Section CSS
============================================*/
/*.contact-content .default-btn {
    margin-top: 8px;
}
.services-menu li.address::before {
    background-image: url("/wp-content/uploads/2025/03/map-pin.svg");
}
.services-menu li.number::before {
    background-image: url("/wp-content/uploads/2025/03/call-icon.svg");
}
.contact-content ul li a{
    color: #333333;
}
contact-content ul li a:hover, .contact-content ul li a:focus{
    color: #159BD7;
}
@media only screen and (max-width: 991px){
    .contact-map iframe {
        height: 350px;
    }
}
@media only screen and (max-width: 767px){
    .contact-map iframe{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 475px){
    .contact-map iframe {
        height: 300px;
    }
}*/
/*============================================
= End Contact Section CSS
============================================*/
/*============================================
= start inner page CSS
============================================*/
.default-content h2,
.title_mb {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.default_content_wrapper:first-of-type ul {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

ul.ul_li_services li {
    font-weight: 400;
}

.single_point li {
    font-weight: 500;
}

/* .default_content_wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
} */
.default-content h2,
.common-title h2,
.docotr_specialist_heading_txt h2 {
    font-size: 36px;
    padding-bottom: 0px !important;
}

.common-title h2 {
    padding-bottom: 20px;
}

.default-content h2 br {
    display: none;
}

.simple-text-section .common-title h2 {
    padding-bottom: 0px;
}

.simple-text-section .default-cta {
    width: 100%;
    justify-content: center;
}

.multiple_side_sec_4 .image-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.multiple_side_sec_4 .image-btn-wrapper .default-btn {
    margin-top: 0px;
}

@media only screen and (max-width:1681.5px) {
    .default-content h2 br {
        display: block;
    }
}

@media only screen and (max-width:1440.5px) {
    .multiple_side_sec_4 .image-btn-wrapper img {
        width: 100%;
        max-width: 200px;
    }
}

@media only screen and (max-width:1250.5px) {
    .default-content h2 br {
        display: none;
    }
}

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

    .default-content h2,
    .common-title h2,
    .docotr_specialist_heading_txt h2 {
        font-size: 32px;
    }

    .simple-text-section .common-title h2 {
        padding-bottom: 0px;
    }
}

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

    .default-content h2,
    .common-title h2,
    .docotr_specialist_heading_txt h2 {
        font-size: 28px;
    }

    .docotr_specialist_heading_txt {
        margin-bottom: 10px !important;
    }

    .multiple_side_sec_4 .image-btn-wrapper img {
        max-width: 150px;
    }
}

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

    .default-content h2,
    .common-title h2,
    .docotr_specialist_heading_txt h2 {
        font-size: 25px;
    }
}

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

    .default-content h2,
    .title_mb {
        margin-bottom: 20px;
    }
}

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

    .default-content h2,
    .common-title h2,
    .docotr_specialist_heading_txt h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .common-title h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:575.5px) {
    .page-id-766 .multiple_side_sec_4 .default-cta {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ----------- comparisons_table ------------ */
.comparisons_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    border: none;
}

.comparisons_table th {
    background-color: #159BD7;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    font-family: Vollkorn, serif;
    text-align: center;
    padding: 10px;
}

.comparisons_table td {
    background-color: #F3F9FE;
    padding: 10px;
}

.comparisons_table td.feature_td {
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .comparisons_table th {
        font-size: 16px;
    }
}

/* Responsive table */
.res-table-heading li {
    background-color: #159BD7;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Vollkorn', serif;
    padding: 13px 20px;
    display: flex;
    align-items: center;
}

ul.res-table-heading {
    border-radius: 6px;
}

.box-row ul.veneer-star-design {
    justify-content: flex-start;
}

.res-table-heading li:not(:last-of-type),
.box-row:not(:last-of-type) {
    margin-bottom: 2px;
}

.box-row {
    padding: 13px 10px 13px 50px;
    background-color: #f5f5f5;
    min-height: 51.19px;
}

.box-row h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Figtree', sans-serif;
}

.comparisons_responsive.comparisons_table {
    border-spacing: 0px !important;
}

.comparisons_responsive .slick-arrow.slick-prev {
    left: 0;
}

.comparisons_responsive .slick-arrow.slick-next {
    right: 0;
}

.comparisons_responsive .slick-arrow {
    width: 25px;
    height: 25px;
}

.comparisons_responsive .slick-arrow::before {
    width: 12px;
    height: 12px;
}

.comparisons_responsive .slick-disabled {
    display: none !important;
}

.comparisons_responsive .slick-arrow {
    z-index: 11;
    border: none !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #159BD7 !important;
    border-radius: 50%;
    border: 1px solid #159BD7 !important;
}

.comparisons_responsive .slick-arrow::before {
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(/wp-content/uploads/2025/03/left-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 12px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}

/*.slick-arrow.slick-next::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/right-arrow-icon.svg);
}*/
@media only screen and (max-width: 1200px) {
    .comparisons_table tr th {
        font-size: 18px;
    }

    .comparisons_table tr td {
        font-size: 16px;
    }

    .veneer-star-design li img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .veneer-star-design li img {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .box-row p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .box-row h5 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .res-table-heading li {
        font-size: 16px;
        padding: 13px 10px;
    }

    .box-row h5 {
        font-size: 14px;
    }

    .box-row {
        min-height: 48.39px;
        padding: 8px 10px 8px 10px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 420px) {
    .comparisons_table tr td:first-child {
        padding: 20px 15px 20px 50% !important;
    }

    .res-table-heading li {
        font-size: 14px;
    }

    .box-row:first-of-type,
    .res-table-heading li:first-of-type {
        min-height: 65px;
    }

    .box-row {
        min-height: 45.60px;
    }
}

.simple-text-section {
    background-color: #F3F9FE;
}

.site-content .simple-text-section:last-child {
    margin-bottom: 0;
}

.simple-text-section .common-title p {
    max-width: 992px;
    width: 100%;
    margin: 0 auto 20px;
}

.simple-text-section ol {
    margin-left: 0;
}

.simple-text-section ol li {
    padding-bottom: 15px;
}

.common-title p {
    max-width: 992px;
    width: 100%;
    margin: 0 auto 20px;
}


/*============================================
= End inner page CSS
============================================*/
/**************** 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;
}

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

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

.singular-box {
    background-color: #ecf8fd;
    border: 1px solid rgb(21 155 215 / 50%);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 4px 4px 24px rgb(21 155 215 / 10%);
    max-width: calc(50% - 24px);
    width: 100%;
}

.singular-box .box-title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.3;
}

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

.three-box .singular-box {
    max-width: calc(33.33% - 32px);
}

.three-box .box-title {
    text-align: center;
    padding: 10px;
    background-color: rgb(6 60 95 / 70%);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 50px;
}

.three-box .box-content {
    text-align: center;
}

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

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

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

    .three-box .singular-box {
        max-width: calc(33.33% - 21.33px);
    }
}

@media only screen and (max-width: 991px) {
    .three-box .singular-box {
        max-width: calc(50% - 16px);
        padding: 20px;
    }
}

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

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

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

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

    .three-box .singular-box {
        max-width: calc(50% - 12px);
        padding: 15px;
    }

    .three-box .box-title {
        max-width: 46px;
    }
}

@media only screen and (max-width: 575px) {
    .three-box .singular-box {
        max-width: 100%;
    }
}

/**************** box section css end ****************/
/*============================================
= Start Footer page CSS
============================================*/
ul#menu-footer-social-icon {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

ul#menu-footer-social-icon li {
    margin-bottom: 0;
}

ul#menu-footer-social-icon li a {
    display: block;
    line-height: 1;
    background-color: #fff;
    padding: 8px;
    border-radius: 100%;
    transition: all 0.4s;
}

ul#menu-footer-social-icon li a img {
    aspect-ratio: 1;
    width: 20px;
}

ul#menu-footer-social-icon li a:hover,
ul#menu-footer-social-icon li a:focus {
    background-color: #e5e5e5;
}

.inside-footer-widgets .footer-widget-1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 430px;
}

.contact-info * {
    display: block;
    padding-bottom: 15px;
}

.contact-info p {
    color: #fff;
}

@media only screen and (max-width: 950px) and (min-width: 576px) {
    .inside-footer-widgets {
        flex-wrap: wrap !important;
        flex-direction: row;
        row-gap: 30px;
    }

    .footer-widget-1 {
        flex: 100% !important;
        margin-bottom: 0 !important;
    }

    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        flex: 33.33% !important;
    }

    .footer-widget-1 .widget_media_image {
        text-align: center;
    }

    .footer-widget-2 .widget-title {
        margin-bottom: 20px;
    }
}

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

@media only screen and (max-width:600px) {
    .site-footer .widget-title {
        margin-bottom: 15px;
    }
}

/*Copy Right Sec*/
.copyright-bar {
    display: block;
    width: 100%;
}

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

.copy-right-left p,
.copy-right-right p,
.copy-right-right p a {
    color: #fff;
}

.copy-right-right p a:hover {
    color: #FF7D29;
}

@media only screen and (max-width: 1020px) {
    .copy-right-sec {
        justify-content: center;
    }
}

/*============================================
= End Footer page CSS
============================================*/
.review-sec .review-description .scrollbar-active {
    overflow-y: scroll;
}

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

/* Track */
.review-sec .review-description .scrollbar-active::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F3F9FE;
}

/* Handle */
.review-sec .review-description .scrollbar-active::-webkit-scrollbar-thumb {
    background-color: #1C68A3;
    border-radius: 10px;
}

/* =========================================================
Services Page Css Start
============================================================= */
.box-content-info {
    margin-top: 30px !important;
}

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

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

/* .post-box-img img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 9 / 6;
    object-fit: cover;
    object-position: top;
} */
/* .service_page_box .post-box-body {
    padding-bottom: 70px;
} */
.post-box-body {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

.post-box-title h3 {
    font-size: 24px;
    transition: all 0.4s;
    margin: 0;
}

.post-box-title a:hover h3 {
    color: #016BBD;
}

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

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

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

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

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

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

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

/* =========================================================
Services Page Css Stop
============================================================= */
/* Handle on hover */
.review-sec .review-description .scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.error404 .page-title {
    font-size: 18vh;
}

.error404 h3 {
    padding-bottom: 15px;
}

.page-id-2566 .right-side-img-section,
.page-id-2571 .right-side-img-section {
    padding: 0;
}

.page-id-2559 .simple-text-section,
.page-id-2566 .simple-text-section,
.page-id-2571 .simple-text-section,
.page-id-2529 .simple-text-section {
    margin-bottom: 0;
}

.page-id-1372 .content-section .star-design,
.page-id-973 .content-section .star-design {
    display: none;
}

.page-id-1372 .content-section h3,
.page-id-1372 .content-section .default_content_wrapper,
.page-id-973 .content-section h3,
.page-id-973 .content-section .default_content_wrapper {
    text-align: left;
}

.page-id-1372 .content-section h3,
.page-id-973 .content-section h3 {
    margin-top: 40px;
}

.page-id-1372 .content-section .content-box:first-of-type h3,
.page-id-973 .content-section .content-box:first-of-type h3 {
    margin-top: 0;
}

.page-id-2535 .left-side-img-section,
.page-id-2535 .right-side-img-section,
.page-id-2932 .content-section,
.page-id-973 .content-section,
.page-id-1372 .content-section {
    padding-top: 0;
}

h3.doctor-about-title {
    padding-top: 50px;
}

@media screen and (max-width: 991px) {
    h3.doctor-about-title {
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    h3.doctor-about-title {
        padding-top: 20px;
    }
}

/*dental-solution*/
.dental-solution-section {
    background-color: #F3F9FE;
}

.section-title {
    padding-bottom: 48px;
}

.dental-solution-slider {
    margin-bottom: 0 !important;
}

.dental-solution-slider .slick-list {
    padding: 0 20px;
}

.dental-solution-item {
    padding: 0 15px;
}

.dental-solution-slider .slick-track {
    display: flex;
    height: 100%;
}

.dental-solution-item {
    padding: 24px;
    height: auto !important;
    margin: 10px 0;
}

.dental-solution-item:hover {
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px #0000002E;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.dental-solution-item img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 24px;
}

.solution-cta a.default-btn {
    width: 100%;
}

body .slick-prev,
body .slick-next {
    width: 42px;
    height: 42px;
}

body .slick-prev {
    left: -100px;
}

body .slick-next {
    right: -100px;
}

.slick-prev::before,
.slick-next::before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2025/07/arrow_right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 1;
	filter: invert(69%) sepia(76%) saturate(1809%) hue-rotate(34deg) brightness(93%) contrast(103%);
}

.slick-prev::before {
    background-image: url(/wp-content/uploads/2025/07/arrow_left.svg);
	filter: invert(69%) sepia(76%) saturate(1809%) hue-rotate(34deg) brightness(93%) contrast(103%);
}

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

    body .slick-prev,
    body .slick-next {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    body .slick-prev {
        left: -80px;
    }

    body .slick-next {
        right: -80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        padding-bottom: 38px;
    }

    body .slick-prev,
    body .slick-next {
        width: 26px;
        height: 26px;
    }

    body .slick-prev {
        left: -60px;
    }

    body .slick-next {
        right: -60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        padding-bottom: 30px;
    }

    body .slick-prev,
    body .slick-next {
        width: 22px;
        height: 22px;
    }

    body .slick-prev {
        left: -25px;
    }

    body .slick-next {
        right: -25px;
    }
}

@media only screen and (min-width: 641px) {
    .dental-solution-item p {
        padding-bottom: 80px;
    }

    .dental-solution-item .solution-cta {
        position: absolute;
        top: auto;
        left: 24px;
        bottom: 24px;
        width: 100%;
        max-width: calc(100% - 48px);
    }

    .dental-solution-item {
        position: relative;
    }
}

@media only screen and (max-width: 640px) {
    .dental-solution-item {
        background-color: #fff;
        box-shadow: 0px 0px 14px 0px #0000002E;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 15px;
        margin: 10px 15px;
    }

    .dental-solution-slider .slick-list {
        margin: 0 -15px;
    }

    .dental-solution-slider .slick-list {
        padding: 0 0;
    }
}

/*time section*/
.section-title p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
    padding-top: 16px;
}

.time-col:nth-child(even) .time-box {
    background-color: #F3F9FE;
}

.office-difference-section {
    background-color: #F3F9FE;
}

.office-difference-section .time-box {
    background-color: #fff !important;
}

.time-box {
    box-shadow: 0px 0px 10px 0px #00000029;
    padding: 32px;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-box p {
    text-transform: capitalize;
}

.offer-box-sec .time-box .default-cta {
    margin-top: auto;
}

.offer-box-sec .time-box p {
    font-size: 16px;
}



.time-box p span {
    font-family: Noto Serif JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.time-box p span br,
.time-box p strong br {
    display: none;
}

.offer-box-sec .time-box p br {
    display: none;
}



@media only screen and (max-width:1440.5px) {
    .offer-box-sec .time-box p:not(:first-child) {
        margin-bottom: 16px !important;
    }

    .offer-box-sec .time-box p br {
        display: block;
    }
}

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

    .time-box p span br,
    .time-box p strong br {
        display: block;
    }

    .offer-box-sec .time-box p br {
        display: none;
    }
}

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

    .time-box p span br,
    .time-box p strong br {
        display: none;
    }

    .time-sec .row .col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .home-time-sec .row,
    .office-difference-section .row {
        row-gap: 24px;
    }

    .home-time-sec .row .col-md-6,
    .office-difference-section .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .time-box h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .time-box {
        padding: 26px;
    }
}

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

    .section-title p {
        font-size: 20px;
    }

    .offer-box-sec .time-box p br {
        display: none;
    }
}

@media only screen and (max-width: 768.5px) {
    .offer-box-sec .time-box p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-title p {
        font-size: 18px;
    }

    .time-box {
        padding: 20px;
    }

    .time-box p span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title p {
        font-size: 16px;
    }

    .time-sec .row .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width:425.5px) {
    .offer-box-sec .time-box p br {
        display: block;
    }
}

@media only screen and (max-width:375.5px) {
    .time-box .default-cta .default-btn {
        margin-top: 0px;
        font-size: 14px;
        padding: 10px;
    }
}

/*Footer top section*/
.footer-top {
    background-image: url("/wp-content/uploads/2025/03/footer-top-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.footer-top .default-cta {
    width: 100%;
    justify-content: center;
}

.footer-top-content p {
    padding-top: 32px;
    font-size: 18px;
    font-family: "Karla", sans-serif;
    width: 100%;
    margin: 0 auto;
    max-width: 985px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.footer-top-content {
    padding-bottom: 0 !important;
}

/*Contact Section*/
.contact-sec {
    background-color: #F3F9FE;
}

.contact-map iframe {
    border-top-right-radius: 48px;
    border: 2px solid rgb(38 105 128 / 15%) !important;
}

.contact-content h2 {
    padding-bottom: 32px;
}

.contact-information {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.contact-information::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-map::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/03/location-pin.svg");
}

.contact-hour::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/03/clock-icon.svg");
}

.contact-information a {
    color: inherit;
    display: block;
    padding-bottom: 15px;
    width: fit-content;
}

.contact-information a.get-direction {
    text-decoration: underline;
}

.contact-information a:hover,
.contact-information a:focus {
    color: #84C601 ;
}

@media only screen and (max-width: 1024px) {
    .contact-map iframe {
        border-top-right-radius: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-map iframe {
        border-top-right-radius: 28px;
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-map {
        margin-bottom: 30px;
    }

    .contact-map iframe {
        border-top-right-radius: 20px;
    }

    .contact-information br {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .contact-map iframe {
        border-top-right-radius: 15px;
    }
}

/*Info Section*/
.info-row {
    display: flex;
}

.info-col {
    width: 50%;
    border: 1px solid #1C68A3;
    padding: 80px;
    margin: 1px 0;
}

.info-left {
    border-top-left-radius: 80px;
}

.info-right {
    border-bottom-right-radius: 80px;
    background-color: #1C68A3;
}

.info-col img {
    width: 80px;
    aspect-ratio: 1;
    margin-bottom: 32px;
}

.info-col h3 {
    padding-bottom: 18px;
}

.info-col p {
    font-weight: 500;
}

.info-right * {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .info-col {
        padding: 70px;
    }

    .info-col img {
        width: 70px;
    }

    .info-left {
        border-top-left-radius: 70px;
    }

    .info-right {
        border-bottom-right-radius: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .info-col {
        padding: 60px;
    }

    .info-col img {
        width: 60px;
        margin-bottom: 26px;
    }

    .info-left {
        border-top-left-radius: 60px;
    }

    .info-right {
        border-bottom-right-radius: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .info-col {
        padding: 50px;
    }

    .info-col img {
        width: 50px;
        margin-bottom: 20px;
    }

    .info-left {
        border-top-left-radius: 50px;
    }

    .info-right {
        border-bottom-right-radius: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .info-col {
        padding: 40px;
    }

    .info-col img {
        width: 40px;
    }

    .info-left {
        border-top-left-radius: 40px;
    }

    .info-right {
        border-bottom-right-radius: 40px;
    }
}

@media only screen and (max-width: 675px) {
    .info-row {
        flex-direction: column;
    }

    .info-col {
        width: 100%;
        margin: 0;
        padding: 30px;
    }

    .info-col img {
        width: 35px;
        margin-bottom: 15px;
    }

    .info-left {
        border-top-left-radius: 30px;
    }

    .info-right {
        border-bottom-right-radius: 30px;
    }

    .info-col h3 {
        padding-bottom: 15px;
    }
}

/* Smile Section */
.smile-sec {
    background-image: url(/wp-content/uploads/2025/06/blue-texture-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.smile-box {
    padding: 80px;
    background-color: #fff;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}*/
.smile-box h2 {
    padding-bottom: 32px;
    color: #fff;
}

.smile-box p {
    color: #fff;
}

.smile-image img {
    border-top-right-radius: 48px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .smile-image img {
        border-top-right-radius: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .smile-image {
        padding-bottom: 30px;
    }

    .smile-image img {
        border-top-right-radius: 28px;
    }

    .smile-sec .padding-box-right {
        padding-left: 0;
    }

    .smile-sec .padding-box-left {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .smile-image img {
        border-top-right-radius: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .smile-image img {
        border-top-right-radius: 15px;
    }
}

/*Doctor Section*/
.doctor-sec {
    background-color: #F3F9FE;
}

.doctor-sec .contact-content h2 {
    padding-bottom: 16px;
}

.doctor-sec .contact-content h5 {
    padding-bottom: 32px;
    font-family: Noto Serif JP;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #063C5F;
    margin: 0;
}

.doctor-image img {
    border-top-right-radius: 48px;
}

.logo-slider {
    margin-bottom: 0 !important;
}

.logo-slider .slick-track {
    display: flex;
    gap: 80px;
}

.logo-slider .slick-track img {
    height: 80px;
    object-fit: contain;
    object-position: center;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .doctor-image {
        height: 100%;
    }

    .doctor-image img {
        height: 90%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1199px) {
    .doctor-sec .contact-content h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .doctor-image img {
        border-top-right-radius: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .doctor-sec .contact-content h5 {
        font-size: 18px;
        padding-bottom: 26px;
    }

    .doctor-image img {
        border-top-right-radius: 28px;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .doctor-image {
        padding-right: 0px;
    }

    .doctor-sec .contact-content {
        padding-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .doctor-image {
        margin-bottom: 25px;
    }

    .doctor-sec .contact-content h5 {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .doctor-image img {
        border-top-right-radius: 20px;
    }

    .doctor-image img {
        width: 100%;
        height: 100%;
    }

    .doctor-sec .contact-content {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .doctor-image img {
        border-top-right-radius: 15px;
    }
}

/*---------------------------------*/
.full_contents_box_section {
    background-color: #F3F9FE;
}

.full_contents_box_section .content-box {
    text-align: left !important;
}

.full_contents_box_section ul.common-listing {
    padding-bottom: 10px !important;
    padding-top: 15px !important;
}

.full_contents_box_section ul.common-listing li {
    text-align: left;
    margin-bottom: 10px !important;

}

.review-box-center .content-box {
    margin-bottom: 30px;
}

.review-box-center .content-box h2 {
    text-align: center;
}

.review-box-center .content-box p {
    text-align: center;
}

.review-box-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

@media only screen and (max-width: 768.5px) {
    .review-box-center .title_mb {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .review-box-center .title_mb {
        margin-bottom: 10px;
    }
}

/*-------------------------------------*/
.page-id-326 .right-side-img-section.multiple_side_sec_7,
.page-id-334 .right-side-img-section.multiple_side_sec_4,
.page-id-339 .right-side-img-section.multiple_side_sec_4 {
    padding-top: 100px !important;
}

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

    .page-id-326 .right-side-img-section.multiple_side_sec_7,
    .page-id-334 .right-side-img-section.multiple_side_sec_4,
    .page-id-339 .right-side-img-section.multiple_side_sec_4 {
        padding-top: 80px !important;
    }
}

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

    .page-id-326 .right-side-img-section.multiple_side_sec_7,
    .page-id-334 .right-side-img-section.multiple_side_sec_4,
    .page-id-339 .right-side-img-section.multiple_side_sec_4 {
        padding-top: 60px !important;
    }
}

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

    .page-id-326 .right-side-img-section.multiple_side_sec_7,
    .page-id-334 .right-side-img-section.multiple_side_sec_4,
    .page-id-339 .right-side-img-section.multiple_side_sec_4 {
        padding-top: 50px !important;
    }
}

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

    .page-id-326 .right-side-img-section.multiple_side_sec_7,
    .page-id-334 .right-side-img-section.multiple_side_sec_4,
    .page-id-339 .right-side-img-section.multiple_side_sec_4 {
        padding-top: 40px !important;
    }

    .review-box-cta {
        flex-wrap: wrap;
    }

    .review-box-cta .default-btn:not(:first-child) {
        margin-top: 0px !important;
    }
}

/*-----------------*/
.dental_journey_module2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.dental_journey_module2 .dental_journey_left_side_blk {
    width: 100%;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
}

.dental_journey_module2 .dental_journey_left_side_blk img {
    width: 100%;
    margin-bottom: 20px;
}

.dental_journey_module2 .dental_journey_left_side_blk p b {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}

.page-id-334 .content-section.multiple_side_sec_3,
.page-id-339 .content-section.multiple_side_sec_3 {
    background-color: transparent;
}

.page-id-334 .content-section.multiple_side_sec_3 .dental_journey_module2 .dental_journey_left_side_blk,
.page-id-339 .content-section.multiple_side_sec_3 .dental_journey_module2 .dental_journey_left_side_blk {
    background-color: #F3F9FE;
}

.page-id-334 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p,
.page-id-339 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p {
    margin-bottom: 30px;
}

.page-id-334 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p:last-child,
.page-id-339 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p:last-child {
    margin-bottom: 0 !important;
}

.page-id-334 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p span,
.page-id-339 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p span {
    color: #063C5F;
    font-size: 24px;
    display: table;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-id-334 .content-section.multiple_side_sec_3 .dental_journey_module2 .dental_journey_left_side_blk p,
.page-id-339 .content-section.multiple_side_sec_3 .dental_journey_module2 .dental_journey_left_side_blk p {
    margin-bottom: 0;
}

.page-id-339 .content-section.multiple_side_sec_3 .content-box .default_content_wrapper .dental_journey_module2 {
    margin-top: 30px;
}

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

    .page-id-334 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p span,
    .page-id-339 .content-section.multiple_side_sec_2 .content-box .default_content_wrapper p span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
    .dental_journey_module2 .dental_journey_left_side_blk img {
        width: 60%;
    }
}

/* ====================================
== Start Privacy & Terms Page CSS
======================================= */
.same_width_1400 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.same_width_priv_container {
    max-width: 1170px;
    width: 90%;
    margin: auto;
}

.privacy_policy_div .htag_txt h2,
.privacy_policy_div .htag_txt h3 {
    text-align: left;
    font-size: 31px;
    text-transform: capitalize;
    padding-top: 20px;
    margin-bottom: 20px;
}

.privacy_policy_div .htag_txt a {
    font-weight: 500;
    color: #FF7D29;
    vertical-align: baseline;
}

.privacy_policy_div .htag_txt a:hover {
    color: #212529;
}

.privacy_txt_block .para_txt p {
    margin-bottom: 15px;
}

.privacy_txt_block .para_txt .common-listing {
    padding-left: 0px !important;
}

.privacy_txt_block .para_txt p:last-child {
    margin-bottom: 0 !important;
}

.privacy_txt_block ul.first_details_ul_items {
    margin-left: 0;
    padding-left: 20px !important;
}

.privacy_txt_block .para_txt ul {
    list-style: disc !important;
    padding-left: 24px !important;
}

.privacy_txt_block .para_txt ul li::marker {
    font-size: 25px;
}

.privacy_txt_block .para_txt p font {
    margin-top: 10px;
    display: block;
}

@media (max-width: 767px) {

    .privacy_policy_div .htag_txt h2,
    .privacy_policy_div .htag_txt h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .same_width_1400 {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .same_width_1400 {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .same_width_priv_container {
        padding: 0 10px;
    }
}

/* ====================================
== End Privacy & Terms Page CSS
======================================= */
@media only screen and (min-width: 1700px) {
    body .mxw-1640 {
        max-width: 1640px !important;
    }
}

/* ====================  Dental Care section ======================  */
.dental-care-section {
    background-image: url(/wp-content/uploads/2025/06/blue-texture-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dental-care-section .container {
    border: 1px solid #fff;
    border-radius: 0 50px 0 50px;
    padding: 90px 100px;
    position: relative;
}

.dental-care-content {
    margin-right: 28px
}

.dental-care-video {
    margin-left: 28px;
}

.dental-care-content h2,
.dental-care-content h5,
.dental-care-content p {
    color: #fff;
}

.dental-care-content h2 {
    margin-bottom: 32px
}

.dental-care-content h5 {
    font-family: "karla";
    margin-bottom: 8px
}

.dental-care-content p:not(:last-of-type) {
    margin-bottom: 28px;
}

.vid.item iframe {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
}

.book-appointment-img {
    position: absolute;
    right: 20px;
    bottom: -20px;
    animation: turn 6s infinite linear;
}

.book-appointment-img:hover {
    animation: unset;
}

@keyframes turn {
    0% {
        transform: rotateY(-180deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

@media only screen and (max-width: 1699px) {
    .dental-care-section .container {
        padding: 40px;
    }
}

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

    .dental-care-video,
    .dental-care-content {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .book-appointment-img {
        bottom: -40px;
        max-width: 140px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .dental-care-section .container {
        max-width: calc(100% - 60px);
        padding: 24px;
        border-radius: 0 24px 0 24px;
    }
}

@media only screen and (max-width: 575px) {
    .dental-care-section .container {
        padding: 15px;
    }

    .book-appointment-img {
        position: unset;
        margin: 24px auto 0;
    }
}

/* ====================   Testimonial Section   ======================= */
.dentist-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.dentist-row::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/07/right-vector.svg");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
	filter: invert(69%) sepia(76%) saturate(1809%) hue-rotate(34deg) brightness(93%) contrast(103%);
}

.dentist-col-one {
    position: relative;
}

.dentist-col-one::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/07/left-vector.svg);
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1;
	filter: invert(69%) sepia(76%) saturate(1809%) hue-rotate(34deg) brightness(93%) contrast(103%);
}

.dentist-col {
    width: 100%;
    max-width: calc(50% - 25px);
}

.dentist-col-two .dentist-video,
.dentist-col-three .dentist-video {
    padding-right: 50px;
}

.dentist-col-two {
    align-content: end;
}

.testimonial-title>img:first-child {
    margin-bottom: 32px;
}

.testimonial-title h2,
.average-review-star {
    margin-bottom: 24px;
}

.testimonial-title a {
    color: #063C5F;
    font-family: karla;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
}

.testimonial-inner {
    position: relative;
    padding: 56.66% 0 0;
}

.testimonial-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1499.98px) {
    .testimonial-title h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .testimonial-title h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1299.98px) {
    .testimonial-title h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .dentist-row {
        gap: 30px;
    }

    .dentist-col {
        max-width: calc(50% - 15px);
    }

    .dentist-col-two .dentist-video,
    .dentist-col-three .dentist-video {
        padding-right: 30px;
    }

    .dentist-col-one::before {
        width: 40%;
        height: 70%;
    }

    .dentist-col-two {
        align-content: end;
    }

    .testimonial-title>img:first-child {
        margin-bottom: 22px;
    }

    .testimonial-title h2 {
        font-size: 32px;
    }

    .testimonial-title h2,
    .average-review-star {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .dentist-row::before {
        top: 84px;
        width: 27%;
        height: 84%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    .faqs-section .container,
    .timeline-sec .container {
        max-width: 1140px;
    }
}

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

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

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

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

    .faq-content p {
        font-size: 16px;
    }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1024.5px) {
    .all-image {
        gap: 15px;
    }

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

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

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

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

@media only screen and (max-width: 480.5px) {
    .section-title {
        padding-bottom: 10px;
    }
}

/* Tour Our Dental Clinic page end css */
/*=============================================== */
.linear-repeater h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

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

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

.site-map-menu li a:hover {
    color: #e7ca71;
}

.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-3184 .inside-article {
    padding-top: 0px;
}

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

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

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

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

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

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

/*----------End - site-map----------*/
/* Additional CSS Start */
.meet-dentist-sec {
    background-color: #FFFFFF;
}

.meet-dentist-sec .content-box h2,
.meet-dentist-sec .content-box .default_content_wrapper {
    text-align: center;
}

.meet-dentist-sec .singular-box {
    width: auto !important;
    max-width: unset;
}

.dentist-box-sec .singular-box {
    width: auto;
}

.dentist-box-sec .singular-box h3 {
    text-align: center;
}

@media only screen and (max-width: 1024.5px) {
    .dentist-box-sec .text-box-row {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 575.5px) {
    .dentist-box-sec .text-box-row {
        flex-wrap: wrap;
    }
}

/* =========================================================
Start Before after css
============================================================= */

.gallery-section .common-title h2 {
    padding-bottom: 20px !important;
}


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

.video-testimonial-sec .gallery-row {
    display: flex;
}

.video-testimonial-sec .video-content iframe {
    display: block;
    height: 100%;
    aspect-ratio: 16/9;
}


/*.before-after-slider {
    margin-bottom: 0 !important
}*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ba-text-box {
    text-align: center;
    padding: 5px 0px;
    background-color: #1C68A3;
    color: white;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.ba-text-box h3 {
    color: white;
    font-size: 28px;
    line-height: 1.3;
    font-family: inherit;
    font-weight: 400;
}

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

@media only screen and (max-width: 1024.5px) {
    .ba-text-box h3 {
        font-size: 20px;
        line-height: normal;
        vertical-align: middle;
    }
}

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

@media only screen and (max-width: 768.5px) {
    .gallery-row {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 10px;
    }

    .comparison-content {
        margin: 0 0px;
    }
}

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

    .comparison-content,
    .ba-text-box {
        margin: 0;
    }

    .ba-text-box h3 {
        font-size: 18px;
    }

    .video-testimonial-sec .gallery-row {
        flex-wrap: wrap;
    }
}


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

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

/* =========================================================
End Before after css
============================================================= */
/*===============================================
= 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: 22px;
    line-height: 22px;
    color: #FF7D29;
    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: #FF7D29;
    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 #0A0A09;
    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: 22px;
    line-height: 22px;
    color: #FF7D29;
    position: relative;
    min-width: 30px;
    text-align: right;
    font-family: "Karla", sans-serif;
}

.number-content {
    padding: 0 0 30px;
}

.timeline-sec .default-content {
    margin-bottom: 40px;
}

.timeline-sec h2 {
    margin-bottom: 20px;
}

.number-content p:not(:last-of-type) {
    margin-bottom: 0px !important;
}

@media only screen and (max-width:768.5px) {
    .dot-div {
        min-width: 60px;
    }
}

@media only screen and (max-width:575px) {
    .dot-div {
        padding: 0px 5px;
        min-width: 30px;
    }

    .dot-div::before {
        left: 26%;
    }

    .number {
        min-width: 26px;
        font-size: 20px;
        line-height: 20px;
    }

    .number::before {
        font-size: 20px;
        line-height: 20px;
    }

    .timeline-sec .default-content {
        margin-bottom: 20px;
    }

    .number-content {
        padding: 0 0 20px;
    }
}

/* common_emergency_section section css */
.common_emergency_section {
    background-color: #ecf8fd;
}

.common_emergency_section h2 {
    color: #063C5F;
    margin-bottom: 20px;
}

.common_emergency_section p {
    color: #063C5F;
    margin-bottom: 30px;
}

.common_emergency_section .tooth_problems_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.common_emergency_section .tooth_problems_col .tooth_problem {
    width: 100%;
    max-width: calc(25% - 38px);
    position: relative;
}

.common_emergency_section .tooth_problems_col .tooth_problem a.tooth_problem_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 4px 4px 24px rgb(21 155 215 / 10%);
    border: 1px solid #ffffff;
    transition: all 0.5s;
}

.common_emergency_section .tooth_problems_col .tooth_problem .icon_box_img {
    min-height: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
}

.common_emergency_section .tooth_problems_col .tooth_problem img {
    width: 100%;
    height: fit-content;
    transition: all 0.5s;
    object-fit: contain;
}

.common_emergency_section .tooth_problems_col .tooth_problem p {
    margin: 0;
    text-align: center;
    transition: all 0.5s;
}

.common_emergency_section .tooth_problems_col .tooth_problem a.tooth_problem_content:hover {
    background-color: #FF7D29;
    border: 1px solid #FF7D29;
}

.common_emergency_section .tooth_problems_col .tooth_problem a.tooth_problem_content:hover p {
    color: #ffffff;
}

.common_emergency_section .tooth_problems_col .tooth_problem a.tooth_problem_content:hover img {
    filter: brightness(0) invert(1);
}

.common_emergency_section .tooth_problems_col .modal-dialog {
    max-width: 900px;
    min-height: fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

.common_emergency_section .tooth_problems_col .dentist-popup {
    background: rgb(237, 237, 237);
    max-width: 900px;
    width: 100%;
    max-height: calc(100vh - 80px);
    /* overflow-y: scroll; */
    border-radius: 0;
    align-items: end;
    min-height: 100%;
    height: 100%;
    margin: 0 20px;
}

.common_emergency_section .tooth_problems_col .dentist-popup .popup-content {
    padding: 0 30px 30px 30px;
    /* overflow: unset; */
    display: flex;
    flex-direction: column;
}

.dentist-popup .popup-content .popup_paragraphs p {
    text-align: left;
}

.common_emergency_section .tooth_problems_col .dentist-popup .btn-close {
    padding: 1px 6px;
    margin: 15px 10px;
    font-size: 20px;
    opacity: 1;
}

.common_emergency_section .tooth_problems_col .dentist-popup .btn-close:hover {
    filter: invert(53%) sepia(64%) saturate(798%) hue-rotate(338deg) brightness(100%) contrast(104%);
}

.common_emergency_section .tooth_problems_col .dentist-popup .btn-close:focus,
.common_emergency_section .tooth_problems_col .dentist-popup .btn-close:focus-visible {
    outline: none;
    box-shadow: none;
}

.common_emergency_section .tooth_problems_col .dentist-popup h4 {
    margin-bottom: 10px;
}

.common_emergency_section .tooth_problems_col .dentist-popup p {
    margin: 10px auto;
}

/* .common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup a {
    padding: 20px;
    margin: 10px auto 0 auto;
    background-color: #FF7D29;
    box-shadow: none;
    border: 1px solid #FF7D29;
    transition: all 0.5s;
    height: fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 16.8px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
} */
/* .common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup a:hover{
    background-color: #1C68A3;
    border: 1px solid #1C68A3;
} */
.common_emergency_section .tooth_problems_col .dentist-popup .popup-content .btn-wrap {
    margin-top: 20px;
    justify-content: center;
}

.common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup a.default-btn {
    margin-top: 0;
}


.common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup p a {
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    color: #FF7D29;
    border: unset !important;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    width: fit-content;
    display: inline;
}

.common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup p a:hover {
    color: #063C5F;
}

@media (max-width: 1200px) {
    .common_emergency_section .tooth_problems_col .tooth_problem {
        max-width: calc(33% - 25px);
    }

    /* .common_emergency_section .tooth_problems_col .tooth_problem img{
        width: 30px;
    } */
    .common_emergency_section .tooth_problems_col .tooth_problem .icon_box_img {
        min-height: 60px;
        max-height: 60px;
    }

    /* .common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup a {
        padding: 15px;
    } */
}

@media (max-width: 992px) {
    .common_emergency_section .tooth_problems_col {
        gap: 20px;
    }

    .common_emergency_section .tooth_problems_col .tooth_problem {
        max-width: calc(50% - 10px);
    }

    .common_emergency_section p {
        margin-bottom: 25px;
    }

    .common_emergency_section .tooth_problems_col .dentist-popup .popup-content {
        padding: 0 20px 20px 20px;
    }

    .common_emergency_section .tooth_problems_col .dentist-popup .btn-close {
        font-size: 15px;
    }

    .common_emergency_section .tooth_problems_col .tooth_problem a.tooth_problem_content {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .common_emergency_section .tooth_problems_col .tooth_problem {
        max-width: 100%;
    }

    /* .common_emergency_section .tooth_problems_col .tooth_problem img {
        width: 25px;
    } */
    .common_emergency_section .tooth_problems_col .tooth_problem img {
        height: 100%;
    }

    .common_emergency_section .tooth_problems_col .tooth_problem .icon_box_img {
        min-height: 40px;
        max-height: 40px;
    }

    /* .common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup a {
        font-size: 13px;
    } */
    .common_emergency_section .tooth_problems_col .dentist-popup p {
        margin: 7px auto;
        font-size: 15px;
    }

    .common_emergency_section .tooth_problems_col .tooth_problem .dentist-popup a.default-btn {
        font-size: 14px;
    }
}

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

.site-map-menu {
    margin: 0;
    padding: 0;
}

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

.site-map-menu li a:hover {
    color: #FF7D29;
}

.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-1316 .inside-article {
    padding-top: 0px;
}

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

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

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

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

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

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

/*----------End - site-map----------*/
.smile-gallery-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.smile-gallery-col {
    width: 100%;
    max-width: 100%;
    border: 1px solid #1C68A3;
    padding: 24px;
    background-color: #F3F9FE;
    border-radius: 12px;
    gap: 60px;
    align-items: center;
    display: flex;
}

.smile-gallery-col:nth-child(even) {
    flex-direction: row-reverse;
}

.smile-gallery-img {
    width: 35%;
}

.smile-gallery-content {
    width: 65%;
}

.smile-gallery-content .patient-info ul {
    margin-top: 15px;
}

.invisalign-smile-gallery .smile-gallery-col:nth-child(1) .smile-gallery-img {
    padding-bottom: 15px;
}


.smile-gallery-img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width:1500.5px) {
    .smile-gallery-col:nth-child(even) .smile-gallery-img {
        float: right;
        padding-left: 15px;
        padding-bottom: 0px;
    }

    .smile-gallery-col:nth-child(odd) .smile-gallery-img {
        float: left;
        padding-right: 15px;
        padding-bottom: 0px;
    }

    .smile-gallery-col:nth-child(3) .smile-gallery-img {
        padding-bottom: 15px;
    }

    .smile-gallery-col {
        display: inline-block;
    }

    .smile-gallery-content {
        width: 100%;
    }

    .denture-smile-galler-sec .smile-gallery-col:nth-child(odd) .smile-gallery-img {
        padding-bottom: 15px;
    }

    .denture-smile-galler-sec .smile-gallery-col:nth-child(even) .smile-gallery-img {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width:1199.5px) {
    .denture-smile-galler-sec .smile-gallery-col:nth-child(odd) .smile-gallery-img {
        padding-bottom: 10px;
    }

    .denture-smile-galler-sec .smile-gallery-col:nth-child(even) .smile-gallery-img {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:1240.5px) {
    .smile-left-image .smile-gallery-col:nth-child(3) .smile-gallery-img {
        padding-bottom: 15px;
    }

    .smile-gallery-col:nth-child(3) .smile-gallery-img {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .smile-gallery-row {
        gap: 30px;
    }

    .smile-gallery-col {
        padding: 20px;
        gap: 40px;
    }

    .denture-smile-galler-sec .smile-gallery-col:nth-child(3) .smile-gallery-img {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .smile-gallery-row {
        gap: 20px;
    }

    .smile-gallery-col {
        padding: 15px;
        gap: 20px;
        display: inline-block;
    }

    .smile-gallery-img {
        width: 35%;
        float: left;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .smile-gallery-content {
        width: 100%;
    }
}

@media only screen and (max-width: 768.5px) {
    .smile-gallery-img {
        width: 45%;
    }

    .denture-smile-galler-sec .smile-gallery-col:nth-child(3) .smile-gallery-img {
        padding-bottom: 10px;
    }

    .invisalign-smile-gallery .smile-gallery-col:nth-child(1) .smile-gallery-img {
        padding-bottom: 10px;
    }

    .invisalign-smile-gallery .smile-gallery-col .smile-gallery-img {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767.5px) {
    .denture-smile-galler-sec .smile-gallery-col:nth-child(even) .smile-gallery-img {
        padding-bottom: 15px;
    }

    .denture-smile-galler-sec .smile-gallery-col:nth-child(odd) .smile-gallery-img {
        padding-bottom: 15px;
    }

    .invisalign-smile-gallery .smile-gallery-col:nth-child(1) .smile-gallery-img {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575.5px) {
    .smile-gallery-col:nth-child(3) .smile-gallery-img {
        padding-bottom: 15px;
        padding-right: 0px;
    }

    .smile-gallery-col:nth-child(even) .smile-gallery-img {
        padding-left: 0px;
        padding-bottom: 15px;
    }

    .smile-gallery-col:nth-child(odd) .smile-gallery-img {
        padding-right: 0px;
        padding-bottom: 15px;
    }
}

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

    .smile-gallery-col,
    .smile-gallery-col:nth-child(even) {
        flex-direction: column;
    }

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

    .smile-gallery-img {
        padding-right: 0px;
    }
}



/* =========================================================
Services Page Css Start
============================================================= */
.box-content-info {
    margin-top: 30px !important;
}

.post-box-wrapper {
    background-color: #fff;
    transition: all 0.5s ease 0s;
    height: 100%;
    position: relative;
    /* border: 2px solid var(--contrast-2); */
    border: 2px solid var(--accent);
}

.post-box-wrapper:hover {
    box-shadow: 0 100px 80px 0 hsl(0deg 0% 0% / 5%), 0 -28px 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%);
}

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

.box-content p {
    margin-bottom: 10px;
}

.box-content p:not(:first-child) {
    margin-bottom: 0px;
    padding-top: 15px;
}

.content-box-img .box-main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.content-box-img .box-main-container .box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-box-img .box-main-container .box-content p:last-child:has(img, iframe) {
    margin-top: auto;
}

/* .box-content img, .box-content iframe{
    width: 100%;
    height: auto;
} */
/* .post-box-img img{
    width: 100%;
    display: inline-block;
    vertical-align: top;
} */
.post-box-img>img {
    aspect-ratio: 9 / 6;
    object-fit: cover;
    object-position: top;
}

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

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

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

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

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

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

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

.post-box-title h3 {
    font-size: 26px;
    transition: all 0.4s;
    color: #063C5F;
    margin: 0;
}

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

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

/*.post-box-body .button a.default-cta {
    color: var(--white_color) !important;
}
.post-box-body .button a.default-cta:hover{
    color: var(--brown_color) !important;
}*/
.post-box-icon {
    padding: 25px 25px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.post-box-icon .post-box-title {
    margin-bottom: 0px;
    align-items: center;
    display: block;
}

.post-box-icon .post-box-title h4 {
    margin-bottom: 0px;
}

.post-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 80px;
    height: 80px;
    background-color: #F6F6F4;
}

section.service_page_box {
    background: #F3F9FE;
}

section.service_page_box .common-title h2 {
    margin-bottom: 20px;
}

.advancse-safety-sec .post-box-desc p {
    display: block;
}

.post-box-title h4 a {
    font-size: 16px;
    color: #063C5F;
    display: block;
}

.post-box-title h4 a span {
    display: block;
    font-weight: 900;
    font-size: 22px;
}

.common-listing li a {
    color: #063C5F;
}

.common-listing li a:hover {
    color: #FF7D29;
}

@media only screen and (max-width:1366.5px) {
    .post-box-title h4 a span {
        font-size: 20px;
    }
}

@media only screen and (max-width:1240.5px) {
    .post-box-icon {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1199px) {
    .post-box-desc p {
        font-size: 16px;
    }
}

@media only screen and (max-width:1024.5px) {
    .service_page_box .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .post-box-icon {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width:991.5px) {
    .post-box-icon {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width:768.5px) {
    .post-box-icon {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width:600.5px) {
    .service_page_box .col-md-6 {
        flex: 0 0 100%;
        width: 100%;
    }

    .post-box-icon {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }
}

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

}

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

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

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

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

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

@media only screen and (max-width:420.5px) {
    .post-box-icon {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
    }
}

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

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

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

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

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

.blog-content {
    padding: 24px;
}

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

ul.blog-post-list li p.post-meta {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
}

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: #FF7D29 !important;
    font-weight: 600;
    color: #063C5F;
}

ul.blog-post-list li a h2 {
    color: #FF7D29 !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: #063C5F;
}

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: #FF7D29;
}

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

.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: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.single-post .entry-content h2 {
    margin: 32px 0 16px;
    color: #063C5F;
}

.single-post .entry-content h3 {
    margin: 32px 0 16px;
    color: #424A4D;
}

.single-post .entry-content h4 {
    color: #202020;
}

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

.single-post .entry-content img,
.single-post .entry-content figcaption {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.single-post .entry-content img {
    border: 2px solid #FF7D29;
}

.single-post .entry-content figcaption {
    font-size: 15px;
}

.single-post .entry-content ol li,
.single-post .entry-content ul li {
    /*    color: #5E6569;*/
    font-family: "Karla", sans-serif;
    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: #FF7D29;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
}

.single-post .entry-content ol.post-list-number {
    padding-left: 18px;
    margin-left: 12px;
}

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

.single-post .entry-content ol.post-list-number li::marker {
    color: #FF7D29;
}

.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: #FF7D29;
}

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

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

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

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

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

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

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

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

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

.faqs-title p {
    margin-bottom: 30px;
}

.single-post header.site-header {
    position: sticky;
}

/* .single-post .main-navigation .main-nav ul li a{
    color: #063C5F;
} */
.single-post .site-header .default-btn {
    color: #fff !important;
    background-color: #FF7D29;
    border-color: #FF7D29;
}

.single-post .site-header .default-btn:hover {
    color: #FF7D29 !important;
}

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

.wp-blog-image {
    max-width: 214px !important;
}

@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: #FF7D29;
    color: #fff;
}

.pagination .nav-links .current,
.pagination .nav-links a:hover {
    background: #FF7D29;
    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;
    }
}

/* ==========================================================
Blog CSS End
=========================================================== */

/* Additional Css Start */

.page-id-313 .docotr_specialist_main_section:nth-child(2) {
    padding: 0px !important;
    background-color: transparent !important;
}

.page-id-313 .docotr_specialist_main_section:nth-child(2) .docotr_specialist_main_row .col-lg-7 {
    width: 100%;
    text-align: center;
}

.page-id-313 .docotr_specialist_main_section:nth-child(2) .docotr_specialist_main_row .col-lg-7 .docotr_specialist_heading_txt,
.page-id-313 .docotr_specialist_main_section:nth-child(2) .docotr_specialist_main_row .col-lg-7 .docotr_specialist_heading_txt h5 {
    display: none;
    margin-bottom: 0px;
}

.page-id-313 .docotr_specialist_main_section:nth-child(2) .docotr_specialist_main_row .col-lg-7 .read-more-span iframe {
    margin: 0 auto;
}

.page-id-313 .docotr_specialist_main_section:nth-child(2) .docotr_specialist_main_row .col-lg-5 {
    display: none;
}

.left-side-img-section .padding-box .padding-box-left {
    padding-right: 28px !important;
}

.right-side-img-section .padding-box .padding-box-right {
    padding-left: 28px !important;
}

.bg-white h2 {
    margin-bottom: 0px;
}

.bg-white .default_content_wrapper iframe {
    margin: 0 auto;
    display: block;
}

/*  .dr-left-sec .dr_sec_content_col,
  .dr-right-sec .dr_sec_content_col{
	display: inline;
} */

@media only screen and (max-width:1024.5px){
/* 	.dr-left-sec .dr_sec_content_col,
  	.dr-right-sec .dr_sec_content_col{
		display: block;
		margin-top: -30px;
	} */
}

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

    .dr-left-sec .row:not(.site-content section:first-child.dr-left-sec .row),
    .dr-right-sec .row {
        display: inline-block !important;
    }

    .dr-left-sec .dr_sec_img_col {
        float: left;
        padding-bottom: 15px;
    }

    .dr-right-sec .dr_sec_img_col {
        float: right;
        padding-bottom: 15px;
    }

    .dr-left-sec .dr_sec_content_col,
    .dr-right-sec .dr_sec_content_col {
        width: 100% !important;
    }
}


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

    .dr-left-sec .dr_sec_img_col,
    .dr-right-sec .dr_sec_img_col {
        width: 33.33% !important;
    }
}

@media only screen and (max-width:991.5px) {
    .right-side-img-section .padding-box .padding-box-right {
        padding-left: 0px !important;
    }

    .right-side-img-section .padding-box .padding-box-right img,
    .left-side-img-section .padding-box .padding-box-left img {
        width: 100%;
    }

    .left-side-img-section .padding-box .padding-box-left {
        padding-right: 0px !important;
    }
	.dr-left-sec .dr_sec_content_col,
  	.dr-right-sec .dr_sec_content_col{
		margin-top: 0px;
	}
	
	.page-id-315 .button_section .default-cta .default-btn{
		margin-top: 0px;
	}
}

@media only screen and (max-width: 768.5px) {
    .bg-white .default_content_wrapper iframe {
        height: 330px;
    }
}

@media only screen and (max-width: 767.5px) {
    .bg-white .default_content_wrapper iframe {
        height: 380px;
        margin: 0;
    }
}
@media only screen and (max-width: 575.5px) {
    .bg-white .default_content_wrapper iframe {
        height: 330px;
        margin: 0;
    }
}
@media only screen and (max-width: 575.5px) {
    .bg-white .default_content_wrapper iframe {
        height: 250px;
        margin: 0;
    }
}
@media only screen and (max-width: 575.5px) {
    .bg-white .default_content_wrapper iframe {
        height: 250px;
        margin: 0;
    }
}

@media only screen and (max-width: 425.5px) {
    .bg-white .default_content_wrapper iframe {
        height: 200px;
        margin: 0;
    }
}

@media only screen and (max-width: 375.5px) {
    .bg-white .default_content_wrapper iframe {
        height: 150px;
        margin: 0;
    }
}


