/*
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*/
/* @import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@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-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-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-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;
}

:root {
    --recoleta: 'Recoleta', serif;
    --mulish: 'Mulish', sans-serif;
    --blue_color: #1C4E88;
    --skin_color: #EFE9CE;
    --white: #FFFFFF;
    --black: #373843;
    --light_bg_color: #F6F9FD;
}

* {
    -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;
}
.services-menu li,
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;
}

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;
    }
    .services-menu li,
    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: 991px) {
    body .container {
        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: 890px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {

    body .container,
    body .grid-container {
        max-width: 1080px;
        width: 100%;
    }
}

@media only screen and (min-width: 1300px) {

    body .container,
    body .grid-container {
        max-width: 1150px;
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {

    body .container,
    body .grid-container {
        max-width: 1260px;
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {

    body .container,
    body .grid-container {
        max-width: 1550px;
        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,
.team-slider .slick-next,
.team-slider .slick-prev {
    top: calc(100% + 48px);
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 7px 7px 20px 0px #554C4C33;
    border-radius: 50%;
}

.image_slider .slick-next,
.team-slider .slick-next {
    right: 50%;
    transform: translateX(calc(100% + 20px));
}

.image_slider .slick-prev,
.team-slider .slick-prev {
    left: 50%;
    transform: translateX(calc(-100% - 20px));
}

.image_slider .slick-next:before,
.image_slider .slick-prev:before,
.team-slider .slick-next:before,
.team-slider .slick-prev:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2024/11/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,
.team-slider .slick-next:before {
    transform: rotate(180deg)
}

@media only screen and (max-width: 991px) {

    .image_slider .slick-next,
    .image_slider .slick-prev,
    .team-slider .slick-prev {
        top: calc(100% + 20px);
    }
}

@media only screen and (max-width: 575px) {

    .image_slider .slick-next,
    .image_slider .slick-prev,
    .team-slider .slick-prev {
        width: 40px;
        height: 40px;
    }

    .image_slider .slick-prev,
    .team-slider .slick-prev {
        transform: translateX(calc(-100% - 10px));
    }

    .image_slider .slick-next,
    .team-slider .slick-next {
        transform: translateX(calc(100% + 10px));
    }
}

/*============================================
= 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;
}

/*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: 260px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1600.98px) {
    .main-navigation .main-nav ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 8px;
    }
}

@media only screen and (max-width: 1500.98px) {
    .main-navigation a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1500.98px) {
    .main-navigation a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1361.98px) {
    .main-navigation a {
        font-size: 13px;
    }
}
@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(--blue_color);
}

.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: var(--white);
    font-size: 15px;
}

.site-footer a:hover {
    color: var(--skin_color);
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    .inside-footer-widgets {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 1400px) {
    .inside-footer-widgets {
        display: grid;
        grid-template-columns: 2fr 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: 50px;
    }
}

/* 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: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}

.copy_right_link a {
    font-family: var(--recoleta);
    font-weight: 700;
    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
    }
}

@media only screen and (max-width: 767px) {
    .copy-right-sec {
        justify-content: center !important;
    }
}

/* =========================================================
== 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: 74px;
    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;
}

@media only screen and (max-width: 1600px) {
    .banner-content h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .hero-banner .banner-content h1 {
        font-size: 45px;
    }
}

@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;
    }
}

/* 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 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: 8em !important;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1rem;
    height: auto;
    width: 100%;
}

#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;
    }
    .top_center_title {
        margin-bottom: 30px;
    }
    .card_box_main {
        text-align: center;
    }
}

/*============================================
= End Box section  CSS
=============================================*/
/*============================================
= start image slider section  CSS
=============================================*/
.image_slider_section {
    padding-bottom: 200px;
}

.image_slider_main img {
    border-radius: 8px;
}

@media only screen and (max-width: 1200px) {
    .image_slider_section {
        padding-bottom: 180px;
    }
}

@media only screen and (max-width: 767.98px) {
    .image_slider_section {
        padding-bottom: 100px;
    }
}

/*============================================
= End image slider section  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: #1C4E88;
    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: #1c4e88;
}

.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;
}

.transformations-lp ul {
    list-style: none;
}
.transformations-lp ul {
    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;
    padding: 0;
    margin: 20px 0;
    gap: 10px;
}

.review-description p {
    color: #1C4E88;
    font-family: Recoleta;
    font-size: 26px;
    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: #1C4E88;
}

.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: -10%;
    /*transform: translateX(calc(100% + 20px));*/
}

.review-slider .slick-prev {
    left: -10%;
    /*transform: translateX(calc(-100% - 20px));*/
}

.review-slider .slick-next:before,
.review-slider .slick-prev:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2024/11/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: 1200px){
    .review-slider .slick-next,
    .review-slider .slick-prev {
        top: calc(100% + 40px);
    }
    .review-slider .slick-prev {
        left: 50%;
        transform: translateX(calc(-100% - 20px));
    }
    .review-slider .slick-next {
        right: 50%;
        transform: translateX(calc(100% + 20px));
    }
    .tab-content{
        margin-bottom: 130px;
    }
}

@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: 90px
    }

    .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 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;
}

.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;
}

.icon-list-col_left {
    max-width: 692px;
    width: 100%;
}

.icon-list-col-right {
    max-width: 796px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .icon-list-row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1199px) {
    .icon-list-box .icon-list-img img {
        max-width: 50px;
        width: auto;
        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 / 6%) 0px 21px 15px 0px;
        box-shadow: rgb(0 0 0 / 6%) 0px 21px 15px 0px;
}

.video-content iframe {
    aspect-ratio: 16 / 9;
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .video-content:not(.box-text-section .singular-box .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 .inner-box-content{
    padding: 24px;
}

.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;
}

.table-section .box-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 6px;
}
.table-section .box-content ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 4px;
    border-radius: 50px;
    background-color: #1c4e88d1;
    left: 0;
    top: 10px;
}
.box-step {
    font-weight: 600;
    font-family: var(--recoleta);
    color: var(--blue_color);
    margin: 0 0 12px;
    letter-spacing: 0.05em;
}
@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 .inner-box-content{
        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: rgb(28 78 136 / 40%) 0px 2px 8px 0px;
    list-style: none;
    padding: 50px;
    border-radius: 20px;
    background: #e5ebf4;
    max-width: 800px;
    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
============================================================= */
a.portfolio-box-info-content {
    width: 100%;
    padding: 0 10px;
}

.image_slider .slick-slide img {
    width: 100%;
}

.image_slider_main img {
    aspect-ratio: 3/4;
    object-fit: cover;
}

/*============================================
= 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%; */
    width: 100%;
}

.team-img,
.team-img img {
    height: 100%;
    object-fit: cover;
}

.team-img img {
    width: 100%;
    border-radius: 14px;
    /* border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    aspect-ratio: 4 / 6;
    object-fit: cover; */
}

.team-content {
    padding: 20px;
}

.team-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
    color: var(--blue_color);
}

.team-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--black);
}

.team-content button.team-btn {
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    text-align: left;
}

.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(--green_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 Doctor Section CSS
=============================================*/
.dr_main_section {
    padding: 80px 0;
}

.dr_main_section_container {
    max-width: 1600px;
    width: 90%;
    margin: auto;
}

.dr_main_row {
    gap: 50px;
}

.dr_main_image_left_col {
    width: 100%;
    max-width: 500px;
}

.dr_main_para_right_col.p-0 {
    max-width: 980px;
    width: 100%;
}

.dr_main_image_blk img {
    border-radius: 8px;
}

@media (max-width: 991px) {
    .dr_main_section {
        padding: 50px 0;
    }
}

/*============================================
= End Doctor 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: 9 / 15.7;
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
}
.patient_vd iframe {
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1.02);
}
.patient_slider {
    margin: 0px -15px;
}
.patient_slider .slick-slide {
    padding: 0 15px;
}
.patient_slider.slick-slider {
    max-width: 768px;
    width: 100%;
    margin: 0 auto !important;
}
/* .patient_slider .slick-list {
    max-width: fit-content;
    margin: auto;
}
.patient_slider .slick-list .slick-track{
    width: auto !important;
} */
/* @media only screen and (max-width: 575px){
    .patient_slider .slick-slide{
        padding: 0;
    }
} */
/* @media only screen and (min-width: 576px){
    .patient_slider .slick-slide{
        max-width: 330px;
        width: 100%;
    }
} */
.patient_slider .slick-next, .patient_slider .slick-prev{
    top: calc(100% + 48px);
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 7px 7px 20px 0px #554C4C33;
    border-radius: 50% !important;
    font-size: 0;
    padding: 0;
}
.patient_slider .slick-next:hover, 
.patient_slider .slick-prev:hover{
    background-color: #45ACEA !important;
}   
.patient_slider .slick-next{
    right: 50%;
    transform: translateX(calc(100% + 20px));
}
.patient_slider .slick-prev{
    left: 50%;
    transform: translateX(calc(-100% - 20px));
}
.patient_slider .slick-next:before, .patient_slider .slick-prev:before{
    content: "" !important;
    background-image: url(/wp-content/uploads/2024/11/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;
}
.patient_slider .slick-next:before{
    transform: rotate(180deg)
}
@media only screen and (max-width: 991px) {
    .patient_slider .slick-next, .patient_slider .slick-prev{
        top: calc(100% + 20px);
    }
}
@media only screen and (max-width: 575px) {
    .patient_slider .slick-next, .patient_slider .slick-prev{
        width: 40px;
        height: 40px;
    }
    .patient_slider .slick-prev{
        transform: translateX(calc(-100% - 10px));
    }
    .patient_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 Patient Slider section CSS
=============================================*/

.services-menu li {
    padding-left: 34px;
    position: relative;
}
.services-menu li:not(:last-child) {
    margin-bottom: 24px;
}
/*.services-menu + p{
    margin-top: 24px;
}*/
.services-menu li::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    background-image: url("/wp-content/uploads/2024/12/check-mark-1-1-Traced.svg");
    width: 20px;
    height: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.page-id-253 .content-box h2,
.page-id-265 .content-box h2 {
    text-align: left !important;
}

/* ==========================================================
Blog CSS Start
=========================================================== */
.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9 !important;
/*  object-position: top; */
}
.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: 0;
    padding-bottom: 40px;
}
.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;
    color: var(--blue_color);
}
.single-post .entry-content i{
    color: var(--blue_color);
}
.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(--blue_color);
}
.single-post .entry-content ul {
    margin: 0;
    padding: 0;
}
.single-post .entry-content ol li,
.single-post .entry-content ul li {
/*    color: #5E6569;*/
    font-size: 18px;
    line-height: 1.5;
}
.post-list li::marker {
    font-size: 20px;
}
.single-post ol.post-list {
    margin: 0 0 25px 12px;
    padding: 0 0 0 18px;
}
ol.post-list li::marker {
    font-size: 18px;
}
.post-list li::marker{
    color: var(--blue_color);
}
.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: var(--blue_color);
    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, .single-post .entry-content o.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), .single-post .entry-content ol.post-list li:not(:last-child), .single-post .entry-content ul.post-list ul.post-list li {
    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;
}
.single-post header.site-header {
    position: sticky;
}
.single-post .main-navigation .main-nav ul li a{
    color: var(--body-font-color);
}
.single-post .site-header .default-btn{
    color: var(--white) !important;
    background-color: var(--blue_color);
    border-color: var(--blue_color);
}
.single-post .site-header .default-btn:hover {
    color: var(--blue_color) !important;
}
.single-post .site-content .inside-article {
    padding: 40px 0;
}
@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: var(--blue_color);
    color: #fff;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover {
    background: var(--blue_color);
    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
=========================================================== */
.site-branding-container {
    flex-direction: column;
    align-items: flex-start;
}
.site-branding {
    padding-top: 5px;
}
.site-description {
    font-size: 10px;
    color: var(--blue_color);
}
.footer-widget-1 .widget {
    margin-bottom: 10px;
}
@media only screen and (max-width: 374px){
    .site-description{
        font-size: 8px;
    }
}

/*  ======================= FAQs Section Start ===================== */
h2 + .sub-title {
    margin-top: 10px;
}
.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 42px 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: var(--blue_color);
    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/12/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/12/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 30px 15px 15px;
    }
    .faq-list h4:before{
        right: 10px;
    }
}
@media only screen and (max-width:575px){
    .faq-list h4 {
        font-size: 16px;
    }
}
/*  =======================  FAQs Section End ===================== */
.location-info b {
    color: #fff;
}

.service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 24px;
    row-gap: 40px;
}

.service-col img {
    border-radius: 50%;
    margin-bottom: 20px
}

.service-col {
    text-align: center;
    max-width: calc(16.66% - 20px);
    width: 100%;
    padding: 0 15px
}

.service-col p {
    font-size: 22px;
    font-weight: 500;
    color: #1c4e88;
    line-height: 1.4
}

@media only screen and (max-width: 1300px) {
    .service-col p {
        font-size:18px
    }
}

@media only screen and (max-width: 1300px) {
    .service-col {
        max-width:calc(33.33% - 16px)
    }
}

@media only screen and (max-width: 767px) {
    .service-col {
        padding:0
    }
}

@media only screen and (max-width: 680px) {
    .service-col {
        max-width:calc(50% - 12px)
    }
}

@media only screen and (max-width: 575px) {
    .service-col img {
        margin-bottom:10px
    }

    .service-row {
        row-gap: 30px;
    }
}
.logo-grp {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.logo-grp img {
    max-width: 160px;
    width: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 767px){
    .logo-grp{
        justify-content: center;
    }
}
@media only screen and (max-width: 375px){
    .logo-grp img{
        max-width: 100px;
    }
}
.modal.show .modal-dialog{
    max-width: 1024px;
}
.page-id-277 .hero-banner{
    display: none;
}
.footer-social-media {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .footer-social-media{
        font-size: 16px;
    }
}

/*---------------------------  18-06-2025  ----------------------------*/
.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: 600;
    line-height: 1.4;
    letter-spacing: .36px;
    font-family: var(--recoleta);
    margin-bottom: 6px
}

.input-field input::placeholder {
    color: #6D6C69
}

.input-field input,.input-field select,.input-field textarea {
    /*padding: 16px;
    width: 100%;
    background-color: #F5F5F5;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    font-family: var(--recoleta);
    border-radius: 3px;
    border: 1px solid var(--base)*/
    background: rgba(244, 255, 116, .3);
    height: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 6px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

.input-field.note-type {
    border: 1px solid #212529;
    padding: 16px;
    border-radius: 8px;
}

.input-field input:focus,.input-field select:focus,.input-field textarea:focus {
    /*border-color: var(--accent)*/
    background: #FFFF9D;
    outline: none;
}

.input-field input[type="date"] {
    position: relative
}

.input-field input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    width: calc(100% - 20px);
    background-position: right
}

.input-field canvas {
    background-color: #F5F5F5;
    border-radius: 3px;
    border: 1px solid var(--base);
    display: block;
    max-width: 100%;
    width: 100%
}

.clear-sign-btn {
    font-family: var(--recoleta);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 0;
    background-color: transparent!important;
    color: var(--blue_color);
    padding: 0;
    float: right
}

.clear-sign-btn:hover,.clear-sign-btn:focus {
    color: #232323
}

.careers-form h4 {
    color: var(--blue_color)
}

.checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fill,80px);
    gap: 4px
}

.checkbox-group label {
    display: flex;
    gap: 6px
}

.checkbox-group label input {
    width: 24px;
    height: 24px;
    appearance: none;
    border: 1px solid #ddd;
    padding: 0
}

.checkbox-group input[type="checkbox"]:checked {
    background-color: #b39800;
    position: relative;
    border-color: #b39800
}

.checkbox-group input[type="checkbox"]:checked::after {
    content: '✔';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%,-50%)
}

.submit-field {
    margin-top: 20px;
    position: relative;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.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(--recoleta);
    border-radius: 80px
}

.file-upload-box {
  border: 2px dashed #212529;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  background-color: rgba(244, 255, 116, .2);
  /*max-width: 600px;*/
  margin: 20px auto;
  transition: border-color 0.3s;
  position: relative;
}
.file-upload-box.hover {
  border-color: #94a3b8;
  background-color: #f1f5f9;
}
.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-icon {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  margin-bottom: 10px;
}

.file-upload-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
}

.file-upload-content p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #64748b;
}

#fileList {
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #334155;
}
.file-upload-img {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 575px){
    .submit-field {
        max-width: 100%;
    }
    .form-field{
        padding: 16px;
    }
    .input-field label{
        font-size: 16px;
    }
    .file-upload-box{
        margin-top: 0px;
    }
}
.form-checkbox {
    display: flex;
    flex-wrap: nowrap;
}
.form-checkbox input {
    margin: 0px 8px 0 0;
    height: 18px !important;
    width: 18px !important;
}
.form-checkbox label,
.disclaimer-msg p {
    max-width: calc(100% - 26px);
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
.page-id-548 .hero-banner .btn-wrap,
.page-id-548 .hero-banner .row .col-lg-6:last-child,
.page-id-430 .hero-banner .btn-wrap,
.page-id-430 .hero-banner .row .col-lg-6:last-child {
    display: none;
}
.page-id-548 .hero-banner .row .col-12.col-lg-6,
.page-id-430 .hero-banner .row .col-12.col-lg-6 {
    width: 100%;
    text-align: center;
}
.page-id-548 .hero-banner,
.page-id-430 .hero-banner{
    padding-bottom: 35px;
}
@media only screen and (min-width: 1301px) and (max-width: 1599px){
    .header-btn.appointment-btn{
        display: none;
    }
}
.default-content p img {
    max-width: 200px;
}