@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    font-family: Outfit, Arial, Helvetica, sans-serif;
}

.borderbtm {
    border-bottom: 2px solid #dddcdc;
}

a {
    text-decoration: none;
    color: inherit;
}

.eapps-widget-toolbar {
    display: none;
}



.middle-nav {
    position: sticky;
    top: 0;
    z-index: var(--top-index);
    background-color: #fff;
}


:root {
    --black: #000;
    --white: #fff;
    --gray: #6c757d;
    --green: #01aba0;
    --green-dark: #00756d;
    --green-light: #e6f7f6;
    --gray-dark: #343a40;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --accent: #142959;
    --head: #142959;
    --top-index: 10;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--white);
    color: var(--accent);
    font-family: "DM Sans", Arial, sans-serif;
}

a {
    text-decoration: none;
}

.tp-utility-bar {
    border-bottom: 1px solid var(--gray-200);
    background: var(--white);
}

.tp-contact-block {
    display: flex;
    align-items: center;
    min-width: 0;
}

.tp-contact-icon {
    display: grid;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--green);
    font-size: 16px;
    box-shadow: 0 5px 12px rgba(1, 171, 160, .18);
}

.tp-contact-copy {
    color: var(--gray-800);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
}

.tp-contact-copy.address {
    max-width: 440px;
}

.tp-top-separator {
    width: 1px;
    height: 55px;
    background: var(--gray-300);
}

.follow-label {
    color: var(--accent);
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
}

.social-link {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--accent);
    font-size: 15px;
    transition: .2s ease;
}

.social-link:hover {
    color: var(--white);
    background: var(--green);
    transform: translateY(-2px);
}

.site-nav {
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-200);
    box-shadow: 0 8px 18px rgba(20, 41, 89, .08);
    background: var(--white);
}


.brand-lockup {
    display: flex;
    align-items: center;
    min-width: 225px;
    padding-right: 10px;
    border-right: 1px solid var(--gray-200);
}

.brand-mark {
    width: 50px;
    height: 70px;
    margin-right: 8px;
    color: var(--green);
}

.brand-name {
    color: var(--accent);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.6px;
    line-height: 1.08;
}

.brand-subtitle {
    display: block;
    margin-top: 10px;
    color: var(--gray-700);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: -.1px;
    white-space: nowrap;
}

.navbar-nav {
    gap: 8px;
}

.nav-link {
    position: relative;
    padding: 17px 15px !important;
    color: var(--accent) !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.nav-link::before {
    position: absolute;
    right: 14px;
    bottom: 6px;
    left: 14px;
    height: 2px;
    content: "";
    background: var(--green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-item.show>.nav-link,
.nav-link.active {
    color: var(--green) !important;
}

.nav-link:hover::before,
.nav-link:focus::before,
.nav-item.show>.nav-link::before,
.nav-link.active::before {
    transform: scaleX(1);
}

.dropdown-toggle::after {
    display: none;
}

.nav-chevron {
    margin-left: 0;
    font-size: 13px;
    vertical-align: 1px;
    transition: transform .2s ease;
}

.nav-item.show .nav-chevron {
    transform: rotate(180deg);
}

.dropdown-menu {
    min-width: 288px;
    width: max-content;
    margin-top: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 15px 28px rgba(20, 41, 89, .16);
    background: var(--white);
    overflow: hidden;
}

.dropdown-item {
    padding: 8px 12px;
    color: var(--gray-800);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    white-space: normal;
    border-bottom: 1px solid #ddd;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--white);
    background: var(--green);
}

.appointment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 15px;
    min-width: 190px;
    padding: 10px 11px;
    border-radius: 13px;
    color: var(--white);
    background: var(--green);
    box-shadow: 0 9px 20px rgba(1, 171, 160, .22);
    font-size: 15px;
    font-weight: 600;
    transition: .2s ease;
}

.appointment-btn:hover {
    color: var(--white);
    background: var(--green-dark);
    transform: translateY(-2px);
}

.appointment-btn i {
    font-size: 21px;
}

.navbar-toggler {
    border: 0;
    color: var(--accent);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 171, 160, .22);
}

@media (max-width:1399.98px) and (min-width:1200px) {
    .brand-lockup {
        min-width: 228px;
        padding-right: 25px
    }

    .brand-mark {
        width: 63px;
        margin-right: 9px
    }

    .brand-name {
        font-size: 21px
    }

    .navbar-nav {
        gap: 0
    }

    .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 15px
    }

    .appointment-btn {
        min-width: 190px;
        margin-left: 12px;
        padding: 16px 12px;
        font-size: 15px
    }
}

@media (max-width:1199.98px) {
    .utility-bar .container-xxl {
        min-height: 102px
    }

    .contact-copy {
        font-size: 15px
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        margin-right: 10px;
        font-size: 18px
    }

    .follow-label {
        font-size: 15px
    }

    .social-link {
        width: 35px;
        height: 35px;
        font-size: 17px
    }

    .brand-lockup {
        min-width: 210px;
        padding-right: 20px
    }

    .brand-mark {
        width: 55px;
        margin-right: 7px
    }

    .brand-name {
        font-size: 19px
    }

    .brand-subtitle {
        font-size: 7px
    }

    .navbar-nav {
        gap: 0
    }

    .nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
        font-size: 14px
    }

    .appointment-btn {
        min-width: 165px;
        margin-left: 8px;
        padding: 14px 10px;
        font-size: 13px
    }
}

@media (max-width:991.98px) {
    .utility-bar .container-xxl {
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .top-separator {
        display: none
    }

    .utility-bar .contact-block:first-child {
        width: 100%;
        margin-bottom: 12px
    }

    .utility-bar .d-flex {
        flex-wrap: wrap;
        row-gap: 12px
    }

    .contact-copy.address {
        max-width: none
    }

    .contact-copy {
        font-size: 14px
    }

    .social-area {
        width: 100%;
        justify-content: flex-start;
        padding-top: 5px
    }

    .site-nav,
    .site-nav .navbar {
        min-height: 79px
    }

    .brand-lockup {
        min-width: auto;
        padding: 0;
        border: 0
    }

    .brand-mark {
        width: 48px;
        height: 54px;
        margin-right: 8px
    }

    .brand-name {
        font-size: 18px
    }

    .brand-subtitle {
        margin-top: 12px;
        font-size: 7px
    }

    .navbar-collapse {
        margin: 10px -12px -1px;
        padding: 10px 20px 22px;
        border-top: 1px solid var(--gray-200);
        background: var(--white);
        box-shadow: 0 13px 18px rgba(20, 41, 89, .08)
    }

    .navbar-nav {
        gap: 0
    }

    .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 !important;
        border-bottom: 1px solid var(--gray-200);
        font-size: 17px
    }

    .nav-link::before {
        display: none
    }

    .dropdown-menu {
        min-width: 100%;
        margin: 0 0 6px;
        padding: 0;
        border-left: 3px solid var(--green);
        border-radius: 0;
        box-shadow: none
    }

    .dropdown-item {
        padding: 11px 14px;
        font-size: 15px
    }

    .appointment-btn {
        width: 100%;
        min-width: 0;
        margin: 20px 0 0;
        padding: 16px;
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .utility-bar {
        border-top-width: 1px
    }

    .contact-copy.address {
        font-size: 13px
    }

    .contact-copy:not(.address) {
        font-size: 14px
    }

    .contact-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        margin-right: 9px;
        font-size: 17px
    }

    .follow-label {
        font-size: 14px
    }

    .social-link {
        width: 33px;
        height: 33px
    }
}