/*
Theme Name: Vero Dental Spa
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.3.1
Requires at least: 5.2
Tested up to: 6.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: verodentalspa-child
Template:    generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options
GeneratePress, Copyright 2014-2023 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL
GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2022 Automattic, Inc.
Actual CSS can be found in /assets/css/ folder.
*/

/*=====================================
= Start CSS
=====================================*/
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
* {
    outline: none !important;
}
html, *,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.about-sec div div div div div button img{
display: none !important;
}



a {
    display: inline-block;
    vertical-align: top;
}
a, button {
    transition: all 0.3s ease 0s;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec-title.gold-color IMG, .sec-title.gold-color h2 {
    DISPLAY: inline-block;
    vertical-align: middle;
}
/*=====================================
= Bootstrap CSS Start
=====================================*/
.bt-container {
    margin: 0px auto;
    padding: 0px 15px;
}
@media (min-width: 576px) {
    .bt-container,
    .grid-container {
        max-width: 540px;
    }
}
@media (min-width: 769px) {
    .bt-container,
    .grid-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .bt-container,
    .grid-container {
        max-width: 960px;
    }
}
@media (min-width: 1171px) {
    .bt-container,
    .grid-container {
        max-width: 1200px;
    }
}
.bt-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.bt-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.page .site.grid-container {
   max-width: 100%;
   padding: 0;
   margin: 0;
}
@media (max-width: 768.5px) {
    .bt-container,
    .bt-container-fluid {
        padding-right: 30px;
        padding-left: 30px;
        max-width: 100%;
    }
}
.bt-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bt-col {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bt-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.bt-col-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.bt-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.bt-col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.bt-col-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
}
.bt-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.bt-col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.bt-col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.bt-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.bt-col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}
.bt-col-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
}
.bt-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .bt-col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 769px) {
    .bt-col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-1 {
        order: 1;
    }
}
@media (min-width: 992px) {
    .bt-col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1171px) {
    .bt-col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: end;
}
.justify-content-center {
  justify-content: center;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
/*=====================================
= Bootstrap CSS End
=====================================*/
.site-header .navigation-stick{
    background: #fff;
} 
/*.site-header .navigation-stick .navigation-branding{
    margin: 0 !important;
}*/
/*.site-header .navigation-stick .inside-navigation.grid-container{
    justify-content: space-between;
}*/
/*.site-header .navigation-stick .main-nav{
    margin-right: 0;
    margin-left: 60px;
}*/
.site-content {
    display: inherit;
}
.section-btn {
    background-image: linear-gradient(to right, #E1AB5A 0%, #E6C160 13.54%, #C5A44F 65.63%, #CB9C42 100%);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 6px;
    padding: 10px 18px 10px 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.section-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.sec-title p{
     color: #3A3A3A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
a.section-btn.white-btn {
    background: #ffffff;
    color: #997F3D;
}
/*@media only screen and (max-width: 1340px){
    .site-header .main-nav,
    .site-header .navigation-stick .main-nav{
        margin-left: 15px;
    }
}*/
@media only screen and (max-width: 991px){
    .sec-title p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px){
    .sec-title p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    a.section-btn {
        width: 100%;
    }
}
/*=====================================
= Header CSS Start
=====================================*/
/* top-bar */
.top-bar .textwidget {
    text-align: center;
}
.top-bar .textwidget p:not(:last-child) {
    margin: 0 0 5px;
}
ul.icon-link {
    display: inline-block;
    vertical-align: top;
}
.icon-link li {
    position: relative;
    padding-left: 28px;
    text-align: left;
}
.icon-link img {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.site-header .inside-header,
.top-bar .inside-top-bar {
    max-width: 1800px;
    margin: 0 auto;
}
.site-header #site-navigation{
    width: 85%;
    margin-left: 15px;
}
/*.site-header .main-nav{
    margin-left: 60px;
}*/
.site-header .inside-navigation{
    max-width: 100%;
}
.header-btn .section-btn{
    color: #fff !important;
}
/*.nav-float-right .main-navigation.has-branding:not(.mobile-header-navigation) .menu-bar-items,
.nav-float-right .main-navigation.has-sticky-branding.navigation-stick:not(.mobile-header-navigation) .menu-bar-items{
    margin-left: auto !important;
}*/
.top-bar, .site-header {
    background-image: url("/wp-content/uploads/2023/12/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.site-header {
    background-position: bottom;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px;
    padding-left: 2px;
}
@media only screen and (max-width: 1695px) and (min-width: 1301px){
    .header-btn{
        column-gap: 10px
    }
    .main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{
        font-size: 15px
    }
}
@media only screen and (max-width: 1580px){
    .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a{
        padding-left: 10px;
    }
    .main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{
        font-size: 15px;
    }
}
@media only screen and (max-width: 1480px){
    .main-navigation a,
    .main-navigation .menu-toggle,
    .main-navigation .menu-bar-items{
        font-size: 14px !important;
    }
    .menu > li.menu-item-has-children > a{
        padding-left: 6px !important;
    } 
    .header-btn .section-btn{
        font-size: 14px;
        padding: 8px 15px;
    }
    .icon-link li,
    .icon-link li a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1370px){
    .site-header .main-nav{
        margin-left: 12px;
    }
    .menu-item-has-children .dropdown-menu-toggle{
        padding-left: 3px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 1300px){
    .site-header .menu-toggle,
    .site-header .navigation-stick .menu-toggle{
        width: 40px !important;
        height: 40px;
        padding: 5px !important;
        margin-left: 15px;
        border-radius: 5px;
        border: 2px solid #daa520;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    span.gp-icon.icon-menu-bars{
        position: relative;
        width: 100%;
        height: 2px;
        background: #daa520;
    }
    span.gp-icon.icon-menu-bars:before{
        position: absolute;
        content: '';
        background: #daa520;
        left: 0;
        top: -8px;
        height: 2px;
        width: 100%;
        transition: all 0.3s;

    }
    span.gp-icon.icon-menu-bars:after{
        position: absolute;
        content: '';
        background: #daa520;
        left: 0;
        bottom: -8px;
        height: 2px;
        width: 100%;
        transition: all 0.3s;

    }
    .menu-toggle[aria-expanded="true"] .icon-menu-bars{
        height: 0;
    }
    .menu-toggle[aria-expanded="true"] .icon-menu-bars:before{
        transform: rotate(45deg) translate(6px,5px);
    }
    .menu-toggle[aria-expanded="true"] .icon-menu-bars:after{
        transform: rotate(-45deg) translate(5px, -4px);
    }
    .site-header .menu-toggle .icon-menu-bars svg{
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .site-header .header-image {
        max-width: 195px;
    }
}

/*=====================================
= Header CSS End
=====================================*/
/*=====================================
= Footer CSS Start
=====================================*/
.site-footer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 60px 0 0;
    background-color: #000;
    background-image: url('/wp-content/uploads/2023/12/black-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inside-footer-widgets {
    flex-wrap: wrap;
}
.inside-footer-widgets>.footer-widget-4 {
    flex: 100%;
}
.inside-footer-widgets>.footer-widget-4 p {
    font-size: 14px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin: 0 -15px;
}
.site-footer .inside-footer-widgets>* .inner-padding {
    margin: 0 0 48px;
}
.site-footer .inside-footer-widgets>* .inner-padding,
footer.site-info {
    padding: 0 15px;
}

ul.social-list {
    margin: 24px 0 0;
}
.social-list li {
    display: inline-block;
    vertical-align: top;
}
.social-list li:not(:last-child) {
    margin-right: 6px;
}
.social-list li a {
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #b38807;
    font-size: 20px;
}
.social-list li a:hover {
    border-color: #b38807;
    background-color: transparent;
}
.social-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*bottom bar*/
footer.site-info .inside-site-info {
    padding: 12px 0 20px;
    border-top: 1px solid #F3F3F3;
}
.footer-info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
body .footer-info li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.footer-info li span {
    padding: 0 8px;
}

@media only screen and (max-width: 1024px) {
    .site-footer {
        padding: 50px 0 0;
    }
    .site-footer .inside-footer-widgets>* .inner-padding {
        margin: 0 0 35px;
    }
}

@media only screen and (max-width: 768px) {
    .site-footer {
        padding: 0;
    }
    .site-footer .inside-footer-widgets>* .inner-padding {
        margin: 0;
    }
    footer.site-info {
        padding: 0 30px;
    }
    .site-footer {
        text-align: center;
    }
    body .footer-info li:first-child {
        width: 100%;
    }
    body .footer-info li:first-child span {
        display: none;
    }

}
@media only screen and (max-width: 575px) {
    .inside-footer-widgets>div:not(:last-child) {
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 576px) {
    .menu-footer-menu-container .menu {
        column-count: 2;
    }
}
/*=====================================
= Footer CSS Start
=====================================*/
/*=====================================
= Home Page CSS Start
=====================================*/
h1 span, h2 span {
    color: #b38807;
}
section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.video-section{
    position: relative;
    padding-top: 82%;
    overflow: hidden;
}
.vd-sec {
    position: relative;
    padding-top: 56.66%;
    overflow: hidden;
}
.vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img.video-image{
    position: absolute;
    inset: 0;
    object-fit: cover;
    display: block;
    height: 100%;
}
.sec-padding {
    padding: 100px 0;
}
.sec-margin{
    margin: 100px 0;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mt-2{
    margin-top: 10px !important;
}
.mb-2{
    margin-bottom: 10px !important;
}
.mt-3{
    margin-top: 20px !important;
}
.button-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
}

.sec-title {
    text-align: center;
    margin: 0 0 48px;
}


@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 38px;
    }
    .sec-padding {
        padding: 80px 0;
    }
    .sec-margin {
        margin: 80px 0;
    }
    .sec-title {
        margin: 0 0 38px;
    }
}
@media only screen and (max-width: 991px) {
    .sec-padding {
        padding: 70px 0;
    }
    .sec-margin {
        margin: 70px 0;
    }
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    .sec-padding {
        padding: 50px 0;
    }
    .sec-margin {
        margin: 50px 0;
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: 25px;
    }
    .sec-title {
        margin: 0 0 32px;
    }
}

/* Hero Banner CSS Start */
.banner-content h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.banner-content {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
.hero-vd {
    padding-bottom: 56.66%;
    position: relative;
    width: 100%;
}
.hero-vd iframe {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.hero-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.hero-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 85, 142, 0.65), rgba(0, 85, 142, 0.65));
    z-index: 0;
}
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content p {
    color: #b38807;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .banner-content {
        padding: 30px 0 40px;
    }
    section.hero-banner {
        background-color: var(--black-color);
    }
    .banner-content p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1301px) and (max-width:1420px) {
    .hero-banner {
        min-height:450px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1300px) {
    .hero-banner {
        min-height:420px;
    }
}

@media only screen and (max-width: 769px) {
    .hero-banner {
        min-height:250px;
    }
    
}
@media only screen and (min-width: 769px) {
    .hero-banner {
        position: relative;
        min-height: 650px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        z-index: 1;
        align-items: center;
        text-align: center;
    }
    .hero-bg-vd {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .hero-vd iframe {
        aspect-ratio: 1;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
}


@media only screen and (min-width: 769px) and (max-width:1199px) {
    /*.hero-banner {*/
    /*    min-height:500px;*/
    /*}*/
    .hero-vd iframe {
        min-width: 135%;
    }
}
/* Hero Banner CSS End */
/* About CSS End */

/* .about-sec .about-us_content{
    height: 175px;
} */
.about-btn {
    padding-top: 20px;
}
.about-sec-inner p{
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.16px;
}
.about-sec .about-us_btn{
    margin-top: 18px;
}
.about-sec::before {
    content: '';
    width: 100%;
    height: 92%;
    background-image: url('/wp-content/uploads/2023/11/white-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 60px 64px 0px #46464612;
}
.vid {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding-top: 58%;
    width: 100%;
}
.video_image{
    position: absolute;
    inset: 0;
    width:  100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vid iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #C4C4C4;
    z-index: -1;
}
/* Video Popup */
.video-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    display: none !important;
}
.iframe-wrapper{
    max-width: 700px;
    width: 100%;
    display: block;
    position: relative;
    padding: 0 15px;
}
.iframe-wrapper iframe{
    height: 500px !important;
}
.iframe-wrapper .close-video {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50px;
    right: 0;
    background: url(/wp-content/uploads/2023/11/close-light.svg) #fff;
    background-size: cover;
}
.open-video{
    display: flex !important;
}
.video_button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    border: 0;
    width: 70px;
    height: 70px;
    background: #0000 !important;
}
.about-sec.sec-padding{
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 991px){
    .video-section{
        padding-top: 100%;
    }
    /* .about-sec .about-us_content{
        height: 165px;
    } */

}
@media only screen and (min-width: 769px){
    .about-sec .vid{
        padding-top: 75%;
    }
}
@media only screen and (max-width: 768px) {
    .sec-img {
        margin: 0 0 30px;   
    }
    .about-sec-inner p{
        font-size: 15px;
    }
    .button-img{
        width: 50px;
        height: 50px;
    }
    .video-section{
        padding-top: 80%;
    }
    .about-us_content {
        padding-top: 30px;
    }
}
/* About CSS End */
/* Dental table Start */
.container1060{
    max-width: 1060px !important;
}
.table-row-content {
    padding: 40px 0px;
    display: block;
    vertical-align: top;
}
.table-row-content.middle {
    background: #f1f1f1;
}
body .table-row-content h2 {
    color: #004022;
    font-size: 24px !important;
    width: 100%;
    margin: 0 0 10px;
    padding: 0px;
    font-weight: 400;
    font-family: var(--poppins_font) !important;
    text-align: center;
}
.table-row-content h3 {
    color: var(--gold_color);
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    font-family: var(--poppins_font) !important;
    line-height: 1.2;
    letter-spacing: 2px;
}
.table-row-content ul li {
    color: var(--body_text_color);
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-family: var(--poppins_font) !important;
    list-style: none;
    border-bottom: 1px solid #cccccc;
    text-transform: capitalize;
}
.table-row-content ul li:last-child {
    border-bottom: 0px !important;
}
.home-table-img {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.pricing-btn {
    display: flex;
    vertical-align: top;
    width: 100%;
    justify-content: center;
}
.pricing-btn a {
    margin: 28px 15px 0;
}
.home-table-img p span{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 12px;
    color: #8C8C8C;
    display: inline-block;
}
.teeth-option-logo-img img {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
}
.teeth-option-logo-img {
    text-align: center;
    margin-bottom: 34px;
}
.side-line {
    border-left: 2px dashed #00000063;
}
.teeth-option-logo-img img {
    height: 70px !important;
    object-fit: contain;
    margin-bottom: 16px;
}
.teeth-common-content h3 {
    text-align: center;
}
.teeth-common-content{
    margin-top: 32px;
}
.teeth-common-content ul {
    max-width: 850px;
    width: fit-content;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6%;
    row-gap: 8px;
}
.teeth-common-content .dental-doctor-info-ul-li li:before{
    top: 8px;
}
.table-row-content{
    padding: 40px 0 16px;
}
.doc-logo-img img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
}
.dental-doctor-info-ul-li li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    background: #DAA521;
    top: 39%;
    border-radius: 50%;
}
.dental-doctor-info-ul-li li {
    padding-left: 25px !important;
    position: relative;
}
@media only screen and (max-width: 991px){
    .teeth-option-logo-img {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 950px){
    .table-row-content ul li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px){
    section.dental-table-section.services-sec {
        max-width: 480px;
        margin: 0 auto;
        display: block;
    }
    .table-row-content{
        padding: 40px 0 20px;
        margin-bottom: 20px;
    }
    .table-row-content h2{
        font-size: 26px;
    }
    .table-row-content h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .home-table-img{
        height: auto;
    }
    .side-line{
        border: none;
    }
    .teeth-common-content ul {
        grid-template-columns: repeat(1, 1fr)
    }
}
@media only screen and (max-width: 767px){
    .table-row-content{
        padding: 40px 0 20px;
    }
    .table-row-content h2{
        font-size: 26px;
    }
    .table-row-content h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .home-table-img{
        height: auto;
    }
    .dental-table-section .col-12:last-child .table-row-content {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 576px){
    .teeth-option-logo-img img{
        height: 70px;
        object-fit: contain;
    }
}
@media only screen and (max-width: 575px){
    .res-col{
        margin-bottom: 20px;
    }
    .table-row-content{
        padding-bottom: 20px;
    }
    .table-row-content h2{
        font-size: 24px;
    }
    .home-table-img{
        padding: 0;
    }
    .pricing-btn a{
        margin: 20px 0 0;
        padding: 15px;
        width: 100%;
    }
    .pricing-btn {
        display: inherit;
        vertical-align: top;
        width: 100%;
        padding: 0px 20px;
    }
    .pricing-btn .default-cta{
        margin: 0px;
    }
    .top-less .col-12 {
        margin-top: 0px;
    }
}
/* Dental table end */
/* Meet Our Doctor Start */
/* .meet-our_doctor {
    background: #F2F2F2;
} */
    /* .doctor-content a.read-more{
        color: #1A1A1A;
    } */
.scrollbar-inner{
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scrollbar-inner > .scrollbar-active{
     border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: auto !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    max-height: 260px;
}
.scrollbar-inner > .scrollbar-active::-webkit-scrollbar{
    width: 8px;
    overflow: hidden;
}
.scrollbar-inner > .scrollbar-active::-webkit-scrollbar-track{
    background-color: #e0e0e0;
    border-radius: 30px;
}
.scrollbar-inner > .scrollbar-active::-webkit-scrollbar-thumb{
    background-color: #c2c2c2;
    border-radius: 30px;
}
body p:not(:last-of-type){
    margin-bottom: 12px;
}
p {
    margin-bottom: 0;
    line-height: 1.6;
    letter-spacing: 0.4px;
}
.doctor-content .read-more-span{
    max-height: 400px !important;
    padding: 0 8px 0 0 !important;
}
.doctor-content .read-more-scroll p.read-more-span:not(:first-child){
    margin-top: 10px;
}
.morecontent span {
    display: none;
}
.more-text{
    display: none;
}
a.read-more {
    line-height: 1.6;
    font-weight: 600;
}
.review-section-content {
    position: relative;
    overflow: hidden;
}
.meet-our_doctor-img{
    position: relative;
    z-index: 1;
    margin-right: 38px;
}
.meet-our_doctor-img img{
    display: block;
}
.meet-our_doctor-img:before{
    position: absolute;
    content: '';
    width: calc(100% - 28px);
    height: 100%;
    background-color: #b38807;
    z-index: -1;
    left: -28px;
    bottom: -30px;
}
.meet-doctor_heading{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 2px;
}
.meet-doctor_title{
    color: #b38807;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.dr_description {
    margin-top: 24px;
}
.meet-doctor_list h5{
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.1px;
    margin-bottom: 9px;
    margin-top: 24px;
}
.meet-content_list li{
    color: #3A3A3A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 4px; 
    padding-left:  25px;
    position: relative;
}
.meet-content_list li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #b38807;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.meet-doctor_btn{
    margin-top: 32px;
}
@media only screen and (max-width: 1024px){
    .meet-doctor_heading{
        font-size: 30px;
    }
    .meet-doctor_title{
        font-size: 16px;
    }
    .dr_description{
        margin-top: 18px;
    }
}
@media only screen and (max-width: 991px){
    .meet-our_doctor-img:before{
        left: -15px;
        bottom: -20px;
    }
    .meet-our_doctor-img{
        margin-right: 15px;
    }
    .meet-doctor_heading{
        font-size: 26px;
        line-height: 1.2;
    }
    .dr_description{
        margin-top: 15px;
    }
    .meet-doctor_list h5{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .meet-content_list li{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 768px){
    .meet-our_doctor-img{
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .meet-doctor_heading{
        font-size: 24px;
    }
    .meet-doctor_title{
        font-size: 15px;
    }
    .meet-doctor_btn{
        margin-top: 25px;
        text-align: center;
    }
    .meet-doctor_list h5{
        font-size: 18px;
    }
}
/* Meet Our Doctor end */
/* dental-solution  Start */
.black-image_background{
    background-color: #000;
    background-image: url('/wp-content/uploads/2023/11/black-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}   
.white_after-bg{
    position: relative;
    z-index: 1;
}
.white_after-bg:after{
    position: absolute;
    content: '';
    background-image: url('https://pganew.ddsmarketing.io/wp-content/uploads/2023/11/white-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 21%;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: -1;
}

.dental-slider{
    max-width: 876px;
    margin:  0 auto;
    display: block;
    width: 100%;
}
.dental-solution .slick-slider{
    margin-bottom: -60px;
}
.black-image_background .sec-title h2{
    color: #fff;
}
.black-image_background .sec-title p{
    color: #fff;
    margin-bottom: 0;
}

.title-line{
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    max-width: 150px;
    height: 1px;
    background: #D6D6D6;
    margin: 0 auto;
    margin-top: 16px;
   
}
.dental-solution{
    position: relative;
    z-index: 1; 
    padding-bottom: 67px;
}
.dental-solution .sec-title {
    margin-bottom: 62px;
}
.dental-solution:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: #fff;
}
.dental-solution .slick-prev:before{
    content: '';
    background-image: url('/wp-content/uploads/2023/11/left-arrow.svg');
}
.dental-solution .slick-prev{
    left: -40%;
}
.dental-solution .slick-next{
    right: -40%;
}
.dental-solution .slick-next:before{
    content: '';
    background-image: url('/wp-content/uploads/2023/11/right-arrow.svg');
}
.dental-solution .slick-prev:before,
.dental-solution .slick-next:before,
.dental-solution .slick-prev,
.dental-solution .slick-next{
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
@media only screen and (max-width: 1595px){
    .dental-solution .slick-prev:before,
    .dental-solution .slick-next:before,
    .dental-solution .slick-prev,
    .dental-solution .slick-next{
        width: 25px;
        height: 25px;
    }
    .dental-solution .slick-next{
        right: -10%;
    }
    .dental-solution .slick-prev{
        left: -10%;
    }
}
@media only screen and (max-width: 1199px){
    .dental-solution .slick-prev{
        left: -40px;
    }
    .dental-solution .slick-next{
        right: -40px;
    }
}
@media only screen and (max-width: 991px){
    .dental-solution .slick-prev{
        left: -25px;
    }
    .dental-solution .slick-next{
        right: -25px;
    }
    .dental-solution .slick-prev:before,
    .dental-solution .slick-next:before,
    .dental-solution .slick-prev,
    .dental-solution .slick-next{
        width: 20px;
        height: 20px;
    }
    .title-line{
        margin-top: 10px;

    }
}
/* dental-solution  end */
/* After Before Start */
.comparison-content{
  padding: 0 15px;
}
.comparison {
  width: 100%;
  padding-bottom: 86%;
  overflow: hidden;
  position: relative;
}
.figure {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
#figure1{
  background-image: url('/wp-content/uploads/2023/11/after-1.jpg');
}
#figure2{
  background-image: url('/wp-content/uploads/2023/11/after-2.jpg');
}
#figure3{
  background-image: url('/wp-content/uploads/2023/11/after-3.jpg');
}
#figure4{
  background-image: url('/wp-content/uploads/2023/11/after-4.jpg');
}
#figure5{
  background-image: url('/wp-content/uploads/2023/11/after-5.jpg');
}
.divisor{
  position: absolute;
  background-repeat: no-repeat;
  background-position: center left;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
#divisor1{
  background-image: url('/wp-content/uploads/2023/11/before-1.jpg');
}
#divisor2{
  background-image: url('/wp-content/uploads/2023/11/before-2.jpg');
}
#divisor3{
  background-image: url('/wp-content/uploads/2023/11/before-3.jpg');
}
#divisor4{
  background-image: url('/wp-content/uploads/2023/11/before-4.jpg');
}
#divisor5{
  background-image: url('/wp-content/uploads/2023/11/before-5.jpg');
}
.divisor::before,
.divisor::after{
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  height: calc(50% - 20px);
  background: #fff;
  z-index: 3;
}
.divisor::before{
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor::after{
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor span{
  position: absolute;  
/*   background: rgba(0,0,0,0.2); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.handle {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background: #124021;;
  border-radius: 100%;
}
.handle::before, .handle::after{
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.handle::before{
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.handle::after{
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.comparison input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
  cursor: col-resize;
  border: none;
  max-width: inherit;
  padding: 0px;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.comparison-main .slick-arrow.slick-prev{
    left: -5px;
}
.comparison-main .slick-arrow.slick-next{
    right: -5px;
}
.comparison-main.slick-slider {
    margin-bottom: 0;
}
.after-before-section .slick-next:before{
    content: '';
    background-image: url('/wp-content/uploads/2023/11/green-right-arrow.svg');
}
.after-before-section .slick-prev:before{
    content: '';
    background-image: url('/wp-content/uploads/2023/11/green-left-arrow.svg');
}
.after-before-section .slick-next:before,
.after-before-section .slick-prev:before,
.after-before-section .slick-next,
.after-before-section .slick-prev{
    width: 40px;
    height: 40px;
    display: block;
    opacity: 1 !important;
}
.after-before-section .comparison-main{
    padding-bottom: 58px;
}
.after-before-section .comparison-main .slick-arrow.slick-prev{
    left: 47%;
    top: 92%;
    transform: translateX(-47%);
}
.after-before-section .comparison-main .slick-arrow.slick-next{
    right: 43%;
    top: 92%;
    transform: translateX(-43%);
}
@media only screen and (max-width: 991px){
    .after-before-section .slick-next:before,
    .after-before-section .slick-prev:before,
    .after-before-section .slick-next,
    .after-before-section .slick-prev{
        display: none !important;
    }
    .after-before-section .comparison-main{
        padding-bottom: 30px;
    }
    .after-before-section .slick-dots li,
    .after-before-section .slick-dots li button{
        width: 12px;
        height: 12px;
        padding: 0;
        border-radius: 50%;
    }
    .after-before-section .slick-dots li button{
        background-color: #1A1a1A;
        opacity: 1;
    }
    .after-before-section .slick-dots li.slick-active button{
        background-color: #b38807;
    }   
    .after-before-section .slick-dots li button:before{
        position: unset;
        content: unset;
    }
    .after-before-section .slick-dots{
        bottom: 0;
    }
}
@media only screen and (max-width: 480px){
    .comparison-content {
        padding: 0 8px !important;
    }
    .comparison-main .slick-arrow {
        width: 26px;
        height: 26px;
    }
    .comparison-main .slick-arrow::before {
        width: 12px;
        height: 12px;
    }
}   
/* After Before End */
/* About Us Start */
.about-us_btn button.section-btn{
    color: #ffff !important;
}
.about-us_btn{
    margin-top: 24px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
/* .about-us_content.readmore-content{
    height: 207px;
    overflow-y: hidden;
} */
.about-us_content.active{
    overflow-y: auto;
}
.about-us_content p{
    color: #717171;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}
.about-us_content p:last-child{
    margin-bottom: 0;
}
.about-us_content.active::-webkit-scrollbar,
.reviews-section .more.active::-webkit-scrollbar{
    width: 8px;
    overflow: hidden;
}
.about-us_content.active::-webkit-scrollbar-track,
.reviews-section .more.active::-webkit-scrollbar-track{
    background-color: #e0e0e0;
    border-radius: 30px;
}
.about-us_content.active::-webkit-scrollbar-thumb,
.reviews-section .more.active::-webkit-scrollbar-thumb{
    background-color: #c2c2c2;
    border-radius: 30px;
}
.about-us_image img{
    display: block;
    margin: 0 auto;
}
.about-us_image{
    margin-right: 37px;
}
@media only screen and (max-width: 991px){
    .about-us_content p{
        font-size: 15px;
    }
    .about-us_image{
        margin-right: 20px;
    }
}
@media only screen and (max-width: 768px){
    .about-us_image{
        margin-right: 0;
    }
    .about-us_image img{
        width: 100%;
        margin-bottom: 30px;
    }
}
/* About Us End */
/* Reviews Start */
.reviews-box{
    padding: 32px 29px 40px;
    background-color: #fff;
}
.reviews-content p{
    color: #3A3A3A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}
.reviews-content p:last-child{
    margin-bottom: 0;
}
.reviews-content h3{    font-size: 20px;}
.morelink{
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 28px;
    display: block;
    font-family: 'Vollkorn', serif;
}
.reviews-star ul{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    column-gap: 4px;
    margin-top: 22px;
}
.reviews-star ul li img,
.reviews-google img{
    display: block;
}
.reviews-section .more{
    overflow: hidden;
    height: 194px;
}
.reviews-section .more.active{
    overflow-y: auto;
}
.reviews-box{
    margin: 0 20px;
}
.reviews-slider.slick-slider{
    margin: 0 -20px;
}
.reviews-slider .slick-prev:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/11/left-arrow.svg);
}
.reviews-slider .slick-next:before{
    content: '';
    background-image: url(/wp-content/uploads/2023/11/right-arrow.svg);
} 
.reviews-slider .slick-prev:before,
.reviews-slider .slick-prev,
.reviews-slider .slick-next:before,
.reviews-slider .slick-next{
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    opacity: 1 !important;
    z-index: 9;
}
.reviews-slider .slick-next{
    right: -17%;
}
.reviews-slider .slick-prev{
    left: -17%;
}
button.slick-arrow.slick-disabled {
    opacity: 0.4 !important;
}
@media only screen and (max-width: 1600px){
    .reviews-slider .slick-next{
        right: -30px;
    }
    .reviews-slider .slick-prev{
        left: -30px;
    }
    .reviews-slider .slick-prev:before,
    .reviews-slider .slick-prev,
    .reviews-slider .slick-next:before,
    .reviews-slider .slick-next{
        width: 25px;
        height: 25px;
    }
    .reviews-box{
        margin: 0 10px;
    }
    .reviews-slider.slick-slider{
        margin: 0 ;
    }
}
@media only screen and (max-width: 1024px){
    .reviews-slider .slick-next{
        right: -15px;
    }
    .reviews-slider .slick-prev{
        left: -15px;
    }
}
@media only screen and (max-width: 991px){
    .reviews-box{
        padding: 28px 25px 30px;
    }   
}
@media only screen and (max-width: 768px){
    .reviews-section .bt-col-12{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px){
    .reviews-star ul{
        margin-bottom: 25px;
        margin-top: 15px;
    }
    .morelink{
        margin-top: 15px;
    }
    .reviews-content p{
        font-size: 15px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 575px){
    .reviews-box{
        margin: 0;
    }
    .reviews-slider .slick-next{
        right: -26px;
    }
    .reviews-slider .slick-prev{
        left: -26px;
    }
}
/* Reviews End */
/* Consultation Start */
.consultation-bg {
    background-color: #997F3D;
/*     padding-top: 32px; */
    position: relative;
    z-index: 1;
}
.consultation-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2023/12/consulation-vector.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.consultation-col {
    padding: 0 15px;
}
.consultation-main {
    padding: 32px 0;
}
.consultation-img {
    width: 100%;
    height: 100%;
}
.consultation-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: bottom;
}
.consultation-content {
    padding-right: 15px;
}
.consultation-section .sec-title{
    margin-bottom: 16px;
}
.consultation-section .sec-title h2{
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 32px;
    text-align: left;
}
.consultation-section .sec-title h2 span{
    color: #C6A550;
}
.consultation-list li{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2px;
    position: relative;
    padding-left: 35px;
}
.consultation-list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2023/12/square-check-icon.svg");
    background-size: contain;
}
.consultation-list{
    margin: 16px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.consultation-btn{
    text-align: left;
}
@media only screen  and (max-width: 992px){
    .consultation-section .sec-title h2{
        font-size: 28px;
    }   
}
@media only screen and (max-width: 768px){
    .consultation-list li{
        font-size: 16px;
    }
    .consultation-bg{
        padding-right: 20px;
        padding-left: 20px;
    }
    .consultation-section .sec-title h2{
        font-size: 20px;
    }
    .consultation-list li{
        padding-left: 30px;
    }
    .consultation-list li::before{
        width: 20px;
        height: 20px;
    }
    .consultation-main {
        padding: 30px 0 50px;
    }
    .consultation-content{
        padding-right: 0
    }
}
/* Consultation End */
/* Smile Again Start */
.smile-again.sec-padding{
    padding: 32px 0;
}
.smile-again .sec-title {
    margin-bottom: 0;
}
body .smile-again .sec-title h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px;
}
.smile-again .sec-title p{
    color: #F6F6F6;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8; 
}
@media only screen and (max-width: 991px){
    .smile-again .sec-title h2{
        font-size: 28px;
    }
    .smile-again .sec-title p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    .smile-again .sec-title h2{
        font-size: 26px;
        margin-bottom: 8px;
    }
    .smile-again .sec-title p{
        font-size: 15px;
    }
}
/* Smile Again End */
/* Location Start */
.location-section .bt-row{
    margin: 0
}
.location-title{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
}
.location-box{
    padding: 24px;
    border: 1px solid #F6F2F2;
    /*background: #FFF;*/
    box-shadow: 0px 4px 14px 0px rgba(202, 202, 202, 0.25);
}
.location_list li,
.location_list li a{
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 12px;
    display: flex;
    column-gap: 4px;
    align-items: flex-start;
}
.location-content{
    margin-right: 30px;
}
.location_list-time li{
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 4px; 
}
ul.location_list {
    margin-bottom: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F3F3F3;
}
.location_list li:last-child,
.location_list-time li:last-child,
.location_list li a{
    margin-bottom: 0;
}
.location-list_box h5{
    font-weight: 500;
    margin-bottom: 12px;
}
.location-icon{
    flex: 0 0 24px;
}
@media only screen and (max-width: 991px){
    .location-content{
        margin-right: 15px;
    }
    .location-box{
        padding: 20px;
    }
}
@media only screen and (max-width: 768px){
    .location-content{
        margin-right: 0;
        margin-bottom: 30px;
    }
    ul.location_list{
        margin-bottom: 16px;
    }
    .location_list li,
    .location_list li a,
    .location_list-time li{
        font-size: 15px;
    }
}

/* Location End */

/*=====================================
= Home Page CSS End
=====================================*/

/*=====================================
= Sub Page CSS End
=====================================*/
.scroll-content .bt-col-12 {
    padding: 0 12px;
}
.section-heding {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.section-heding::before {
    position: absolute;
    content: "";
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 1px;
    background-color: #D6D6D6;
    z-index: -1;
}
.section-heding h2, .single-heading-title h2{
    font-size: 45px;
}
.section-heding p:first-of-type, .single-heading-title p:first-of-type {
    padding-top: 15px;
}

.single-heading-title .section-btn,
.section-heding .section-btn{
    margin-top: 24px;
}
.right-side-content{
    padding-left: 50px;
}
.left-side-content{
    padding-right: 50px;
}
.left-right-content p, .timeline-content p{
    line-height: 1.6;
    letter-spacing: 0.4px;
}
.content-btn{
    margin-top: 20px;
}
.team-content-wrap h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #3A3A3A;
}
.doctor-sec .left-right-content{
    padding-bottom: 30px
}
figure figcaption {
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0.4px;
}
@media only screen and (max-width: 1024px){
    .section-heding h2, .single-heading-title h2{
        font-size: 42px;
    }
    .right-side-content{
        padding-left: 40px;
    }
    .left-side-content{
        padding-right: 40px;
    }
}
@media only screen and (max-width: 991px){
    /* .site-content:not(.home .site-content) {
      padding-bottom: 60px;
    } */
    .section-heding {
        padding-bottom: 40px;
    }
    .section-heding::before {
        bottom: 25px;
        width: 130px;
    }
    .section-heding h2, .single-heading-title h2{
        font-size: 38px;
    }
    .right-side-content{
        padding-left: 30px;
    }
    .left-side-content{
        padding-right: 30px;
    }
    .left-right-content h3, .single-heading-title h3{
        font-size: 25px;
    }
}
@media only screen and (max-width: 768px){
    .section-heding {
        padding-bottom: 30px;
        text-align: left;
    }
    .section-heding::before{
        left: 0;
        transform: unset;
    }
    .section-heding::before {
        bottom: 20px;
        width: 100px;
    }
    .left-right-image .bt-col-12{
        padding: 0 15px;
    }
    .single-heading-title{
        text-align: left;
    }
    .section-heding h2, .single-heading-title h2{
        font-size: 33px;
    }
    .left-right-content h3, .single-heading-title h3{
        font-size: 22px;
    }
    .right-side-content{
        padding-left: 0px;
    }
    .left-side-content{
        padding-right: 0px;
    }
    .left-right-content {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px){
    .section-heding h2, .single-heading-title h2{
        font-size: 28px;
    }
}
/*=====================================
= Sub Page CSS End
=====================================*/
/*===============================================
= Start Timeline Scroll Section CSS
===============================================*/
.time-line-sec .bt-col-12 {
    padding: 0 15px;
}
.timeline, .timeline1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
/*     margin: 0 15px; */
}
/* .timeline .default-line, .timeline1 .default-line {
    content: "";
    position: absolute;
    top: 3px;
    left: 15px;
    width: 2px;
    background: #B3B3B3;
    height: calc(100% - 15px);
}
.timeline .draw-line, .timeline1 .draw-line  {
    width: 2px;
    height: 0;
    position: absolute;
    top: 10px;
    left: 15px;
    background: var(--accent);
} */
.timeline > ul > li, .timeline1 > ul > li {
    list-style-type: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: transparent;
}
.timeline > ul > li.in-view, .timeline1 > ul > li.in-view  {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline > ul > li.in-view::before, .timeline1 > ul > li.in-view::before {
    content: "";
    position: unset;
    left: 1px;
    top: 10px;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--accent);
    background-size: cover;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
    outline: 0px solid var(--accent);
}
/*.timeline > ul > li::before, .timeline1 > ul > li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 5px;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--accent);
    background-size: cover;
    transition: all 0.4s ease-in-out;
    outline: 2px solid var(--accent);
    outline-offset: 5px;
    box-shadow: #ffffff 0px 0px 1px 6px;
}*/
.timeline-content {
    padding-left: 0px;
    display: inline-block;
}
.timeline > ul > li:not(:last-child) .timeline-content, .timeline1 > ul > li:not(:last-child) .timeline-content {
    margin-bottom: 45px;
}
.timeline-content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Vollkorn, serif;
    color: var(--accent);
    padding-bottom: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.timeline-img-main {
    display: flex;
    padding-top: 30px;
}
.timeline-img {
    width: 100%;
}
.timeline-img-main .timeline-img:not(:last-of-type) {
    margin-right: 20px;
}
.timeline-img img {
    width: 100%;
    height: 100%;
    max-width: 670px;
    object-fit: contain;
}
@media only screen and (max-width: 1199px){
    .timeline > ul > li.in-view::before, .timeline > ul > li::before,
    .timeline1 > ul > li.in-view::before, .timeline1 > ul > li::before{
        top: 5px;
    }
}
@media only screen and (max-width: 1024px){
    .timeline > ul > li.in-view::before, .timeline > ul > li::before,
    .timeline1 > ul > li.in-view::before, .timeline1 > ul > li::before {
        top: 8px;
        width: 15px;
        height: 15px;
    }
    .timeline > ul > li:not(:last-child) .timeline-content,
    .timeline1 > ul > li:not(:last-child) .timeline-content{
        margin-bottom: 35px;
    }
    .timeline-content h3{
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px){
    .timeline > ul > li:not(:last-child) .timeline-content,
    .timeline1 > ul > li:not(:last-child) .timeline-content{
        margin-bottom: 30px;
    }
    .timeline-content h3{
        font-size: 23px;
    }
    .timeline .default-line, .timeline1 .default-line {
        left: 30px;
    }
    .timeline .draw-line, .timeline1 .draw-line {
        left: 30px;
    }
    /*.timeline-content{
        padding-left: 30px;
    }*/
    .timeline-img-main {
        display: block;
    }
    .timeline-img-main .timeline-img:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 400px){
    .timeline > ul > li.in-view::before, .timeline > ul > li::before,
    .timeline1 > ul > li.in-view::before, .timeline1 > ul > li::before {
        width: 10px;
        height: 10px;
        outline-offset: 4px;
    }
}
/*===============================================
= End Timeline Scroll Section CSS
===============================================*/
/*===============================================
= Start Black White Section CSS
===============================================*/
.black-white-sec {
    height: 100%;
    padding: 64px 30px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bg-text-left {
    background-image: url("/wp-content/uploads/2023/11/white-bg.webp");
    background-color: #FFFFFF;
}
.bg-text-right {
    background-image: url("/wp-content/uploads/2023/11/black-bg.webp");
    background-color: #000000;
}
.bg-text-content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
}
.bg-text-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Vollkorn, serif;
}
.bg-text-right .bg-text-content > * {
    color: #ffffff;
}
ul.list-menu, .single-post .site-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page .list-menu li, .single-post .site-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}
.page .list-menu li:not(:last-of-type), .single-post .site-content ul li:not(:last-of-type) {
    margin-bottom: 8px;
}
.page .list-menu li::before, .single-post .site-content ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    background-color: #b38807;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}
.list-menu li a, .single-post .site-content ul li a {
    display: inline;
}
.white-hover a:hover, .white-hover a:focus, .white-hover a:active {
    color: #ffffff;
}
@media only screen and (max-width: 991px){
    .black-white-sec{
        padding: 50px 30px;
    }
}
@media only screen and (max-width: 768.5px){
    .background-img-design .bt-container-fluid {
        padding: 0;
    }
    .background-img-design .bt-container-fluid .bt-row{
        margin: 0;
    }
    .main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/*===============================================
= End Black White Section CSS
===============================================*/
/*===============================================
= Start Blog Section CSS
===============================================*/
.blog .generate-columns-container {
    padding-top: 100px;
}
.article-box {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #CECECE;
    border-radius: 10px;
    overflow: hidden;
    height: calc(100% + 40px);
    margin: -20px 0px;
}

.article-box > .post-image {
    margin: -30px -30px 10px !important;
}
.article-box > .post-image > a {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
    padding-top: 75% !important;
}

.article-box > .post-image > a > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    z-index: -1 !important;
    inset: 0px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.article-box > .entry-header:not(:last-child) {
    margin-bottom: -8px !important;
}
.article-box > .entry-header > .entry-title {
    font-size: 18px !important;
}

.article-box > .entry-header .entry-meta span.posted-on {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.article-box > .entry-summary {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0px;
}

.article-box .read-more-container{
    margin-top: 28px;
}
.article-box .custom-read-more{
    display: inline-block;
    vertical-align: top;
    min-width: 185px;
    text-align: center;
    font-size: 14px;
    line-height: 1.1em;
    letter-spacing: 0.078em;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 4px 5px #ded5b4;
    color: #FFFFFF !important;
    background: linear-gradient(to right, #E1AB5A 0%, #E6C160 13.54%, #C5A44F 65.63%, #CB9C42 100%);
}

.paging-navigation .nav-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.paging-navigation .nav-links>* {
    padding: 3px 9.88px !important;
    display: block;
    min-width: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    background-color: #F5F5F5;
}

.paging-navigation .nav-links .current {
    background: linear-gradient(to right, #E1AB5A 0%, #E6C160 13.54%, #C5A44F 65.63%, #CB9C42 100%);
    color: #FFFFFF;
}

.paging-navigation .nav-links .prev.page-numbers, .paging-navigation .nav-links .next.page-numbers {
    background-color: #1E1E1E;
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: center;
    font-size: 0px;
}

.paging-navigation .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");
}

.paging-navigation .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");
}

body.search header.page-header {
    display: none !important;
}

.article-box .entry-summary:has(.custom-read-more) .read-more:not(.custom-read-more){
    display: none;
}
.single-post .inside-article .entry-content > h2{
    font-family: Vollkorn, serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 45px;
    margin-bottom: 15px;
}
.single-post .inside-article .entry-content > h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Vollkorn, serif;
    color: var(--accent);
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 15px;
}
.single-post .inside-article .entry-content > ul li{
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.single-post .inside-article .entry-content > h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Vollkorn, serif;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 15px;
}
.single-post .inside-article .entry-content figure img {
    margin: 20px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
}
.single-post .inside-article .featured-image,.single-post .inside-article > header.entry-header{
    display: none;
}
.single-post .page-hero .inside-page-hero.grid-container{
    max-width: 100%;
}
.single-post .page-banner-content {
    width: 100%;
    max-width: 660px;
}
.single-post .site-content .entry-content{
    margin-bottom: 2em;
}
@media only screen and (max-width: 767px){
    .single-post .page-banner-content{
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px){
    .single-post .inside-article .entry-content > h2{
            font-size: 38px;
    }
    .blog .generate-columns-container{
        padding-top: 70px;
    }
}
@media only screen and (max-width: 768px){
    .single-post .inside-article .entry-content > h2{
            font-size: 33px;
    }
    .blog .generate-columns-container{
        padding-top: 50px;
    }
}
@media only screen and (max-width: 575px){
    .single-post .inside-article .entry-content > h2{
            font-size: 28px;
    }
}
/*===============================================
= End Blog Section CSS
===============================================*/

/*===============================================
= Start Home New Changes CSS
===============================================*/
.home h2:not(.widget-title) {
    font-family: 'Playfair Display', serif;
}
.about-us_content h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 0px;
}
.about-us_content span {
    color: #b38807;
}

@media only screen and (max-width: 767px){
	.about-us_content h3{font-size: 22px;}
}
/* .services-section {
    background-color: #F2F2F2;
} */
.services-section .services-inner .bt-row{
    margin: 0;
}
.services-box {
    padding: 0 11px;
}
.services-col:first-child .services-box, .services-col:nth-child(2) .services-box, .services-col:nth-child(3) .services-box{
    padding-bottom: 50px;
}
.services-box h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

ul.finince-logo {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    row-gap: 12px;
    align-items: center;
}
.finince-logo li {
    width: 50%;
    display: inline-block;
    padding-right: 25px;
}
/*.finince-logo li:not(:nth-child(3n-3)) {
    padding-right: 15px;
}*/
.finince-logo li img {
    display: inline-block;
    max-height: 100px;
    width: auto;
    object-fit: cover;
}
/*.finince-logo li:nth-child(3) {
    text-align: center;
}*/


.featured-video-section .bt-row{
    row-gap: 30px;
}
div#playBtn {
    display: none;
}
.video-col{
    padding: 0 15px;
}
.featured-video-section .vid-slider {
    box-shadow: rgb(164 164 164 / 25%) 0px 4px 12px 0px;
    background: #F9F9F9;
    height: 100%;
}
.vd-result-text {
    text-align: center;
    padding: 12px 15px;
}

.home .reviews-section h2,
.home .smile-again h2{
    font-family: Vollkorn, serif;
}

.section-heading span {
    color: #1A1A1A;
    font-size: 45px;
    font-weight: 600;
}
.left-side-image img {
    width: 100%;
}
.list-heading h2 {
    margin: 20px 0;
    font-weight: 500;
}
.content-prgh em {
    margin-bottom: 12px;
    display: inline-block;
}

.videos-section .bt-row{
    gap: 30px;
}
.videos-section .videos-col{
    max-width: calc(33.33% - 20px);
}
@media only screen and (min-width: 1025px){
    .home h2:not(.widget-title, .option-title) {
        font-size: 53px;
    }
}
@media only screen and (max-width: 991px){
    .services-col:nth-child(4) .services-box{
        padding-bottom: 50px;
    }
    .videos-section .videos-col{
        max-width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 768px){
    .meet-our_doctor .bt-col-12 {
        padding: 0 15px;
    }
    .meet-doctor_content{
        padding-top: 30px;
    }
    .services-col:first-child .services-box,
    .services-col:nth-child(2) .services-box,
    .services-col:nth-child(3) .services-box,
    .services-col:nth-child(4) .services-box{
        padding-bottom: 40px;
    }
    .videos-section .bt-row {
        gap: 0px;
        row-gap: 30px;
    }
    .videos-section .videos-col {
        max-width: 50%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 650px){
    .finince-logo li{
        width: 100%;
    }
    /*.finince-logo li:not(:nth-child(2n-2)) {
        padding-right: 15px;
    }*/
    /*.finince-logo li:nth-child(3) {
        text-align: left;
    }*/
}
@media only screen and (max-width: 575px){
    .services-col:not(:last-of-type) .services-box{
        padding-bottom: 30px;
    }
    .videos-section .videos-col{
        max-width: 100%;
    }
}
/*===============================================
= End Home New Changes CSS
===============================================*/
.page-id-1741 .single-heading-title.text-center,
.page-id-1720 .single-heading-title.text-center {
    text-align: left;
}
/*===============================================
= Start careers CSS
===============================================*/
.referring_careersforom{
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}
.referring_careersforom .contact-form-btn .default-cta {
    width: 100%;
    max-width: 180px;
}
.contact-input-field input,
.contact-input-field textarea,
.contact-input-field select{
    padding: 14px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 1px #b38807;
    border-radius: 6px;
    color: rgba(0, 0, 0, .6);
    width: 100%;
}
.contact-input-field input:focus,
.contact-input-field input:hover,
.contact-input-field textarea:focus,
.contact-input-field textarea:hover,
.contact-input-field select:focus,
.contact-input-field select:hover{
    border-color: #b38807;
}
.contact-field-row{
    display: flex;
    gap: 16px;
}
.contact-input-field{
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}
.contact-input-field label.label0{
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    display: none;
}
@media only screen and (max-width: 575px){
    .contact-field-row{
        display: block;
    }
    .contact-input-field input, 
    .contact-input-field textarea, 
    .contact-input-field select{
        width: 100%;
    }
}
@media only screen and (max-width: 375px){
    .referring_careersforom .contact-form-btn .default-cta{
        max-width: 100%;
    }
}
/*===============================================
= End careers CSS
===============================================*/
.dr_description a.read-more.section-btn {
    margin-top: 20px;
}
.home .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--title-color);
}
.home .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
    color: var(--accent);
}
/* home instagram section */
.insta-feed-section {
    background-color: #F2F2F2;
}
.sec-title a {
    display: block;
}
.insta-feed-section .gold-color h2 {
    color: #000;
}
.row-gap {
    row-gap: 30px;
}
.insta-col {
    padding: 0 15px;
}
.insta-img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.insta-img img {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1024px){
    .sec-title h2 img {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 768px){
    .sec-title h2 img {
        width: 20px;
        height: 20px;
    }
}
/*new services section home*/
.services-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #FFFFFF;
}
.services-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 15%);
    bottom: 0;
    left: 0;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*black section*/
.services-inner:nth-child(2n+2)::before {
    background-color: #0169af;
    background-image: url('/wp-content/uploads/2023/11/black-bg.webp');
}
.services-inner:nth-child(2n+2) .services-info h3,
.services-inner:nth-child(2n+2) .services-info p {
    color: #FFFFFF;
}
/*white section*/
.services-inner:not(:nth-child(2n+2))::before {
    background-color: #FFFFFF;
    background-image: url('/wp-content/uploads/2023/11/white-bg.webp');
}
.services-img img {
    display: inline-block;
    vertical-align: top;
}
.services-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .services-inner::before {
        height: calc(100% - 10%);
    }
    .services-info h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 768px) {
    .services-inner {
        text-align: center;
    }
    .services-info {
        padding: 30px 0 40px;
    }
}
@media only screen and (min-width: 769px) {
    .services-inner:not(:nth-child(2n+2)) .services-img {
        order: 1;
        text-align: right;
    }
    .services-inner:not(:nth-child(2n+2)) .services-info {
        padding-right: 30px;
    }
    .services-inner:nth-child(2n+2) .services-info {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .services-inner:not(:nth-child(2n+2)) .services-info {
        padding-right: 50px;
    }
    .services-inner:nth-child(2n+2) .services-info {
        padding-left: 50px;
    }
}
/* Audit changes css */
.page-id-435 .left-right-image p {
    text-align: left;
}
/*------------------------------------------*/
/*.page-id-231 .time-line-sec  .timeline > ul > li::before .the-benefits{
  position: unset !important;
  outline: none !important;
}
.page-id-231 .time-line-sec .the-benefits .timeline-content{
    padding-left: 0px;
}*/



/* ========================  About Us Logo Slider =============== */

.about-logo-slider {
    margin: 24px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2%;
    row-gap: 24px;
}
.about-logo-slider img {
    height: 100px;
    object-fit: contain;
}
@media only screen and (max-width: 575px){
    .about-logo-slider{     
        grid-template-columns: repeat(2, 1fr);
    }
}
.meet-team .bt-row{
    margin: 0
}
/*   Contact- Page Css */
.contct-form-section h2,
.contect-content-section {
    text-align: center;
}
.contct-form-section h2{
    margin-bottom: 24px;
}
.contct-form-section form {
    padding: 36px;
    background-image: url(/wp-content/uploads/2023/11/white-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 6px 6px 24px 0px rgb(70 70 70 / 20%);
    border-radius: 16px;
}
.contct-form-section .input-field-row {
    display: flex;
    column-gap: 24px;
}
.contct-form-section input[type="text"],
.contct-form-section textarea {
    width: 100%;
    border-width: 0 0 1px 0;
}
.contct-form-section .input-field {
    width: 100%;
}
.contct-form-section .input-field {
    padding-bottom: 16px;
    position: relative;
}
.contct-form-section .text-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.contct-form-section .input-radio-main {
    display: flex;
    column-gap: 36px;
}
.contct-form-section .text-field {
    background-position: 13px 13px;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 40px !important;
}
.input-field input:focus,
.input-field textarea:focus,
.input-field input:hover,
.input-field textarea:hover{
    border-color: #CB9C42;
}
.input-field input[type="radio"] {
    display: none;
}
.input-field input[type="radio"] + label{
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}
.input-field input[type="radio"] + label:before,
.input-field input[type="radio"] + label::after{
    position: absolute;
    content: "";
}
.input-field input[type="radio"] + label:before{
    width: 20px;
    aspect-ratio: 1;
    border: 1px solid #000;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.input-field input[type="radio"]:checked + label:before{
    border-color: #CB9C42;
}
.input-field input[type="radio"] + label:after{
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, #E1AB5A 0%, #E6C160 13.54%, #C5A44F 65.63%, #CB9C42 100%);
    opacity: 0;
}
.input-field input[type="radio"]:checked + label:after{
    opacity: 1;
}

.name{
    background-image: url('/wp-content/uploads/2024/01/name-icon.png');
}
.massage{
    background-image: url('/wp-content/uploads/2024/01/massage-icon.png');  
}
.email{
    background-image: url('/wp-content/uploads/2024/01/email-icon.png');    
}
.phone{
    background-image: url('/wp-content/uploads/2024/01/phone-icon.png');
}
.submit-button.section-btn{
    background-image: linear-gradient(to right, #E1AB5A 0%, #E6C160 13.54%, #C5A44F 65.63%, #CB9C42 100%);
    color: #fff !important;
}
.input-submit {
    text-align: center;
}
label.label1 {
    /* display: inline-block !important; */
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #f00;
}
@media only screen and (max-width: 575px){
    .input-field-row {
        flex-direction: column;
    }
    .contct-form-section form{
        padding: 24px;
    }
}
/*Start video page tab content*/
.tab-content{
    display: none;
}
.tab-content.current{
    display: inherit;
}
ul.tabs {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--text-color);
    padding-bottom: 7px;
    text-align: center;
}
ul.tabs li:not(:last-of-type) {
    margin-right: 20px;
}
ul.tabs li {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-family: Vollkorn, serif;
    display: inline;
    cursor: pointer;
    padding: 0 8px 5px;
    transition: all 0.3s;
}
ul.tabs li.current, ul.tabs li:hover {
    color: var(--accent);
    border-bottom: 2px solid var(--accent);
}
@media only screen and (max-width: 768px){
    .videos-section .tab-row{
        margin: 0;
    }
}
@media only screen and (max-width: 575px){
    ul.tabs{
        padding-bottom: 6px;
    }
    ul.tabs li{
        font-size: 18px;
    }
}
/*End video page tab content*/
.npf{display: none !important}

.biohorizons_logo {
    margin-top: 20px;
}
@media only screen and (min-width: 769px){
	.page-id-4074 .timeline {
		text-align: center;
	}
}
@media only screen and (max-width: 575px){
    .page-id-4074 .financing_iframe{
        margin: 0 5px
    }
}