/*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
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*================ Var ====================*/
:root {
    --black_color: #000000;
    --gold_color: #DAA520;
    --darkgold_color: #CB9C42;
    --white_color: #FFFFFF;
    --light_bg_color: #F3F3F3;
    --body_text_color: #3A3A3A;
    --montserrat: 'Montserrat', sans-serif;
}
/*============================================
= 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: var(--white_color);
    color: var(--body_text_color);
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
span {
    display: inline-block;
    vertical-align: top;
    font-family: var(--montserrat) !important;
}
a{
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease 0s;
    color: var(--body_text_color);
}
a:hover {
    color: var(--gold_color);
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body,a,p,li {
    font-family: var(--montserrat) !important;
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif !important;
    color: var(--body_text_color);
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
body p:not(:last-of-type) {
    margin-bottom: 12px;
}
p a, li a{
    word-break: break-word;
    white-space: normal;
    display: inline;
}
body span{
    color: var(--gold_color);
    display: inline;
    font-family: var(--montserrat) !important;
}
h1{
    font-size: 64px;
    font-weight: 700;
    line-height: 1.3;
}
h2{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 16px;
    text-transform: capitalize;
}
h3{
    font-size: 32px;
    line-height: 1.4;
}
@media only screen and (max-width: 1400px){
    h1,h2{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1199px){
    h1,h2{
        font-size: 45px;
    }
}
@media only screen and (max-width: 1024px){
    h1,h2{
        font-size: 40px;
    }
    h3{
        font-size: 28px;
    }
    h5{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    body p {
        font-size: 16px;
    }
    h1,h2{
        font-size: 35px;
    }
    h3{
        font-size: 26px;
    }
    h5{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px){
    h1,h2{
        font-size: 30px;
    }
    h3{
        font-size: 20px;
    }
    h5{
        font-size: 16px;
    }
}
@media only screen and (min-width: 576px){
   body .container,
   .elementor-section.elementor-top-section > .elementor-container {
        max-width: 100%;
        width: 100%;
    }
}
/* @media only screen and (min-width: 650px){
   body .container,
   .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 920px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 960px;
        width: 100%;
    }
} */
@media only screen and (min-width: 1200px){
    body .container,
    .elementor-section.elementor-top-section > .elementor-container {
        max-width: 1194px;
        width: 100%;
    }
}
/* @media only screen and (min-width: 1700px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1194px;
        width: 100%;
    }
} */
@media only screen and (max-width: 1240px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
    .elementor-section.elementor-top-section > .elementor-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
    .elementor-section.elementor-top-section > .elementor-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.btn-group a.default-cta:not(:last-child) {
    margin-right: 18px;
}
/* a.default-cta {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    transition: all 0.4s;
    padding: 7px 18px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
    color: var(--white_color);
    border: 2px solid transparent;
    margin-top: 40px;
    border-image: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
}
a.default-cta:hover {
    background: transparent;
    border-image-slice: 1;
    border-radius: 6px;
    color: var(--gold_color);
}
 */
a.default-cta {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 6px;
    transition: all 0.4s;
    padding: 9px 22px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: #b1841d;
    border: 1px solid #b1841d;
    color: var(--white_color);
    margin-top: 40px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
a.default-cta:hover{
    background: transparent;
    color: #b1841d;
    border: 1px solid #b1841d;
}
/*a.default-cta:before {
    content: "";
    position: absolute;
    border-radius: 5px;
    padding: 2px;
    background: #b1841d;
    -webkit-mask-composite: clear;
    mask-composite: inherit;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}*/
/*a.default-cta:hover {
    -webkit-mask: intersect;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
a.border-gold-cta {
    border-color: var(--gold_color);
    background: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.light-bg {
    background-color: transparent;
    color: var(--gold_color);
}
a.light-bg:hover {
    background-color: var(--gold_color);
    color: var(--white_color) !important;
}
a.gold-color{
    background-color: var(--gold_color);
    color: var(--white_color);
    border: 2px solid var(--gold_color);
}
a.gold-color:hover{
    background-color: transparent;
    color: var(--gold_color) !important;
}
/* a.border-gold-cta{
    background-color: transparent;
    color: var(--gold_color);
    border-color: var(--gold_color);
}
a.border-gold-cta:hover{
    background-color: var(--gold_color);
    color: var(--white_color) !important;
}
a.border-gold-cta:hover span{
    color: var(--white_color) !important;
} */
a.border-white-cta{
    background-color: transparent;
    color: var(--white_color) !important;
    border-color: var(--white_color) !important;
}
a.border-white-cta:hover{
    background: var(--gold_color);
    border-color: var(--gold_color) !important;
}
/* @media only screen and (max-width: 991px) {
    a.default-cta {
        font-size: 14px;
    }
} */
@media only screen and (max-width: 575px) {
    a.default-cta span {
        display: none;
    }
    a.default-cta {
        width: 100%;
        margin-top: 30px;
    }
}
 @media only screen and (max-width: 425px) {
    a.default-cta {
        font-size: 14px;
    }
    .dropdown-menu a span {
        display: none;
    }
} 
a:not([href]):not([tabindex]) {
    color: var(--gold_color);
}
a.default-cta:not([href]):not([tabindex]):focus,
a.default-cta:not([href]):not([tabindex]):hover {
    color: var(--white_color);
}
@media only screen and (min-width: 375px) {
    .no_br {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .padding-box-left{
        padding-left: 10px;
    }
    .padding-box-right{
        padding-right: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .padding-box-left{
        padding-left: 20px;
    }
    .padding-box-right{
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1025px) {
    .padding-box-left{
        padding-left: 30px;
    }
    .padding-box-right{
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .padding-box-left{
        padding-left: 36px;
    }
    .padding-box-right{
        padding-right: 36px;
    }    
}
.section_padding_more {
    padding: 120px 0;
}
.section_padding {
    padding: 100px 0;
}
.section_margin{
    margin: 100px 0;
}
@media only screen and (max-width: 1366px) {
    .section_padding_more {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .section_padding, .section_padding_more {
        padding: 80px 0;
    }
    .section_margin{
        margin: 80px 0;
    }
}
@media only screen and (max-width: 991px) {
    .section_padding, .section_padding_more {
        padding: 70px 0;
    }
    .section_margin{
        margin: 70px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section_padding, .section_padding_more {
        padding: 50px 0;
    }
    .section_margin{
        margin: 50px 0;
    }
}
/*============================================
= Start Header CSS
===============================================*/
/* Top Bar */
.top-bar {
    padding: 18px 0 6px;
}
.top-bar-detl {
    display: flex;
    justify-content: end;
    gap: 50px;
}
.top-bar-location li {
    margin: 0 auto;
}
.contact-bar.top-bar-location li::before{
    top: 0;
}
.top-bar-location li:nth-child(2) {
    padding-left: 0 !important;
}
@media only screen and (max-width: 767px){
    .contact-bar.top-bar-location li{
        width: 170px !important;
    }
}
@media only screen and (max-width: 515px){
    .top-bar-detl{
        gap: 10px;
    }
    .top-bar-location li{
        font-size: 13px;
        padding-left: 16px !important;
    }
    .contact-bar.top-bar-location li.phone a{
        font-size: 16px ;
    }
    .top-bar-detl .contact-bar li::before{
        top: 2px !important;
        width: 18px !important;
        height: 18px !important;
    }
    .contact-bar.top-bar-location li {
        width: 140px !important;
    }
}
@media only screen and (max-width: 360px){
    .top-bar-detl{
        justify-content: space-between;
    }
}
/* Top Bar */
/*.top-bar, .site-main-header {
    background-image: url("/wp-content/uploads/2023/07/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}*/
.top-bar {
    background-position: top;
}
.site-main-header {
    background-position: bottom;
}
header.site-main-header {
/*     background-color: var(--white_color); */
}
.header-bottom .container-fluid, .top-bar .container-fluid{
	padding-left: 40px;
	padding-right: 40px;
}
.header-bg {
    background-color: var(--white_color);
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    transition: all 0.5s;
}
/* .site-branding {
    max-width: 60px;
    width: 100%;
} */
.site-navigation-main .menu{
    margin-bottom: 0;
}
.site-header-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bottom {
    width: 100%;
    z-index: 999;
    padding: 18px 0;
    position: relative;
}
.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    transition: ease-in-out 2s linear;
    background: var(--white_color);
}
.header-bottom.sticky {
    box-shadow: rgb(100 100 111 / 10%) 0 7px 29px 0;
}
.sticky .header-top.sticky-top-header {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.sticky .header-bottom {
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    background-color: var(--white_color);
    transition: all 0.5s;
}
.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;
}
/* body .site-navigation ul.menu li:first-child {
    margin-left: 20px;
} */
body .site-navigation ul.menu li a{
    font-size: 16px;
    line-height: 1.17;
    font-weight: 600;
    letter-spacing: 0.1px;
    transition: all 0.3s;
    padding: 12px 8px;
    font-family: var(--poppins_font);
    color: #363741 !important;
}
body .site-navigation .custom-menu-class ul.menu li a{
	color: #363741 !important;
}
body .site-navigation ul.menu li.menu-item-has-children {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
}
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: var(--white_color);
    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%;
}
.header_right_inner{
	display: flex;
	align-items: center;
}
.custom-menu-class{
	margin-right: 14px;
}
.header_right_inner a.header-call-button {
    padding-right: 32px;
    font-size: 14px;
    line-height: 1.17;
    font-weight: 700;
    letter-spacing: 0.1px;
    transition: all 0.3s;
}
.header_right_inner a.header-call-button:hover {
    color: var(--gold_color);
}
.header-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-btn a:not(:last-child){
    margin-right: 24px;
}
.header-top{
    background: #4E8CC7;
    padding: 16px 0;
}
.header-top p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white_color);
    text-transform: uppercase;
}
.header-top p a{
    color:var(--white_color);
    font-weight: 600;
    transition: all 0.4s;
    text-decoration: underline !important;
}
.header-top p a:hover{
    color: #204265;
}
.header-btn .default-cta{
    margin-top: 0px;
    /* background: transparent;
    border: 2px solid var(--gold_color); */
}
.header-btn a.default-cta{
    padding: 15px 32px !important;
}
.header-btn .header-btn-info {
    margin: auto;
    color: var(--body_text_color);
    font-weight: 700;
}
.header-btn .header-btn-info:hover {
    color: var(--gold_color);
}
body .site-navigation ul.menu li.menu-item-has-children i::before {
    content: "\f107" !important;
}
body .site-navigation ul.menu li.menu-item-has-children i {
    color: #6E717C;
}
body .site-navigation ul.menu>li.current-menu-item>a,
body .site-navigation ul.menu li ul.sub-menu li.current-menu-item > a {
    color: var(--gold_color) !important;
}
body .site-navigation ul.menu li.menu-item a:hover,
body .site-navigation ul.menu li.menu-item a:hover + i {
    color: var(--gold_color);
}
body .site-navigation ul.menu>li.current-menu-item>i,
body .site-navigation ul.menu li ul.sub-menu>li.current-menu-item>i {
    color: var(--gold_color) !important;
}
.site-navigation ul.menu .call_now_cta {
    display: none;
}
@media only screen and (min-width: 1341px) and (max-width: 1590px){
    .header_right_inner a.header-call-button {
        font-size: 14px;
        padding-right: 15px;
    }
    .header-btn .default-cta {
        padding: 10px 10px;
    }
    body .site-navigation ul.menu li a, .default-cta {
        font-size: 14px;
    }
    body .site-navigation ul.menu li a {
        padding: 12px 3px;
    }
}
@media only screen and (max-width: 1440px){ 
    .header-bottom .container-fluid, .top-bar .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    body .site-navigation ul.menu li a{
        padding: 12px 6px;
    }
    .header_right_inner a.header-call-button {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1520px){
    .site-branding {
		max-width: 250px;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1420px){
    .site-branding {
        width: 100%;
        max-width: 200px;
    }
    body .site-navigation ul.menu li a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1340px){
    .header-btn .default-cta {
        padding: 10px 13px;
    }
}
@media only screen and (min-width: 1300px) {
    body .site-navigation ul.menu li ul.sub-menu li i {
        padding-right: 12px;
    }
    header.site-main-header {
        background-color: transparent;
/*        position: absolute;*/
        width: 100%;
    }
    header.site-main-header .site-navigation ul.menu li a, header.site-main-header .site-navigation ul.menu li.menu-item-has-children i::before {
        color: #363741;
    }
    header.site-main-header .site-navigation ul.menu li:hover i::before, header.site-main-header .site-navigation ul.menu li:hover >  a {
        color: var(--gold_color) !important;
    }
    .sticky {
        position: sticky !important;
        background: url("/wp-content/uploads/2023/07/header-bg.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    header.site-main-header.sticky .site-branding {
        filter: unset;
    }
    header.site-main-header.sticky .site-navigation ul.menu li a, header.site-main-header.sticky .site-navigation ul.menu li.menu-item-has-children i::before{
        color: unset;
    }
    .site-navigation-main {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1299px){
    .site-navigation-main {
        flex: inherit;
    }
    .site-main-header .col-12,
    body .site-navigation{
        position: unset;
        flex-grow: inherit;
    }
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        top: 42px;
        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;
    }
    .site-navigation .menu-primary-menu-header-menu-container > ul.menu > li > a {
        color: #6E717C;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i{
        color: #6E717C!important;
    }
    #navbarSupportedContent .menu-primary-menu-header-menu-container {
        background: var(--white_color);
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
    }
    .site-main-header:not(.site-main-header.sticky) #navbarSupportedContent .menu-primary-menu-header-menu-container {
        height: calc(100% - 141px) !important;
    }
    body .site-navigation ul.menu li{
        width: 100%;
    }
    .site-navigation .navbar-toggler {
        width: 40px;
        padding: 8px;
        line-height: 0;
        border: 2px solid var(--gold_color);
        margin: 0 0 0 15px;
    }
    .bar-icon {
        display: inline-block;
        background: var(--gold_color);
        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,
    .site-navigation .menu-active + .header_right_inner + .navbar-toggler span.icon1 {
        transform: translate(0, 6px) rotate(225deg);
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon2,
    .site-navigation .menu-active + .header_right_inner + .navbar-toggler span.icon2 {
        opacity: 0;
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon3,
    .site-navigation .menu-active + .header_right_inner + .navbar-toggler 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.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: 11px;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i.sub-menu-active{
        transform: rotate(180deg);
        right: 17px;
    }
    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;
    }
    .header-bottom {
        padding: 10px 0;
    }
    .site-header-wrap .site-navigation .header-mrg{
        margin: 0 25px;
    }
    .custom-menu-class{
    	display: none;
    }
    body .site-navigation ul.menu li a, body .site-navigation ul.menu li ul.sub-menu li a{
        font-size: 14px;
    }
    body .site-navigation ul.menu li ul.sub-menu ul.sub-menu {
        background: #f0f1f4;
    }
    body .site-navigation ul.menu li:first-child{
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .header-btn a.default-cta span {
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .header_right_inner a.header-call-button, .header-btn a{
        display: none;
    }
    .header-bottom .container-fluid, .top-bar .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .site-navigation .menu-primary-menu-header-menu-container>ul.menu>.call_now_cta a {
        font-size: 16px;
        background: var(--gold_color);
        color: #fff;
        text-transform: capitalize;
        border: 2px solid var(--gold_color);
        border-radius: 40px;
        transition: all 0.4s;
        padding: 14px 32px;
        line-height: 1;
        text-align: center;
    }
    .site-navigation ul.menu .call_now_cta {
        padding: 10px 15px;
        display: block;
    }
    .site-navigation .menu-primary-menu-header-menu-container>ul.menu>.call_now_cta a:hover {
        background: transparent;
        color: var(--gold_color);
    }
}
@media only screen and (min-width: 1300px){
    body .site-navigation ul.menu li.menu-item-has-children i {
        font-weight: 900;
    }
    .navbar-expand-xl .navbar-collapse {
	    display: flex!important;
	    flex-basis: auto;
	}
    .header_hide_menu{
    	display: none !important;
    }
    body .site-navigation ul.menu li:not(:last-child) {
	    margin-right: 4px;
	}
}
@media only screen and (max-width: 1299px){
	.navbar-collapse{
		flex-basis: 100% !important;
	}
	.navbar-expand-xl .navbar-toggler{
		display: block !important;
	}
}
@media only screen and (max-width: 515px){
    .site-main-header:not(.site-main-header.sticky) #navbarSupportedContent .menu-primary-menu-header-menu-container{
        height: calc(100% - 132px) !important;
    }
}
/*============================================
= End Header CSS
===============================================*/

/*===============================================
= Start Banner CSS
===============================================*/
.hero-banner{
    background-color: var(--light_bg_color);
}
.hero-banner .banner-content {
    width: 100%;
    margin: 0 auto 0;
    max-width: 100%;
    text-align: center;
}
.hero-banner-inner {
    margin-bottom: 30px;
}
.hero-banner .vd-sec {
    position: relative;
    padding-top: 55.66%;
    overflow: hidden;
    background-color: #222;
}
.banner-content h1 {
    color: var(--white_color);
}
.banner-content p, .banner-content p a {
    color: var(--white_color);
}
.banner-content p{
    padding-top: 20px;
}
.banner-content p.banner_subtitle{
    font-size: 24px;
    max-width: 660px;
    margin: 0 auto;
}
.banner-content p a:hover{
    color: var(--gold_color);
}

.banner-content p a:hover {
    color: var(--gold_color);
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .banner-content h1 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .hero-banner {
        position:relative;
        min-height: 760px;
        display: flex;
        align-items: center;
        overflow: hidden;
        z-index: 1;
    }
    .hero_bg_vd-sec {
        padding-bottom: 56%;
        position: relative;
        width: 100%;
    }
    .hero_bg_vd-sec iframe {
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        aspect-ratio: 1;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
    /* .hero_bg_vd-sec img {
        height: 750px;
        object-fit: cover;
        object-position: right;
		width: 100%;
    } */
    .hero-banner .banner-content {
        z-index: 1;
        position: relative;
    }
    .hero-banner .content_row {
        height: 100%;
    }
    .home .hero-banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgb(0 0 0 / 40%);
        content: "";
        z-index: 1;
    }
    .hero_content_info {
        z-index: 2;
    }
    .hero_bg_vd {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .banner_loc_number {
        display: flex;
        justify-content: center;
    }
    .banner_loc_number .loc_1st_no {
        margin-right: 22px;
    }
}
@media only screen and (min-width: 992px){
    .full_img_wrapper .default-image-content.banner-content, .page-banner-content > .elementor-widget-wrap{
/*        margin: 0 0 0 -10%;*/
        position: relative;
        z-index: 9;
        margin-top: 40px;
    }
    .page-banner-content > .elementor-widget-wrap{
        margin: 0 0 0 -10%;
    }
    .banner-image, .page-banner-img > .elementor-widget-container {
        position: relative;
    }
    .banner-image::before, .page-banner-img > .elementor-widget-container::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        width: 40%;
        height: 100%;
        background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        z-index: 1;
    }
}
@media only screen and (min-width: 1301px) and (max-width:1420px) {
    .hero-banner {
        min-height:690px;
    }
    /* .hero_bg_vd-sec img {
        height: 690px;
        object-fit: cover;
        object-position: right;
    } */
}
@media only screen and (min-width: 1200px) and (max-width:1300px) {
    .hero-banner {
        min-height:650px;
    }
    /* .hero_bg_vd-sec img {
        height: 650px;
        object-fit: cover;
        object-position: right;
    } */
}
@media only screen and (min-width: 768px) and (max-width:1199px) {
    .hero-banner {
        min-height:500px;
    }
    /* .hero_bg_vd-sec img {
        height: 500px;
        object-fit: cover;
        object-position: right;
    } */
    .hero_bg_vd-sec iframe {
        min-width: 135%;
    }
}
@media only screen and (min-width: 1550px){
    .hero_bg_vd-sec{
        padding-bottom: 46%;
    }
}
@media only screen and (max-width: 991px){
    .hero-banner .container-fluid{
        padding: 0;
    }
    .full_img_wrapper .banner-image {
        margin-bottom: 30px;
    }
    .page-banner-sec .elementor-container {
        padding: 0 !important;
    }
    .page-banner-sec .page-banner-content {
        background: var(--bg_color);
    }
    .hero-banner .banner-content {
        max-width:100%;
    }
    /* .banner-content p:first-of-type{
        font-size: 20px;
    } */
}
@media only screen and (max-width: 767px){
    .banner-content h1{
        color: var(--blue_color);
    }
    .banner-content p, .banner-content p a{
        color: var(--body_text_color);
    }
    /* .banner-content p:first-of-type{
        font-size: 18px;
    } */
    .hero-banner .container, .banner-col {
        padding: 0;
    }
    .hero-banner .container .row {
        margin: 0;
    }
    .hero-banner .banner-content{
        padding-right: 30px;
        padding-left: 30px;
    }
    .banner-content .btn-group {
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .hero-banner {
        padding-top: 0;
    }
    /* .hero-banner-inner {
        height: 260px;
    }
    .hero-banner-inner img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: right;
    } */
}
@media only screen and (max-width: 575px){
    /* .banner-content p:first-of-type{
        font-size: 16px;
    } */
}
/*===============================================
= End Banner CSS
===============================================*/
/*===============================================
= Start Welcome CSS
===============================================*/
.section-title {
    padding-bottom: 48px;
}
.section-title hr {
    width: 150px;
    margin: 0 auto 16px;
}
.section-title hr.left {
    margin: 0 auto 16px 0;
}
.section-title p {
    font-size: 20px;
}
.white-section-title hr {
    border-top-color: #D6D6D6;
    opacity: 1;
}
/* video image and model */
.full_img {
    position: relative;
    text-align: center;
}
.full_img > img,
.full_img > picture > img {
    width: 100%;
}
.video-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit !important;
    background-image: unset !important;
}
.video-btn:hover, .video-btn:focus{
    background-color: transparent;
}
.video-btn img {
    margin: 0 auto;
}
.video-btn i {
    color: #ffffff;
}
.modal-dialog {
    max-width: 800px;
    margin: auto;
    height: 100%
}
.modal-body {
    position: relative;
    padding: 0
}
.modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0;
    border: none;
}
.video_modal .close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    font-size: 2rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    opacity: 1;
    background: transparent;
    border: none !important;
    line-height: 1 !important;
    background-image: unset !important;
}
.close:hover {
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #e5c160 !important
}
.modal-open .modal {
  background-color: rgb(0 0 0 / 70%);
}
.video_modal .modal-content .embed-responsive::before {
    content: "";
    padding-top: 56.25%;
    display: block;
}
.video_modal .modal-content .embed-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 575px){
    .video-btn img{
        width: 50px;
        height: 50px;
    }
}
/* video image and model */
.welcome-content ol li {
    font-size: 16px;
    font-weight: 400;
    color: var(--body_text_color);
    letter-spacing: 0.1px;
}
.welcome-content ol {
    padding-left: 0rem;
}
ol.ol_number {
    counter-reset: item;
}
ol.ol_number li {
    display: block;
    margin-left: 1.7em;
}
ol.ol_number li:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    margin-left: -1.7em;
}
.welcome-content ol li:not(:last-child) {
    padding-bottom: 5px;
}
.welcome-content p {
    color: #717171;
}
.welcome-sec {
    position: relative;
    z-index: 1;
}
.welcome-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 93%;
    background-image: url("/wp-content/uploads/2023/07/welcome-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(70, 70, 70, 0.07) 0px 60px 64px, rgba(21, 21, 21, 0.04) 0px 10px 20px;
    z-index: -1;
}
@media only screen and (max-width: 1199px){
    .welcome-sec::before{
        max-height: 100%;
    }
}
@media only screen and (max-width:864px) {
    .modal-dialog {
        margin-right: 30px;
        margin-left: 30px
    }
}
@media only screen and (max-width: 991px){
    .section-title {
        padding-bottom: 40px;
    }
    .section-title p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px){
    .section-title {
        padding-bottom: 30px;
    }
    .section-title p {
        font-size: 16px;
    }
    .res-pad-bottom{
        padding-bottom: 30px;
    }
}
/*===============================================
= End Welcome CSS
===============================================*/
/*===============================================
= Start Services Section CSS
===============================================*/
.services-box {
    background-color: var(--white_color);
    border: 1px solid #FAFAFA;
    box-shadow: rgba(191, 191, 191, 0.15) 0px 4px 12px;
    height: 100%;
}
.services-content {
    padding: 24px;
}
.services-img {
    background-color: #030706;
}
.services-menu li {
    padding-left: 34px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 12px;
    border-bottom: 1px solid #F3F3F3;
}
.services-menu li:not(:last-child) {
    margin-bottom: 12px;
}
.services-menu li::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    background-image: url("/wp-content/uploads/2023/07/check-icon.svg");
    width: 22px;
    height: 22px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media only screen and (max-width: 991px){
    .responsive-col{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 430px){
    .services-content{
        padding: 24px 15px;
    }
    .services-menu li{
        padding-left: 26px;
    }
    .services-menu li::before{
        width: 18px;
        height: 18px;
    }
}
/*===============================================
= End Services Section CSS
===============================================*/
/*===============================================
= Start Doctor Section CSS
===============================================*/
.doctor-sec {
    position: relative;
    z-index: 1;
}
.doctor-sec::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 93%;
    background-image: url("/wp-content/uploads/2023/07/doctor-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(70, 70, 70, 0.07) 0px 60px 64px, rgba(21, 21, 21, 0.04) 0px 10px 20px;
    z-index: -1;
}
.doctor-img img {
    margin-right: 0;
    margin-left: auto;
}
/* Slider Dot Design */
.slick-dots {
    padding-top: 30px;
    bottom: -60px;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button::before{
    font-size: 8px;
    color: #DFDFDF;
    opacity: 1;
}
.slick-dots li button:hover, .slick-dots li button:focus{
    background-color: transparent;
}
.slick-dots li.slick-active button::before, .slick-dots li button:hover::before, .slick-dots li button:focus::before{
    color: var(--gold_color);
}
@media only screen and (max-width: 1024px){
    .slick-dots {
        padding-top: 20px;
        bottom: -50px;
    }
}
@media only screen and (max-width: 991px){
    .slick-dots {
        padding-top: 10px;
        bottom: -40px;
    }
}
@media only screen and (max-width: 767px){
    .slick-dots {
        padding-top: 0px;
        bottom: -30px;
    }
}
/* Slider Dot Design */
/* Slide Arrow Design */
.slider-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
    z-index: 999;
}
.dr-slider-arrow.slick-arrow {
    width: 33px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.dr-slider-arrow.slick-arrow:hover, .dr-slider-arrow.slick-arrow:focus {
    filter: brightness(0) saturate(100%) invert(87%) sepia(82%) saturate(5755%) hue-rotate(182deg) brightness(123%) contrast(98%);
}
@media only screen and (max-width: 1420px){
    .slider-arrow{
        padding: 0 2%;
    }
}
@media only screen and (max-width: 1299px){
    .slider-arrow{
        padding: 0 10px;
    }
    .dr-slider-arrow.slick-arrow{
        width: 26px;
        height: 25px;
    }
}
@media only screen and (max-width: 991px){
    .slider-arrow{
        padding: 0 2px;
    }
}
/* Slide Arrow Design */
.doctor-title{
    padding-bottom: 30px;
}
.white-section-title h2, .white-section-title h3, .white-section-title p {
    color: var(--white_color);
}
.doctor-content p {
    color: #F6F6F6;
}
.white-section-title hr.left {
    border-top: 1px solid var(--white_color);
    background: var(--white_color);
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
    .doctor-sec{
        padding-top: 80px !important;
    }
}
@media only screen and (max-width: 1024px){
    .doctor-sec::before{
        max-height: 100%;
    }
}
@media only screen and (max-width: 991px){
    .doctor-slider .slider-arrow{
        padding: 0 2px;
    }
}
@media only screen and (max-width: 767px){
    .doctor-title{
        padding-bottom: 20px;
    }
    .doctor-img img{
        margin: 0 auto;
    }
}
/*===============================================
= End Doctor Section CSS
===============================================*/
/*===============================================
= Start Teeth Table CSS
===============================================*/
.teeth-table {
    background-color: var(--white_color);
    border: 1px solid #FAFAFA;
    box-shadow: rgba(191, 191, 191, 0.15) 0px 4px 12px;
    height: 100%;
}
.teeth-table h4{
    font-family: var(--poppins_font);
    padding: 24px 0;
    border-bottom: 1px solid #F3F3F3;
    text-align: center;
    font-weight: 600;
}
.teeth-table h4.gold-color {
    color: var(--gold_color);
}
.teeth-table-list {
    padding: 0 24px;
}
.teeth-table-list li {
    padding-left: 34px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 17px;
}
.teeth-table-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    background-image: url("/wp-content/uploads/2023/07/check-icon-1.svg");
    width: 22px;
    height: 22px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.cros-list li::before{
    background-image: url("/wp-content/uploads/2023/07/cros-icon.svg");
}
@media only screen and (max-width: 767px){
    .teeth-table h4{
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px){
    .teeth-table h4{
        font-size: 20px;
        padding: 20px 0;
    }
    .teeth-table-list{
        padding: 0 15px;
    }
}
/*===============================================
= End Teeth Table CSS
===============================================*/
/*===============================================
= Start Dental Solution CSS
===============================================*/
.doctor-solution-sec {
    background-image: url("/wp-content/uploads/2023/07/doctor-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(70, 70, 70, 0.07) 0px 60px 64px, rgba(21, 21, 21, 0.04) 0px 10px 20px;
    position: relative;
    z-index: 1;
}
.doctor-solution-sec::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26%;
    background-image: url("/wp-content/uploads/2023/07/footer-bg-image.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.solution-slider{
    margin-bottom: 0;
}
.vd-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}
.vd-sec-inner {
    position: relative;
    height: 0;
    padding-bottom: 56.66%;
}
.vd-sec video, .vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.solution-arrow{
    top: 60%;
}
.video_lable {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    color: var(--gold_color);
    font-weight: 600;
}
/*===============================================
= End Dental Solution CSS
===============================================*/
/*===============================================
= Start Result CSS
===============================================*/
.result-sec{
    position: relative;
    z-index: 1;
}
.vd-result-slider{
    margin-bottom: 0;
}
.vd-result-content {
    position: relative;
    /* padding: 0 10px;*/
}
.vd-result-content .result-video {
    position: relative;
    padding-top: 56.66%;
}
.result-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vd-result-text {
    background: #F9F9F9;
    padding: 12px 24px;
    text-align: center;
    box-shadow: rgba(91, 91, 91, 17%) 0px 4px 12px;
    /* margin-bottom: 20px;*/
}
.result-arrow .dr-slider-arrow.slick-arrow:hover, .result-arrow .dr-slider-arrow.slick-arrow:focus{
    filter: brightness(0) saturate(100%) invert(15%) sepia(0%) saturate(1385%) hue-rotate(232deg) brightness(94%) contrast(77%);
}
.vd-result-slider .slick-dots{
    bottom: -40px;
}

@media only screen and (max-width: 1024px){
    .vd-result-slider .slick-dots {
        bottom: -30px;
    }
}
@media only screen and (max-width: 991px){
    .vd-result-slider .slick-dots {
        bottom: -20px;
    }
}
@media only screen and (max-width: 767px){
    .vd-result-slider .slick-dots {
        bottom: -10px;
    }
}
/*===============================================
= End Result CSS
===============================================*/
/*===============================================
= Start Choices Section CSS
===============================================*/
.choices-sec{
    position: relative;
    z-index: 1;

}
.choices-sec::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 95%;
    background-image: url("/wp-content/uploads/2023/07/doctor-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(70, 70, 70, 0.07) 0px 60px 64px, rgba(21, 21, 21, 0.04) 0px 10px 20px;
    z-index: -1;
}
.choices-content .section-title h2{
    padding-bottom: 10px;
}
@media only screen and (max-width: 1199px){
    .choices-sec::before{
        max-height: 100%;
    }
}
@media only screen and (max-width: 550px){
    .choices-title br{
        display: none;
    }
}
/*===============================================
= End Choices Section CSS
===============================================*/
/*===============================================
= Start About Section CSS
===============================================*/
.about-img-slide img{
    margin: 0 auto;
}
.about-img .slick-dots{
    padding-top: 0px;
    bottom: -36px;
}
.about-img-slide p {
    font-size: 18px;
    margin-top: 12px;
    color: var(--gold_color);
    font-weight: 600;
}
@media only screen and (max-width: 767px){
    .about-img .slick-dots{
        bottom: -5px;
    }
}
/*===============================================
= End About Section CSS
===============================================*/
/*===============================================
= Start Review Section CSS
===============================================*/
.review-sec{
    position: relative;
    z-index: 1;
    background-image: url("/wp-content/uploads/2023/07/doctor-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-slider-content {
    background: #FCFEFF;
    padding: 40px 30px 110px;
    margin: 0 15px;
    height: inherit;
    position: relative;
    border: 1px solid #F4F4F4;
    transition: all 0.4s;
}
.review-slider-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.review-slider .tesimonial_revire_sec{
    margin-bottom: 28px;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review-rating ul li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    line-height: 1.85;
    padding: 0 15px 0 0!important;
    display: inline-block;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.google-review {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
}
.more-text{
    display: none !important;
}
.review-description.scrollbar-inner.scroll-content {
    max-height: 100% !important;
} 
.review-slider-content .review-description .scrollbar-active {
     max-height: 180px!important;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 600;
    color: var(--body_text_color);
    font-size: 16px;
    line-height: 1.6;
    font-family: var(--vollkorn_font);
}
@media only screen and (max-width: 1199px) {
    .google-review {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        margin: 0 16px;
        padding: 40px 30px 90px;
    }
}
@media only screen and (max-width: 400px){
    .review-slider-content {
        margin: 0px 10px;
        padding: 30px 20px 80px;
    }
    .review-slider .tesimonial_revire_sec {
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 380px){
    .review-slider-content {
        margin: 0px 5px;
    }
}
/*===============================================
= End Review Section CSS
===============================================*/
/*===============================================
= Start Opinion Section CSS
===============================================*/
.openion-title p{
    font-size: 18px;
}
.openion-title p:not(:last-of-type){
    margin-bottom: 5px;
}
.openion-btn .default-cta {
    margin-top: 16px;
    display: inline-block;
    vertical-align: top;
    /* width: 100%;*/
}
@media only screen and (max-width: 767px){
    .openion-title p{
        font-size: 16px;
    }
}
/*Start dropdown button CSS*/
.openion-btn {
    width: 100%;
    justify-content: center;
}
.openion-btn .button-dropdown {
    max-width: 300px;
    width: 100%;
    position: relative;
}
.button-dropdown .dropdown-toggle {
    width: 100%;
    margin-right: 0 !important;
}
.openion-btn .button-dropdown .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    width: 100%;
    z-index: 99;
}
.openion-btn .button-dropdown .dropdown-menu li a {
    color: var(--body_text_color);
    background: transparent;
    border: none;
    text-align: inherit;
    font-size: 14px;
    padding: 8px 15px;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.openion-btn .button-dropdown .dropdown-menu li a:hover {
    background-color: var(--light_bg_color);
}
.openion-btn .button-dropdown .dropdown-toggle::after{
    display: none;
}
.openion-btn .button-dropdown a.dropdown-toggle span {
    margin-left: 13px;
}
.openion-btn .button-dropdown i {
    top: -3px;
    position: relative;
    color: var(--white_color);
}
.dropdown-toggle.default-cta:hover i,
.dropdown-toggle.default-cta:focus i {
    color: var(--darkgold_color);
    -webkit-text-fill-color: var(--darkgold_color);
}
@media only screen and (max-width: 767px){
    .openion-btn .button-dropdown .dropdown-toggle span {
        display: inherit;
    }
}
@media only screen and (max-width: 575px){
    .openion-btn .button-dropdown {
        width: 100%;
        max-width: 100%;
    }
    .openion-btn.btn-group {
        flex-wrap: wrap;
    }
    .openion-btn .default-cta {
        margin-right: 0 !important;
    }
}
/*End dropdown button CSS*/
/*===============================================
= End Opinion Section CSS
===============================================*/
/*===============================================
= Start Smile Section CSS
===============================================*/
.smile-sec{
    padding: 50px 0;
    background-image: url("/wp-content/uploads/2023/07/doctor-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.smile-content h3 {
    padding-bottom: 12px;
}
@media only screen and (max-width: 767px){
    .smile-content h3{
        font-size: 24px;
    }
}
/*===============================================
= End Smile Section CSS
===============================================*/
/*===============================================
= Start Location Section CSS
===============================================*/
.location-tab-navigation ul li a {
    font-size: 16px;
    line-height: 1.66;
    color: #B4B4B4 !important;
    font-weight: 500;
    font-family: var(--poppins_font);
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: var(--body_text_color) !important;
}
.responsive-tabs > i {
    display: none;
}
.location-right-side {
    border: 1px solid #F6F2F2;
    padding: 24px;
    box-shadow: rgba(224, 224, 224, 0.5) 0px 4px 24px;
}
.location-text li:not(:last-child){
    padding-bottom: 12px;
}
.location-text {
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 48px;
}
.location-right-side p {
    color: var(--gold_color);
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 12px;
}
.location-hour li:not(:last-child){
    padding-bottom: 5px;
}
.contact-bar.location-text li {
    max-width: 100% !important;
    margin-left: 0;
    word-break: break-word;
    display: block;
    white-space: break-spaces;
    min-width: auto;
}
.location_title h5 {
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--gold_color);
}
.palm_location {
    margin-bottom: 45px;
}
.sub_title  {
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
    .location-tab-navigation .nav-tabs .nav-link.active, .location-tab-navigation ul.nav-tabs .nav-link:hover {
        border: 0;
        border-bottom: 1px solid var(--gold_color);
        color: var(--body_text_color) !important;
        font-weight: 600;
        border-radius: 0;
    }
    .location-tab-navigation ul {
/*        border: unset;*/
        justify-content: space-around;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
        max-width: 50%;
        margin: 0 auto 48px;
    }
    .location-tab-navigation ul li {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    .location-tab-navigation ul li a {
        color: #B4B4B4;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        font-family: var(--poppins_font);
    }
}
@media only screen and (max-width: 767px) {
    .location-tab-navigation ul {
        border: none;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .location-tab-navigation ul li {
        display: none;
        width: 100%;
        padding: 10px;
        margin: 0 !important;
        border-bottom: 1px solid rgb(81 81 83 / 20%);
    }
    .location-tab-navigation ul li a {
        padding: 0;
        width: 100%;
        font-size: 16px;
        padding-left: 0px;
    }
    .location-tab-navigation ul li a.active {
        border: none;
        background: transparent !important;
        color: var(--body_text_color) !important;
    }
    .location-tab-navigation ul.open li {
        display: block;
    }
    .location-tab-navigation ul li.active {
        display: block;
        background-color: var(--light_bg_color);
    }
    .responsive-tabs > i {
        position: absolute;
        top: 13px;
        font-size: 16px;
        right: 0px;
        display: block;
        padding: 0 5px;
        color: #081C24;
    }
    .location-text{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px){
    .location-right-side{
        padding: 24px 14px;
    }
    .location-text{
        margin-bottom: 30px;
    }
}
/*===============================================
= End Location Section CSS
===============================================*/
/*===============================================
= Start Schedule Section CSS
===============================================*/
.schedule-left-side p span{
    font-size: 14px;
    color: var(--white_color);
}
.form-box {
    background-color: var(--white_color);
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.form-content {
    padding: 32px 32px 15px;
}
.form-step p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.form-footer {
    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;
    padding: 0px 32px 32px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/* .form-btn.next, .form-btn.previous {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    transition: all 0.4s;
    padding: 7px 18px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
    color: var(--white_color);
    border: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
} */
.form-btn.next, .form-btn.previous {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    transition: all 0.4s;
    padding: 9px 22px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
    color: var(--white_color);
    position: relative;
    border: none;
    z-index: 1;
}
.form-btn.next::before, .form-btn.previous::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    padding: 2px;
    background: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
    -webkit-mask: linear-gradient(#fff0 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: clear;
    mask-composite: inherit;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.form-btn:hover, .form-btn:focus {
    /* background: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);*/
    -webkit-mask: intersect;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-btn.next {
    margin-left: auto;
}
.form-btn.next img {
    margin-left: 5px;
}
.form-radio {
    background-color: #F2F3F7;
    padding: 9px;
    margin: 15px 0 0;
    position: relative;
}
.form-radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}
.form-radio label {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
    padding-left: 28px;
    margin: 0;
}
.form-radio label::before,
.form-radio label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #e6edf2;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
}
.form-radio label::after {
    border: 6px solid var(--gold_color);
    opacity: 0;
}
.form-radio input[type="radio"]:checked+label::after {
    opacity: 1;
}
.hide {
    display: none;
}
.form-que {
    position: relative;
}
.label1 {
    font-weight: 600;
    color: #ff0000;
    /* position: absolute; */
    bottom: -24px;
    font-size: 12px;
    left: 0;
    margin-top: 5px;
}
.form-input {
    margin: 15px 0 0;
}
.form-input input.form-control {
    background-color: #F2F3F7;
    border: 2px solid #F2F3F7;
    font-size: 16px;
    border-radius: 7px;
    padding: 9px 15px;
    position: relative;
    height: auto;
}
.form-input input.form-control::placeholder {
    color: #a5a5a5;
    font-size: 16px;
}
.form-input input.form-control:focus {
    border: 2px solid var(--gold_color);
    outline: none;
    box-shadow: none;
}
.form_sec .section_title_inner h4 {
    margin-bottom: 5px;
}
.form_sec .text-wrap.section_title_inner {
    box-shadow: 0px 0px 10px var(--gold_color);
    padding: 42px;
    background: #f8faff;
}
.form_sec .table{
    margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
    .text-wrap h1 {
        font-size: 34px;
    }
    .form-title h2, .text-wrap h3 {
        font-size: 28px;
    }
    .form-radio label {
        font-size: 16px;
    }
    .form-radio label::before,
    .form-radio label::after {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 991px) {
    .text-wrap {
        text-align: center;
        margin: 35px 0;
        display: none;
    }
    .form-main-wrap {
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .text-wrap h1 {
        font-size: 24px;
    }
    .form-bottom p {
        font-size: 14px;
    }
    .form-step p{
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .form-title h2, .text-wrap h3 {
        font-size: 24px;
    }
    .form-title p {
        font-size: 18px;
    }
    .form-content {
        padding: 25px 20px 15px;
    }
    .form-radio label {
        font-size: 15px;
    }
    .form-footer {
        padding: 0px 20px 25px;
    }
    .form-btn {
        font-size: 16px;
    }
    .form-input input.form-control,
    .form-input input.form-control::placeholder {
        font-size: 14px;
    }
}
/*===============================================
= End Schedule Section CSS
===============================================*/
/*===============================================
= Start Dental Table CSS
================================================*/
.container1060{
    max-width: 1060px !important;
}
.table-row-content {
    padding: 40px 0px;
    display: block;
    vertical-align: top;
}
.table-row-content.middle {
    background: #f1f1f1;
}
.table-row-content h2 {
    color: #004022;
    font-size: 24px;
    width: 100%;
    margin: 0 0 10px;
    padding: 0px;
    font-weight: 400;
    font-family: var(--poppins_font);
    text-align: center;
}
.table-row-content h3 {
    color: var(--gold_color);
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    font-family: var(--poppins_font);
    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);
    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 .default-cta {
    margin: 28px 15px 0;
}
/* .pricing-btn a {
    text-transform: capitalize;
    padding: 19px 28px;
    background: var(--gold_color);
    color: var(--white_color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    margin: 28px 15px 0;
    text-align: center;
} */
.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;
}
@media only screen and (min-width: 576px){
    .teeth-option-logo-img img{
        height: 58px;
        object-fit: contain;
    }
}
@media only screen and (min-width: 768px) and (max-width: 950px){
    .table-row-content ul li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px){
    .teeth-option-logo-img {
        margin: 0;
    }
}
@media only screen and (max-width: 767px){
    .table-row-content{
        padding: 40px 0 20px;
    }
    .table-row-content h2{
        font-size: 26px;
    }
    .table-row-content h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .home-table-img{
        height: auto;
    }
    .dental-table-section .col-12:last-child .table-row-content {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px){
    section.dental-table-section.services-sec {
        max-width: 380px;
        margin: 0 auto;
    }
    .permanent-teeth .section-title{
        padding-bottom: 20px;
    }
    .side-line{
        border: none;
    }
}
@media only screen and (max-width: 575px){
    .res-col{
        margin-bottom: 20px;
    }
    .table-row-content{
        /* padding: 0;*/
        padding-bottom: 20px;
    }
    .table-row-content h2{
        font-size: 24px;
    }
    .home-table-img{
        padding: 0;
    }
    .pricing-btn a{
        margin: 20px 0 0;
        padding: 15px;
    }
    .pricing-btn {
        display: inherit;
        vertical-align: top;
        width: 100%;
        padding: 0px 20px;
    }
    .pricing-btn a{
        width: 100%;
    }
}
@media only screen and (max-width:575px){
    .pricing-btn .default-cta{
        margin: 0px;
    }
    .top-less .col-12 {
    margin-top: 0px;
}
}
/*===============================================
= End Dental Table CSS
================================================*/
/*===============================================
= Start dental doctor CSS
================================================*/
.dental-doctor-section{
    background-color: #EBEBEB;
}
.dental-doctor-img {
    width: 100%;
    position: relative;
    margin: 0 0 60px 20px;
    z-index: 1;
}
.dental-doctor-img::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 100%;
    background: var(--gold_color);
    left: -5%;
    top: 5%;
    z-index: -1;
}
.dental-doctor-img img {
    width: 100%;
    max-width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
}
.dental-doctor-info h2 {
    color: var(--body_text_color);
    font-size: 32px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    font-family: var(--poppins_font);
}
/* .doctor_h2_bottom h2 {
    margin-bottom: 24px;
} */
.dental-doctor-info h4 {
    color: var(--gold_color);
    font-size: 18px;
    width: 100%;
    margin: 5px 0 25px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    font-family: var(--poppins_font);
}
.dental-doctor-info p {
    color: var(--body_text_color);
    width: 100%;
    margin: 0px 0 20px;
    padding: 0px;
    font-family: var(--poppins_font);
}
.dental-doctor-info h3 {
    color: var(--body_text_color);
    font-size: 24px;
    width: 100%;
    margin: 5px 0 10px;
    padding: 0px;
    font-weight: 600;
    font-family: var(--poppins_font);
}
.certifications_top {
    margin-top: 50px;
}
.dental-doctor-info-ul-li li {
    color: var(--body_text_color);
    font-family: var(--poppins_font);
    font-size: 16px;
    width: 100%;
    margin: 0px;
    padding: 0 !important;
    line-height: 1.5;
    font-weight: 400;
}
.dental-doctor-info-ul-li li:not(:last-child) {
    margin-bottom: 4px;
}
.doc-logo-img {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 15px;
}
.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: var(--gold_color);
    top: 39%;
    border-radius: 50%;
}
.dental-doctor-info-ul-li li {
    padding-left: 25px !important;
    position: relative;
}
@media only screen and (max-width: 1200px){
    .dental-doctor-img::before{
        left: -4%;
        top: 4%;
    }
}
@media only screen and (max-width: 1024px){
    .dental-doctor-info h1{
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px){
    .dental-doctor-info h1{
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px){
    .dental-doctor-info h1{
        font-size: 22px;
    }
    .dental-doctor-info h2, .dental-doctor-info p{
        font-size: 16px;
    }
    .dental-doctor-info h3{
        font-size: 20px;
    }
    .dental-doctor-img{
        max-width: 70%;
        margin: 0 auto 45px;
    }
    .certifications_top {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 475px){
    .dental-doctor-img{
        max-width: 90%;
    }
}
/*===============================================
= End dental doctor CSS
================================================*/
/*===============================================
= Logo section CSS
================================================*/
.logo-image img {
    filter: grayscale(1);
    height: 85px;
    width: auto;
    margin: auto;
}
.logo_slider {
    margin-top: 20px;
    margin-bottom: 55px !important;
}
.logo_slider  .slick-dots {
    bottom: -35px;
}
.icoi_logo img {
    height: auto;
}
/*===============================================
= End Logo section CSS
================================================*/
/*===============================================
= start before after CSS
================================================*/
.section_title_inner h2 {
    color: #004022;
    font-size: 34px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.gallery-main .comparison-main{
    max-width: 800px;
    margin: 0 auto;
}
.comparison-content{
  padding: 0 15px;
}
.comparison {
  width: 100%;
  padding-bottom: 83%;
  overflow: hidden;
  position: relative;
}
.figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#figure{
  background-image: url('/wp-content/uploads/2023/08/after11.jpg');
}
#figure1{
  background-image: url('/wp-content/uploads/2023/08/after22.jpg');
}
#figure2{
  background-image: url('/wp-content/uploads/2023/08/after33.jpg');
}
#figure3{
  background-image: url('/wp-content/uploads/2023/08/after44.jpg');
}
#figure4{
  background-image: url('/wp-content/uploads/2023/08/after55.jpg');
}
.divisor{
  background-image: url('/wp-content/uploads/2023/08/before11.jpg');
  background-size: cover;
  position: absolute;
  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/08/before22.jpg');
}
#divisor2{
  background-image: url('/wp-content/uploads/2023/08/before33.jpg');
}
#divisor3{
  background-image: url('/wp-content/uploads/2023/08/before44.jpg');
}
#divisor4{
  background-image: url('/wp-content/uploads/2023/08/before55.jpg');
}
.divisor::before,
.divisor::after{
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  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;
}
/*.lp_divisor{
    background-image: url(/wp-content/uploads/2021/07/lp-before-img-1.jpg);
    background-size: cover;
}
.lp_divisor1{
    background-image: url(/wp-content/uploads/2021/07/lp-before-img-2.jpg)!important;
    background-size: cover;
}*/
.handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background: #004022;
  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: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px 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-arrows{
  text-align: center;
  margin: 20px 0 10px;
}
.comparison-arrows .comparison-prev img{
  transform: rotate(180deg);
}
.comparison-arrows button{
  border: none;
  background: #004022;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin: 0 5px;
  outline: none;
  padding:0px !important;
}
.before-after-section {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 80px 0px 0px 0px;
}
.before-after-section .main-heading h2 {
    font-size: 35px;
    line-height: 1.25;
    color: #12504E;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 45px;
}
button.comparison-arrow:hover , button.comparison-arrow:focus{
    background: var(--gold_color) !important;
}
.before-after-section .container {
    max-width: 1250px;
}
@media only screen and (max-width: 576px){
    .comparison-content {
        padding: 0 0px;
    }
}
/* before after end */
/*before-after new start*/
/*.ba-slide img {
    height: 360px;
    object-fit: cover;
}*/
.ba-slide {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* padding: 0 12px;*/
}
.comparison-main .slick-track {
    padding: 0 0 20px;
}
/*@media only screen and (max-width: 1024px) {
    .ba-slide img {
        height: 288px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 991px) {
    .ba-slide img {
        height: 288px;
        object-fit: cover;
    }
}*/
@media only screen and (max-width: 767px) {
    .ba-slide .ba-left-slide>img,
    .ba-slide .ba-left-slide>picture>img {
        margin: 0 0 15px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .comparison-main .slick-track {
        display: flex;
        flex-wrap: wrap;
    }
    .comparison-main .slick-track .slick-slide {
        height: auto;
    }
    .ba-slide .ba-left-slide>img,
    .ba-slide .ba-left-slide>picture>img {
        height: 100%;
        object-fit: cover;
    }
}
/*before-after new end*/
.pricing_title_inner {
    margin-bottom: 40px;
}
.doctor_title_inner h2 , .pricing_title_inner h2{
    margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
    .lp_pricing_bottom {
        padding: 0px 30px;
    }
}
/*===============================================
= end before after CSS
================================================*/
/*===============================================
= Start Inner Page CSS
===============================================*/
.elementor-button-wrapper .elementor-button span{
    color: unset;
}
.inner-btn .elementor-button-wrapper .elementor-button {
    position: relative;
    z-index: 1;
}
.form-submit button{
    border: 2px solid #DEA956;
}
.form-submit input:hover, .form-submit button:hover{
    background-image: unset;
}
.inner-btn .elementor-button-wrapper .elementor-button::before {
    content: "";
    position: absolute;
    border-radius: 6px;
    padding: 2px;
    background: linear-gradient(90deg, rgba(225,171,90,1) 0%, rgba(230,193,96,1) 15%, rgba(197,164,79,1) 70%, rgba(203,156,66,1) 100%);
    -webkit-mask: linear-gradient(#fff0 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: clear;
    mask-composite: inherit;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.inner-btn .elementor-button-wrapper .elementor-button:hover, .form-submit input:hover
.inner-btn .elementor-button-wrapper .elementor-button:focus, .form-submit input:focus {
    /* background-image: unset; */
    -webkit-mask: intersect;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-banner-wrapper > .elementor-container {
    min-height: 600px;
}
.white-bg-img {
    position: relative;
}
.white-bg-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 93%;
    background-image: url("/wp-content/uploads/2023/07/welcome-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(70, 70, 70, 0.07) 0px 60px 64px, rgba(21, 21, 21, 0.04) 0px 10px 20px;
    z-index: -1;
}
.black-bg-img {
    position: relative;
}
.black-bg-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 93%;
    background-image: url("/wp-content/uploads/2023/07/doctor-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(70, 70, 70, 0.07) 0px 60px 64px, rgba(21, 21, 21, 0.04) 0px 10px 20px;
    z-index: -1;
}
.white-text, .white-text *{
    color: var(--white_color);
}
.form-field {
    padding-bottom: 20px;
}
.form-field textarea {
    height: 100%;
    min-height: 120px;
}
.form-field input {
    padding: 10px 15px;
}
.form-submit input{
    border: 2px solid var(--gold_color);
}
.services-page-accordion .elementor-tab-title {
    position: relative;
}
.services-page-accordion .elementor-accordion-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.services-page-accordion .elementor-accordion-item {
    margin-bottom: 10px;
}
.services-page-accordion .elementor-tab-title {
    position: relative;
}
.services-page-accordion .elementor-tab-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: var(--body_text_color);
    transition: all 0.4s;
}
.services-page-accordion .elementor-tab-title:hover::before, .services-page-accordion .elementor-tab-title.elementor-active::before {
    height: 100%;
}
.elementor-tab-content span {
    color: var(--body_text_color);
}
.patient-slide {
    padding: 0 5px;
}
.patient-right-side h4 {
    padding-bottom: 15px;
}
.patient-left-img h5 {
    padding: 15px 0;
    color: var(--gold_color);
    font-weight: 600;
}
.patient-left-img p {
    padding-bottom: 15px;
}
.smile-arrow.slider-arrow {
    padding: 0;
    width: 107%;
    overflow: hidden;
}
.smile-arrow .slick-arrow:hover, .smile-arrow .slick-arrow:focus{
    filter: brightness(0) saturate(100%) invert(21%) sepia(12%) saturate(5093%) hue-rotate(112deg) brightness(86%) contrast(105%);
}
.patient-left-img img.quote-img {
    width: 50px;
    height: 40px;
}
a.open-read-more.default-cta {
    display: block;
    max-width: 140px;
}
.btn-center a.open-read-more.default-cta {
    margin-left: auto;
    margin-right: auto;
}
.additional {
    display: initial;
}
.additional.pt-3 {
    display: inline-block;
}
.location_sec > .elementor-container{
    padding-right: 0!important;
    padding-left: 0!important;
}
@media only screen and (min-width: 1200px){
    .qualifies-video > img {
        height: 450px;
        object-fit: cover;
        object-position: center;
    }
}
@media only screen and (max-width: 1440px){
    .inner-banner-wrapper > .elementor-container {
        min-height: 500px;
    }
}
@media only screen and (max-width: 1200px){
    .inner-banner-wrapper > .elementor-container {
        min-height: 400px;
    }
}
@media only screen and (max-width: 1199px){
    .full-height::before{
        max-height: 100% !important;
    }
}
@media only screen and (max-width: 1024px){
    .inner-banner-wrapper > .elementor-container {
        min-height: 350px;
    }
}
@media only screen and (max-width: 991px){
    .inner-banner-wrapper > .elementor-container {
        min-height: 300px;
    }
}
@media only screen and (max-width: 767px){
    .inner-page-banner .elementor-container {
        padding: 0px !important;
    }
    .inner-banner-wrapper > .elementor-container {
        min-height: 100%;
    }
    .banner-res-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .inner-page-banner{
        background-image: unset !important;
    }
    .inner-page-banner .elementor-background-overlay{
        background-color: unset !important;
    }
    .inner-banner-wrapper h1, .inner-banner-wrapper h4, .inner-banner-wrapper h5 {
        color: var(--body_text_color) !important;
    }
    .patient-right-side {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 600px){
    .banner-res-img img {
        height: 260px;
    }
    .inner-banner-wrapper h1 br{
        display: none;
    }
    .policy-text p {
        word-break: break-word;
        white-space: break-spaces;
    }
    .smile-arrow.slider-arrow{
        width: 110%;
    }
}
@media only screen and (max-width: 575px){
    .inner-btn .elementor-button-wrapper .elementor-button{
        width: 100%;
    }
}
/*===============================================
= End Inner Page CSS
===============================================*/
/*===============================================
= Start Timeline Scroll Section CSS
===============================================*/
.timeline {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.timeline .default-line {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    background: #B3B3B3;
    height: 100%;
}
.timeline .draw-line {
    width: 2px;
    height: 0;
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--gold_color);
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: transparent;
    counter-increment: step-count;
}
.timeline 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 {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gold_color);
    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: 2px solid var(--gold_color);
}
.timeline ul li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #B3B3B3;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    outline: 2px solid #B3B3B3;
    outline-offset: 5px;
    box-shadow: #ffffff 0px 0px 1px 6px;
}
.timeline-content {
    padding-left: 90px;
    display: inline-block;
}
.timeline ul li:not(:last-child) .timeline-content {
    margin-bottom: 45px;
}
.timeline-content h4 {
    position: relative;
    font-weight: 400;
    color: var(--gold_color);
    padding-bottom: 14px;
    text-transform: capitalize;
}
.timeline-content h4::after {
    content: ''counter(step-count);
    position: absolute;
    width: 34px;
    height: 34px;
    background: var(--gold_color);
    top: 0px;
    left: -54px;
/*     transform: translateY(-50%); */
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (max-width: 1199px){
    .timeline ul li.in-view::before, .timeline ul li::before{
        top: 5px;
    }
    .timeline-content h4::after {
        width: 30px;
        height: 30px;
    }
    .timeline-content h4::after{
        left: -45px;
        line-height: 30px;
    }
    .timeline-content{
        padding-left: 70px;
    }
}
@media only screen and (max-width: 1024px){
    .timeline ul li.in-view::before, .timeline ul li::before {
        top: 8px;
        width: 15px;
        height: 15px;
    }
    .timeline ul li:not(:last-child) .timeline-content{
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 991px){
    .timeline-content h4::after {
        width: 26px;
        height: 26px;
    }
    .timeline-content h4::after{
        left: -35px;
        line-height: 26px;
        font-size: 16px;
    }
    .timeline-content{
        padding-left: 60px;
    }
}
@media only screen and (max-width: 767px){
    .timeline ul li:not(:last-child) .timeline-content{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px){
}
@media only screen and (max-width: 400px){
    .timeline-content h4::after{
        left: -30px;
        line-height: 24px;
        font-size: 14px;
        width: 24px;
        height: 24px;
    }
    .timeline-content{
        padding-left: 50px;
    }
    .timeline ul li.in-view::before, .timeline ul li::before {
        width: 10px;
        height: 10px;
        outline-offset: 4px;
    }
}
/*===============================================
= End Timeline Scroll Section CSS
===============================================*/
/*.dental-new-row {
    display: grid;
    grid-template-columns: repeat(1, 25% 75%);
}
.pad-less{
    padding-bottom: 0px;
}*/
/*.text-size h2 {
    font-size: 40px;
}*/
.permanent-teeth {
    max-width: 1500px;
    margin: 0 auto;
}
.section-title.btm-line hr {
    width: 150px;
    margin: 0 auto;
}
@media only screen and  (max-width: 1500px){
    .dental-table-section .section-title h2{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1200px){
    .dental-table-section .section-title h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width:1024px){
    .section-title.btm-line hr{
        margin: 0 auto !important;
    }
}
@media only screen and (max-width:991px){
    .permanent-teeth{
        max-width: 575px;
    }
    .side-line{
        border: none;
    }
}
/*.img-height img{
    min-height: 263px;
    object-fit: cover;
}*/
.teeth-options-list li.elementor-icon-list-item {
    padding-left: 10px;
    padding-right: 10px;
}
.justify-content-center>.elementor-container {
    justify-content: center;
}
.openion-title h2 small {
    font-size: .5em;
}
.default-cta small,
.inner-btn small {
    font-size: .675em;
}
/*===============================================
= Start footer CSS
================================================*/
.footer-bar {
    background: url("/wp-content/uploads/2024/05/footer-new-bg.jpg") no-repeat !important;
    padding: 50px 0px 40px 0px !important;
    background-size: cover !important;
    background-position: bottom center !important;
    position: relative !important;
    width: 100%;
    z-index: 1;
}

.city_name h4 {
    color: var(--gold_color);
    padding-left: 50px;
}

.footer-bar .addTitle {
    margin-bottom: 35px;
}

.footer-bar::before {
    position: absolute;
    content: "";
    background: rgba(7, 16, 33, 0.9) !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.addTitle {
    text-align: center;
}

.addTitle h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-content h4{
    font-family: var(--montserrat) !important;
}
.footer-address {
    color: var(--white_color);
    font-size: 20px;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-top: 25px;
}

.icon-left {
    float: left;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    margin: 0px;
}

.icon-left img {
    width: 22px;
    padding-top: 9px;
}

.address-detail {
     width: 82%; 
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
}
.address-detail span{
    color: #fff !important;
}

.tour-detail {
    font-size: 20px;
    width: 100%;
    padding-left: 50px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 40px;
}

.tour-detail span {
    display: inline-block;
    text-decoration: underline;
    color: #00acd9 !important;
}

.hour-detail {
    color: var(--white_color) !important;
    font-size: 20px;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 45px;
}

.hour-icon {
    float: left;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    margin: 0px;
}

.hour-detail span {
    display: inline-block;
    color: #fff !important;
}

.hour-icon img {
    width: 40px;
    padding-top: 10px;
}

.phone-detail {
    color: var(--white_color) !important;
    font-size: 14px;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.phone-icon {
    float: left;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    margin: 0px !important;
}

.phone-detail span {
    display: inline-block;
    color: #fff !important;
}

.phone-detail span:nth-child(3) {
    padding-top: 12px;
    display: block;
    padding-left: 50px;
}

.phone-icon img {
    width: 25px;
}

.phone-detail span p {
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    color: var(--gold_color);
}

.phone-detail a {
    color: var(--white_color);
    text-decoration: none !important;
    font-size: 20px;
    line-height: 1.3;
}

.footer-logo {
    width: 100%;
    text-align: center;
    padding: 50px 0 40px;
}

.footer-logo img {
    width: 100%;
    max-width: 600px;
    height: auto !important;
}

.bottom-ul {
    width: 92%;
    margin: 0 4%;
    padding: 30px 4%;
    border-top: 1px solid var(--white_color);
}

.bottom-ul li {
    color: var(--white_color);
    text-align: center;
    list-style: none !important;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1.3;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.main-footer-bottom {
    background: #071021 !important;
    padding: 15px 0px !important;
    text-align: center;
    width: 100%;
    border-top: 1px solid #fff;
}

.copyright {
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: var(--white_color);
}

@media only screen and (max-width: 1024px) {
    .addTitle h2 {
        font-size: 26px;
    }

    .footer-address,
    .tour-detail,
    .hour-detail,
    .phone-detail a {
        font-size: 18px;
    }

    .tour-detail,
    .hour-detail,
    .phone-detail {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .addTitle h2 {
        font-size: 24px;
    }

    .footer-address,
    .tour-detail,
    .hour-detail,
    .phone-detail a,
    .copyright {
        font-size: 16px;
    }

    .footer-logo {
        padding: 40px 0 30px;
    }

    .tour-detail,
    .hour-detail,
    .phone-detail {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .addTitle h2 {
        font-size: 22px;
    }

    .phone-detail span p {
        font-size: 10px;
    }

    .footer-logo {
        padding: 30px 0 20px;
    }

    .bottom-ul {
        margin: 0 auto;
        padding: 20px 0;
    }

    .footer-address {
        margin-top: 10px;
    }

    .footer-res-col .phone-detail {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--white_color);
    }
	.addTitle h3{
		font-size: 22px;
	}
}

@media only screen and (max-width: 575px) {
    .icon-left img {
        width: 18px;
        padding-top: 5px;
    }

    .hour-icon img {
        width: 35px;
    }

    .phone-icon img {
        width: 22px;
    }
}
@media only screen and (max-width:375px){
    .address-detail{
        width: 80%;
    }
    .address-detail span br{
        display: none;
    }
}

/*===============================================
= End footer CSS
================================================*/