@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&display=swap');

/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*=============================================
= Body CSS
=============================================]*/
* {
    outline: none !important;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}
p{
    margin-bottom: 0;
    color: #25283A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
    letter-spacing: 0.015em;
}
a{
    text-decoration: none !important;
    display: inline-block;
}
ul{
    list-style: none;
    padding: 0;
}
body,h3,h4,h5,h6,a,p,li{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}
body,h1,h2{
    font-family: 'DM Serif Display', serif;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
body p{
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
body .container{
    max-width: 1440px;
}
body .plr-0{
    padding-left: 0;
    padding-right: 0;
}
.text_green {
    color: #515153;
}
.text_skin{
    color: #BF9661;
}
/*=============================================
= Body CSS
=============================================*/

/*===============================================
= header CSS
===============================================*/
.header-bg {
    background-color: #ffffff;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    transition: all 0.5s;
}
.site-navigation-main .menu{
    margin-bottom: 0;
}
.site-header-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body .site-main-header .container{
    max-width: 1100%;
    padding: 0 30px;
}
.header-bottom {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
        background-color: #fff;
}
/*.site-main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: transform 0.70s ease;
    transition: transform 0.70s ease;
}*/
.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    margin: auto;
    z-index: 999;
    transition: ease-in-out 2s linear;
}
.sticky .header-top.sticky-top-header {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.sticky .header-bottom{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    /* transition: all 0.5s; */
}
.sticky .site-branding img {
    max-width: 230px;
    transition: ease-in-out 2s linear;
}
.site-navigation-main{
   -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
}
body .site-navigation{
    flex-grow: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    /*margin: 0 120px 0 0;*/
}
body .site-navigation ul.menu li a{
    font-size: 16px;
    line-height: 1.17;
    color: #515153;
    font-weight: 500;
    transition: all 0.3s;
    padding:0px 12px;
}
body .site-navigation ul.menu li.current-menu-item a{
    color: #515153;
    font-weight: 600;
}
body .site-navigation ul.menu li a:hover{
    color: #BF9661;
}
body .site-navigation ul.menu li.menu-item-has-children {
    position: relative;
}
body .site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}
/* submenu design */

body .site-navigation ul.menu li ul.sub-menu {
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    min-width: 250px;
}
body .site-navigation ul.menu li ul.sub-menu li{
    margin: 0;
}
body .site-navigation ul.menu li ul.sub-menu li a {
    font-size: 15px;
    line-height: 1.17;
    color: #6E717C;
    font-weight: 500;
    transition: all 0.3s;
    padding: 12px 12px;
    width: 100%;
}
/* body .site-navigation ul.menu li ul.sub-menu li:hover{
    color: #1A5450;
    background: #F0F1F4;
} */
body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a{
    color: #BF9661;
    font-weight: 600;
}
.header-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-btn .default-cta{
    font-size: 16px;
    background: #204265;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #204265;
    border-radius: 60px;
    transition: all 0.4s;
    padding: 14px 24px;
    line-height: 1.37;
}
.header-btn .default-cta:not(:last-child){
    margin-right: 12px;
}
.header-btn .default-cta:hover{
    color: #204265;
    background: transparent;
    border: 1px solid #204265;
}
.header-top{
    background: #BF9661;
    padding: 16px 0;
}
.header-top p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    text-transform: uppercase;
}
.header-top p a{
    color:#fff;
    font-weight: 600;
    transition: all 0.4s;
    text-decoration: underline !important;
}
.header-top p a:hover{
    color: #B6A385;
}
/*.menu-item > ul.sub-menu li:hover a {
    color: #BF9661 !important;
}*/
@media only screen and (max-width: 767px){
    /*.header-btn .default-cta span,*/
    .header-btn .header-btn-info{
        display: none;
    }
    .header-top p {
        font-size: 14px;
    }
    .header-btn .default-cta:not(:last-child){
        margin-right: 5px;
    }
    .header-top p a span{
        display: none;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
    body .site-navigation ul.menu li a {
        font-size: 14px;
        padding: 10px;
    }
}
@media only screen and (max-width: 1420px){ 
    body .site-navigation ul.menu {
        margin: 0 15px;
    }
    body .site-navigation ul.menu li a {
        font-size: 15px;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 991px){ 
    .header-btn .header-btn-info{
        display: none;
    }
}


@media only screen and (max-width: 1199px){
    /* .site-main-header{
        position: relative;
    } */
    .site-navigation-main {
        flex: inherit;
    }
    .site-main-header .col-12,
    body .site-navigation{
        position: unset;
        flex-grow: inherit;
    }
    .site-navigation-main{
        flex: inherit;
    }
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        display: inline-block;
        transition: height 0.3s;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    #navbarSupportedContent.menu-active {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
    #navbarSupportedContent .menu-primary-menu-header-menu-container {
        background: #fff;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
    }
    body .site-navigation ul.menu li{
        width: 100%;
    }
    .site-navigation .navbar-toggler {
        width: 40px;
        padding: 5px 8px;
        line-height: 0;
        border: 2px solid #BF9661;
        margin: 0 15px;
    }
    .bar-icon {
        display: inline-block;
        background: #BF9661;
        height: 2px;
        width: 100%;
        line-height: 0;
        vertical-align: top;
        margin: 2px 0;
        transition: all 0.3s;
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon1{
        transform: translate(0, 6px) rotate(225deg);
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon2{
        opacity: 0;
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon3{
        transform: translate(0, -6px) rotate(-225deg);
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon1,
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon3{
        transform: translate(0, 0) rotate(0);
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon2{
        opacity: 1;
    }
    body .site-navigation ul.menu{
        margin: 0;
    }
    body .site-navigation ul.menu li{
        margin: 0;
        display: inline-block;
    }
    body .site-navigation ul.menu li a{
        width: 100%;
        padding: 10px 25px;
        font-weight: 400;
    }
    body .site-navigation ul.menu li.current-menu-item{
        background: #F0F1F4;
        color: #515153;
    }
    body .site-navigation ul.menu li ul.sub-menu{
        position: unset;
        width: 100%;
        box-shadow: none;
        display: none;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i {
        content: '';
        position: absolute;
        right: 13px;
        top: 15px;
        font-weight: 500;
        transform: translateX(-50%);
        transition: all 0.3s;
        color:#BF9661;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i.sub-menu-active{
        transform: rotate(180deg);
    }
    body .site-navigation ul.menu li.menu-item-has-children{
        padding: 0;
    }
    body .site-navigation ul.menu li ul.sub-menu li{
        padding: 0;
    }
    body .site-navigation ul.menu li ul.sub-menu li a{
        padding: 12px 30px;
        width: auto;
    }
    body .site-navigation ul.menu li{
        color:#6E717C;
        width: 100%;
    }
    body .site-navigation ul.menu li > a {
        width: auto;
        padding: 10px 15px;
        display: inline-block;
    }
    body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a {
        color: #6E717C;
        width: auto;
        display: inline-block;
        background: transparent;
    }
    .toggle-menu-open {
        overflow: hidden;
    }
    .header-bottom{
        position: relative;
    }
    .sticky{
        position: fixed !important;
    }
}
@media only screen and (max-width: 640px){
    /*.header-btn .default-cta span{
        display: none;
    }*/
    .site-navigation .navbar-toggler{
        margin: 0 0 0 10px;
    }
}
@media only screen and (max-width: 450px){
    body .header-btn .default-cta:first-child{
        margin-right: 10px!important;
    } 
}
@media only screen and (max-width: 530px){
    /*.site-branding img {
        max-width: 70px;
    }*/
}
@media only screen and (max-width: 375px){
    .header-btn .default-cta{
        padding: 5px;
        font-size: 12px;
        width: auto;
    }
}
@media only screen and (max-width: 1750px){
    .header-btn .default-cta{
        padding: 10px 10px;
        font-size: 14px;
    }
    .header-btn .default-cta:not(:last-child){
        margin-right: 5px;
    }
}
@media only screen and (min-width: 1200px){
    body .site-navigation ul.menu li.menu-item-has-children i {
        margin: 2px 0px 0 0px;
        color: #6E717C;
        font-weight: 500
    }
    .site-header-wrap .site-navigation .header-mrg{
        margin-left: 60px;
    }
    body .site-navigation .menu .sub-menu .menu-item-has-children i{
        transform: rotate(-90deg);
    }
}
@media only screen and (max-width: 1335px){
    .header-btn .default-cta .mobile-none {
        display:none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1647px){
    .site-header-wrap .site-navigation .header-mrg{
        margin-left: 10px;
    }
    .site-navigation ul.menu li.menu-item-has-children {
        padding-right: 5px;
    }
    /*body .site-navigation ul.menu li a {
        padding: 0 5px;
    }*/
    .banner-content {        
        margin-top: 20% !important;
    }
}
@media only screen and (min-width:1316px){
    .header-btn .default-cta .desktop-none {
        display: none;
    } 
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .header-bottom {
        padding: 10px 0;
    }
    .site-branding img {
        max-width: 250px !important;
    }
}
/*===============================================
= End header CSS
===============================================*/

/*===============================================
= Start footer CSS
===============================================*/
.site-footer-top{
    background-color: #101010;
    padding: 60px 0 70px;
}
.site-footer-bg {
    height: 39px;
    background: #E6EAEE;
    width: 100%;
}
.footer-text-content h2{
    margin: 0;
    font-size: 26px;
    line-height: 1.17;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.01em;
}
.footer-text-info{
    margin-top: 75px;
}
.footer-social-icon{
    margin-top: 36px;
    display: inline-block;
    vertical-align: top;
}
.footer-text-content .footer-add-info p,
.footer-text-content .footer-add-info a,
.footer-page-list ul li a{
    font-size: 14px;
    line-height: 1.5;
    color: #F5F5F5;
    display: inline-block;
    font-weight: 400;
    vertical-align: top;
    margin-bottom: 15px;
}
.footer_hour {
    line-height: 2 !important;
}
.footer-text-content .footer-add-info a,
.footer-text-info .footer-page-list ul li a{
    transition: all 0.4s;
}
.footer-text-content .footer-add-info a:hover,
.footer-text-info .footer-page-list ul li a:hover{
    color: #B6A385;
}
.footer-add-info i{
    color: #ffffff;
    font-size: 20px;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
.footer-page-list ul li{
    display: block;
}
.footer-social-icon ul li{
    display: inline-block;
    vertical-align: top;
}
.footer-social-icon ul li:not(:last-child){
    margin-right: 12px;
}
@media only screen and (max-width: 1200px){
    .footer-text-content h2{
        font-size: 23px
    }
    .footer-text-info{
        margin-top: 55px;
    }
}

@media only screen and (max-width: 992px){
    .footer-text-info {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 767px){
    .site-footer-top{
        padding: 30px 0;
    }
    .footer-text-content {
        margin-bottom: 30px;
    }
    .footer-text-info {
        margin-top: 25px;
    }
    .footer-mrg-0{
        margin: 0
    }
    .footer-text-content h2{
        font-size: 20px;
    }
}
@media only screen and (max-width: 480px){
    .footer-add-info i{
        font-size: 14px;
        margin-right: 5px;
    }
}
.site-footer-bottom{
    background-color: #204265;
    padding: 16px 0;
}
.footer-bottom-info p,
.footer-bottom-info p a{
    font-size: 14px;
    line-height: 1.71;
    color: #FFFFFF;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    transition: all 0.4s;
}
.footer-bottom-info p a:hover{
    color: #B6A385;
}
.footer-bottom-info p span{
    font-weight: 500;
}
.site-footer-bg img{
    width: 100%;
    height: 39px;
}
/*===============================================
= End footer CSS
===============================================*/

/*===============================================
= Section Padding CSS
===============================================*/
.section-padding{
    padding: 120px 0;
}
.site-title h2{
    font-size: 46px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #BF9661;
    font-style: normal;
    text-transform: capitalize;
}
.site-title h3{
    font-size: 24px;
    line-height: 1.4;
    color: #878787;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
}
.site-title p{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #515B5B;
    font-style: normal;
    margin-bottom: 24px;
}
@media only screen and (max-width: 1200px){
    .section-padding{
        padding: 80px 0;
    }
    .site-title h2{
        font-size: 40px;
    }
    .site-title h4{
        font-size: 25px;
    }
}
@media only screen and (max-width: 1024px){
    .site-title h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 992px){
    .section-padding{
        padding: 50px 0;
    }
    .site-title h2{
        font-size: 32px;
    }
    .site-title h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .section-padding{
        padding: 30px 0;
    }
    .site-title h2{
        font-size: 26px;
    }
    .site-title h4{
        font-size: 18px;
    }
    .site-title p{
        margin-bottom: 15px;
    }
}
/*===============================================
= Section Padding CSS
===============================================*/

/*===============================================
= Section Button CSS
===============================================*/

.section-btn .defult-cta-button{
    font-size: 16px;
    line-height: 1.37;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #204265;
    border: 1px solid #204265;
    border-radius: 60px;
    padding: 14px 32px;
    display: block;
    transition: all 0.4s;
    width: 100%;
    max-width: 300px;
    text-align: center;
    text-transform: uppercase;
}
.section-btn .defult-cta-button:hover{
    color: #204265;
    background: transparent;
    border: 1px solid #204265; 
}
@media only screen and (max-width: 992px){
    .defult-padding{
        padding-left: 8%;
        padding-right: 8%;
    }
    .plr-md-0{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px){
    .section-btn .defult-cta-button{
        font-size: 14px;
        padding: 14px 22px;
    }
    .sub-page-defult-btn{
        display: none;
    }
}
/*===============================================
= Section Button CSS
===============================================*/

/*===============================================
= Start Home Page Banner CSS
===============================================*/
.banner-content {
    display: table;
    margin: 0 auto;
}
.banner-content p {
    font-size: 22px;
    line-height: 1.38;
    color: #798786;
    font-weight: 500;
    margin-bottom: 8px;
}
.banner-content h1 {
    font-size: 58px;
    line-height: 1.20;
    font-weight: 400;
    color: #BF9661;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
}
.banner-content .banner-call-btn{
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.37;
    color: #798786;
    /* padding-left: 45px; */
}
.banner-content .banner-call-btn span{
    color: #676769;
    font-weight: 600;
    transition: all 0.4s;
}
.banner-content .banner-call-btn:hover.banner-call-btn span{
    color: #BF9661;
}
.hero-banner .section-btn .defult-cta-button{
    margin-bottom: 25px;
}
@media only screen and (max-width: 1280px){
    /*.header-bottom{
        position: relative;
    }*/
}
@media only screen and (max-width: 1200px){
    .banner-content h1{
        font-size: 40px;
    }
    .banner-content p{
        font-size: 16px;
    }
    .banner-content .banner-call-btn{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .banner-content {
        display: inline-block;
        width: 100%;
        margin-top:30px;
    }
    .banner-content h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .banner-content .defult-cta-button{
        margin-bottom: 15px;
        font-size: 14px;
        padding: 14px 22px;
    }
    .hero-banner-image{
        margin-bottom: 30px;
    }
    .hero-banner{
        padding-bottom: 30px;
    }
    .banner-content .banner-call-btn{
        text-align: left;
    }
    .banner-content p{
        font-size: 14px;
    }
    .hero-banner .section-btn .defult-cta-button{
        margin-bottom: 15px;
    }
}
/*===============================================
= End Home Page Banner CSS
===============================================*/

/*===============================================
= Home Page doctor-section CSS
===============================================*/
.doctro-site-content{
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
}
.doctro-site-content h2{
    margin-bottom: 8px;
}
.doctro-site-content h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #878787;
    font-style: normal;
    margin-bottom: 24px;
}

.dr-img-2{
	margin-top: 40px;
}

@media only screen and (max-width:1024.5px){
	.dr-welcome-sec .col-md-12{
		flex: 0 0 100%;
        max-width: 100%;
	}
	.dr-welcome-sec .doctor-img img{
		margin: 0 auto;
		display: block;
	}
	.doctor-img{
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1360px){
    .doctro-site-content{
        padding: 0 25px;
    }
}
@media only screen and (max-width: 992px){
    .doctor-img{
        margin-bottom: 30px;
    }
    .doctor-img img{
        width: 100%;
    }
    .doctro-site-content{
        max-width: unset;
    }
}
@media only screen and (max-width: 767px){
    .doctro-site-content h3{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480.5px){
	.dr-welcome-sec h2 {
		margin-bottom: 28px !important;
	}
}

/*===============================================
= Home Page doctor-section CSS
===============================================*/

/*===============================================
= About Dr Olin CSS
===============================================*/
.about-dr-olin .doctor-img{
    text-align: right;
}
.doctro-sec-list.community-list{
    display: table;
}
body .doctro-sec-list ul{
    margin:0;
    padding-bottom:24px;
}
body .doctro-sec-list ul li,
body .doctro-sec-list ul li i{
    color: #6E717C;
}
@media only screen and (min-width:767px) and (max-width:991px){
    body .about-dr-olin .order-md-1 {
        order: -1 !important;
    }
}
/*===============================================
= About Dr Olin CSS
===============================================*/

/*===============================================
= Refer A Patient CSS
===============================================*/
.refer-patient{
    padding: 80px 0;
    background: #F7F7F7;
    border: 1px solid rgba(81, 81, 83, 0.5);
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.patient-box {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.patient-box h2{
    margin-bottom: 24px;
}
.refer-section .section-btn .defult-cta-button{
    margin: 0 auto;
    max-width: 370px;
}
@media only screen and (max-width: 1200px){
    .refer-patient{
        padding: 40px 0;
    }
}
@media only screen and (max-width: 1200px){
    .refer-patient{
        padding: 60px 0;
    }
}
@media only screen and (max-width: 767px){
    .refer-patient{
        padding: 30px 0;
    }
    .patient-box h2 {
        margin-bottom: 15px;
    }
    .refer-patient .section-btn .defult-cta-button {
        padding: 14px 10px;
    }

}
/*===============================================
= Refer A Patient CSS
===============================================*/

/*===============================================
= Doctor Clinic CSS
===============================================*/
.clinic-section{
    background-image: url('/wp-content/uploads/2022/03/dr-clinic-img1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 40.2%;
}
.clinic-bg{
    display: none;
}
@media only screen and (max-width: 991px){
    .clinic-bg{
        display: inline-block;
        width: 100%;
    }
    .clinic-bg img{
        width: 100%;
    }
    .clinic-section{
        background-image: unset;
        min-height: unset;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width:767px){
    .clinic-section {
        padding:0;
    }
}
/*===============================================
= Doctor Clinic CSS
===============================================*/

/*===============================================
= Knowledge Section CSS
===============================================*/
.knowledge-section{
    padding: 80px 0;
}
.Care-sec-border{
    border-top: 2px solid #EAEAEA;
    padding-bottom: 40px;
}
.knowledge-text-content h2{
    padding: 0 15px;
}
.knowledge-section .site-title p {
    margin-bottom: 40px;
}
.knowledge-text{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
@media only screen and (max-width: 992px){
    .knowledge-section{
        padding: 60px 0;
    }
    .knowledge-text .section-btn .defult-cta-button {
        padding: 14px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .knowledge-section .knowledge-text{
        padding-left: 0
    }
}
@media only screen and (max-width: 767px){
    .knowledge-section{
        padding: 30px 0;
    }
    .Care-sec-border{
        padding-bottom: 20px;
    }
    .knowledge-text{
        margin: 0;
    }
    .knowledge-text-content h2{
        margin-bottom: 15px;
        padding: 0;
    }
    .knowledge-section .site-title p {
        margin-bottom: 20px;
    }
    .knowledge-section .Care-sec-border {
        margin-left: 4%;
        margin-right: 4%;
    }
}
/*===============================================
= Knowledge Section CSS
===============================================*/

/*===============================================
= Google Map Section CSS
===============================================*/
.google-map iframe{
    display: inline-block;
    vertical-align: top;
}
.google-map-review .map-content h2{
    margin-bottom: 24px;
}
.google-map-review .site-title p a{
    color: #6E717C;
}
.google-map-review .map-content p{
    margin-bottom: 14px;
}
.google-map-review .map-content p i{
    font-size: 20px;
    color: #204265;
    margin-right: 7px;
    width: 20px;
    height: 20px;
}
.google-map-review .section-btn{
    margin-top: 24px;
}
@media only screen and (max-width: 992px){
    .google-map iframe{
        height: 650px;
    }
}
@media only screen and (max-width: 767px){
    .google-map{
        margin-bottom: 20px;
    }
    .google-map iframe{
        height: 400px;
    }
}
/*===============================================
= Google Map Section CSS
===============================================*/


/*===============================================
= Review Section CSS
============================================*/
.wi-100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.default-cta-white {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.default-cta-white:hover, .default-cta-white:focus {
    color: #fff;
    background: #0397D6;
    border-color: transparent;
}
.slick-arrow {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
}
.review-section {
    padding: 90px 0 100px;
    overflow: hidden;
}
.review-section .content-wrap h2 {
    color: #fff;
}
.title_top_bor {
    padding-top: 40px;
    padding-bottom: 15px;
    border-top: 2px solid #eaeaea;
}
.review-slider .slick-arrow {
    z-index: 111;
}
.review-slider .slick-arrow:before {
    content: '';
    background-color: transparent!important;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    background-image: url('/wp-content/uploads/2022/04/slider-privious-arrow1.svg');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    border-radius: 100%;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}
.review-slider .slick-arrow {
    bottom: -97px;
    background-color: #FFFFFF!important;
    position: absolute;
    top: 50%;
    left: auto;
    display: inline-block;
    width: 40px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #F5F2ED;
}
.review-slider .slick-arrow::before{
    width: 100%;
    height: 100%;
    left: 0;
}
.review-slider .slick-arrow.slick-prev {
    margin-right: 93px;
    margin-left: -15px;
}
.review-slider .slick-next.slick-arrow {
    margin-right: 10px;
}
.review-slider .slick-next:before {
    transform: translateY(-50%) rotate(180deg);
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(79 132 153 / 31%);
    margin-top: 40px;
    position: relative;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li a {
    font-size: 18px;
    line-height: 1.66;
    color: #515B5B;
    font-weight: 400;
    padding-bottom: 15px
}
.review-tab-navigation ul li a.active {
    color: #515153;
    font-weight: 600;
    border-bottom: 2px solid #204265;
    background: none;
}
.review-tab-navigation ul li:not(:last-child) {
    margin-right: 30px;
}
.review-slider {
    margin: 80px 0 0;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-slider-content {
    background: #F6F6F6;
    padding: 40px 30px 110px;
    margin: 0 15px;
    height: inherit;
}
.review-slider-content h3 {
    font-size: 20px;
    color: #515153;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'DM Serif Display', serif;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.review-rating ul li:not(:last-child) {
    margin-right: 8px
}
.review-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    color: #515B5B;
    max-height: 177px!important;
    padding: 0 15px 0 0!important;
    display: inline-block;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.review-description{

}
.google-review {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
}
.morecontent span {
    display: none;
}
.morelink {
    color: #0397D6;
    text-transform: uppercase;
    text-decoration: underline !important;
}
.review-btn {
    float: right;
    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;
    padding: 0 15px
}
.review-btn .default-cta {
    margin: 0 0 0 42px;
    text-transform: uppercase;
}
.lp_testimonial_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonial_arrow_prev {
    margin-right: 30px;
}
.lp_testimonial_arrow:hover, .lp_testimonial_arrow:focus {
    background: transparent;
    border: none;
}
.more-text{
    display: none;
}
a.read-more {
    line-height: 1.6;
    color: #BF9661;
    font-weight: 600;
}
@media only screen and (max-width: 1199px) {
    .review-tab-navigation ul li a {
        font-size: 17px;
    }
    .review-section {
        padding: 80px 0;
    }
    .review-slider-content {
        padding: 30px 30px 90px;
    }
    .google-review {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .review-tab-navigation ul {
        border: none;
        margin-top: 20px;
    }
    .review-tab-navigation ul li {
        display: none;
        width: 100%;
        padding: 8px 0;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .review-tab-navigation ul li a {
        padding-bottom: 0;
        width: 100%;
        font-size: 16px;
    }
    .review-tab-navigation ul li a.active {
        border: none;
    }
    .review-tab-navigation ul.open li {
        display: block;
    }
    .review-tab-navigation ul li.active {
        display: block;
    }
    .responsive-tabs > i {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        color: #1b5450;
    }
    .review-slider {
        margin: 30px 0 0 0;
    }
    .review-slider .slick-arrow{
        bottom: -74px;
    }
}
@media only screen and (max-width: 767px) {
    .review-slider-content {
        padding: 20px 30px 80px;
    }
    .review-section > .container-fluid {
        padding: 0;
    }
    .review-section .Care-sec-border {
        margin-left: 8%;
        margin-right: 8%;
    }
    .review-slider .slick-arrow::before , .review-slider .slick-arrow{
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 480px) {
   /*.review-slider .slick-arrow.slick-next {
        right: -15px;
    }*/
    .review-section {
        padding: 30px 0;
    }
    .review-btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .testimonial_arrow_prev {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
/*===============================================
= End Review Section CSS
============================================*/
/*===============================================
= Clinical Team Section CSS
============================================*/
.clinical-team-sec{
    padding: 80px 0;
}
.clinical-sec-border{
    padding: 40px 0 50px;
    /*border-top: 1px solid #eaeaea;*/
}
.clinical-team-content h3{
    border-top: 1px solid #eaeaea;
    padding-top: 24px;
}
.clinical-team-content p{
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px){
    .clinical-sec-border{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 992px){
    .clinical-team-sec{
        padding: 60px 0;
    }
    .clinical-sec-border{
        padding: 20px 0;
    }
}
@media only screen and (max-width: 767px){
    .clinical-team-sec{
        padding: 30px 0;
    }
    .clinical-team-content{
        margin-bottom: 15px;
    }
}

/*  new */

.why_choose_us .vd-sec-inner.why_vd_sec {
    padding-bottom: 56.66%;
}
.why_choose_us .clinical-team-content h3 {
    border-top: 0px;
    padding-top: 30px;
}
.clinical-team-sec.why_choose_us {
    background: #f6f9fe;
}
.clinical-team-sec.why_choose_us .patient-story .vd-sec-inner iframe {
    background-color: transparent;
}
.why_choose_us .vd-sec-inner.why_vd_sec {
    overflow: hidden;
}
.vd_thumb {
    filter: blur(25px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto !important;
}
@media only screen and (max-width: 991px){
    .why_choose_us .vd-sec-inner.why_vd_sec {
        margin-bottom: 22px;
    }
    .why_choose_us .clinical-team-content h3 {
        padding-top: 15px;
    }
    .why_choose_us .col-12.col-md-6 .clinical-team-content.site-title:last-of-type {
        margin-bottom: 0px;
    }
}
/*===============================================
= Clinical Team Section CSS
============================================*/

/*===============================================
= Clinical Slider  Section CSS
============================================*/
.clinical_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.clinical_slider{
    padding: 0px;
}
.clinical-future-info{
    height: inherit;
    margin: 0 10px;
    position: relative;
    padding-bottom: 90px;
}
.clinical-wpb-wrapperr .slick-list.draggable{
    margin-left: 40px;
    padding-right: 180px;
}
.clinical-wpb-wrapperr .clinical-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}
.team-content-img{
    margin-bottom: 24px;
}
.team-description h3 a{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    font-style: normal;
    letter-spacing: 0.01em;
    color: #BF9661 !important;
    margin-bottom: 14px;
    transition: all 0.4s;
}

.team-description h3 a:not([href]):not([class]):hover{
    color: #BF9661 !important;
}
.team-description h3 a:hover{
    color: #878787 !important;
}
.team-description p{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    color: #515B5B;
}
.patients-stories-slider .slick-arrow,
.clinical_slider .slick-arrow{
    z-index: 111;
}
.patients-stories-slider  .slick-arrow:before,
.clinical_slider .slick-arrow:before{
    content: '';
    background-color: transparent!important;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    background-image: url('/wp-content/uploads/2022/04/slider-privious-arrow1.svg');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    border-radius: 100%;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}
.patients-stories-slider .slick-arrow, 
.clinical_slider .slick-arrow{
    bottom: -97px;
    background-color: #FFFFFF!important;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 40px;
    width: 65px;
    height: 65px;
    border: 1px solid #F5F2ED;
}
.patients-stories-slider .slick-arrow::before,
.clinical_slider .slick-arrow::before{
    width: 100%;
    height: 100%;
    left: 0;
}
/* .clinical_slider .slick-arrow.slick-prev{
    margin-right: 93px;
} */
.patients-stories-slider .slick-next,
.clinical_slider .slick-next{
    right: 0;
    left: auto;
}
.patients-stories-slider .slick-next:before,
.clinical_slider .slick-next:before{
    transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 991px){
    .team-description h3 a {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    .clinical-wpb-wrapperr .slick-list.draggable{
        margin-left: 0;
        padding-right: 0;
    }
    .clinical-future-info{
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 575px){
    .clinical-future-info .team-content-img img{
        height: 450px;
        object-fit: cover;
        margin: 0 auto;
    }
    .team-description p,
    .team-description h3{
        text-align: center;
    }
    .clinical-wpb-wrapperr .clinical-btn{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 480px){
    .patients-stories-slider .slick-arrow,
    .clinical_slider .slick-arrow{
        width: 50px;
        height: 50px;
    }
}
/*===============================================
= Clinical Slider  Section CSS
============================================*/

/*===============================================
= Logo Section  Section CSS
============================================*/
.logo-img{
    text-align: center;
}
.logo-section_row {
    padding-left: 6%;
    padding-right: 6%;
}
/*===============================================
= Logo Section  Section CSS
============================================*/

/*===============================================
= Experience Oral Surgery Section CSS
============================================*/
.experience-section{
    padding: 80px 0 0;
}
.experience-content{
    padding-bottom: 50px;
}
.experience-text p a{
    font-weight: 600;
    color: #676769;
    transition: all 0.4s;
}
.experience-text p a:hover{
    color: #B6A385;
}
.experience-section .experience-text h3{
    border-top: 1px solid #E9E4DE;
    padding-top: 24px;
}
.experience-section .site-title h3 {
    color: #515153;
}
@media only screen and (max-width: 992px){
    .experience-section {
        padding: 60px 0 0;
    }
    .experience-content {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px){
    .experience-section {
        padding: 30px 0 0;
    }
    .experience-section .Care-sec-border {
        margin-left: 4%;
        margin-right: 4%;
    }
}
/*===============================================
= Experience Oral Surgery Section CSS
============================================*/

/*===============================================
= Community Section CSS
============================================*/
.community-section{
    padding-left: 15px;
    padding-right: 15px;
}
.community-border{
    border: 1px solid rgba(46, 132, 102, 0.4);
}
.community-section .community-text-content {
    width: 100%;
    max-width: 590px;
    margin: 55px auto;
}
.community-bg{
    background-color: #204265;
    display: table;
}
.community-list{
    display: table-cell;
    vertical-align: middle;
}
.community-text-content p a{
    color: #676769;
    font-weight: 600;
    transition: all 0.4s;
}
.community-text-content p a:hover{
        color: #B6A385;
}
.community-text-content span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #9AA1AC;
    font-style: normal;
    margin-bottom: 8px;
}
.community-text-content h2{
    margin-bottom: 20px;
}
.community-text-content .defult-border{
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.community-list ul {
    margin: 0 0 0 40px;
    display: inline-block;
    vertical-align: top;
}
.community-list ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
    display: flex;
}
.community-list ul li:not(:last-child){
    margin-bottom: 24px;
}
.community-list ul li img{
   margin-right: 12px;
}
@media only screen and (max-width: 1024px){
    .community-list ul{
        padding: 15px 0;
        margin: 0;
    }
}
@media only screen and (max-width: 767px){
    .community-section .community-text-content{
        margin: 30px auto;
    }
    .community-list ul{
        padding: 15px 0;
    }
}

/*===============================================
= Community Section CSS
============================================*/

/*===============================================
= Teeth Removal Section CSS
============================================*/
.teeth-removal-text h2{
    margin-bottom: 40px;
}
/*===============================================
= Teeth Removal Section CSS
============================================*/

/*===============================================
= Sub Pages CSS
============================================*/
.content-wrapper a{
    color: #B6A385;
    transition: all 0.4s;
}
.content-wrapper a:hover{
    color: #BF9661;
}
.content-list-item ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #515b5b;
    position: relative;
    padding: 0 0 0 38px;
}
.content-list-item ul li::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 21px;
    height: 21px;
    background: url('/wp-content/uploads/2022/04/check-mark1.svg');
}
.content-list-item ul li:not(:last-child) {
    margin: 0 0 12px;
}
/*===============================================
= Sub Pages CSS
============================================*/

/*===============================================
= Privacy Policy Pages CSS
============================================*/
.privacy-text-info ul {
    padding-left: 30px;
}
.privacy-text-info ul li{
    margin-bottom: 15px;
    list-style: disc;
    color: #515b5b;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
}
.privacy-text-info a{
    color: #676769;
    font-weight: 600;
}
.privacy-text-info a:hover{
    color: #BF9661;
    font-weight: 600;
}

@media only screen and (max-width: 767px){
    .privacy-text-info ul {
        padding-left: 15px;
    }
}


/*===============================================
= Privacy Policy Pages CSS
============================================*/

@media only screen and (max-width: 1199px){
    body .site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
        display: none;
    }
}

/*===============================================
= Contact Us CSS
===============================================*/
.form-area-content{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.form-group-warp input,
.form-group-warp textarea {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #ffffff !important;
    border: none;
    outline: none;
    color: #585D65;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.form-group-warp input:focus,
.form-group-warp textarea:focus {
    border: 1px solid #BF9661 !important;
    background: transparent;
}
.form-group-warp label{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #BF9661;
    display: inline-block;
    vertical-align: top; 
}
.form-group-warp{
    display: inline-block;
    vertical-align: top;
}
.form-btn {
    margin: 16px 0 0;
}
body .form-group-warp .label1{
    font-weight: 700;
    color: #ff0000;
    bottom: 1px;
    font-size: 12px;
    display: none;
    left: 1px;
    position: relative;
}
.contact-wrap .elementor-icon-box-title {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.form-area-content [type=submit]:focus,
.form-area-content button:focus{
    background-color: #BF9661 !important;
    color:#ffffff !important;
}
.map-section iframe{
    width:100%;
    display:inline-block;
    vertical-align:top;
}
.contact-us p a{
    color: #6E717C;
}
/*===============================================
= Contact Us CSS
===============================================*/

/*===============================================
= Sub Page Read more CSS
===============================================*/
 .more-text,
 .more-text1{
    display: none;
}
.scrollbar-inner .scrollbar-active{
    max-height: 300px!important;
}
.read-more-span{
    color: #515b5b;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.read-more-span a{
    cursor: pointer;
}
.scrollbar-inner{
    padding: 0 15px 0 0!important;
    max-height: max-content!important;
    min-height: 200px;
    overflow: hidden!important;
}
.moreless-button,
.moreless-button1{
    display: inline-block;
    font-weight: 600;
    color: #BF9661 !important;
}
@media only screen and (max-width: 767px){
    .scroll-wrapper > .scroll-content{
        padding: 0 !important;
    }
}
/*===============================================
= Sub Page Read more CSS
===============================================*/

/*===============================================
= 404 Page CSS
===============================================*/
.error-404 {
    padding: 100px 0;
}
.error-404 .page-header .page-title{
    font-size: 15.7vw;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: rgba(26, 33, 90, 0.08);
}
.error-404 .page-header h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
    padding: 0;
    margin: 0 0 14px;
}
.error-404 .page-content p {
    font-size: 18px;
    line-height: 1.55;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}
.error-404 .page-content .error-btn{
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 12px 38px;
    background-color: #BF9661;
    border: 2px solid #BF9661;
    border-radius: 60px;
    text-align: center;
    display: table;
    margin: 40px auto 0;
    transition: all 0.4s;
}
.error-404 .page-content .error-btn:hover{
    background-color: transparent;
    border: 2px solid #BF9661;
    color: #BF9661;
}
@media only screen and (max-width: 767px){
    .error-404{
        padding: 50px 0;
    }
}
/*===============================================
= 404 Page CSS
===============================================*/

/* logo css */

.header-bottom .site-branding {
    height: auto !important;
}
.site-branding img{
    max-width: 260px;
    margin: 0 15px 0 0;
}
.footr-logo img {
    max-width: 220px;
    height: auto;
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1199px){
    .site-branding img{
        margin: 0 15px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1270px){
    .site-branding img {
    max-width: 120px;
    margin: 0 10px 0 0;
    }
    .site-header-wrap .site-navigation .header-mrg {
        margin-left: auto;
    }
    body .site-navigation ul.menu {
        margin: 0 0px;
    }
    body .site-navigation ul.menu li a {
        font-size: 14px;
        padding: 0 10px;
    }
    .header-btn .default-cta {
        padding: 10px 7px;
        font-size: 13px;
    }
    body .site-navigation ul.menu li a {
        font-size: 14px;
        padding: 0 8px;
    }
    body .site-main-header .container {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 1271px) and (max-width: 1402px){
    .site-branding img {
        max-width: 120px;
    }
    .site-header-wrap .site-navigation .header-mrg {
        margin-left: auto;
    }
    .header-btn .default-cta {
        padding: 10px 8px;
        font-size: 13px;
    }
}
/* end logo css end */
@media only screen and (min-width: 992px){
    .mobile_menu{
        display: none !important;
    }  
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .doctro-site-content {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .logo-img {
        margin-bottom: 15px;
    }
    .community-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-branding img , .sticky .site-branding img {
        max-width: 230px;
    }
    .footr-logo img {
        max-width: 230px;
    }
    /*body .site-main-header .container {
        padding: 0 10px;
    }*/
}
@media only screen and (max-width: 458px) {
    .site-branding img , .sticky .site-branding img {
        max-width: 170px;
    }
    .site-navigation .navbar-toggler {
        width: 33px;
        padding: 5px 5px;
    }
    .header-btn .default-cta {
        padding: 10px 10px;
        font-size: 12px;
    }
    .site-branding img {
        margin: 0px;
    }
}
@media only screen and (max-width: 374px) {
    .site-branding img , .sticky .site-branding img {
        max-width: 130px;
    }
    .site-branding img {
        margin: 0 0px;
    }
    body .header-btn .default-cta:first-child {
        margin-right: 0px!important;
    }
}

.sub_page_hero_content .elementor-column-gap-default ,.sub_page_hero_content .elementor-column-gap-no{
    max-width: 460px;
}
@media only screen and (max-width: 1199px){
    .sub_page_hero_content .elementor-column-gap-default , .sub_page_hero_content .elementor-column-gap-no{
        max-width: 350px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
    .hero-banner-inner-text .elementor-heading-title {
        font-size: 35px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero-banner-inner-text .elementor-heading-title {
        font-size: 28px !important;
    }
}

.review-description .more-text{
    display: none;
}
/*.read-more-scroll.read_more_txt.scrollbar-inner.scroll-content.scrollbar-active{
    max-height: 200px!important;
}*/
/*.review-description .scrollbar-inner {
    padding: 0 15px 0 0!important;
}*/
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #676769;
}
.read_more_txt p {
    color: #515b5b;
    margin-bottom: 10px;
}

/* inner pages */

.pdf_box .elementor-image-box-content .elementor-image-box-title:hover, 
.pdf_box .elementor-image-box-content .elementor-image-box-title:hover span {
    color: #204265 !important;
}
.content-list-item a {
    color: #676769;
}
.content-list-item a:hover {
    color: #BF9661;
}
.before_after_sec .elementor-widget-flip-box .elementor-flip-box {
    cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1670px){
    .sub_page_hero_content {
        margin-top: 15%;
    }
}
@media only screen and (max-width: 991px){
.pdf_box .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 15px !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .sub-banner-section .elementor-column-gap-no {
        min-height: auto !important;
    }
}
/* end inner pages */


/*===============================================
= Home Page Review Section CSS
===============================================*/

.review-description .more-text{
        display: none;
}
.review-section-content .review-description .scrollbar-active {
     max-height: 170px!important;
}
/*.review-description .scrollbar-inner {
    padding: 0 15px 0 0!important;
}*/
.review-description .read-more{
    display: inline-block;
    font-weight: 600;
    color: #4D4942;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}



.review-slider-new .slick-arrow , .review-slider-tab .slick-arrow{
    z-index: 111;
    outline: none!important;
}
.review-slider-new .slick-arrow:before , .review-slider-new .slick-arrow:before , .slick-prev:before, .slick-next:before{
    content: "\f054";
    background-color: #0068B5 !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    top: 50%;
    left: 0;
    opacity: 1;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
}
/* .review-slider-new .slick-arrow::before{
    width: 100%;
    height: 100%;
    left: 0;
} */
.review-slider-new .slick-arrow , .review-slider-tab .slick-arrow{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent!important;
}
.review-slider-new .slick-prev , .review-slider-tab .slick-prev{
    left: -10px;
    transform: translateY(-50%) rotate(180deg);
}
.review-slider-new .slick-next , .review-slider-tab .slick-next{
    right: -10px;
}
.review-slider-new .slick-track , .review-slider-tab .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-description p:not(:first-child) {
    margin-top: 10px;
}
@media only screen and (max-width: 767px){
    .affordable-br-none .elementor-widget-container br{
        display: none
    }
    .review-slider .slick-arrow.slick-prev{
        margin-left: 7px;
    }
    .review-slider .slick-next.slick-arrow {
        margin-right: 26px;
    }
}
@media only screen and (max-width: 641px){
    .review-slider-new .slick-arrow:before , .review-slider-tab .slick-arrow:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .review-slider-new .slick-arrow , .review-slider-tab .slick-arrow{
        width: 30px;
        height: 30px;

    }
}

/* .review-tab-navigation {
    margin-bottom: 70px !important;
} */
/*===============================================
= Home Page Review Section CSS
===============================================*/

.all_link {
    color: #676769;
}
.all_link:hover {
    color: #BF9661;
}
.service_box .inner_main_title , .service_box .elementor-widget-text-editor{
    padding-left: 25px;
    padding-right: 25px;
}
.service_box .inner_main_title h4 a {
    font-family: "DM Serif Display", Sans-serif;
}
.service_box .inner_main_title h4 a:hover{
    color: #878787;
}
.service_inner_hero {
    padding-right: 0% !important;
}
.service_inner_hero .elementor-container.elementor-column-gap-no {
    max-width: 500px;
}
@media only screen and (max-width: 1199px){
	.service_box .inner_main_title , .service_box .elementor-widget-text-editor{
	    padding-left: 15px;
	    padding-right: 15px;
	}
    .service_inner_hero {
        padding-right: 8% !important;
    }
}
@media only screen and (max-width: 767px) {
    .inner_hero_section , .hero-banner{
        background: #f1f4e9;
    }
    .sub_page_hero_content {
        padding-bottom: 30px !important;
    }
}

/* new css banner video*/

.banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:-1;
}
.banner-video iframe {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
}
.hero-banner {
    width: 100%;
    height: 100%;
    position: relative;
    /*min-height: 800px;*/
    display: flex;
    overflow: hidden;
    z-index: 0;
}
/*.hero-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
}*/

@media only screen and (min-width:1200px){
    .page-id-9 .header-bottom .site-navigation-main .menu li a , .page-id-9 .site-navigation ul.menu li.menu-item-has-children i {
        color: #fff;
    }
    .page-id-9 .sticky .header-bottom .site-navigation-main .menu li a , .page-id-9 .sticky .header-bottom .site-navigation ul.menu li.menu-item-has-children i {
        color: #515153 !important;
    }
    .page-id-9 .header-bottom .site-branding img {
        filter: brightness(0) invert(1);
    }
    .sticky .header-bottom .custom-logo {
        filter: none !important;
    }
    .page-id-9 .site-navigation ul.menu li ul.sub-menu li a , .page-id-9 .site-navigation ul.menu li.menu-item-has-children ul.sub-menu li i{
        color: #6e717c !important;
    }
}
/*@media only screen and (min-width: 768px){
    .hero-banner .banner-content p , .hero-banner .banner-content h1 , .banner-content .banner-call-btn , 
    .banner-content .banner-call-btn span{
        color: #fff;
    }
    .hero-banner .section-btn .defult-cta-button:hover {
        color: #fff;
        border-color: #fff;
    }
}*/
@media only screen and (max-width: 767px){
    .desktop_video , .hero-banner:before {
        display: none;
    }
    .mobile_video {
      padding: 0px;
  }
}
@media only screen and (min-width: 768px){
    .mobile_video {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 903px){
  /*.hero-banner {
      min-height: 430px;
  } */
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
.banner-video iframe {
      width: 135%;
  }
  /*.hero-banner {
      min-height: 535px;
  }*/
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){
   /* .hero-banner {
      min-height: 650px;
  }*/
}
@media only screen and (min-width: 1301px) and (max-width: 1420px){
   /* .hero-banner {
      min-height: 730px;
  }*/
}

/* responsive video */

.vd-sec {
    overflow: hidden;
    max-width: 900px;
    width: 100%;
}

.vd-sec-inner {
    position: relative;
    height: 0;
    padding-bottom: 56.66%;
}

.vd-sec-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px){
    .mobile_video {
      padding: 0px;
  }
  .hero-banner {
      min-height: auto;
  }
}
/* end */

/*=============================================
= Team Animation Section CSS
=============================================*/

.team-animation-section {
    background: #f8faff;
}
.team-animation-section.responsive-d-none .container-fluid{
    padding: 0 5px;
    overflow: hidden;
}
.team-animation-section .container-fluid > .row > div {
    padding: 0 4px;
}
.animation-effect-main.side-team-img {
    max-width: 50%;
    flex: 0 0 50%;
}
.animation-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.animation-main.animation-three-part {
    margin-bottom: 8.5px;
}
.animation-effect-main {
    padding: 0 4px;
    max-width: 100%;
    flex: 0 0 100%;
}
.animation-effect {
    width: 100%;
    position: relative;
}
.image-animation {
    position: absolute;
    height: 100%!important;
    width: 100%;
    left: 0;
    max-width: 100%;
    top: 0;
    object-fit: cover;
    object-position: top;
    animation-name: animate1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.image-animation1{
    animation-duration: 10s;
}
.image-animation2{
    animation-duration: 12s;
}
.image-animation3{
    animation-duration: 16s;
}
.three_img_team {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
@keyframes animate1{
0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@media only screen and (max-width: 767px){
    .animation-main, .animation-effect-main{
        width: 100%;
        margin: 0;
    }
    .animation-main{
        margin: 0 0 8px;
    }
    .team-animation-section.responsive-d-none{
        display: none;
    }
    .aa-cc-body-fix-compliance-part{
        display:none;
    }
    .animation-two-part .animation-effect-main {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 4px;
}
}

/*=============================================
= Team Animation Section CSS
=============================================*/

/* new css */
.read_more_txt.scrollbar-inner {
    min-height: 180px;
}
.read_more_txt.scrollbar-inner .scrollbar-active {
    max-height: 230px!important;
}
@media only screen and (max-width: 767px){
	.read_more_txt.scrollbar-inner {
		min-height: 250px;
	}
	.about_rm.scrollbar-inner{
        padding: 0px !important;
    }
    .about_rm.scrollbar-inner .scrollbar-active {
        max-height: unset !important;
    }	
}
@media only screen and (max-width: 1024px){
    .about_rm .more-text {
        display: block;
    }
    .about_rm .moreless-button{
        display: none !important;
    }
}
@media only screen and (min-width: 1600px){
    .about_rm .more-text {
        display: block;
    }
    .about_rm .moreless-button{
        display: none !important;
    }
}
/* .service-site-title {
    margin: 0 0 0 25px;
} */

.dental-care-img {
    position: relative;
    padding: 30px;
}

.dental-care-img::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 160px;
    background: url(/wp-content/uploads/2022/04/pattern-design.png);
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1;
}

.dental-care-img::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #bf9661;
    z-index: -1;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 767px){
    .service-site-title{
        margin: 0;
    }
}


/* new service design */
/*===============================================
= New Service CSS
============================================*/
.service-heading-title{
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
}
.service-heading-title h2{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #bc8452;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px !important;
}
.post-box-wrapper{
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgb(132 163 180 / 10%);
    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;
}
.post-box-body{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.post-box-title{
    margin-bottom: 15px;
}
.post-box-title h3{
    color: #bc8452;
    font-size: 26px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-family: 'DM Serif Display', serif;
}
.post-box-desc p,
.post-box-desc ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #515B5B;
    margin-bottom: 25px;
}
.post-box-desc ul li {
    margin-bottom: 8px;
    position: relative;
    padding: 0 0 0 34px;
}
.post-box-desc ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url('/wp-content/uploads/2022/04/listing_check_ico.svg');
background-size: contain;background-repeat: no-repeat;}
.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;
}
.box-content-info .vc_column-inner,
.box-content-info .vc_column-inner .wpb_wrapper,
.box-content-info .vc_column-inner .wpb_content_element,
.box-content-info .vc_column-inner .wpb_content_element .wpb_wrapper{
    height: 100%;
}
@media only screen and (max-width: 992px){
    .service-heading-title h2{
        font-size: 28px;
        margin-bottom: 10px !important;
    }
}


.sub-page-title{
    margin: 0 0 0 25px;
}
.sub-page-title h2{
    margin: 0 0 10px;
}
.sub-page-title h2 {
    color: #bc8452;
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.sub-page-title p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #515B5B;
    font-style: normal;
}

.sub-page-title p:not(:last-child) {    
    margin-bottom: 12px;
}
.sub-page-title ul li{
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding: 0 0 0 28px;
}
.sub-page-title ul li:not(:last-child){
    margin: 0 0 10px;
}
.sub-page-title ul li::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2022/04/listing_check_ico.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 3px;
}
@media only screen and (max-width: 767px){
    .sub-page-title{
        margin: 0;
    }
}


.banifit-section {
    position: relative;
}
.banifit-section::before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(270.07deg, #204265 80.56%, rgba(32, 66, 101, 0) 99.95%);
    z-index: 1;
    right: 0;
    top: 0;
}
.benifit-title-col{
    z-index: 1;
    position: relative;
}
.benifit-title {
    max-width: 560px;
}
.benifit-cta{
    position: relative;
    z-index: 1;
}
.benifit-title h2,
.benifit-title p{
    color: #fff;
}
.benifit-title h2{
    margin: 0 0 25px;
}
.banifit-image, .banifit-image *, .banifit-image img {
    height: 100%;
    object-fit: cover;
    object-position: 60%;
}
@media only screen and (max-width: 767px){
    .banifit-section::before {
        width: 100%;
        background: #204265;
        z-index: 0;
    }
}

.why-choose-title h2 {
    margin: 0 0 15px;
}
.why-choose-title p {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}
.why-choose-col .elementor-widget-wrap.elementor-element-populated {
    padding: 0 30px 30px;
    margin: 80px 10px 0;
    box-shadow: 0px 8px 24px rgb(132 163 180 / 20%);
}
.why-choose-box-img {
    margin: -80px 0 30px!important;
}
.why-choose-box-title h3{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #BF9661;
    font-family: 'DM Serif Display', serif;
    margin: 0 0 15px;
}
@media only screen and (max-width: 992px){
    .why-choose-box-title h3{
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    .why-choose-col {
        margin-bottom: 30px;
    }
    .elementor-232 .elementor-element.elementor-element-e8f2666 {
        margin-bottom: 0;
    }
    .why-choose-col .elementor-widget-wrap.elementor-element-populated{
        padding: 15px;
    }
    .elementor-232 .elementor-element.elementor-element-a255fd3 {
        padding: 0;
    }
}
/* new css */
.read_more_txt.scrollbar-inner .scrollbar-active {
    max-height: 230px!important;
}
@media only screen and (min-width: 1201px) and (max-width: 1570px) {
    .sub-banner-section .elementor-column-gap-no{
        min-height: 640px !important;
    }
}

.team_post {
    margin-top: 20px;
}
.three_img_team {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
@media only screen and (max-width: 767px){
    .desktop_offer_img {
        display: none;
    }
}

/*===============================================
= offer section CSS
============================================*/

.lp_special_offers_box {
    background: #fff;
    width: 100%;
    display: inline-block;
    /* box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.06); */
    height: 100%;
    border-radius: 14px;
    border: 1px solid rgba(29, 53, 87, 0.2);
}
.lp_special_offers_box:hover{
    /* box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.03); */
}
.lp_special_offers_inner{
    padding: 14px;
    border-radius: 20px;
}
.lp_special_offers_text{
    padding: 23px 25px;
    background: #f6f9fe;
    border-radius: 14px;
    margin: 14px 0 0 0;
}
.lp_special_offers_img img{
    border-radius: 14px;
    width: 100%;
}
.lp_special_offers_text h3{
    color: #204265;
}
.lp_special_offers_text h5{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #081C24;
    margin: 0 0 16px 0;
}
.lp_special_offers_section .section-btn .defult-cta-button {
    margin: 30px auto auto;
}
.lp_special_offers_section h2, .dr-welcome-sec  h2{
    margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) and (max-width: 1130px){
    .elementor-section.elementor-top-section.elementor-section-full_width.about_banner {
        background-position: bottom right 16%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
/*     .about_banner .elementor-widget-container h1 {
        color: #fff !important;
    }
    .about_banner .elementor-widget-container .elementor-button {
        border-color: #fff !important;
        color: #fff !important;
    } */
    .about_banner .elementor-widget-container .elementor-button:hover {
        border-color: #204265 !important;
        background: #204265 !important;
    }
}
/*============================================
= Patients Story Section CSS
============================================*/
.patient-story-inner {
    padding: 0 15px;
}
.patient-story-sec .site-title p,
.patient-story-sec .site-title h2 {
    margin: 0 0 16px;
}
.patient-story {
    margin: 20px 0 0;
}
.patient-story.vd-sec {
    max-width: 100%;
}
.patient-story .vd-sec-inner {
    padding-bottom: 140%;
}
.patient-story .vd-sec-inner iframe {
    background-color: #e1e1e1;
}
.more-story-btn .section-btn {
    text-align: center;
}
.more-story-btn .defult-cta-button {
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin: 30px 0 0;
}
.more-story {
    display: none;
}
.more-story.more-story-active {
    display: block;
}
@media only screen and (max-width: 767px) {
    .patient-story-sec .site-title p, .patient-story-sec .site-title h2 {
        margin: 0 0 6px;
    }
}
@media only screen and (max-width: 425px) {
    .more-story-btn .defult-cta-button {
        padding: 14px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .patient-story-sec .site-title p {
        font-size: 20px;
    }
}

/*============================================
= Patients Story Section CSS
============================================*/
/*===============================================
= Start Before After CSS
===============================================*/
/* .ba-image-sec {
background-color: #EFEDE9;
} */
.before-after-slider {
    margin-bottom: 0 !important;
}
.repid-smile-bg .comparison-main > *{
    padding: 0;
}
.comparison {
    width: 100%;
    padding-bottom: 59%;
    overflow: hidden;
    position: relative;
}
.figure {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: var(--after-img);
}
.divisor{
    background-size: cover;
    position: absolute;
    width: 50%;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    background-image: var(--before-img);
}
.divisor::before,
.divisor::after{
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 20px);
    background: #fff;
    z-index: 3;
}
.divisor::before{
    top: 0;
    -webkit-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor::after{
    bottom: 0;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    border-radius: 100%;
    background: #fff;
}
.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 #BC8451;
    left: 50%;
    margin-left: -17px;
}
.handle::after{
    border-left: 6px solid #BC8451;
    right: 50%;
    margin-right: -17px;
}
.comparison input[type=range] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    cursor: col-resize;
    border: none;
    max-width: inherit;
    padding: 0px;
}
input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: transparent;
}
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;
}
.case-name p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    padding: 24px 0 8px;
}
.before-after-slider .slick-track {
    display: flex;
    /* gap: 60px; */
}
.comparison-content {
    height: 100%;
}
.before-after-slider .comparison-main {
    height: auto;
    padding: 0 30px;
}
@media only screen and (max-width: 1200px){
    /* .before-after-slider .slick-track {
    gap: 40px;
} */
    .before-after-slider .comparison-main {
        padding: 0 20px;
    }
}
@media only screen and (max-width:600px){
    /* .before-after-slider .slick-track {
    gap: 16px;
} */
    .before-after-slider .comparison-main {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 480px){
    .comparison-content {
        padding: 0px !important;
    }
    .case-name p {
        padding: 24px 8px 8px;
    }
}
/*===============================================
= End Before After CSS
===============================================*/


@media only screen and (max-width: 1024.5px){
	.inner_page_content{
		order: 2 !important;
	}
	.inner_page_img{
		order: 1 !important;
	}
}

/*---------------------faq-------------*/

.faq-section {
  max-width: 100%;
  margin: auto;
  font-family: Arial, sans-serif;
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.faq-item.active {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-weight: bold;
  background: #f7f7f7;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #eaeaea;
	color:#fff !important;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust according to content */
  padding: 15px 20px;
}

.faq-icon {
  font-size: 20px;
  color: #676769;
  transition: transform 0.3s, color 0.3s;
}

.faq-item.active .faq-icon {
  color: #676769; /* optional change color when active */
}
.faq-section button:focus, button:hover {
    background-color: #204265 !important;
    color: #fff !important;
    text-decoration: none;
}

.faq-section button {
   color: #676769 !important;
}
section.faq-section h2 {
    margin-bottom: 50px;
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: '';
    background: url(/wp-content/uploads/2026/04/location.svg);
    height: 22px;
    display: block;
    width: 25px;
        filter: invert(20%) sepia(65%) saturate(554%) hue-rotate(170deg) brightness(114%) contrast(92%);
    background-repeat: no-repeat;
}

.fa-phone:before {
	 content: '';
    background: url(/wp-content/uploads/2026/04/call.svg);
	 height: 22px;
    display: block;
    width: 25px;
        filter: invert(20%) sepia(65%) saturate(554%) hue-rotate(170deg) brightness(114%) contrast(92%);
    background-repeat: no-repeat;
}


.footer-text-info .fa-phone:before,.footer-text-info .fa-location-dot:before {
       filter: invert(281);
}


.page-id-6738 .banifit-section::before , .page-id-6805 .banifit-section::before{
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(449.07deg, #204265 80.56%, #fff0 99.95%);
    z-index: 1;
    left: 0px;
    top: 0;
}   

ul.costum_list {
    color: #fff;
}


.page-id-6805 ul.costum_list {
    color:#515B5B;
}

.page-id-6738 .banifit-section .benifit-title-col .elementor-widget-wrap.elementor-element-populated , .page-id-6805 .banifit-section .benifit-title-col .elementor-widget-wrap.elementor-element-populated {
    max-width: 560px;
    margin: auto;
}


@media only screen and (max-width: 767px) {
   .page-id-6738 .banifit-section::before ,.page-id-6805 .banifit-section::before{
        width: 100%;
        background: #204265;
        z-index: 0;
    }
    
     .sub-banner-section {
      background: transparent !important; 
    }
    .page-id-6738 .elementor-container.elementor-column-gap-no, .page-id-6805 .elementor-container.elementor-column-gap-no {
    flex-direction: column-reverse;
}
.page-id-6738 .banifit-section .benifit-title-col .elementor-widget-wrap.elementor-element-populated, .page-id-6805 .banifit-section .benifit-title-col .elementor-widget-wrap.elementor-element-populated {
    max-width: 100%;
 
}
.page-id-6805 .elementor-6805 .elementor-element.elementor-element-deb3cc7 > .elementor-element-populated {
    padding: 30px 0px 30px 0px;
}
}

ul.costum_list li {
    list-style: disc;
    margin-left: 20px;
}

.page-id-6805 .elementor-element-b2791f0 {
    padding-bottom: 60px;
}

.page-id-6 section.faq-section {
    padding-bottom: 60px;
}




