/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  GeneratePress Child Theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com/
Template:     generatepress
Version:      3.4.0
Text Domain:  generatepresschild
*/
/*Fonts*/
@font-face {
    font-family: 'Recoleta';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.eot');
    src: local('Recoleta Bold'), local('Recoleta-Bold'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.eot');
    src: local('Recoleta SemiBold'), local('Recoleta-SemiBold'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.eot');
    src: local('Recoleta Medium'), local('Recoleta-Medium'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.eot');
    src: local('Recoleta Regular'), local('Recoleta-Regular'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Recoleta-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
:root {
    --recoleta: 'Recoleta', serif;
    --mulish: 'Mulish', sans-serif;
    --blue_color: #193D5C;
    --skin_color: #EFE9CE;
    --white: #FFFFFF;
    --black: #5C6064;
    --light_bg_color: #f3f6f8;
    --blue_color_filter: brightness(0) saturate(100%) invert(20%) sepia(70%) saturate(488%) hue-rotate(164deg) brightness(91%) contrast(96%);;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--mulish);
}
body {
    overflow-x: hidden !important;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4 {
    font-family: var(--recoleta);
    color: var(--blue_color);
}
h1,
h2,
h3,
h4,
h5,
h6,
body p {
    margin-bottom: 0;
    padding: 0;
}
body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--mulish);
    color: var(--black);
}
body a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
p:empty,
li:empty {
    display: none !important;
}
p a,
li a {
    color: var(--blue_color);
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
}
p strong,
p b,
li strong,
li b {
    color: var(--blue_color);
}
a {
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: inherit;
}
section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
img {
    display: block;
}
label.label1 {
    font-family: var(--mulish) !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: red !important;
    margin: 0 !important;
    position: absolute;
    bottom: -18px;
    left: 0;
}
body h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--blue_color);
}
body h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--blue_color);
    letter-spacing: 0.68px;
}
body h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--blue_color);
    margin-bottom: 20px;
    letter-spacing: 0.48px;
}
.text_blue {
    color: var(--blue_color);
}

@media only screen and (max-width: 1600px) {
    body h2 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1024px) {
    body h2 {
        font-size: 46px;
    }
}
@media only screen and (max-width: 991px) {
    body h2 {
        font-size: 40px;
    }
    body h3 {
        font-size: 25px;
    }
    body h4 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    body h2 {
        font-size: 28px;
    }
    body h3 {
        font-size: 22px;
    }
    body h4 {
        font-size: 15px;
    }
    body p {
        font-size: 16px;
    }
    .simple-textbg-section .common-title h2 br {
        display: none;
    }
}
@media only screen and (max-width:375px) {
    body h2 {
        word-wrap: normal;
    }
}
/****** Container css ******/
@media only screen and (max-width: 991.98px) {
    body .container, body .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 576px) {
    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px) {
    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    body .container,
    body .grid-container {
        max-width: 920px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    body .container,
    body .grid-container {
        max-width: 960px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    body .container,
    body .grid-container {
        max-width: 1140px;
        width: 100%;
    }
}
@media only screen and (min-width: 1300px) {
    body .container,
    body .grid-container {
        max-width: 1210px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px) {
    body .container,
    body .grid-container {
        max-width: 1360px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    body .container,
    body .grid-container {
        max-width: 1400px;
        width: 100%;
    }
}
@media only screen and (min-width: 1700px) {
    body .container,
    body .grid-container {
        max-width: 1600px;
        width: 100%;
    }
}
@media only screen and (min-width : 1500px) {
    body .mxw-1500 {
        max-width: 1500px;
        margin: 0 auto;
    }
}
@media only screen and (min-width : 1400px) {
    body .mxw-1320 {
        max-width: 1320px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    body .mxw-1024 {
        max-width: 1024px;
    }
}
.site.grid-container.container {
    padding: 0;
    max-width: 100% !important;
}
.site-content {
    display: inherit;
}
/****** section_padding css ******/
.section_padding {
    padding: 100px 0;
}
.section_margin {
    margin: 100px 0;
}
@media only screen and (max-width: 1200px) {
    .section_padding {
        padding: 80px 0;
    }
    .section_margin {
        margin: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .section_padding {
        padding: 60px 0;
    }
    .section_margin {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .section_padding {
        padding: 50px 0;
    }
    .section_margin {
        margin: 50px 0;
    }
}
/********   default-btn css *******/
.default-btn {
    color: var(--white) !important;
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
    padding: 12px 20px;
    border-radius: 50px;
    background: var(--blue_color);
    margin-top: 32px;
    border: 2px solid var(--blue_color);
    text-align: center;
    transition: all 0.3s ease 0s;
}
.default-btn:not(.header-btn .default-btn) {
    margin-top: 36px;
}
.default-btn:hover,
.default-btn:focus {
    background-color: transparent;
    color: var(--blue_color) !important;
}
/*----- whhite btn ------*/
.white-btn {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--blue_color) !important;
}
.white-btn:hover,
.white-btn:focus {
    color: var(--white) !important;
    background-color: transparent;
}
/*------ border btn -----*/
.default-btn.border-btn {
    color: var(--blue_color) !important;
    background-color: transparent;
}
.default-btn.border-btn:hover,
.default-btn.border-btn:focus {
    color: var(--white) !important;
    background-color: var(--blue_color);
}
@media only screen and (max-width: 1300.98px) {
    .default-btn {
        padding: 14px 20px;
    }
}
@media only screen and (max-width: 576.98px) {
    .default-btn {
        padding: 13px;
        width: 100%;
    }
    body .default-btn span {
        display: none;
    }
}
/*============================================
= Start Default Content Section CSS
=============================================*/
.default-content h2,
.h2_heading,
.common-title h2,
.content-box h2 {
    margin-bottom: 20px;
}
.page-id-3 .content-box h2, .page-id-612 .content-box h2{
    text-align: left !important;
}
.content-box:not(:last-child) {
    margin-bottom: 40px;
}
.sub-title {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 24px;
    position: relative;
}
.body-big-text p {
    font-size: 24px;
    font-family: var(--recoleta);
}
.padding-box-left {
    padding-left: 76px;
}
.padding-box-right {
    padding-right: 76px;
}
.default-content ul:has(+p),
.default-content p:has(+ul) {
    padding-bottom: 14px !important;
    margin-bottom: 0;
}
ul.service-menu li {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
ul.service-menu li:before {
    position: absolute;
    content: "";
    background-color: var(--blue_color);
    border-radius: 100%;
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
}
@media only screen and (max-width: 1600px) {
    .body-big-text p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .padding-box-left {
        padding-left: 20px;
    }
    .padding-box-right {
        padding-right: 20px;
    }
    .body-big-text p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991.98px) {
    .padding-box-left {
        padding-left: 0;
    }
    .padding-box-right {
        padding-right: 0;
    }
    .default-img {
        margin: 0 auto 30px;
    }
    .default-img img {
        width: 100%;
    }
}
@media only screen and (min-width: 576px) {
    .listing-column {
        column-count: 2;
        column-gap: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .sub-title {
        font-size: 20px;
    }
}
/* light BG section */
.light_bg_color {
    background-color: var(--light_bg_color);
}
/*Dark bg section*/
.bg_color {
    background-color: var(--blue_color);
}
.bg_color p,
.bg_color h2,
.bg_color h3,
.bg_color h4,
.bg_color li,
.bg_color p a,
.bg_color li a {
    color: var(--white);
}
.bg_color p a:hover,
.bg_color li a:hover {
    color: var(--skin_color);
}
/*============================================
= End Default Content Section CSS
=============================================*/
/*============================================
= start slide arrow Section CSS
=============================================*/
.image_slider .slick-next, .image_slider .slick-prev,
.before-after-slider .slick-next, .before-after-slider .slick-prev,
.doctor-slider .slick-next, .doctor-slider .slick-prev,
.patient_slider .slick-next, .patient_slider .slick-prev,
.review-slider .slick-next, .review-slider .slick-prev,
.service-row-slider .slick-next, .service-row-slider .slick-prev,
.logo-slider .slick-next, .logo-slider .slick-prev {
    top: calc(100% + 48px);
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 7px 7px 20px 0px #554C4C33;
    border-radius: 50%
}
.logo-slider .slick-next, .logo-slider .slick-prev {
    top: calc(100% + 14px);
}
.image_slider .slick-next, .before-after-slider .slick-next, .doctor-slider .slick-next, .patient_slider .slick-next,
.service-row-slider .slick-next,
.logo-slider .slick-next {
    right: 50%;
    transform: translateX(calc(100% + 20px));
}
.image_slider .slick-prev, .before-after-slider .slick-prev, .doctor-slider .slick-prev, .patient_slider .slick-prev,
.service-row-slider .slick-prev,
.logo-slider .slick-prev {
    left: 50%;
    transform: translateX(calc(-100% - 20px));
}
.image_slider .slick-next:before, .image_slider .slick-prev:before,
.before-after-slider .slick-next:before, .before-after-slider .slick-prev:before,
.doctor-slider .slick-next:before, .doctor-slider .slick-prev:before,
.patient_slider .slick-next:before, .patient_slider .slick-prev:before,
.review-slider .slick-next:before, .review-slider .slick-prev:before,
.service-row-slider .slick-next:before, .service-row-slider .slick-prev:before,
.logo-slider .slick-next:before, .logo-slider .slick-prev:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2024/08/arrow-left-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_slider .slick-next:before, .before-after-slider .slick-next:before, .doctor-slider .slick-next:before, .patient_slider .slick-next:before, .review-slider .slick-next:before,
.service-row-slider .slick-next:before,
.logo-slider .slick-next:before {
    transform: rotate(180deg)
}
@media only screen and (max-width: 991.98px) {
    .image_slider  .slick-next, .image_slider  .slick-prev,
    .before-after-slider .slick-next, .before-after-slider .slick-prev,
    .doctor-slider .slick-next, .doctor-slider .slick-prev,
    .patient_slider .slick-next, .patient_slider .slick-prev,
    .review-slider .slick-next, .review-slider .slick-prev,
	.service-row-slider .slick-next, .service-row-slider .slick-prev{
        top: calc(100% + 20px);
    }
    .logo-slider .slick-next, .logo-slider .slick-prev {
        top: calc(100% + 10px);
    }
    .logo-slider .slick-next, .logo-slider .slick-prev {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .image_slider  .slick-next, .image_slider  .slick-prev,
    .before-after-slider .slick-next, .before-after-slider .slick-prev,
    .doctor-slider .slick-next, .doctor-slider .slick-prev,
    .patient_slider .slick-next, .patient_slider .slick-prev,
    .review-slider .slick-next, .review-slider .slick-prev,
	.service-row-slider .slick-next, .service-row-slider .slick-prev {
        width: 40px;
        height: 40px;
    }
    .logo-slider .slick-next, .logo-slider .slick-prev {
        width: 30px;
        height: 30px;
    }
    .image_slider  .slick-prev, .before-after-slider .slick-prev, .doctor-slider .slick-prev, .patient_slider .slick-prev, .review-slider .slick-prev,
	.service-row-slider .slick-prev{
        transform: translateX(calc(-100% - 10px));
    }
    .image_slider  .slick-next, .before-after-slider .slick-next, .doctor-slider .slick-next, .patient_slider .slick-next, .review-slider .slick-next,
	.service-row-slider .slick-next{
        transform: translateX(calc(100% + 10px));
    }
}

/* arrow section bottom padding */
.bottom_arrow_sec {
    padding-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
    .bottom_arrow_sec {
        padding-bottom: 180px;
    }
}
@media only screen and (max-width: 767.98px) {
    .bottom_arrow_sec {
        padding-bottom: 100px;
    }
}
/*============================================
= End slide arrow Section CSS
=============================================*/
/*============================================
= Start Header CSS
=============================================*/
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.1s ease 0s;
}
.site-header.sticky {
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
}
header.site-header,
.inside-navigation.grid-container {
    padding: 0px;
}
.main-navigation .main-nav > .menu > li:has(.current-menu-item) > a {
    color: var(--blue_color) !important;
}
/*Mobile toggle*/
.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus {
    background-color: unset !important;
}
button.menu-toggle .gp-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    height: 48px;
    aspect-ratio: 1;
    border: 2px solid var(--blue_color);
    border-radius: 4px;
}
button.menu-toggle .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    margin-bottom: 4px;
    color: var(--blue_color);
}
.mobile-menu-control-wrapper .menu-toggle {
    padding-right: 0 !important;
}
.main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
    padding: 0 !important;
}
.has-sticky-branding .navigation-branding {
    margin-right: auto;
}
.mobile-menu-open.slide-opened .offside-js--is-open {
    overflow: hidden;
}
@media only screen and (min-width: 1301px) {
    .main-navigation ul li ul {
        width: 250px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1600.98px) {
    .main-navigation .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 10px;
    }
	.main-navigation ul li ul {
		width: 200px;
	}
}
@media only screen and (max-width: 1500.98px) {
    .main-navigation a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1450.98px) {
    .main-navigation a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1300.98px) {
    .has-sticky-branding.navigation-stick .inside-navigation {
        padding: 10px 15px !important;
    }
     .main-navigation .main-nav ul li a {
        line-height: 3;
    }
}
@media only screen and (max-width: 991.98px) {
    .has-sticky-branding.navigation-stick .inside-navigation {
        padding: 10px 30px !important;
    }
    .inside-header {
        padding: 10px 20px !important;
    }
    .header-btn.call-btn a {
        padding: 13px;
    }
}
@media only screen and (max-width: 575px) {
    button.menu-toggle .gp-icon {
        height: 40px;
    }
    .mobile-menu-control-wrapper .menu-toggle {
        padding-left: 8px !important;
    }
}
/* header button css */
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 36px 0 0;
}
.btn-wrap .default-btn {
    margin-top: 0 !important;
}
.inside-header .btn-wrap {
    flex-wrap: nowrap !important;
    margin-left: 12px;
    gap: 10px;
    margin-top: 0 !important;
}
@media only screen and (max-width: 1300px) {
    .inside-header .btn-wrap {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header-btn.call-btn {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .header-btn.call-btn img {
        display: none;
    }
}
@media only screen and (max-width: 991.98px) {
    .header-btn.call-btn a span {
        display: none
    }
    .header-btn.call-btn img {
        width: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .header-btn.appointment-btn {
        display: none
    }
    .header-btn.call-btn a {
        border-radius: 4px;
        padding: 12px !important
    }
}
@media only screen and (max-width: 575px) {
    .inside-header .btn-wrap {
        flex-wrap: nowrap !important;
        margin-left: auto;
        max-width: fit-content;
        padding-left: 10px
    }
    .header-btn.call-btn a {
        border-radius: 4px;
        padding: 8px !important
    }
}
/*============================================
= End Header CSS
=============================================*/
/* =========================================================
== Start Footer CSS 
============================================================ */
.site-footer{
    background-color: var(--accent);
}
body img.footer-logo {
    margin-bottom: 30px;
    max-width: 134px !important;
    width: 100%;
}
.site-footer .inside-footer-widgets>* .inner-padding,
footer.site-info {
    padding: 0 15px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin: 0 -15px;
}
.footer-widget-1 aside#text-2 .textwidget p {
    font-family: var(--recoleta) !important;
}
footer .inside-site-info {
    padding-left: 0px;
    padding-right: 0px;
}
.site-footer p {
    color: #EEF4FC;
    font-size: 16px;
}
.site-footer a:hover {
    color: var(--skin_color);
}
.footer-widgets p, .footer-widgets p a, 
.footer-widgets li, .footer-widgets li a {
    font-weight: 400;
    color: #EFF3F6;
}
.footer-widget-1 img {
    max-width: 200px !important;
    width: 100%;
}
.social-icon {
    display: flex;
}
.social-icon a:not(:last-of-type) {
    margin-right: 10px;
}
.social-icon p {
    margin-bottom: 0px !important;
    margin-right: 20px;
    font-family: var(--recoleta);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
@media only screen and (min-width: 1201px) and (max-width: 1299.99px) {
    .inside-footer-widgets {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 1300px) {
    .inside-footer-widgets {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 1201px) {
    .footer-widget-1 aside#text-2 .textwidget {
        padding-right: 9%;
        max-width: 580px;
    }
    .footer-widget-1 aside#text-2 .textwidget p {
        font-size: 18px;
    }
    .footer-widget-3 {
        display: flex;
        justify-content: center;
    }
    .footer-widgets p:not(:last-child),
    .footer-widgets #menu-footer-menu li:not(:last-child) {
        margin-bottom: 13px;
    }
}
/*@media only screen and (min-width: 1600px) {
    .inside-footer-widgets {
        grid-template-columns: 4fr 1fr 1fr 1fr;
    }
}*/
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        row-gap: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    footer .inside-site-info {
        padding-bottom: 40px;
    }
}
/* copy right */
.copyright-bar {
    display: block;
    width: 100%;
    margin: 0 15px !important;
    border-top: 1px solid;
    padding-top: 40px;
}
.copy-right-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}
.copy_right_link a {
    font-family: var(--recoleta);
    font-weight: 500;
    font-size: 16px;
}
.copy-right-left p {
    font-family: var(--recoleta);
}
.copy-right-right {
    display: flex;
    gap: 20px;
}
.footer-social-media {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 14px;
    color: var(--white);
}
.footer-social-media img:hover {
    filter: brightness(0) saturate(100%) invert(95%) sepia(6%) saturate(1374%) hue-rotate(328deg) brightness(106%) contrast(87%);
}
@media only screen and (max-width: 767.98px) {
    .copy-right-right {
/*        flex-direction: column;*/
        justify-content: center;
        width: 100%;
    }
    .footer-social-media {
        justify-content: center;
    }
    .footer-social-media img {
        width: 20px;
        height: 20px;
    }
    .copyright-bar {
        padding-top: 30px
    }
}
/* =========================================================
== End Footer CSS 
============================================================ */
/*============================================
= Start 404 page CSS
=============================================*/
.error-404 h1 {
    color: var(--blue_color);
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: var(--recoleta);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.error-404 .common-title h3 {
    color: var(--blue_color);
}
/*============================================
= End 404 page CSS
=============================================*/
/*============================================
= Start Banner section CSS
=============================================*/
.banner-content h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--blue_color);
}
.banner_img_main img {
    border-radius: 24px;
}
.hero-banner {
    padding-top: 35px;
}
.home .hero-banner {
    margin-bottom: 0;
}
.banner_img_main img {
    border-radius: 24px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}
@media only screen and (max-width: 1600px) {
    .banner-content h1 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .hero-banner .banner-content h1 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .banner_slider .slick-list {
        padding: 0 0 35.5% 0;
    }
    .banner_slider .slick-slide {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 991.98px) {
    .hero-banner .banner-content h1 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
	.hero-banner .banner-content h1 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
	.hero-banner .banner-content h1 {
        font-size: 60px;
    }
}
/* banner rotate image */
@media only screen and (max-width: 991.98px) {
    .marquee {
        align-items: center;
        width: 100%;
        height: 350px;
        display: flex;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .marquee .marquee_vertical_main {
        animation: marquee-horizontal 40s linear infinite;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        gap: 20px;
        height: inherit;
    }
    .banner_img_main {
        height: inherit;
    }
    .marquee .banner_img {
        min-width: 500px;
        height: inherit;
    }
    .marquee .banner_img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    @keyframes marquee-horizontal {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
}
@media only screen and (max-width: 576.98px) {
    .marquee {
        height: 200px;
    }
    .marquee .banner_img {
        min-width: 290px;
    }
}
@media only screen and (min-width: 992px) {
    .marquee {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 600px;
        display: flex;
        position: relative;
        overflow: hidden;
    }
    .marquee_vertical_main {
        white-space: nowrap;
        will-change: transform;
        animation: marquee-vertical 40s linear infinite;
    }
    .marquee_vertical_main {
        animation: marquee-vertical 40s linear infinite;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        display: flex;
        position: relative;
        gap: 20px;
    }
    .marquee-cover {
        z-index: 10;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #fbf6ef), linear-gradient(to bottom, #fbf6ef, rgba(255, 255, 255, 0) 30%);
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        margin-left: 20%;
    }
    .hero-banner .padding-box-left {
        padding-left: 20%;
    }
    @keyframes marquee-vertical {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(-50%);
        }
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .marquee {
        height: 450px;
    }
}
/*============================================
= End Banner CSS
=============================================*/
/*============================================
= start Dark CTA section Banner CSS
=============================================*/
.call_to_action {
    padding: 50px 0px;
}
.cta_content {
    max-width: 700px;
    margin: auto;
}
/*.cta_content p {
    font-size: 36px;
    font-family: var(--recoleta);
}*/
@media only screen and (max-width: 1199.98px) {
    /*.cta_content p {
        font-size: 25px;
    }*/
}
/*============================================
= End Dark CTA section Banner CSS
=============================================*/
/*============================================
= Start Box section CSS
=============================================*/
.top_center_title {
    margin-bottom: 48px;
}
.card_box_wrapper_main {
    display: flex;
    flex-direction: column;
    gap: 64px;
    position: relative;
}
.card_box_wrapper {
    background-color: var(--white);
    border: 2px solid var(--blue_color);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 26px 26px 37px -10px rgba(19, 19, 19, .08);
}
.card_icon {
    max-width: 80px;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    margin-right: 2rem;
    /* height: auto; */
    /* width: 100%; */
}
.card_icon img {
    display: block;
    width: 100%;
}
lottie-player::part(path-part) {
    stroke: red; /* Change the stroke color */
}
#card_box1 {
    view-timeline: --subjectReveal block;
    animation-timeline: --subjectReveal;
    animation-name: zoombox1;
    animation-range: cover cover;
    animation-fill-mode: both;
    animation-duration: 2s;
    position: sticky;
    top: 150px;
}
@keyframes zoombox1 {
    0% {
        transform: scaleX(1);
    }
    20% {
        transform: scaleX(0.98);
    }
    40% {
        transform: scaleX(0.9);
    }
    100% {
        transform: scaleX(0.89);
        position: sticky;
    }
}
#card_box2 {
    view-timeline: --subjectReveal block;
    animation-timeline: --subjectReveal;
    animation-name: zoombox2;
    animation-range: cover cover;
    animation-fill-mode: both;
    animation-duration: 2s;
    position: sticky;
    top: 195px;
}
@keyframes zoombox2 {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scaleX(0.95);
    }
    50% {
        transform: scaleX(0.93);
    }
    100% {
        transform: scaleX(0.91);
        position: sticky;
    }
}
#card_box3 {
    view-timeline: --subjectReveal block;
    animation-timeline: --subjectReveal;
    animation-name: zoombox3;
    animation-range: cover cover;
    animation-fill-mode: both;
    animation-duration: 2s;
    position: sticky;
    top: 250px;
}
@keyframes zoombox3 {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scaleX(1.00);
    }
    50% {
        transform: scaleX(0.96);
    }
    100% {
        transform: scaleX(0.9);
        position: sticky;
    }
}
#card_box4 {
    view-timeline: --subjectReveal block;
    animation-timeline: --subjectReveal;
    animation-name: zoombox4;
    animation-range: cover cover;
    animation-fill-mode: both;
    animation-duration: 2s;
    position: sticky;
    top: 250px;
}
@keyframes zoombox4 {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scaleX(1.05);
    }
    50% {
        transform: scaleX(0.99);
    }
    60% {
        transform: scaleX(0.92);
        position: sticky;
    }
    100% {
        transform: scaleX(1);
        position: sticky;
    }
}
@media only screen and (max-width: 991.98px) {
    .card_box_wrapper_main {
        gap: 40px;
    }
    .top_center_title {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .card_box_main {
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        display: flex;
    }
}
@media only screen and (max-width: 767.98px) {
    .card_icon {
        margin: 0 auto 20px auto;
    }
    .card_box_main {
        text-align: center;
    }
}
/*============================================
= End Box section  CSS
=============================================*/
/*============================================
= start image slider section  CSS
=============================================*/
.image_slider_main img {
    border-radius: 8px;
}
/*============================================
= End image slider section  CSS
=============================================*/
/* =========================================================
Start Before after css
============================================================= */
.before-after-slider {
    margin-bottom: 0 !important
}
.comparison-content {
    margin: 0 25px
}
.repid-smile-bg .comparison-main .comparison {
    padding-bottom: 92%;
}
.repid-smile-bg .comparison-main>* {
    padding: 0;
}
.comparison {
    width: 100%;
    padding-bottom: 56.66%;
    overflow: hidden;
    position: relative;
}
.figure {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: var(--after-img);
}
.divisor {
    background-size: cover;
    position: absolute;
    width: 50%;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px -2px rgba(0,0,0,.3);
    bottom: 0;
    height: 100%;
    background-image: var(--before-img);
}
.divisor:before,.divisor:after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 20px);
    background: #fff;
    z-index: 3;
}
.divisor:before {
    top: 0;
    -webkit-box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
.divisor:after {
    bottom: 0;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
figure.figure::before {
    position: absolute;
    content: "Before";
    top: auto;
    bottom: 10px;
    left: 10px;
    width: 57px;
    height: 24px;
    color: var(--blue_color);
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--recoleta);
    background-color: var(--white);
    padding: 5px 8px;
    border-radius: 5px;
}
figure.figure::after {
    position: absolute;
    content: "After";
    top: auto;
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 24px;
    color: var(--blue_color);
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--recoleta);
    background-color: var(--white);
    padding: 5px 8px;
    border-radius: 5px;
}
.divisor span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    border-radius: 100%;
}
.handle:before,.handle:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.handle:before {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}
.handle:after {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}
.comparison input[type=range] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    cursor: col-resize;
    border: none;
    max-width: inherit;
    padding: 0;
}
input[type=range]:focus,input[type=range]:active {
    border: none;
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: 0 0;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
    box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
.comprison-before-after {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
.comprison-before-after>* {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}
@media only screen and (max-width: 1400px) {
    .comparison-content {
        margin:0 15px;
    }
}
@media only screen and (max-width: 991px) {
    .comparison-content {
        margin:0 10px;
    }
}
@media only screen and (max-width: 575px){
    .comparison-content {
        margin: 0;
    }
}
@media only screen and (max-width: 480px) {
    .comparison-content {
        padding: 0 8px !important;
    }
}
/* =========================================================
End Before after css
============================================================= */
/*============================================
= End review-slider section  CSS
=============================================*/
/*.review-section .top_center_title {
    margin-bottom: 0px;
}
section.review-section {
    background-color: #F6F9FD;
}
.review-section .sub-title {
    animation: typing 13s steps(26);
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    text-wrap: nowrap;
    transform-origin: left;
}
@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%;
    }
}
.review-tab-navigation {
    margin: 32px 0 40px;
}
.responsive-tabs {
    border: 0;
}
.responsive-tabs i {
    display: none;
}
.responsive-tabs {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.responsive-tabs li a {
    color: #207BB6;
    font-family: Recoleta;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    padding: 4px 16px;
    display: inline-block;
}
.responsive-tabs li a.active {
    font-weight: 600;
    border-color: #207BB6;
}
.tab-content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 96px;
}
.tab-content:before {
    position: absolute;
    content: "";
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.review-slider-content {
    padding: 73px 0 28px;
    text-align: center;
}
.review-slider-content .yelp-review img,
.review-slider-content .review-quote img {
    margin: 0 auto;
}
.review-description p {
    color: #207BB6;
    font-family: Recoleta;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    margin: 12px 0;
}
.review-author-name span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #207BB6;
}
.review-slider .slick-next,
.review-slider .slick-prev {
    top: calc(100% + 40px);
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 7px 7px 20px 0px #554C4C33;
    border-radius: 50%;
}
.review-slider .slick-next {
    right: 50%;
    transform: translateX(calc(100% + 20px));
}
.review-slider .slick-prev {
    left: 50%;
    transform: translateX(calc(-100% - 20px));
}
.review-slider .slick-next:before,
.review-slider .slick-prev:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2024/08/arrow-left-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-slider .slick-next:before {
    transform: rotate(180deg)
}
@media only screen and (max-width: 1400px) {
    .review-slider-content {
        padding: 56px 0 28px;
    }
}
@media only screen and (max-width: 1299px) {
    .review-description p {
        font-size: 28px;
    }
    .review-slider-content {
        padding: 40px 0 28px;
    }
}
@media only screen and (max-width: 991px) {
    .responsive-tabs {
        gap: 16px;
    }
    .responsive-tabs li a {
        font-size: 18px;
    }
    .review-description p {
        font-size: 24px;
    }
    .tab-content {
        margin-bottom: 56px
    }
    .review-slider .slick-next,
    .review-slider .slick-prev {
        top: calc(100%);
    }
}
@media only screen and (max-width: 768px) {
    .responsive-tabs {
        position: relative;
    }
    .responsive-tabs i {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .responsive-tabs li a,
    .responsive-tabs li {
        width: 100%;
    }
    .responsive-tabs li:not(.active) {
        display: none;
    }
    .responsive-tabs.open li {
        display: block;
    }
}
@media only screen and (max-width: 575px) {
    .review-description p {
        font-size: 16px;
    }
    .review-slider .slick-next,
    .review-slider .slick-prev {
        width: 40px;
        height: 40px;
    }
    .review-slider .slick-prev {
        transform: translateX(calc(-100% - 10px));
    }
    .review-slider .slick-next {
        transform: translateX(calc(100% + 10px));
    }
    .review-tab-navigation {
        margin: 20px 0;
    }
    .review-slider-content {
        padding: 20px 0;
    }
}*/
/*============================================
= End review-slider section  CSS
=============================================*/
/*===============================================
= Start Review CSS
===============================================*/
.review-slider {
    margin: 0 -15px;
}
.review-slider.slick-slider{
    margin-bottom: 0px;
}
.review-tab-navigation{
    display: none;
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DEE4E1;
    position: relative;
    align-items: center;
    justify-content: left;
/*    width: fit-content;*/
    margin: 0 auto;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li a {
    font-size: 18px;
    line-height: 1.66;
    color: var(--black);
    font-weight: 400;
    display: inline-block;
    padding-bottom: 18px;
}
.review-tab-navigation ul li a.active {
    border-bottom: 2px solid #207BB6;
}
.review-tab-navigation ul li:not(:last-child) {
    margin-right: 30px;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*     height: 100% !important; */
}
.review-slider .slick-track > div {
    height: auto;
    display: flex;
}
.review-slider-content {
    background: var(--light_bg_color);
    padding: 40px 30px 100px;
/*    margin: 0 15px;*/
    height: inherit;
    position: relative;
    margin-top: 35px;
/*    border: 1px solid #F4F4F4;*/
    transition: all 0.4s;
}
.review-slider-content.slick-slide{
    height: inherit;
}
.review-slider-content h3 {
    font-size: 24px;
    color: var(--blue_color);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.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;
    line-height: 1.85;
/*    padding: 0 15px 0 0!important;*/
    display: inline-block;
}
.review-slider .slick-slide > div {
    padding: 0px 15px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.google-review {
    position: absolute;
    bottom: 0;
    padding: 30px 0;
}
.more-text{
    display: none;
}
.review-section-content {
    position: relative;
}
.review-sec .review-slider .slick-arrow{
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
    .review-slider .slick-track {
        height: 100% !important;
    }
}
@media only screen and (max-width: 1199px) {
    .review-tab-navigation ul li a {
        font-size: 17px;
    }
    .google-review {
        padding: 30px 0;
    }
    .review-slider-content h3{
        font-size: 22px;
    }
}
@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 #DEE4E1;
    }
    .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;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
    }
    /*.responsive-tabs > i {
        position: absolute;
        top: 10px;
        font-size: 20px;
        right: 0px;
        display: block;
        padding: 0 5px;
        color: var(--blue_color);
    }*/
    .review-slider-content h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    }
    .review-tab-navigation ul{
        margin-top: 0px;
    }
    /*.review-slider-content{
        margin: 35px 15px 0;
    }*/
    .review-slider .slick-arrow{
        width: 30px;
        height: 30px;
    }
    .review-slider .slick-prev{
        left: 0;
    }
    .review-slider .slick-next{
        right: 0;
    }
    .review-slider .slick-prev:before, .review-slider .slick-next:before{
        background-size: 20px;
    }
    .review-slider-content h3{
        font-size: 18px;
    }
}
@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;
    overflow-y: scroll;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 700;
    color: var(--black);
    font-size: 16px;
    line-height: 1.6;
    transition: all .3s;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media only screen and (min-width: 768px){
    .tab-content {
        padding: 0 36px !important; 
    }
}
/* width */
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
@media only screen and (max-width:480px){
    .scrollbar-inner,
    .read-more-span{
        padding: 0px !important;
    }
}
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, .04); 
    border-radius: 10px;
}
/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: var(--blue_color); 
    border-radius: 10px;
}
/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: var(--black); 
}
/*===============================================
= End Review CSS
===============================================*/
/*============================================
= start icon-list-box section  CSS
=============================================*/
.icon-list-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.icon-list-box .icon-list-img img {
    max-width: 64px;
/*     width: 100%; */
    height: 64px;
    filter: var(--blue_color_filter);
}
.icon-list-content p {
    font-size: 18px;
    font-family: var(--recoleta);
    font-weight: 700;
    text-transform: capitalize;
}   
.icon-list-wrapper {
    display: grid;
    row-gap: 32px;
    column-gap: 20px;
}
@media only screen and (max-width: 1199px) {
    .icon-list-box .icon-list-img img {
        max-width: 50px;
        width: 100%;
        height: 50px;
    }
}
@media only screen and (min-width: 576px) {
    .icon-list-wrapper {
        row-gap: 32px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 575px) {
    .icon-list-wrapper {
        row-gap: 20px;
    }
}
/*============================================
= End icon-list-box section  CSS
=============================================*/
/*============================================
= Start Sub page common section CSS
=============================================*/
/* ========== Left Side Css ==========*/
#bottom_space_zero {
    padding-bottom: 0px;
}
.video-content{
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.video-content iframe,
.video-content img {
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 30px 20px 0px;
            box-shadow: rgb(0 0 0 / 10%) 0px 30px 20px 0px;
}
.video-content iframe {
    aspect-ratio: 16 / 9;
    display: block;
}
.right-side-img-section .default-content,
.left-side-img-section .default-content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1500px){
    .video-content{
        max-width: 500px;
    }
}
@media only screen and (max-width: 991.98px) {
    .video-content{
        margin-bottom: 30px;
    }
}
/**************** box section css start ****************/
.box-text-section .default-content p {
    padding-top: 20px;
}
.box-text-section .default-content p {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
}
.box-text-section .box-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}
.box-text-section .default-content {
    margin-bottom: 40px;
}
.singular-box {
    padding: 24px;
    border: 1px solid #0068b530;
    box-shadow: 0px 0px 24px 0px #D6D5C02E;
    max-width: calc(33.33% - 32px);
    width: 100%;
    background: #e6ecf2;
}
.singular-box .box-title {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color: var(--title-black);
}
.box-text-section .box-caption {
    max-width: 1024px;
    padding: 0 12px;
    margin: 24px auto 0;
    text-align: center;
}
section#big_content_box .singular-box h4 {
    font-size: 20px;
}
section#big_content_box .singular-box h3 {
    font-size: 27px;
    margin-bottom: 15px;
}
#small_sub_Description h4 {
    font-size: 20px;
}
@media only screen and (min-width: 992px){
    .two_column_box .box-row .singular-box {
        max-width: calc(50% - 32px);
    }
}
@media only screen and (max-width: 1200px){
    .box-text-section .box-row{
        gap: 32px;
    }
    .singular-box{
        max-width: calc(50% - 16px);
    }
    .box-text-section .default-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px){
    .box-text-section .box-row{
        gap: 24px;
    }
    .singular-box{
        max-width: 100%;
        padding: 20px;
    }
    .singular-box .box-title {
        font-size: 20px;
    }
    .box-text-section .default-content {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    .common-content h3 {
        font-size: 20px;
    }
    .linear-section .common-content {
        padding-left: 24px;
    }
    section#big_content_box .singular-box h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px){
    section#big_content_box .singular-box {
        max-width: calc(50% - 30px);
    }
    section#big_content_box .box-text-section .box-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }
}
@media only screen and (max-width: 991px){
    section#big_content_box .singular-box {
        max-width: 100%;
    }
}
/**************** box section css end ****************/
/**************** start simple text section ****************/
.simple-text-section .top_center_title {
    margin-bottom: 40px;
}
.advantages_box .default-content {
    box-shadow: #207BB6c7 0px 2px 8px 0px;
    list-style: none;
    padding: 50px;
    border-radius: 20px;
    background: #207BB624;
    max-width: 900px;
    margin: auto;
}
.advantages_box {
    background: #fff;
}
.common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.common-listing li:not(:last-child){
    margin-bottom: 16px;
}
.common-listing:has(~ p) {
    margin-bottom: 20px;
}
.service-menu li::marker,
.number-listing li::marker {
    width: 20px;
    font-size: 20px;
}
.common-listing li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    aspect-ratio: 1;
    background-color: var(--blue_color);
    border-radius: 50%;
    top: 8px;
}
@media only screen and (max-width: 991.98px) {
    .simple-text-section .top_center_title {
        margin-bottom: 30px;
    }
    .advantages_box .default-content {
        padding: 30px;
    }
}
@media only screen and (max-width: 768px){
    .common-listing li, ul.service-menu li {
        font-size: 16px;
    }
    .advantages_box .default-content {
        padding: 20px;
    }
}
/**************** simple text section end ****************/
/*============================================
= End Sub page common section CSS
=============================================*/
/* =========================================================
Services Page Css Start
============================================================= */
.box-content-info {
    margin-top: 30px !important;
}
.post-box-wrapper{
    background-color: #fff;
    box-shadow: 0 100px 80px 0 hsl(0deg 0% 0% / 5%), 0 42px 33px 0 rgb(0 0 0 / 5%), 0 22px 18px 0 rgb(0 0 0 / 5%), 0 13px 10px 0 rgb(0 0 0 / 5%), 0 7px 5px 0 rgb(0 0 0 / 5%), 0 3px 2px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s;
    height: 100%;
    position: relative;
}
.post-box-img{
    margin-bottom: 24px;
}
.post-box-img img{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 9 / 6;
    object-fit: cover;
    object-position: top;
}
.service_page_box .post-box-body{
    padding-bottom: 70px;
}
.post-box-body{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.post-box-title{
    margin-bottom: 15px;
}
.post-box-desc p{
    margin-bottom: 25px;
}
.post-box-cta{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.post-box-cta a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-content-info {
    margin-top: 30px;
}
.post-box-body .default-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 30px;
}
.post-box-title h3 {
    font-size: 26px;
    transition: all 0.4s;
    color: var(--blue_color);
    margin: 0;
}
.post-box-title a:hover h3 {
    color: var(--black);
}
.post-box-desc p {
    margin-bottom: 10px !important;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*.post-box-body .button a.default-cta {
    color: var(--white_color) !important;
}
.post-box-body .button a.default-cta:hover{
    color: var(--brown_color) !important;
}*/
@media screen and (max-width: 1199px) {
    .post-box-desc p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .post-box-title h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .box-content-info:first-child, .box-content-info:nth-child(2) {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 576px) {
    .post-box-body .button .default-cta {
        width: 100% !important;
        max-width: 100%;
    }
    .post-box-title h3 {
        font-size: 20px;
    }
    .box-content-info:first-child {
        margin-top: 10px !important;
    }
}
/* =========================================================
Services Page Css Stop
============================================================= */
/*  ======================= FAQs Section Start ===================== */
.faqs-title h3 {
    padding-bottom: 40px;
}
.faqs-title h2{
    margin-bottom: 0px;
}
.faq-box:not(:first-of-type) .faq-content {
    display: none;
}
.faq-list{
    margin-bottom: 0px;
}
.faq-box{
    border-bottom: 1px solid #003267;
}
.faq-list h4{
    padding: 15px 15px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    width: 100%;
    color: #2E373C;
    text-align: left;
    border: none;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    font-family: var(--recoleta);
    transition: all 0.3s;
}
.faq-box.active h4.faq-title {
    color: #207BB6;
    background-color: rgba(100, 100, 111, 0.1);
}
.faq-list h4:before{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #2E373C;
    transition: all 0.4s;
    background-image: url("/wp-content/uploads/2024/10/plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.faq-box.active h4:before {
    background-image: url("/wp-content/uploads/2024/10/minus.svg") !important;
}
.faq-list .faq-content{
    padding: 15px;
}
@media only screen and (min-width: 1200px){
    .faqs-section .container {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1024px){
    .faq-list h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px){
    .faq-list h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-list h4{
        padding: 15px 25px 15px 15px;
    }
    .faq-list h4:before{
        right: 10px;
    }
}
@media only screen and (max-width:575px){
    .faq-list h4 {
        font-size: 16px;
    }
}
/*  =======================   FAQs Section Stop ===================== */
a.portfolio-box-info-content {
    width: 100%;
    padding: 0 10px;
}
.image_slider {
    margin: 0px -10px;
}
.image_slider .slick-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
	
}
/*  =======================   Doctor Section Start ===================== */
/* .doctor-content {
    padding-top: 40px;
} */
.doctor-content span {
    font-family: var(--recoleta);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
    display: block;
    color: #5C6064;
}
.doctor-content h2{
    margin-bottom: 28px;
}
.dr-img {
    text-align: center;
}
.dr-img img {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px;
}
.doctor-slider {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.doctor-slider .slick-slide > div{
    text-align: center;
}
.doctor-content h3 {
    font-size: 24px;
}
.doctor-content{
    text-align: left;
	padding-top: 40px;
}
.doctor-content a span{
    font-size: inherit;
    padding-bottom: 0;
    border-bottom: 1px dashed var(--blue_color);
}
@media only screen and (min-width: 1025px){
    .doctor-content h2{
        font-size: 46px;
    }
}
/* @media only screen and (max-width: 1599px){
    .doctor-content{
        padding-top: 30px;
    }
} */
/* @media only screen and (max-width: 1499px){
    .doctor-content{
        padding-top: 20px;
    }
} */
@media only screen and (max-width: 1199px){
    /* .doctor-content{
        padding-top: 0px;
    } */
    .doctor-content span{
        font-size: 26px;
    }
    .doctor-content h2{
        margin-bottom: 26px;
    }
}
@media only screen and (max-width: 1024px){
    .doctor-content span{
        font-size: 24px;
    }
    .doctor-content h2{
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 991px){
    /* .doctor-content{
        padding-top: 30px;
    } */
    .doctor-content span{
        font-size: 22px;
    }
    .doctor-content h2{
        margin-bottom: 22px;
    }
    .doctor-slider {
        gap: 50px;
    }
}
@media only screen and (max-width: 767px){
    .doctor-sec {
        padding-bottom: 100px;
    }
    .doctor-content span{
        font-size: 20px;
    }
    .doctor-content h2{
        margin-bottom: 20px;
    }
}
/*  =======================   Doctor Section Stop ===================== */
/*============================================
= start Team Section CSS
=============================================*/
.common-team-image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 96%;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: top center;
}
.team-col {
    margin-bottom: 24px;
}
.team-box {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .15);
    border-radius: 14px;
    max-width: 546px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.team-img, .team-content {
    width: 50%;
}
.team-img,
.team-img img {
    height: 100%;
    object-fit: cover;
}
.team-img img {
    width: 100%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.team-content {
    padding: 20px;
}
.team-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
    color: #373843;
}
.team-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--blue_color);
}
.team-content button.team-btn {
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    text-align: left;
    color: #000;
}
.team-content button.team-btn,
.team-content .modal-body h4 + p {
    margin-top: 15px;    
}
.team-content button.team-btn:hover, .team-content button.team-btn:focus {
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    color: var(--blue_color);
}
button.btn-close {
    box-shadow: none !important;
}
.team-btn {
    border: none !important;
}
.team-content button.team-btn img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(1%) hue-rotate(18deg) brightness(93%) contrast(95%);
    transition: all 0.4s;
}
.team-content button.team-btn:hover img {
    transform: translateX(8px);
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(2876%) hue-rotate(191deg) brightness(98%) contrast(101%);
}
.our-team-section .default-content {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1200px){
    .our-team-section .default-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px){
    .team-box h4{
        font-size: 18px;
    }
     .our-team-section .default-content {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px){
    .team-box h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 475px){
    .team-box{
        display: block;
        height: auto;
    }
    .team-img, .team-content {
        width: 100%;
    }
    .team-img img{
        border-bottom-left-radius: 0;
        border-top-right-radius: 14px;
    }
}
@media only screen and (min-width: 1025px) {
    .team-content h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .our-team-section .container{
        max-width: 1140px;
    }
}
/*============================================
= End Team Section CSS
=============================================*/
/*============================================
= Start Call To Action Section CSS
=============================================*/
.cta-sec {
    background-color: var(--blue_color);
    text-align: center;
    padding: 50px 0;
}
.cta-content h2, .cta-content p {
    color: #fff;
}
.cta-content p {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: var(--recoleta);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    padding-top: 12px;
}
/*============================================
= End Call To Action Section CSS
=============================================*/
/*============================================
= Start Patient Slider Section CSS
=============================================*/
/* .patient_vd_content h4 {
    font-weight: 700;
    margin-bottom: 5px;
}
.patient_vd_content {
    text-align: center;
}
.patient_vd_content p {
    font-size: 16px;
}
.patient_vd {
    position: relative;
    background: #D9D9D9;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 610px;
    border-radius: 12px;
    margin-bottom: 25px;
}
.patient_vd iframe {
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.patient_slider {
    margin: 0px -15px;
}
.patient_slider .slick-slide {
    padding: 0 15px;
}
.patient_slider .slick-list {
    padding-right: 60px;
}
.patient_slider_row > .col-12 {
    padding-right: 0px;
}
@media only screen and (min-width: 992px) {
    body .wide-container-left {
        max-width: calc(50% + 480px);
        margin-left: auto;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    body .wide-container-left {
        max-width: calc(50% + 570px);
        margin-left: auto;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1300px) {
    body .wide-container-left {
        max-width: calc(50% + 605px);
        margin-left: auto;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1400px) {
    body .wide-container-left {
        max-width: calc(50% + 680px);
        margin-left: auto;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1600px) {
    body .wide-container-left {
        max-width: calc(50% + 700px);
        margin-left: auto;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1700px) {
    body .wide-container-left {
        max-width: calc(50% + 800px);
        margin-left: auto;
        margin-right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width:767px) {
    body .wide-container-left {
        max-width:100%
    }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    body .wide-container-left {
        max-width:920px
    }
}
@media only screen and (max-width: 767px){
    .patient_slider .slick-list {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 575px){
    .patient_slider .slick-list {
        padding-right: 30px;
    }
} */
/*============================================
= End Patient Slider section CSS
=============================================*/

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

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

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

.site-map-menu li {
    list-style: none;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.site-map-menu ul {
    padding-top: 15px;
      padding-left: 35px;
}

.site-map-menu li a:before {
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.page-id-1452 .inside-article{
    padding-top: 0px;
}
.page-id-1452 a:not([href]) {
    text-decoration: none !important;
      cursor: text !important;
}
@media only screen and (max-width: 767px){
    .page-id-1452 .ps-5{
        padding: 0px !important;
    }
}
@media (min-width: 1200px) {
    .page-id-1452 .site.container {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) {
    .page-id-1452 .site.container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .page-id-1452 .site.container {
        max-width: 720px;
}
}
@media (min-width: 576px) {
    .page-id-1452 .site.container {
        max-width: 540px;
    }
}

/*----------End - site-map----------*/
/* -- Office Tour css */
.gallery-row{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
}
.gallery-col {
    max-width: calc(33.33% - 53.33px);
    width: 100%;
}
.gallery-row .video-content iframe {
    aspect-ratio: 1;
    display: block;
}
.gallery-col .video-content{
    background: #000;
}
.patient-img img {
    width: 100%;
}
@media only screen and (max-width: 1400px){
    .gallery-col{
        max-width: calc(33.33% - 40px);
    }
}
@media only screen and (max-width: 1199px){
    .gallery-col{
        max-width: calc(33.33% - 26.66px);
    }
}
@media only screen and (max-width: 991px){
    .gallery-col{
        max-width: calc(50% - 20px);
    }
    .gallery-col .video-content {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 575px){
    .gallery-col{
        max-width: 100%;
    }
}

/* video image and model */
.full_img {
    position: relative;
    text-align: center;
}
.full_img > img,
.full_img > picture > img {
    width: 100%;
}
.video-btn {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit !important;
    background-image: unset !important;
    background-color: transparent;
}
.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 !important;
    margin: auto !important;
    height: 100%;
    display: block !important;
}
.modal-body {
    position: relative;
    padding: 0
}
.modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0 !important;
    border: none !important;
}
.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: 55%;
    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 */
/*-- office tour css end -- */
ul.service-menu.seprate-list {
    column-count: 2;
}
@media only screen and (max-width:580px){
    ul.service-menu.seprate-list {
    column-count: unset;
}
}
/* ==========================================================
Blog CSS Start
=========================================================== */
.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 21/9;
}
.blog-post-section .default-content h3 {
    margin: 0 0 32px;
}
ul.blog-post-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
ul.blog-post-list li {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
            box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}
ul.blog-post-list li > a img {
    aspect-ratio: 1 / .6;
    object-fit: cover;
    object-position: center;
}
.blog-content {
    padding: 24px;
}
ul.blog-post-list li p{
    margin-bottom: 0;
}
ul.blog-post-list li p a{
    color: rgba(0, 0, 0, .5) !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 15px 0 0;
}
ul.blog-post-list li p a.read-more {
    color: var(--blue_color) !important;
}
ul.blog-post-list li a h2{
    color: var(--blue_color) !important;
    font-size: 22px;
    font-weight: 600;
    list-style: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
ol.number-list {
    margin-left: 0px;
}
.number-list li:not(:last-child) {
    margin-bottom: 10px;
}
.site-content .content-area {
    width: 100%;
}
.single-post .site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.single-post .site-content .inside-article {
    padding: 40px 0;
}
.single-post .site-content article a:not(.single-post .site-content article a.default-btn) {
    color: var(--blue_color);
}
.single-post .entry-title {
    line-height: 1.1;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .entry-content h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.single-post .entry-content h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}
.single-post .entry-content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
.single-post .entry-content h2,
.single-post .entry-content h4 {
    margin: 32px 0 16px;
    color: var(--blue_color);
}
.single-post .entry-content h3{
    margin: 32px 0 16px;
    color: var(--black);
}
.single-post .entry-content ul {
    margin: 0;
    padding: 0;
}
.single-post .entry-content ol li,
.single-post .entry-content ul li {
/*    color: #5E6569;*/
    font-family: var(--mulish);
    font-size: 18px;
    line-height: 1.5;
}
.post-list li::marker {
    font-size: 20px;
}
.single-post p strong,
.single-post .entry-content ol li b,
.single-post .entry-content ol li strong,
.single-post .entry-content ul li b, .single-post .entry-content ul li strong {
    color: #23263E;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
}
.single-post .entry-content ul li:not(:last-child) {
    margin: 0 0 16px;
}
.single-post .entry-content ul.post-list {
    list-style: disc;
    padding-left: 18px;
    margin-left: 12px;
}
.single-post .entry-content ul.post-list li::marker {
    color: var(--blue_color);
}
.single-post .entry-content ul.post-list li:not(:last-child) {
    margin: 0 0 8px;
}
.single-post .page-header-image-single img {
    margin: 0 auto;
}
.single-post .entry-content ul + p,
.single-post .entry-content p + ul {
    margin-top: 16px;
}
.single-post .site-content article a.default-btn {
    font-weight: 500 !important;
}
.post-logo-slider-sec p.slick-slide {
    display: none;
}
.post-logo-slider-sec .logo-slider {
    margin-bottom: 0;
}
span.tags-links a {
    font-size: inherit;
    font-weight: inherit;
}
span.tags-links {
    font-size: 16px;
    font-weight: 600;
}
.single-post h4.faq-title {
    margin: 0px;
}
@media only screen and (max-width: 1199px){
    .single-post .entry-content h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px){
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .single-post .entry-content h2{
        font-size: 28px;
    }
    .single-post .entry-content h3 {
        font-size: 22px;
    }
    .single-post .entry-content h4 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .single-post .entry-content h2{
        font-size: 26px;
    }
    .single-post .entry-content h3 {
        font-size: 20px;
    }
    .single-post .entry-content h4 {
        font-size: 22px;
    }
    .blog-post-section .default-content h3 {
        margin: 0 0 22px;
    }
}
@media only screen and (max-width: 575px){
    .single-post .entry-content h2{
        font-size: 24px;
    }
    .single-post .entry-content h3 {
        font-size: 18px;
    }
    .single-post .entry-content h4 {
        font-size: 20px;
    }
}
/*blog pagination*/
.pagination {
    margin: 40px 0 0;
}
.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
}
.pagination .nav-links>* {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    min-width: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: #207BB6;
    color: #fff;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover {
    background: #2b6247;
    color: #FFFFFF;
}
.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    font-size: 0px;
}
.pagination .nav-links .prev.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='M3.03 5.767.5 3.237 3.03.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.pagination .nav-links .next.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='m.707 5.767 2.53-2.53L.707.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 425px) {
    .pagination {
        margin: 25px 0 0;
    }
    .pagination .nav-links>* {
        font-size: 12px;
        min-width: 22px;
        padding: 4px 8px;
    }
    .pagination .nav-links .prev.page-numbers, .pagination .nav-links .next.page-numbers {
        background-size: 6px;
    }
}
/*Progress Bar Section*/
.progress-bar-all-datail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 32px;
}
.progress-first-inner-box,
.progress-bar-detail-box {
    padding: 24px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
            box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 16px;
}
.progress-first-inner-box h4,
.progress-bar-detail-box.default-content h4{
    color: #1D90CF;
}
.progress-first-inner-box h5{
    color: #000;
    margin-bottom: 4px;
}
.progress-bar-bg {
    width: 100%;
    height: 16px;
    margin-top: 3px;
    margin-bottom: 16px;
    background-color: #eee;
    border-radius: 10px;
}
.progress-bar-fill {
    position: relative;
    height: 100%;
    width: var(--fill-bar);
    background-color: #1D90CF;
    border-radius: 10px;
}
.progress-bar-fill:after {
    position: absolute;
    content: attr(data-value);
    font-size: 14px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4px;
}
@media only screen and (max-width: 768px){
    .progress-bar-all-datail{
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
}
/* ==========================================================
Blog CSS End
=========================================================== */
/*============================================
= Before And After Images page CSS
=============================================*/
.product-tab-content {
    display: none;
}
.page-template-gallery-template .comparison {
    padding-bottom: 44.5%;
}

.page-template-gallery-template .comparison-main {
    padding: 10px 0;
}
.product-tab-content.current {
    display: block;
}
.portfolio-box-info-content, .portfolio-box-info-content .portfolio-box-info {
    height: 100%;
}
.portfolio-box-info-content .portfolio-box-info img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}
ul.product-tabs {
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 20px;
    justify-content: center;
}

ul.product-tabs li.product-tab-link {
    background: #000000;
    padding: 12px 30px;
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    font-size: 1.29vw;
}

ul.product-tabs li.product-tab-link.current, ul.product-tabs li.product-tab-link:hover {
    background: var(--blue_color);
    color: var(--white);
}

.portfolio-box-info img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 5px;
}

/* .portfolio-tab-content {
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
} */

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

@media screen and (min-width: 1440px) {
    ul.product-tabs li.product-tab-link {
        font-size: 1vw;
    }
}

@media screen and (max-width: 991px) {
    ul.product-tabs li.product-tab-link {
        font-size: 1.8vw;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    ul.product-tabs {
        /*flex-direction: column;*/
        justify-content: center;
        align-items: center;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    ul.product-tabs li.product-tab-link {
        /*width: calc(30vw + 60px);*/
        justify-content: center;
        align-items: center;
        font-size: 2.5vw;
        display: flex;
        padding: 6px 13px;
    }
}

@media screen and (max-width: 640px) {
    .portfolio-box-row {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}
@media screen and (min-width: 1200px) {
    .page-template-gallery-template .comparison-content {
        margin: 0 10px;
    }   
}
@media screen and (max-width: 1199.98px) {
    .page-template-gallery-template .comparison-content {
        margin: 0 0px;
    }
    .page-template-gallery-template .comparison-main {
        padding: 0px 0;
    }  
}
@media screen and (max-width: 480.98px) {
    ul.product-tabs li.product-tab-link {
        /*width: calc(49vw + 60px);*/
        font-size: 3.5vw;
    }
    .portfolio-box-row {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .page-template-gallery-template .comparison-content {
        padding: 0 0px !important;
    }
    .page-template-gallery-template .comparison-main {
        padding: 3px 0;
    }
}

/*============================================
= Before And After Images page CSS
=============================================*/
/* Tour Our Dental Clinic page */
.all-image {
/*     column-count: 3; */
    gap: 30px;
}
.wpb-gallery-wrap .video-content {
    background: #000;
    margin-bottom: 30px;
}
.image-box {
    padding-bottom: 30px;
}
#baguetteBox-overlay .full-image {
    max-height: 80vh;
    height: 100%;
    margin: 10vh 0;
    padding: 0 20px;
}
.image-box .lightbox {
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}
.image-box .lightbox,
.image-box .lightbox img {
    width: 100%;
}
.image-box .lightbox:hover{
    box-shadow: 0 0 24px 10px rgba(0, 0, 0, .1);
}
.image-box .lightbox:before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: all .5s;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.image-box .lightbox:hover:before{
    opacity: 1;
}
@media only screen and (max-width: 991.98px){
    .all-image {
        column-count: 2;
    }
}
@media only screen and (max-width: 575.98px){
    .all-image {
        column-count: 1;
    }
    .all-image .image-box:not(:last-child) {
        padding-bottom: 30px;
    }
}
/* Tour Our Dental Clinic page end css */
/* video image and model */
.full_img {
    position: relative;
    text-align: center;
}
.full_img > img,
.full_img > picture > img {
    width: 100%;
}
.video-btn {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit !important;
    background-image: unset !important;
    background-color: transparent;
}
.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 !important;
    margin: auto !important;
    height: 100%;
    display: block !important;
}
.modal-body {
    position: relative;
    padding: 0;
/*     background: #000; */
}
.modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0 !important;
    border: none !important;
}
.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: var(--green_color) !important;
}
.modal-open .modal {
  background-color: rgb(0 0 0 / 70%);
}
.video_modal .modal-content .embed-responsive::before {
    content: "";
    padding-top: 55%;
    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 */
/*===============================================
= logo Section CSS
============================================*/
.logo_sec {
    overflow: hidden;
}
.logo_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-image img {
    margin: auto;
    text-align: center;
}
.logo_slider .logo-main-wrapper {
    padding: 0 10px;
}
.slick-dots li, .slick-dots li button, .slick-dots li button::before {
    width: 10px;
    height: 10px;
    padding: 0;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
}
.slick-dots li button::before {
    font-size: 10px !important;
    line-height: 12px !important; 
    color: var(--blue_color) !important;
}
/*.page-slider-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 165px;
}*/
.logo-slider .slick-track {
    display: flex;
    align-items: center;
}
.page-slider-img div {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991.98px) {
    .logo-slider-section {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .logo-slider-section {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 576px) {
    .logo-slider img {
        height: 63px;
        max-width: 190px;
        width: 100%;
    }
}
/*===============================================
= End Logo  Section CSS
============================================*/
/* ====================================
== Start Services Section
======================================= */
.services-sec .common-title p {
    max-width: 750px;
}
.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 30px;*/
}
/* .services-sec .services-row{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
} */
.services-sec .services-col {
    width: 100%;
    padding: 0 24px;
}
.home-transformation-slider.slick-slider,
.services-sec .services-row.slick-slider{
    margin-bottom: 0px;
}
.services-content img {
    width: 100%;
}
.services-content p {
    font-size: 16px;
    max-width: 426px;
    margin: 0 auto;
}
.services-content h3 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: capitalize;
}
.services-content h3 a{
    color: var(--blue_color);
	    font-family: var(--recoleta);
}
.services-content p a{
	font-weight: 400;
	    color: var(--black);
}
.services-content h3 {
    margin-bottom: 0px;
}
.services-content img {
    margin-bottom: 24px;
    border-radius: 16px;
}
.services-content span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-top: 16px;
}
@media only screen and (max-width: 1600px){
    .services-content h3 {
         font-size: 25px; 
    }
}
@media only screen and (max-width:1366px){
    .services-content span{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1200px){
    .services-content span,
    .services-content h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px){
    .services-content img {
        margin-bottom: 12px;
    }
    .services-sec .services-col{
        padding: 0px 14px;
    }
}
@media only screen and (max-width:767px){
    .services-content span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    .services-col {
        max-width: 100%;
    }
    .services-content img {
        margin-bottom: 15px;
    }
}
/* ====================================
== End Services Section
======================================= */

/*===============================================
= Start Information Guide Section CSS
===============================================*/
.information-section{
    background-color: #F4F5F5;
}
.information-section h3 {
    position: relative;
    color: var(--black);
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.48px;
}
.information-section h2 {
    color: var(--blue_color);
}
.information-section .common-title h2:after{
    display: none;
}
.information-section h4 {
    position: relative;
    color: var(--black);
    font-size: 18px;
    margin-top: 10px;
}
.information-section h4:after {
    position: absolute;
    content: "";
    width: 124px;
    height: 2px;
    background: var(--blue_color);
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}
.information-section .container{
    max-width: 1312px;
}
.information-section .common-title{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;

}
.form-field, .information-guide {
    height: 100%;
}
.form-field {
    background-color: var(--white);
    padding: 24px;
    margin-right: 32px;
    background-image: repeating-linear-gradient(-17deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px), repeating-linear-gradient(73deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px), repeating-linear-gradient(163deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px), repeating-linear-gradient(253deg, var(--blue_color), var(--blue_color) 9px, transparent 9px, transparent 18px, var(--blue_color) 18px);
    background-size: 2px calc(100% + 18.82px),calc(100% + 18.82px) 2px,2px calc(100% + 18.82px),calc(100% + 18.82px) 2px;
    background-position: 0 0,0 0,100% 0,0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear;
}

@keyframes borderAnimation {
    from {
        background-position: 0 0,-18.82px 0,100% -18.82px,0 100%
    }

    to {
        background-position: 0 -18.82px,0 0,100% 0,-18.82px 100%
    }
}
.input-field {
    margin-bottom: 24px;
    position: relative;
}
.input-field label {
    color: #232323;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
}
.input-field input::placeholder {
    color: #6D6C69;
}
.input-field input {
    padding: 16px;
    width: 100%;
    background-color: #F5F5F5;
    color: var(--body-font-color);
/*     font-family: var(--source_sans_pro_font); */
border: 1px solid #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    border-radius: 3px;
}
.submit-field {
    margin-top: 32px;
    position: relative;
}
.submit-field button {
    background: var(--blue_color);
    padding: 14px 24px;
    text-align: center;
    width: 100%;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
/*     font-family: var(--source_sans_pro_font); */
    border-radius: 80px;
}
.information-guide{
    margin-left: 32px;
}
.information-guide .info-content {
    margin-left: 9%;
}
.information-guide img {
    max-width: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.information-guide h3 {
    color: var(--blue_color);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.44px;
    margin-bottom: 20px;
}
.info-content {
    padding: 24px;
}
ul.golden-check-list li {
    color: var(--patio-stone);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}
ul.golden-check-list li:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2024/11/check-list-icon-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 4px;
}

@media only screen and (max-width: 1440px){
    .form-field{
        margin-right: 12px;
    }
    .information-guide{
        margin-left: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px){
    .information-section .container {
        padding: 0px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1250.98px){
    .information-section .container {
        padding: 0px 30px;
    }
}
@media only screen and (max-width: 991px){
    .form-field,
    .information-guide{
        margin: 0px;
    }
    .input-field input {
        padding: 8px 12px;
    }
    .input-field label{
        font-size: 16px;
    }
    .input-field {
        margin-bottom: 12px;
    }
    .information-guide h3{
        margin-bottom: 16px;
    }

}
@media only screen and (max-width: 767px){
    .form-field {
        margin-bottom: 24px !important;
        height: auto;
    }
}
@media only screen and (max-width: 575px){
    .form-field{
        padding: 16px;
    }
    .submit-field button{
        padding: 9px 24px;
    }
    .info-content{
        padding: 20px 0px 0px 0px;
    }
}
/*===============================================
= End Information Guide Section CSS
===============================================*/
.about-video {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.about-video video {
    border-radius: 15px;
}
@media only screen and (max-width: 575px){
    .about-video video {
        border-radius: 10px;
    }    
}

/*============================================
= Start Patient Slider Section CSS
=============================================*/
.patient_vd_content h4 {
    font-weight: 700;
    margin-bottom: 5px;
}
.patient_vd_content {
    text-align: center;
}
.patient_vd_content p {
    font-size: 16px;
}
.patient_vd {
    position: relative;
    border-radius: 12px;
}
.video-poster-main::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-image: url(/wp-content/uploads/2024/11/play-btn.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}
.patient_vd iframe {
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.video-poster-main img, 
.patient_vd video{
    border-radius: 12px;
}
.patient_slider {
    margin: 0px -15px;
}
.patient_slider .slick-slide {
    padding: 0 15px;
}
/*============================================
= End Patient Slider section CSS
=============================================*/
.finance-box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 0px 25px 5px;
}
.finance-main {
    border: 2px solid var(--blue_color);
    padding: 20px;
    background-color: #fff;
}
.finance-main img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
}
.finance-main p, .page-btn {
    text-align: center;
}
div#baguetteBox-overlay {
    display: none !important;
}


.after-before-sec .sub-title{
	width:60%;
	margin:0 auto;
}
.payment-methods-sec{
	padding:40px 0;
}
.payment-methods-sec .sub-title{
	width: 75%;
    margin: 0 auto;
}
.payment-methods-sec .btn-wrap{
      justify-content: center;
}

.payment-btn{
	color: #ffffff !important;
    border: 2px solid #ffffff;
	    font-family: Recoleta;
    font-weight: 500;
	    font-size: 18px;
    font-style: normal;
    line-height: 120%;
    padding: 12px 20px;
    border-radius: 50px;
	    text-align: center;
    transition: all 0.3s ease 0s;
	margin-top:20px;
}
@media only screen and (max-width: 768.5px){
	.after-before-sec .sub-title, .payment-methods-sec .sub-title{
	width:100%;
	margin:0 auto;
	}
	.logo-slider-section .slick-slide img {
		margin:0 auto !important;
	}
}




/* Faq Styleing  */
.home-faq .faq-list h4{
	background:transparent;
}
.home-faq .faqs-title{
	margin-bottom:20px;
}