/*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=DM+Sans:wght@400;500;700&family=DM+Serif+Display&family=Vollkorn:wght@400;500;600;700;800;900&display=swap');
/*================ Var ====================*/
:root {
    --black_color: #000000;
    --blue_color: #1D52A6;
    --brown_color: #AD7141;
    --white_color: #FFFFFF;
    --bg_color: #EBE8E4;
    --light_bg_color: #F4F8FF;
    --body_text_color: #3C3932;
    --vollkorn_font: 'Vollkorn', serif;
/*    --dm_sans_font: 'DM Sans', sans-serif;*/
    --desktop_pd_100: 100px;
    --mobile_pd_50: 50px;
    --large_device_pd_80: 80px;
}
/*============================================
= 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: 18px;
    font-weight: 500;
    line-height: 1.6;
}
span {
    display: inline-block;
    vertical-align: top;
}
a{
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease 0s;
    color: var(--body_text_color);
}
a:hover {
    color: var(--blue_color);
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body,a,p,li {
    font-family: var(--vollkorn_font);
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--vollkorn_font);
    color: var(--body_text_color);
    display: inline-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;
}
h1{
    font-size: 56px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 10px;
    /* color: var(--brown_color); */
}
h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 15px;
    color: var(--brown_color);
}
h3{
    font-size: 32px;
    line-height: 1.4;
}
@media only screen and (max-width: 1400px){
    h1{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1199px){
    h1{
        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: 24px;
    }
    h5{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px){
    h1,h2{
        font-size: 30px;
    }
    h3{
        font-size: 20px;
    }
    h5{
        font-size: 16px;
    }
}
body .plr-0{
    padding-left: 0;
    padding-right: 0;
}
.padding-box-left{
    padding-right: 25px;
}
.padding-box-right{
    padding-left: 25px;
}
/*.row {
    margin-left: -15px;
    margin-right: -15px;
}*/
@media only screen and (min-width: 576px){
   body .container,
   .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 650px){
   body .container,
   .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 920px;
    }
}
@media only screen and (min-width: 992px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }
}
/*@media only screen and (min-width: 1300px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1310px;
    }
}
@media only screen and (min-width: 1400px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1340px;
    }
}*/
@media only screen and (min-width: 1700px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1410px;
        width: 100%;
    }
}
@media only screen and (max-width: 1199px){
    .elementor-section.section_left_right>.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;
    }
    .padding-box-left{
        padding-right: 15px;
    }
    .padding-box-right{
        padding-left: 15px;
    }
}
.default-cta {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 60px;
    transition: all 0.4s;
    padding: 14px 40px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: var(--brown_color);
    color: var(--white_color);
    border: 1px solid var(--brown_color);
    margin-top: 40px;
}
.default-cta:hover {
    background: transparent;
    color: var(--brown_color);
}
a.light-bg {
    background-color: transparent;
    color: var(--brown_color);
}
a.light-bg:hover {
    background-color: var(--brown_color);
    color: var(--white_color) !important;
}
a.blue-color{
    background-color: var(--blue_color);
    color: var(--white_color);
    border: 1px solid var(--blue_color);
}
a.blue-color:hover{
    background-color: transparent;
    color: var(--blue_color) !important;
}
a.border-blue-cta{
    background-color: transparent;
    color: var(--blue_color);
    border-color: var(--blue_color);
}
a.border-blue-cta:hover{
    background-color: var(--blue_color);
    color: var(--white_color) !important;
}
@media only screen and (min-width: 992px) {
    .full_img_wrapper .container-fluid,.full_img_wrapper .col_pad_inner>* {
        padding-left: 0;
        padding-right: 0
    }

    .full_img_wrapper .col_pad_inner {
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (max-width: 991px) {
    .default-cta {
        font-size: 14px;
        padding: 13px 40px;
    }
}
@media only screen and (max-width: 575px) {
    .default-cta span {
        display: none;
    }
    .default-cta {
        width: 100%;
        padding: 13px;
        margin-top: 20px;
    }
}
a:not([href]):not([tabindex]) {
    color: var(--brown_color);
}
a.default-cta:not([href]):not([tabindex]):focus,
a.default-cta:not([href]):not([tabindex]):hover {
    color: var(--white_color);
}
.default-heading h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.default-heading h3 {
    font-size: 26px;
    line-height: 1.39;
}
@media only screen and (max-width: 1199px) {
    .default-heading h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 991px) {
    .default-heading h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .elementor-section.section_left_right>.elementor-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .default-heading h2 {
        font-size: 25px;
    }
    .default-heading h3 {
        font-size: 20px;
    }
    .padding-box-left{
        padding-right: 0px;
    }
    .padding-box-right{
        padding-left: 0px;
    }
}
.section_padding_more {
    padding: 120px 0;
}
.section_padding {
    padding: 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;
    }
}
@media only screen and (max-width: 991px) {
    .section_padding, .section_padding_more {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section_padding, .section_padding_more {
        padding: 50px 0;
    }
}
.wi-100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/* border radius */
.image_radius img {
    border-radius: 60px;
}

/*============================================
= Start Header CSS
===============================================*/

header.site-main-header {
    background-color: var(--white_color);
}
.header-bottom .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: 160px;
    width: 100%;
}
.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;
}
.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;
/*    margin-left: 32px;*/
}
body .site-navigation ul.menu li:last-child {
    margin-right: 20px;
}
body .site-navigation ul.menu li a{
    font-size: 16px;
    line-height: 1.17;
    font-weight: 700;
    letter-spacing: 0.1px;
    transition: all 0.3s;
    padding: 12px 8px;
    font-family: var(--vollkorn_font);
    color: var(--body_text_color);
}
body .site-navigation .custom-menu-class ul.menu li a{
	color: #3E3E40;
}
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(--brown_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;
}
.header-btn .default-cta:hover{
    color : var(--brown_color)
}
.header-btn .header-btn-info {
    margin: auto;
    color: var(--body_text_color);
    font-weight: 700;
}
.header-btn .header-btn-info:hover {
    color: var(--brown_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(--brown_color) !important;
    font-weight: 700 !important;
}
body .site-navigation ul.menu li.menu-item a:hover,
body .site-navigation ul.menu li.menu-item a:hover + i {
    color: var(--brown_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(--brown_color) !important;
}
.site-navigation ul.menu .call_now_cta {
    display: none;
}
.header-btn a.default-cta:last-child {
    color: var(--white_color);
}

.header-btn a.default-cta:hover:last-child {
    color: var(--brown_color);
}
@media only screen and (min-width: 1441px) 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{
        padding-left: 20px;
        padding-right: 20px;
    }
    body .site-navigation ul.menu li a{
        padding: 12px 3px;
    }
    .header_right_inner a.header-call-button {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1341px) and (max-width: 1440px){
    .header-btn .default-cta {
        padding: 10px 24px;
    }
}
@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-branding {
        filter: brightness(0) invert(1);
    }
    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: var(--white_color);
    }
    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(--brown_color) !important;
    }
    header.site-main-header .header_right_inner .border-blue-cta {
        color: var(--white_color);
        border-color: var(--white_color);
    }
    header.site-main-header .header_right_inner .border-blue-cta:hover{
        border-color: var(--blue_color);
    }
    header.site-main-header .header_right_inner .header-btn a.default-cta:last-child:hover {
        color: var(--white_color) !important;
        border-color: var(--white_color);
    }
    .sticky {
        position: sticky !important;
        background: var(--white_color) !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;
    }
    header.site-main-header.sticky .header_right_inner .border-blue-cta{
        color: unset;
        border-color: unset;
    }
    header.site-main-header.sticky .header_right_inner .header-btn a.default-cta:last-child:hover {
        color: unset !important;
        border-color: unset !important;
    }
}
@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;
    }
    body .site-navigation ul.menu li{
        width: 100%;
    }
    .site-navigation .navbar-toggler {
        width: 40px;
        padding: 8px;
        line-height: 0;
        border: 2px solid var(--brown_color);
        margin: 0 0 0 15px;
    }
    .bar-icon {
        display: inline-block;
        background: var(--brown_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;
    }
}
@media only screen and (max-width: 767px){
    .header_right_inner a.header-call-button, .header-btn a{
        display: none;
    }
    .header-bottom .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .top-bar p {
        font-size: 12px;
    }
    .site-navigation .menu-primary-menu-header-menu-container>ul.menu>.call_now_cta a {
        font-size: 16px;
        background: var(--brown_color);
        color: #fff;
        text-transform: capitalize;
        border: 2px solid var(--brown_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(--brown_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: 8px;
	}
}
@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: 767px){
	.top-bar p {
	    font-size: 12px;
        padding-top: 8px;
	}
}
/*============================================
= End Header CSS
===============================================*/
/*============================================
= Start Footer CSS
===============================================*/
.site-main-footer {
    background-color: #4D665F;
    position: relative;
    z-index: 1;
}
.site-main-footer::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2023/04/PATTERN.png");
    z-index: -1;
}
.footer-content .widget-content img{
    width: 125px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(1421%) hue-rotate(226deg) brightness(114%) contrast(100%);
}
.footer-content .textwidget p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white_color);
    font-family: var(--vollkorn_font);
    padding-top: 16px;
    width: 100%;
    max-width: 425px;
    /* text-transform: capitalize; */
}
.footer-col-3.footer-content .textwidget p {
    padding-top: 0;
}
.footer-menu h3.widget-title, .footer-content .textwidget ul li, .footer-menu ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    font-family: var(--vollkorn_font);
}
.footer-menu h3.widget-title{
    padding-bottom: 24px;
    font-size: 20px;
}
.footer-content .textwidget ul li:not(:last-child), .footer-content ul.menu li:not(:last-child){
    padding-bottom: 16px;
}
.footer-menu ul li a:hover{
    color: var(--brown_color);
}
.footer-content ul.menu li {
    line-height: 0;
}
.main-footer-bottom {
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.main-footer-bottom .site-footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 40px 0;
}
.footer-bottom-info p {
    font-size: 16px;

    color: var(--white_color);
}
.footer-bottom-info p a {
    color: var(--white_color);
    line-height: 1.6;
}
.footer-bottom-info p a:hover {
	 color: var(--brown_color);
}
.footer_logo {
    filter: brightness(0) invert(1);
}
.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu-footer-social li.menu-item {
    float: left;
}
#menu-footer-social li:not(:last-child) {
    margin-right: 10px;
}
@media only screen and (max-width: 1199px){
    .footer-content.footer-col-1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-content .textwidget p {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1699px) and (min-width: 1200px){
    .footer-content .textwidget p, .footer-menu h3.widget-title, .footer-content .textwidget ul li, .footer-menu ul li a{
        font-size: 14px;
    }  
}
@media only screen and (max-width: 1199px) and (min-width: 768px){
    .footer-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }    
}
@media only screen and (max-width: 991px){
    .main-footer-bottom .site-footer-bottom{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 850px){
    .site-footer-bottom{
        flex-direction: column;
    }
    .footer-bottom-info:nth-child(2) {
        padding: 10px 0;
    }
    .footer-menu h3.widget-title{
        padding-bottom: 14px;
    }
}
@media only screen and (max-width:767px){
    .footer-col-1, .footer-col-2, .footer-col-3{
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .footer-content {
        text-align: center;
    }
    /*.main-footer-bottom{
        padding: 22px 0 30px;
    }*/
}
/*============================================
= End Footer CSS
===============================================*/
/*============================================
= Start Section2 CSS
===============================================*/
.section2-content-box {
    width: 100%;
    display: block;
    max-width: 360px;
    margin: 0 auto;
}
.default-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--black_color);
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.default-content h3::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--brown_color);
}

.section2_content h3 span {
    display: inline;
    box-shadow: inset 0 -10px 0 0 rgb(173 113 65 / 20%);
    color: var(--brown_color);
}
body .default-content p {
    font-size: 18px;
    font-weight: 600;
}
.section2_content p {
    font-weight: 400 !important;
}
.section2_content{
    height: 120px;
}
.section2_content h3 a{
    color: var(--body_text_color);
}
.section2_content h3 a:hover{
    color: var(--blue_color);
}
@media only screen and (min-width: 1025px){
    .section2_content h3 {
        font-size: 28px;
    }
}
/*.section2_wrapper .section2_content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section2_wrapper .col-12.col-md-4 {
    display: flex;
    flex-direction: column;
}
.section2_wrapper .section2_content p {
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}*/
@media only screen and (min-width: 1300px) {
    .section2_wrapper .container{
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1299px) {
    .section2-content-box{
        max-width: 330px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
    .section2_content{
        height: 145px;
    }
}
@media only screen and (max-width: 1024px) {
    .default-content h3 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .default-content h3::before {
        height: 2px;
    }
    .section2-content-box{
        max-width: 260px;
    }
}

@media only screen and (max-width: 991px) {
    .default-content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .section2_content {
        height: auto;
    }
    .section2-content-box{
        padding: 20px 0;
        max-width: 100%;
    }
    .section2_content h3 span{
        box-shadow: inset 0 -8px 0 0 rgb(173 113 65 / 20%);
    }
}
@media(max-width: 330px){
    .section2_content h3 span{
        box-shadow: none;
    }
}
/*============================================
= End Section2 CSS
===============================================*/
/*============================================
= Start Teeth CSS
===============================================*/
.teeth-sec{
    background-color: var(--bg_color);
}
.teeth-content{
    text-align: center;
}
.teeth-content img {
    margin: -13% 0 0;
}
@media only screen and (max-width: 767px){
    .teeth-content img{
        margin: auto;
    }
}
/*============================================
= End Teeth CSS
===============================================*/
/*============================================
= Start Office Tour CSS
===============================================*/
.full_img_wrapper .default-image-content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 15px;
}
.office_img_slider .slick-arrow {
    font-size: 0px !important;
}
.office_img_slider .slick-arrow {
    font-size: 0px !important;
    padding: 0px;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.office_img_slider .slick-prev:before, .office_img_slider .slick-next:before {
    line-height: 1.5;
}
.office_img_slider .slick-arrow:focus, .office_img_slider .slick-arrow:hover{
    background-color: var(--brown_color);
    border-color: var(--brown_color);
}

@media only screen and (max-width: 1200px){
    .full_img_wrapper .default-image-content{
        max-width: 540px;
    }
}
@media only screen and (max-width: 1024px){
    .full_img_wrapper .default-image-content{
        max-width: 480px;
    }
}
@media only screen and (max-width: 991px){
    .full_img_wrapper .default-image-content{
        max-width: 100%;
        padding: 0;
    }
    .vd-sec-img {
        padding-bottom: 30px;
    }
}
/*============================================
= End Office Tour CSS
===============================================*/
/*============================================
= Start Our Team CSS
===============================================*/
.team-sec {
    overflow: hidden;
    background: var(--light_bg_color);
}
.team-content-box img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 310px;
    object-fit: cover;
    object-position: top;
}
.team-content-box {
    border-radius: 10px;
    background-color: var(--bg_color);
    margin-bottom: 30px;
}
.team-content-box h4 {
    color: var(--brown_color);
    font-weight: 600;
    padding: 20px 15px 10px;
}
.team-content-box h6 {
    padding: 0 15px 20px;
}
.team-sec.doctor_profile_section .slick-arrow.slick-prev {
        left: -20px;
    }
    .team-sec.doctor_profile_section .slick-arrow{
        right: -20px;
    }
@media only screen and (min-width: 576px){
    .our-team-slider .team-slider-content {
        padding: 0 15px;
    }
    .team-sec.doctor_profile_section .slick-arrow.slick-prev {
        left: -5px;
    }
    .team-sec.doctor_profile_section .slick-arrow{
        right: -5px;
    }
}
@media only screen and (max-width: 575px){

}
/*============================================
= End Our Team CSS
===============================================*/
/*============================================
= Start video CSS
===============================================*/
.video-sec{
    background-color: var(--bg_color);
}
.vd-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.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%;
}
.video-content h5{
    padding-bottom: 15px;
}
@media only screen and (max-width: 991px){
    .vd-sec{
        padding-bottom: 30px;
    }
}
/*============================================
= End video CSS
===============================================*/
/*============================================
= Start Doctor Profile CSS
===============================================*/
.doctor_profile_section {
    overflow: hidden;
}
.doctor_profile_row {
    width: 100%;
    margin: 0;
}
.doctor_profile_row .slick-list.draggable {
    padding: 0;
}
.doctor_profile_big_img img {
    height: 735px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.doctor_profile_txt_col {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--brown_color);
}
.doctor_profile_slider_swap .row {
    margin: 0;
}
.doctor_profile_txt_block {
    background: var(--bg_color);
    height: 82%;
    max-width: max-content;
    width: auto;
    position: absolute;
    left: -75px;
    display: flex;
    align-items: center;
    padding: 80px 270px 80px 185px;
}
span.doc_profile_para_txt {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--body_text_color);
    display: block;
    font-style: italic;
    margin-bottom: 18px;
}
.doctor_profile_txt_para_block font {
    font-size: 32px;
   font-weight: 500;
    color: var(--brown_color);
    display: block;
    margin-bottom: 20px;
}
.doctor_profile_txt_para_block p {
    font-size: 18px;
    margin: 0 0 16px;
}
.doc_profile_under_para p {
    font-size: 16px;
    font-weight: 400;
    color: var(--body_text_color);
    display: block;
    margin-bottom: 0px;
}
.doctor_profile_txt_block .doctor-profile-cta{
    justify-content: left;
}
.doctor_profile_section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #bd8e54;
}
.doctor_profile_section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #bd8e54;
}
.doctor_profile_section .slick-dots button:focus,
.doctor_profile_section .slick-dots button:hover {
    background: transparent !important;
}
.doctor_profile_section .slick-dots li button:before {
    font-size: 12px;
}
.doctor_profile_section .slick-arrow {
    position: absolute;
    font-size: 0px;
    right: 10px;
    background: var(--blue_color) !important;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    z-index: 10;
	display: flex;
    justify-content: center;
    align-items: center;
}
.doctor_profile_section .slick-arrow.slick-prev {
    left: 10px;
    right: 0;
}
.doctor_profile_section .slick-prev:before, .doctor_profile_section .slick-next:before{
    padding-top: 2px;
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .doctor_profile_section {
        height: auto;
    }
    .doctor_profile_txt_block {
        max-width: 580px;
        height: auto;
        margin: auto;
        padding: 0;
        position: unset;
    }
    .doctor_profile_txt_para_block font {
        font-size: 21px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
    .doc_profile_para_txt {
        font-size: 17px !important;
    }
    .doctor_profile_big_img img {
        height: 100%;
    }
    .doctor_profile_txt_col {
        padding: 30px !important;
        background-color: var(--bg_color);
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px){
    .doctor_profile_section {
        height: auto;
    }
    .doctor_profile_txt_block {
        max-width: 580px;
        height: auto;
        margin: auto;
        padding: 0;
        position: unset;
    }
    .doctor_profile_txt_para_block font {
        font-size: 24px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
    .doc_profile_para_txt {
        font-size: 18px !important;
    }
    .doctor_profile_big_img img {
        height: 100%;
    }
    .doctor_profile_txt_col {
        padding: 30px !important;
        background-color: var(--bg_color);
    }
}
@media only screen and (min-width: 768px) and (max-width: 980px){
    .doctor_profile_section {
        height: auto;
    }
    .doctor_profile_img_col {
        width: 80%;
        margin: auto;
    }
    .doctor_profile_txt_col {
        width: 100%;
        max-width: 80%;
        margin: auto;
        padding: 50px !important;
        background-color: var(--bg_color);
    }
    .doctor_profile_txt_block {
        max-width: 580px;
        height: auto;
        margin: auto;
        padding: 0;
        position: unset;
    }
    .doctor_profile_txt_para_block font {
        font-size: 26px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
    .doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_big_img img {
        height: 100%;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px){
    .doctor_profile_txt_block {
        padding: 50px 100px;
        left: -55px;
        height: 85%;
    }
    .doctor_profile_txt_para_block font {
        font-size: 26px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1140px){
    .doctor_profile_txt_block {
        padding: 50px 100px;
        left: -55px;
        height: 85%;
    }
    .doctor_profile_txt_para_block font {
        font-size: 26px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1141px) and (max-width: 1280px){
    .doctor_profile_txt_block {
        padding: 50px 130px;
    }
    .doctor_profile_txt_para_block font {
        font-size: 28px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px){
    .doctor_profile_txt_block {
        padding: 50px 150px;
    }
    .doctor_profile_txt_para_block font {
        font-size: 29px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px){
    .doctor_profile_txt_block {
        padding: 50px 185px 50px 185px;
    }
    .doctor_profile_txt_para_block font {
        font-size: 30px;
    }
    span.doc_profile_para_txt {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1681px) and (max-width: 1800px) {
    .doctor_profile_txt_block {
        padding: 50px 270px 50px 185px;
    }
}
@media only screen and (max-width: 1840px){
    .default-btn.btn-group.consultation-cta.doctor-profile-cta {
        flex-direction: column;
        width: 100%;
        max-width: 310px;
    }
    .consultation-cta.default-btn.doctor-profile-cta .default-cta:not(:last-child){
        margin-right: 0px;
    }
    .consultation-cta.default-btn.doctor-profile-cta .default-cta:last-child{
        margin-top: 20px;
    }
}
/*============================================
= End Doctor Profile CSS
===============================================*/
/*============================================
= Start Clinical Rated CSS
===============================================*/
.choose_us_container_section {
    width: 100%;
    display: flex;
    background: var(--light_bg_color);
}
.choose_us_container_section .row {
    width: 100%;
    margin: 0;
}
.clinical_team_row {
    padding: 0 0 22px;
}
.clinical_team_para h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--body_text_color);
    border-top: 2px solid #1A5450;
    padding-top: 16px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.clinical_team_para p {
    margin-bottom: 0;
    color: var(--body_text_color);
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (max-width: 1699px) and (min-width: 1400px){
    .choose_us_container_section .container{
        max-width: 1300px;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px){
    .choose_us_container_section .container{
        max-width: 1200px;
    }
    .clinical_team_para{
        max-width: 250px !important;
    }
}
@media only screen and (min-width: 992px){
    .clinical_team_para {
        display: flex;
        flex-wrap: wrap;
        max-width: 270px;
        margin: auto;
    }
    .clinical_teams_col_para:last-child .clinical_team_para {
        margin-right: 0;
        margin-left: auto;
    }
    .clinical_teams_col_para:first-child .clinical_team_para {
        margin-left: 0;
        margin-right: auto;
    }
}
@media only screen and (min-width: 320px){
    .clinical_team_title h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1024px){
    .clinical_team_title h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1300px) {
    body .clinical_team_container {
        max-width: 1200px;
        margin: auto !important;
    }
    .clinical_team_title h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1440px) {
    .clinical_team_row {
        padding: 0 0 15px;
    }
}
@media only screen and (max-width: 991px){
    .clinical_team_row {
        padding: 0;
    }
    .clinical_team_para {
        padding-bottom: 10px !important;
    }
    .clinical_team_para h3 {
        font-size: 20px;
    }
    .clinical_team_container {
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 767px){
    .clinical_teams_col_para {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0;
    }
    .clinical_team_para{
        border-bottom: 2px solid #1A5450;
    }
    .clinical_team_para h3 {
        border-top: none;
    }
}
/*============================================
= End Clinical Rated CSS
===============================================*/
/*============================================
= Start Options Schedule CSS
===============================================*/
.options_schedule_section {
    background: var(--bg_color);
}
.options_schedule_col_one {
    max-width: 828px;
}
.options_schedule_txt_block span {
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: var(--brown_color);
    margin-bottom: 15px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .options_schedule_button_block .default-btn {
        max-width: 342px;
        width: 100%;
        margin: 0 0 0 auto;
        display: flex;
        flex-direction: column;
    }
    .options_schedule_button_block .default-btn .default-cta {
        width: 100%;
    }
    .options_schedule_button_block .default-btn .default-cta:last-child {
        margin: 0;
    }
    .options_schedule_button_block .default-btn .default-cta:not(:last-child) {
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 991px){
    .options_schedule_txt_block br{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .options_schedule_button_block .default-btn.btn-group {
        margin: 0;
    }
    .btn-group .default-cta:not(:last-child) {
        margin-right: 15px;
    }
    .options_schedule_txt_block.htag_txt, .options_schedule_button_block {
        text-align: center;
    }
    .options_schedule_txt_block span{
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px){
    .default-btn.btn-group {
        display: block;
    }
}
/*============================================
= End Options Schedule CSS
===============================================*/
/*============================================
= Start After Before CSS
===============================================*/
.defult-heading {
    text-align: center;
    padding-bottom: 50px;
}
.defult-heading > *:first-child {
    padding-bottom: 16px;
}
.defult-heading h3 {
    color: var(--brown_color);
}
.after-before-image img {
    width: 100%;
    height: 100%;
}
.after-before-image img:first-child {
    padding-bottom: 5px;
}
/* .after_before-col:not(:last-child) .after-before-image{
    padding-bottom: 30px;
} */
.after-before-image{
    padding-bottom: 30px;
}
.after-before-cta{
    text-align: center;
}
/*============================================
= End After Before CSS
===============================================*/
/*===============================================
= Start Review CSS
===============================================*/
.review-sec{
    background-color: var(--bg_color);
}
.heading-transform{
    text-transform: capitalize;
}
.review-slider {
    margin: 0 -15px;
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--body_text_color);
    margin-top: 25px;
    position: relative;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li a {
    font-size: 17px;
    line-height: 1.66;
    color: var(--body_text_color);
    font-weight: 400;
    display: inline-block;
}
.review-tab-navigation ul li a.active {
    font-weight: 700;
    border-bottom: 2px solid var(--body_text_color);
}
.review-tab-navigation ul li:not(:last-child) {
    margin-right: 30px;
}
.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;
    margin-top: 35px;
    border-radius: 8px;
    border: 1px solid #F4F4F4;
    transition: all 0.4s;
}
.review-slider-content::before{
    transition: all 0.4s;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0px solid var(--brown_color);
    border-radius: 0 0 10px 10px;
}
.review-slider-content:hover::before {
    border-bottom: 6px solid var(--brown_color);
}
.review-slider-content h3 {
    font-size: 20px;
    color: var(--body_text_color);
    font-weight: 700;
    margin-bottom: 10px;
}
.review-slider .tesimonial_revire_sec{
    margin-bottom: 30px;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review-rating ul li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    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;
}
.morecontent span {
    display: none;
}
.more-text{
    display: none;
}
.review-section-content {
    position: relative;
}
.review-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}
.review-prev::before {
    background-image: url("/wp-content/uploads/2023/04/chevron-left.svg");
}
.review-next::before {
    background-image: url("/wp-content/uploads/2023/04/chevron-right.svg");
}
.review-prev:hover, .review-next:hover, .review-prev:focus, .review-next:focus {
    background-color: rgb(255 255 255 / 60%);
}
@media only screen and (max-width: 1199px) {
    .review-tab-navigation ul li a {
        font-size: 17px;
    }
    .google-review {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        margin: 0 16px;
        padding: 40px 30px 90px;
    }
    .review-slider-content:hover{
        border-bottom: unset;
    }
    .review-tab-navigation ul {
        border: none;
        width: 100%;
    }
    .review-tab-navigation ul li {
        display: none;
        width: 100%;
        padding: 8px 0;
        margin: 0 !important;
        border-bottom: 1px solid var(--brown_color);
    }
    .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: 10px;
        font-size: 20px;
        right: 0px;
        display: block;
        padding: 0 5px;
        color: var(--blue_color);
    }
    .review-slider {
        margin: 30px 0 0 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    }
    .review-tab-navigation ul{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 0px;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
.review-description .more-text{
    display: none;
}
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #676769;
}
.read_more_txt p {
    color: #515b5b;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
     max-height: 150px!important;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 600;
    color: var(--black_color);
    font-size: 16px;
    line-height: 1.6;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media only screen and (min-width: 768px){
    .review-section-content .container{
        max-width: 920px;
    }
}
@media only screen and (min-width: 992px){
    .review-section-content .container{
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px){
    .review-section-content .container{
        max-width: 1200px;
    }
}
@media only screen and (min-width: 1400px){
    .review-section-content .container{
        max-width: 1300px;
    }
}
@media only screen and (min-width: 1700px){
    .review-section-content .container{
        max-width: 1600px;
    }
}

/*===============================================
= End Review CSS
===============================================*/
.map-sec .row {
    margin: 0;
}
.map-iframe, .map-iframe iframe {
    width: 100%;
    height: 500px;
    display: inline-block;
    vertical-align: top;
}
/*===============================================
= Start Consultation CSS
===============================================*/
.consultation-sec{
    background-color: var(--bg_color);
}
.consultation-heading{
    padding-bottom: 0;
}
.consultation-cta{
    text-align: center;
    display: flex;
    justify-content: center;
}
.consultation-cta.default-btn .default-cta:not(:last-child){
    margin-right: 24px;
}
/*===============================================
= End Consultation CSS
===============================================*/
/*===============================================
= Start Banner CSS
===============================================*/
.hero-banner{
    background-color: var(--bg_color);
}
.banner-content .consultation-cta{
    justify-content: left;
}
.hero-banner .banner-content {
    width: 100%;
    margin: 0 auto 0 0;
}
.hero-banner .vd-sec {
    position: relative;
    padding-top: 56.66%;
    overflow: hidden;
    background-color: #222;
}
.hero-banner .vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-banner-inner {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .hero-banner {
        position:relative;
        min-height: 750px;
        display: flex;
        overflow: hidden;
        z-index: 1;
    }
    .hero_bg_vd {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .hero_bg_vd-sec {
        padding-bottom: 56%;
        position: relative;
        width: 100%;
    }
    .hero_bg_vd-sec iframe {
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        aspect-ratio: 1;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
    .hero-banner .banner-content {
        z-index: 1;
        position: relative;
    }
    .hero-banner .content_row {
        height: 100%;
    }
    .hero-banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: var(--black_color);
        content: "";
        z-index: 1;
        opacity: .4;
    }
    .hero_content_info {
        z-index: 2;
    }
    .banner-content .default-btn a.border-white-cta{
        background-color: transparent;
        color: var(--white_color) !important;
        border-color: var(--white_color) !important;
    }
    .banner-content .default-btn a.border-white-cta:hover{
        background: var(--blue_color);
        border-color: var(--blue_color) !important;
    }
    .banner-content .default-btn a.blue-color:hover{
        background-color: transparent;
        color: var(--white_color) !important;
        border-color: var(--white_color) !important;
    }
    .banner-content p {
        color: var(--white_color);
    }
}
@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;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1300px) {
    .hero-banner {
        min-height:650px;
    }
}
@media only screen and (min-width: 768px) and (max-width:1199px) {
    .hero-banner {
        min-height:500px;
    }
    .hero_bg_vd-sec iframe {
        min-width: 135%;
    }
}
@media only screen and (max-width: 1380px){
    .banner-content .consultation-cta{
        flex-direction: column;
        max-width: 270px;
    }
    .banner-content .consultation-cta.default-btn .default-cta:not(:last-child){
        margin-right: 0;
    }
    .banner-content .default-cta{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 991px){
    .banner-content br{
        display: none;
    }
    .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%;
    }
}
@media only screen and (max-width: 767px){
    .hero-banner .container, .banner-col {
        padding: 0;
    }
    .hero-banner .container .row {
        margin: 0;
    }
    .hero-banner .banner-content{
        padding-right: 30px;
        padding-left: 30px;
    }
    .hero-banner .vd-sec{
        padding-top: 52.66%;
    }
    .hero-banner .banner-content h1, .hero_content_info h1{
        color: var(--brown_color) !important;
    }
    .popup_btn {
        margin-top: 30px;
    }
    .banner-content .consultation-cta {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 555px){
    .hero-banner .vd-sec{
        padding-top: 48.66%;
        background-color: transparent;
    }
    .hero-banner .vd-sec iframe {
        position: absolute;
        top: -5px;
    }
}

/* pop up */
.popup_btn {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 0 18px;
    width: 100%;
    display: inline-block;
}
.hero-banner .video-btn {
    background: #fff;
    border-color: #fff;
    color: var(--blue_color);
}
.hero-banner .video-btn:hover {
    color: var(--white_color);
}
.modal .modal-dialog {
    max-width: 800px;
    margin: auto;
    height: 100%
}
.modal-body {
    position: relative;
    padding: 0px!important;
    background: #000
}
.modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000
}
.close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff!important;
    opacity: 1
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}
button.close span {
    font-size: 1.5rem;
    right: 10px;
    position: relative;
    top: 10px;
    font-weight: 400
}
.close:hover {
    opacity: 1!important;
    background: transparent!important;
    border: none!important;
    outline: none!important;
    color: #BC8452!important
}
.vd_btn {
    position: relative
}

@media only screen and (max-width: 864px) {
    .modal .modal-dialog {
        margin-right:30px;
        margin-left: 30px
    }
}
@media only screen and (max-width: 575px) {
    .default-btn a,.gp_map_button .choose_btn a {
        width:100%;
        max-width: 100%!important
    }
    .hero-banner .video-btn {
        font-size: 14px;
        word-break: break-word;
        padding: 10px 20px;
        width: 100%;
        white-space: break-spaces;
    }
    .banner_cta span,.default-btn a span,.gp_map_button .choose_btn a span,.header-btn .header_call span {
        display: none
    }
}
/*===============================================
= End Banner CSS
===============================================*/
/*===============================================
= Start Inner Page CSS
===============================================*/
.services-heading h2.elementor-heading-title {
    position: relative;
}
.services-heading h2.elementor-heading-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    width: 4px;
    height: 100%;
    background-color: var(--blue_color);
}
.full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.side_content>.elementor-widget-wrap {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    padding: 0 15px!important;
}
.list-icon li.elementor-icon-list-item {
    align-items: flex-start !important;
}
.list-icon li.elementor-icon-list-item i {
    padding-top: 4px;
}
.icon_list .elementor-icon-box-title{
    display: none;
}
.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(--blue_color);
    transition: all 0.4s;
}
.services-page-accordion .elementor-tab-title:hover::before, .services-page-accordion .elementor-tab-title.elementor-active::before {
    height: 100%;
}
.before-img {
    margin-bottom: 5px !important;
}
.before-img .elementor-widget-container img, .after-img .elementor-widget-container img {
    height: 175px;
    object-fit: cover;
}
.services-box-center .elementor-container {
    justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .side_content > .elementor-widget-wrap {
        max-width: 470px;
    }
}
@media only screen and (min-width: 992px){
    .full_img, .full_img div {
        height: 100%;
    }
    .page-banner-sec > .elementor-container, .page-banner-sec .elementor-inner-section > .elementor-container {
        max-height: 650px !important;
    }
}
@media only screen and (min-width: 700px) and (max-width: 991px){
    .page-banner-img > .elementor-widget-container{
        height: 500px;
    }
}
@media only screen and (max-width: 991px){
    .side_content .elementor-widget-wrap, .small_side_content>.elementor-widget-wrap{
        max-width: 100%;
        padding: 0px!important;
    }
}
@media only screen and (max-width: 767px){
    .banner-sub-title p{
        color: var(--body_text_color) !important;
    }
    .page-hero-banner.elementor-section.elementor-top-section > .elementor-container {
        padding: 0;
    }
}
@media only screen and (max-width: 576px){
    .before-img .elementor-widget-container img, .after-img .elementor-widget-container img{
        height: 200px;
    }
}
/*===============================================
= End Inner Page CSS
===============================================*/
/*===============================================
= Number With Dot Section CSS
===============================================*/
.number {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: var(--blue_color);
    position: relative;
    min-width: 30px;
    text-align: right;
    padding-top: 6px;
}
.number-text-small .number{
    padding-top: 0;
}
.number-content {
    padding: 0 0 30px;
}
.number-content p {
    color: #1F2838;
}
.dot_div {
    position: relative;
    padding: 0px 20px;
    min-width: 70px;
}
.dot_div:before {
    content: "";
    position: absolute;
    background: var(--brown_color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 10px;
    left: 40%;
    z-index: 1;
}
.number-text-small .dot_div:before{
    top: 5px;
}
.dot_div:after {
    content: "";
    position: absolute;
    border-right: 2px dashed var(--black_color);
    height: 100%;
    top: 10px;
    left: 50%;
    z-index: 0;
}
/*.number-wrap .number-box:last-child .dot_div:after{
    display: none;
}*/
.number-box {
    display: flex;
}
.number-wrap .number-box:last-child .number-content{
    padding: 0px;
}
.number-content h3 {
    color: var(--brown_color);
    padding-bottom: 15px;
}
@media only screen and (max-width: 575px){
    .dot_div {
        padding: 0px 5px;
        min-width: 40px;
    }
    .dot_div:before{
        left: 34%;
        width: 14px;
        height: 14px;
    }
    .number{
        font-size: 20px;
    }
}
/*===============================================
= Number With Dot Section CSS
===============================================*/
/*===============================================
= 404 Page CSS
===============================================*/
.error-404 {
    padding: 100px 0;
    text-align: center;
}
.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);
    font-weight: 600;

}
.error-404 .page-header h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
    padding: 0;
    margin: 20px 0 14px;
}
.error-404 .page-content p {
    font-size: 18px;
    line-height: 1.55;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}
.site-main.error_404_page {
    padding: 0px !important;
}
.search .header-bottom, .error404 .header-bottom{
    position: relative;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}
@media only screen and (max-width: 1440px){
    .error-404 .page-header .page-title{
        font-size: 270px;
    }
    .error-404 .page-header h2{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1366px){
    .error-404{
        padding: 90px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 250px;
    }
    .error-404 .page-header h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px){
    .error-404{
        padding: 80px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 220px;
    }
    .error-404 .page-header h2{
        font-size: 34px;
    }
    .error-404 .page-content p {
        font-size: 17px;
        max-width: 460px;
    }
    .error404 header#masthead nav.navbar #main-nav{
        top: calc(100% + 12px);
        box-shadow: 0px 8px 30px rgb(30 43 143 / 10%);
    }
}
@media only screen and (max-width: 991px){
    .error-404{
        padding: 70px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 190px;
    }
    .error-404 .page-header h2{
        font-size: 32px;
    }
    .error-404 .page-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    .error-404{
        padding: 60px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 160px;
    }
    .error-404 .page-header h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px){
    .error-404{
        padding: 50px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 130px;
    }
    .error-404 .page-header h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 480px){
    .error-404{
        padding: 40px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 100px;
    }
    .error-404 .page-header h2 {
        font-size: 26px;
    }
}
/*===============================================
= 404 Page CSS
===============================================*/
/*===============================================
= New Service page CSS
===============================================*/
.box-content-info {
    margin-top: 30px !important;
}
.post-box-wrapper{
    background-color: var(--color-white);
    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;
}
.service_page_box .post-box-body{
    padding-bottom: 70px;
}
.post-box-body{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.post-box-title{
    margin-bottom: 15px;
}
.post-box-desc p{
    margin-bottom: 25px;
}
.post-box-cta{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.post-box-cta a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-content-info {
    margin-top: 30px;
}
.post-box-body .default-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 30px;
}
.post-box-title h3 {
    font-size: 24px;
    transition: all 0.4s;
    margin: 0;
}
.post-box-title a:hover h3 {
    color: var(--light_blue);
}
.post-box-desc p {
    margin-bottom: 10px !important;
}
.post-box-body .default-btn a.default-cta {
    color: var(--white_color) !important;
}
.post-box-body .default-btn a.default-cta:hover{
    color: var(--brown_color) !important;
}
@media screen and (max-width: 1199px) {
    .post-box-desc p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .box-content-info:first-child, .box-content-info:nth-child(2) {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 576px) {
    .post-box-body .default-btn .default-cta {
        width: 100% !important;
        max-width: 100%;
    }
    .post-box-title h3 {
        font-size: 20px;
    }
    .box-content-info:first-child {
        margin-top: 10px !important;
    }
}
/*===============================================
= End New Service page CSS
===============================================*/
.services-menu li {
    padding-left: 34px;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}
.services-menu li:not(:last-child) {
    margin-bottom: 24px;
}
.services-menu li::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    background-image: url("/wp-content/uploads/2023/04/star-design.svg");
    width: 20px;
    height: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
/*===============================================
= start  Meet the Doctors CSS
===============================================*/
.read-more-scroll {
    padding-right: 5px !important;
}
.read-more-scroll .more-text {
    display: none !important;
}
.read-more-scroll p.read-more-span:not(:last-child) {
    margin-bottom: 10px;
}
.read-more-scroll p.read-more-span:not(:first-child) {
    margin-top: 10px;
}
.doctor-content{
    max-height: 400px !important;
    padding: 0 10px 0 0 !important;
    display: inline-block;
}
.doctor-content .scrollbar-active {
    max-height: 240px !important;
    overflow-y: scroll;
}
@media only screen and (max-width: 767px){
    .dr_description.scroll-content{
        height: auto !important;
    }
}
/*===============================================
= end  Meet the Doctors CSS
===============================================*/
/*===============================================
= Team page style CSS
===============================================*/
.team-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    color: var(--body_text_color);
    max-height: 177px !important;
    padding: 0 15px 0 0 !important;
}
.team-box .scrollbar-active {
    max-height: 180px !important;
}
.team-box a.read-more {
    color: var(--brown_color);
}
.team-box h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--vollkorn_font);
    margin: 0 0 12px;
    text-transform: uppercase;
}
.team-box .elementor-image-box-content {
    padding: 25px;
}
.team-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 15px;
}
.team-box .more-text{
    display: none;
}
.team-box .elementor-image-box-wrapper {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .team-box p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .team-box img {
        border-top-right-radius: 15px;
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .team-box .elementor-image-box-wrapper .elementor-image-box-img {
        height: 100%;
    }
    .team-box .elementor-widget-container {
        height: 100%;
        display: flex;
    }
    .team-box img {
        height: 100%;
        border-bottom-left-radius: 15px;
    }
    .team-box {
        height: 100%;
    }
}
/*===============================================
= End Team page style CSS
===============================================*/
/*===============================================
= testimonial-video-sec start CSS
===============================================*/
.vd-testimonial-content {
    position: relative
}
.vd-testimonial-text {
    background: var(--bg_color);
    padding: 12px 24px;
    text-align: center;
}
.vd-testimonial-text h3 {
    font-size: 16px;
    line-height: 1.5;
    color: var(--white_color);
    font-weight: 400;
    font-style: italic;
}
.vd-testimonial-text h4 {
    text-align: right;
    margin-top: 4px;
    font-weight: 600;
    font-size: 18px;
    color: var(--white_color);
}
.vd-testimonial-text h3 span {
    color: #e5c160;
    font-size: 14px;
}
.vd-testimonial-img {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}
.vd-testimonial-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(24, 54, 99, 0) 0%, rgba(24, 54, 99, .42) 50.52%)
}
.vd-testimonial-img video,
.vd-testimonial-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.vd-dots .slick-dots li,
.vd-dots .slick-dots li button,
.vd-dots .slick-dots li button::before {
    width: 12px;
    height: 12px;
    border-radius: 100%
}
.vd-dots .slick-dots li {
    margin: 0 4px
}
.vd-dots .slick-dots li.slick-active button::before {
    background: #e5c160;
}
.vd-dots .slick-dots li button::before {
    font-size: 0;
    background: #C4CDDC;
    border-radius: 100%;
    line-height: 12px;
    opacity: 1
}
.vd-testimonial-slider .slick-prev {
    left: -100px;
}
.vd-testimonial-slider .slick-next {
    right: -100px;
}
.slick-arrow {
    z-index: 11;
    border: none !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    background-color: var(--blue_color) !important;
    border-radius: 50px !important;
    border: 1px solid var(--blue_color) !important;
    padding: 0 !important;
    font-size: 0 !important;
}
.slick-arrow::before {
    transform: translate(-50%, -50%);
    content: "";
    background-image: url("/wp-content/uploads/2023/08/left-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.slick-arrow.slick-next::before {
    content: "";
    background-image: url("/wp-content/uploads/2023/08/right-arrow.svg");
}
.vd-testimonial-slider .slick-next.slick-arrow::before {
    content: "\f105"
}
.vd-testimonial-slider .slick-slide.slick-active {
    transition: all 0.5s;
    position: relative;
    opacity: 0.8;
}
.vd-testimonial-slider .slick-slide.slick-active.slick-center {
    opacity: 1;
}
.vd-testimonial-slider .slick-slide.slick-center.slick-active::before {
    display: none
}
.vd-testimonial-slider .slick-slide.slick-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}
.vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide, .vd-testimonial-slider .slick-slide:nth-child(2) .vd-testimonial-slide {
    margin: 0 -95px !important;
    position: relative !important;
    z-index: 11 !important;
    transition: none !important
}
.vd-testimonial-slider .slick-slide.slick-active.slick-center+.slick-slide.slick-active+.slick-slide.slick-active .vd-testimonial-slide {
    margin: 0 !important;
    position: relative !important;
    z-index: 9 !important
}
embed,
iframe,
object {
    max-width: 100%
}
.vd-testimonial-slider .slick-dots {
    bottom: -45px;
}
/*.vd-testimonial-slider button.slick-arrow:hover {
    background-color: transparent !important;
    border-color: var(--blue_color) !important;
}*/
@media only screen and (max-width:1199px) {
    .vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide {
        margin: 0 -100px !important
    }
    .vd-testimonial-slider .slick-next {
        right: -25px;
    }
    .vd-testimonial-slider .slick-prev {
        left: -25px;
    }
}
@media screen and (min-width: 992px) {
  .vd-testimonial-slider .slick-track {
      display: flex;
      align-items: center;
  }
}
@media only screen and (max-width:991px) {
    .vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide {
        margin: 0 !important
    }
}
.full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.vd-testimonial-content .full_img {
    position: relative;
    padding-top: 56.60%;
}
.full_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-btn {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
}
.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: 5px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff !important;
    opacity: 1;
    background: transparent;
    border: none;
    line-height: 1;
}
.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:864px) {
    .modal-dialog {
        margin-right: 30px;
        margin-left: 30px
    }
}

/* vd-slider */
.vd-slider .slick-dots {
    bottom: -35px;
}
@media screen and (max-width: 991px) {
    .vd-slider {
        margin-bottom: 55px !important;
    }   
}
/*===============================================
= End testimonial-video-sec CSS
===============================================*/
.container1024{
    max-width: 1024px !important;
}
@media only screen and (max-width: 991px){
    .image-heading{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 767px){
    .patient-box.last-img{
        padding-top: 30px;
    }
    .image-heading{
        padding-bottom: 30px;
    }
}
/*===============================================
= Start Insurance Section CSS
===============================================*/
/*@media only screen and (min-width: 1200px){
    .insurance-section .container{
        max-width: 1200px;
    }
}
.insurance-content {
    background-color: var(--bg_color);
    padding: 50px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
}*/
.insurance-content .services-menu li:last-of-type{
    margin-bottom: 10px;
}
.insurance-list li {
    padding-left: 54px;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.insurance-list li::before {
    position: absolute;
    content: "";
    top: 14px;
    left: 30px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background-color: var(--brown_color);
    border-radius: 100%;
}
/*@media only screen and (max-width: 1025px){
    .insurance-content{
        padding: 40px;
    }
}*/
@media only screen and (max-width: 991px){
    /*.insurance-content{
        padding: 30px;
        border-radius: 10px;
    }*/
    .insurance-content .services-menu li, .insurance-list li{
        font-size: 16px;
    }
}
/*@media only screen and (max-width: 767px){
    .insurance-content{
        padding: 20px;
    }
}*/
/*===============================================
= End Insurance Section CSS
===============================================*/
.image-content-inner {
    width: 100%;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
}
.content-inner{
    padding: 30px;
    background: var(--bg_color);
}
.content-inner h3{
    padding-bottom: 15px;
}
.content-inner h3 a{
    color: var(--brown_color);
}
.content-inner h3 a:hover{
    color: var(--blue_color);
}
@media only screen and (min-width: 1441px){
    .content-inner h3{
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px){
    .image-content-inner{
        margin-top: -30px;
    }
    .content-inner{
        padding: 10px;
    }
    .content-inner h3{
        padding-bottom: 5px;
    }
}