* {
    box-sizing: border-box;
    font-family: "Todaysansnow Pro", sans-serif;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: "Todaysansnow Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

h1,
h2 {
    font-family: 'Tiempos Fine', sans-serif;
}

.highlight {
    font-family: inherit;
    color: #70B58D !important;
}

.main-menu {
    list-style: none;
    display: flex;
    gap: 20px;
}

.main-menu .main-list-item {
    padding: 0px 0;
    position: static;
    display: flex;
    align-items: center;
    min-height: 95px;
}

.main-menu .main-list-item:hover .nav-item {
    font-weight: 500;
}

.sub-menu li {
    padding: 10px 15px;
    max-width: 200px;
    width: 100%;

}

.ad-menu-btn {
    cursor: pointer;
}

.sub-mental {
    white-space: nowrap;
    width: fit-content !important;
}

.main-list-item:hover .sub-menu {
    display: flex;
}

.sub-menu {

    display: none;
    list-style: none;
    position: absolute;

    top: 95px;

    z-index: 99999;
    width: 450px;

    background: #FFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 19%);
    border-radius: 10px;
    margin-top: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 10px 10px;


    align-items: center;
    flex-wrap: wrap;

    border: 4px solid #fff;
}

.nav-container .main-menu>li {
    position: relative;

}


.nav-container .main-menu>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
}

/* Hover/focus effects */
.nav-container .main-menu>li>a:hover::before,
.nav-container .main-menu>li>a:focus::before {
    color: #1E3565;
    text-shadow: 14px 0 #1E3565, -14px 0 #1E3565;
}

/* Dot element base styles */
.nav-container .main-menu>li>a::before {
    position: absolute;
    top: 90%;
    left: 50%;
    color: transparent;
    content: ".";
    text-shadow: 0 0 transparent;
    font-size: 50px;
    font-weight: 700;
    line-height: 10px;
    transform: translateX(-50%);
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
}

.main-menu .sub-menu li a {
    padding: 10px 0px;
}

.main-menu .sub-menu li:hover {

    background-color: #1e3565;
    background-repeat: no-repeat;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.main-menu .sub-menu li:hover a {
    color: #fff;
}

/* header drop down styles */


/*Header style start*/
.main-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 28px;
    background-color: #fff;
}

.main-page-header .logo {
    margin-right: 55px;
}

.main-page-header .logo img {
    width: 190px;
}

.main-page-header .menu-dropdown {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #1E3565;
    height: 100vh;
    width: 480px;
    padding: 28px 40px;
    padding-left: 66px;
    transition: right 0.5s;
    box-sizing: border-box;
}

.main-page-header .menu-dropdown.active {
    right: 0;
}

.main-page-header .nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
}

.main-page-header .nav-container a {
    font-family: TodaySansNow Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #1E3565;
    text-decoration: none;
}

.book-app-btn-2 {
    grid-column-gap: 10px;
    background-color: #9acf8c;
    border-radius: 8px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 165px;
    margin-left: 0;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
}

.call-out-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.call-out-container .book-appointment-menu-btn {
    font-family: TodaySansNow Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.62px;
    text-align: center;
    color: #1E3565;
    background-color: #9ACF8C;
    border-radius: 8px;
    padding: 10px 18px;
    text-decoration: none;
    margin-right: 24px;
}

.call-out-container .phone-btn {
    text-decoration: none;
    font-family: TodaySansNow Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.45px;
    text-align: left;
    color: #1E3565;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    margin-right: 32px;
}

.text-19 {
    color: #1e3565;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Todaysansnow Pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}

.menu-button-2 {
    display: none;
}

.main-page-header .inner-nav-container {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
    height: 80%;
}

.main-page-header .inner-nav-container a {
    font-family: TodaySansNow Pro;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    text-decoration: none;
    margin-bottom: 14px;
    padding: 5px 14px;
    border-radius: 8px;
    transition: all 0.2s;
}

.main-page-header .menu-dropdown .ad-menu-btn {
    position: absolute;
    top: 26px;
    right: 47px;
}

@keyframes shadow-pulses {
    0% {
        box-shadow: 0 0 0 0 rgb(154 207 140 / 53%);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(208, 24, 32, 0);
    }

}

@media (max-width: 1080px) {
    .main-page-header .nav-container {
        display: none;
    }

    .call-out-container .book-appointment-menu-btn {
        display: block !important;
        position: fixed;
        width: 90%;
        left: 9%;
        top: 7%;
        transform: translateX(-6%);
        animation: shadow-pulses 1s infinite !important;
    }

    .main-page-header .menu-dropdown {
        width: 78%;
        padding: 25px 20px;
        padding-left: 48px;
    }

    .main-page-header .inner-nav-container a {
        font-size: 20px;
        line-height: 46px;
    }

    .main-page-header .menu-dropdown .ad-menu-btn {
        top: 31px;
        right: 24px;
    }
}

@media screen and (min-width: 1280px) {
    .nav-link-3 {
        font-size: 14px;
    }
}

@media screen and (min-width: 1440px) {
    .nav-link-3 {
        font-size: 16px;
    }
}

@media screen and (min-width: 1920px) {
    .nav-link-3 {
        font-size: 18px;
    }

    .nav-link-3 {
        margin-left: 36px;
        margin-right: 36px;
    }

    .text-19 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1080px) {
    .nav {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }

    .brand {
        width: 169px;
    }

    .nav-menu-3 {
        background-color: #F8FBFC;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .nav-link-3 {
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
        margin: 0;
    }

    .book-app-btn-2 {
        display: none;
    }

    .menu-button-2 {
        margin-left: auto;
        display: block;
    }

    .menu-button-2.w--open {
        background-color: #F8FBFC;
    }
}

@media screen and (max-width: 479px) {
    .nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .brand {
        width: auto;
    }

    .nav-menu-3 {
        background-color: #F8FBFC;
        width: 100%;
        padding-bottom: 20px;
        display: flex;
    }

    .nav-link-3 {
        width: 100%;
    }
}


.btn-lcontainer {
    display: flex;
    justify-content: space-around;
    padding: 50px 0px;
    flex-wrap: wrap;
    align-items: center;
}

/*Header style end*/

/*review style start*/
.reviews-container .rating-container {
    margin-top: 23px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E3565;
    font-weight: 400;
}

.reviews-container .rating-container img {
    display: inline-block;
    margin-left: 12px;
    margin-right: 5px;
}

.reviews-container {
    margin-top: 100px;
    margin-bottom: 105px;
    padding: 0 86px;
}

.reviews-container h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.4448148310184479px;
    text-align: center;
    color: #1E3565;
    margin: 0;
}

.reviews-container>p {
    font-family: TodaySansNow Pro;
    font-size: 26px;
    font-weight: 300;
    line-height: 33.8px;
    text-align: center;
    color: #1E3565;
    margin-top: 35px;
}

.reviews-container .review-row {
    width: calc(33.33% - 16px);
}

.reviews-container .review-holder {
    width: 100%;
    background-color: #EFF3FD8A;
    border-radius: 33.36px;
    padding: 18px 22px;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.reviews-container .review-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 24px;
    margin-top: 45px;
}

.reviews-container .review-holder .rating-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 6px;
}

.reviews-container .review-holder .rating-container img {
    margin-left: 0;
    display: block;
}

.reviews-container .review-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.reviews-container .review-holder .verified-text {
    font-size: 18px;
    color: #40852F;
    line-height: 21px;
}

.reviews-container .review-holder .verified-container {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 6px;
}

.reviews-container .review-holder .verified-icon img {
    display: block;
}

.rating-container .rating-text,
.review-holder .review-content {
    font-size: 16px;
}

.reviews-container h2 br {
    display: none;
}

.reviews-container .review-holder .review-content {
    margin: 0;
}

.reviews-container .expand-review {
    display: none;
}

@media screen and (max-width: 1080px) {
    .reviews-container .rating-container {
        font-size: 18px;
    }

    .reviews-container .review-holder .rating-container {
        margin-top: 14px;
    }

    .rating-container .rating-text,
    .reviews-container .review-holder .review-content {
        font-size: 14px;
    }

    .reviews-container {
        padding: 0 30px;
    }

    .reviews-container h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .reviews-container h2 br {
        display: block;
    }

    .reviews-container {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .reviews-container .review-wrapper {
        margin-top: 28px;
        height: 616px;
        overflow-y: hidden;
        transition: height 0.5s;
    }

    .reviews-container .review-wrapper.active {
        height: 1425px;
    }

    .reviews-container .review-row {
        width: 100%;
    }

    .reviews-container .review-holder {
        border-radius: 27px;
        padding: 18px 17px;
        padding-bottom: 12px;
        margin-bottom: 14px;
    }

    .reviews-container .review-name {
        font-size: 16px;
        line-height: 20px;
    }

    .reviews-container .review-holder .verified-text {
        font-size: 15px;
        line-height: 17px;
    }

    .reviews-container .review-holder .verified-icon img {
        width: 11px;
    }

    .reviews-container .review-holder .rating-container {
        margin-top: 14px;
    }

    .rating-container .rating-text,
    .reviews-container .review-holder .review-content {
        font-size: 14px;
    }

    .reviews-container .review-holder .rating-container img {
        width: 110px;
    }

    .reviews-container .review-holder .rating-container {
        margin-bottom: 4px;
    }

    .reviews-container .expand-review {
        display: inline-block;
        font-size: 16px;
        color: #1E3565;
        text-decoration: none;
        border-bottom: 1px solid #1E3565;
        float: right;
        line-height: 1.1;
    }
}

@media screen and (max-width: 399px) {
    .rating-container {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/*Review style end*/

/*Map style start*/
.map-wrapper {
    margin-bottom: 160px;
    margin-top: 85px;
    padding: 0 86px;
}

#map {
    height: 380px;
    width: 100%;
    border-radius: 8px;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-container .left {
    width: 38%;
    margin-right: 25px;
    position: relative;
}

.map-container .right {
    width: 62%;
}

.store-wrapper {
    height: 380px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.store-container {
    background-color: #EDF5F7;
    padding: 14px 17px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.store-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.store-container .dropdown {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.store-container .dropdown.active {
    height: 208px;
}

.store-container h4 {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.62px;
    color: #1E3565;
    margin: 0;
    margin-bottom: 14px;
}

.store-container h4 a {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.62px;
    text-decoration: none;
    color: #1E3565;
}

.map-wrapper h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 47.7px;
    text-align: left;
    color: #1E3565;
    margin: 0;
    margin-bottom: 25px;
}

.info-container li {
    font-family: TodaySansNow Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.08px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 6px;
}

.info-container li a {
    text-decoration: none;
    color: inherit;
    font-family: TodaySansNow Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.08px;
    text-align: left;
}

.info-container {
    margin-left: 18px;
}

#search-map {
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    border: 0;
    background-color: rgba(244, 244, 244, 0.8);
    border-radius: 3.74px;
    box-shadow: inset 0px 0.38px 3px 0px rgba(0, 0, 0, 0.1);
    padding-left: 38px;
    outline: 0;
    padding-right: 40px;
}

.map-wrapper .search-wrapper {
    display: flex;
    column-gap: 25px;
    margin-bottom: 25px;
}

.map-wrapper .search-wrapper h3 {
    margin: 0;
    font-family: Tiempos Fine;
    font-size: 24px;
    font-weight: 400;
    line-height: 38.16px;
    text-align: left;
    color: #1E3565;
}

.map-wrapper .search-wrapper .input-container {
    position: relative;
    width: 38%;
    display: flex;
    column-gap: 10px;
}

.map-wrapper .search-wrapper .input-container::before {
    content: "";
    background-image: url("../images/search-target.svg");
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 14px;
    top: 13px;
}

.map-wrapper .search-wrapper .input-container .search-loc-btn {
    font-family: TodaySansNow Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    text-align: center;
    color: #1E3565;
    width: 97px;
    flex: 0 0 97px;
    height: 35px;
    background-color: #9ACF8C;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
}

.dropdown-trigger {
    cursor: pointer;
}

.store-container ul.dropdown {
    padding-left: 20px;
}

.dropdown td {
    padding-bottom: 8px;
}

.store-container .image-container img {
    width: 106px;
    height: 87px;
    object-fit: cover;
    border-radius: 12px;
}

/* Custom Scrollbar */
.map-wrapper .store-wrapper::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
    height: 8px;
    /* Height of the horizontal scrollbar */
    border-radius: 3px;
}

.map-wrapper .store-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Color of the track (empty space) */
    border-radius: 3px;
    /* Round corners for the track */
}

.map-wrapper .store-wrapper::-webkit-scrollbar-thumb {
    background-color: #C3C9D6;
    /* Color of the thumb (draggable part) */
    border-radius: 3px;
}

@media screen and (max-width: 1080px) {
    .map-container {
        flex-direction: column;
    }

    .map-wrapper h2 {
        font-size: 20px;
        margin-bottom: 45px;
        font-family: Tiempos Fine;
        font-size: 26px;
        font-weight: 400;
        line-height: 41.34px;
        text-align: left;
    }

    .map-container .left,
    .map-container .right {
        width: 100%;
        margin: 0;
    }

    #search-map {
        margin-bottom: 15px;
    }

    .map-container .right {
        margin-top: 15px;
    }

    .store-container .image-container {
        width: 100%;
        flex: 0 0 100%;
    }

    .store-container .image-container img {
        height: 90px;
        width: 100%;
        object-fit: cover;
        max-height: 200px;
    }

    .info-container li {
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .info-container li img {
        margin-top: 1px;
    }

    .info-container li img {
        margin-top: 2px;
    }

    .info-container li.dropdown-trigger img:last-child {
        margin-top: 6px;
    }

    .store-wrapper .dropdown td {
        width: 50% !important;
    }

    .map-wrapper {
        margin-bottom: 70px;
        padding: 0 30px;
    }

    .search-wrapper h3 {
        display: none;
    }

    .map-wrapper .search-wrapper .input-container {
        width: 100%;
    }

    .store-container {
        flex-direction: column;
        align-items: self-start;
    }

    .info-container {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*Map style end*/

/*Uc near me section style start*/
.uc-near-me-section {
    display: flex;
    padding: 0 85px;
    margin-bottom: 160px;
}

.uc-near-me-section .content-wrapper {
    display: flex;
}

.uc-near-me-section .content-wrapper .inner-wrapper {
    margin-top: 20px;
    background-color: #EDF5F780;
    padding: 26px 0;
    padding-left: 53px;
    padding-right: 20px;
}

.uc-near-me-section .content-wrapper h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #1E3565;
    margin-top: 0;
    margin-bottom: 15px;
}

.uc-near-me-section .content-wrapper p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 28.79px;
    text-align: left;
    margin: 0;
}

.uc-near-me-section .image-wrapper {
    position: relative;
}

.uc-near-me-section .nao-icon {
    position: absolute;
    right: -40px;
    top: -40px;
}

.uc-near-me-section .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 1080px) {
    .uc-near-me-section {
        padding: 0 24px;
        padding-right: 52px;
        flex-direction: column;
    }

    .uc-near-me-section .nao-icon {
        right: -28px;
        top: -28px;
        width: 64px;
    }

    .uc-near-me-section .content-wrapper h2 {
        font-family: Tiempos Fine;
        font-size: 26px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
    }

    .uc-near-me-section .content-wrapper p {
        font-family: TodaySansNow Pro;
        font-size: 18px;
        font-weight: 300;
        line-height: 28.79px;
        text-align: left;
    }

    .uc-near-me-section .content-wrapper .inner-wrapper {
        margin-top: 0;
        padding: 25px 30px;
    }
}

/*Uc near me section style end*/

/*Local UC section style start*/
.local-uc-section {
    display: flex;
    padding: 0 85px;
    margin-bottom: 160px;
    justify-content: flex-end;
    align-items: center;
    column-gap: 50px;
}

.local-uc-section .img-wrapper {
    flex: 0 0 35%;
    width: 35%;
}

.local-uc-section .img-wrapper img {
    width: 100%;
}

.local-uc-section .pointer-wrapper h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
    color: #1E3565;
}

.local-uc-section .pointer-wrapper .pointer-inner-wrapper {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
}

.local-uc-section .pointer-wrapper .pointer-inner-wrapper .pointer {
    box-shadow: 0px 0px 16.3px 0px #C6D9DD61;
    border-radius: 12px;
    background-color: #fff;
    padding: 22px;
    padding-right: 30px;
}

.local-uc-section .pointer-wrapper .pointer-inner-wrapper .pointer h4 {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 500;
    line-height: 21.8px;
    text-align: left;
    color: #1E3565;
    margin-top: 15px;
}

.local-uc-section .pointer-wrapper .pointer-inner-wrapper .pointer p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

@media screen and (max-width: 1080px) {
    .local-uc-section {
        flex-direction: column;
        padding: 0 22px;
    }

    .local-uc-section .pointer-wrapper .pointer-inner-wrapper {
        flex-direction: column;
        row-gap: 20px;
    }

    .local-uc-section .pointer-wrapper h2 {
        font-family: Tiempos Fine;
        font-size: 26px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
    }

    .local-uc-section .pointer-wrapper .pointer-inner-wrapper .pointer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .local-uc-section .pointer-wrapper .pointer-inner-wrapper .pointer h4,
    .local-uc-section .pointer-wrapper .pointer-inner-wrapper .pointer p {
        text-align: center;
    }

    .local-uc-section .img-wrapper {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }
}

/*Local UC section style end*/

/*HC section style start*/
.hc-section {
    margin-top: 160px;
    padding: 0 176px;
}

.hc-section h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    color: #1E3565;
}

.hc-section p {
    font-family: TodaySansNow Pro;
    font-size: 26px;
    font-weight: 300;
    line-height: 33.8px;
    text-align: center;
    color: #1E3565;
}

.hc-section .hc-pointer-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 58px;
}

.hc-section .hc-pointer-wrapper .hc-pointer {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 86px 46px;
    border: 1px solid #F1F1F1;
}

.hc-section .hc-pointer-wrapper .hc-pointer.top-left {
    border-left: 0;
    border-top: 0;
}

.hc-section .hc-pointer-wrapper .hc-pointer.top-mid {
    border-top: 0;
}

.hc-section .hc-pointer-wrapper .hc-pointer.top-right {
    border-right: 0;
    border-top: 0;
}

.hc-section .hc-pointer-wrapper .hc-pointer.bottom-left {
    border-left: 0;
    border-bottom: 0;
}

.hc-section .hc-pointer-wrapper .hc-pointer.bottom-right {
    border-right: 0;
    border-bottom: 0;
}

.hc-section .hc-pointer-wrapper .hc-pointer h3 {
    font-family: TodaySansNow Pro;
    font-size: 26px;
    font-weight: 400;
    line-height: 34.91px;
    text-align: center;
    color: #1E3565;
}

.hc-section .hc-pointer-wrapper .hc-pointer a {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 9.94px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #378F12;
}

@media screen and (max-width: 1080px) {
    .hc-section {
        padding: 0 45px;
    }

    .hc-section h2 {
        font-family: Tiempos Fine;
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
    }

    .hc-section p {
        font-family: TodaySansNow Pro;
        font-size: 20px;
        font-weight: 300;
        line-height: 24.6px;
        text-align: center;
    }

    .hc-section .hc-pointer-wrapper .hc-pointer {
        width: 50%;
        padding: 64px 22px;
    }

    .hc-section .hc-pointer-wrapper .hc-pointer h3 {
        font-family: TodaySansNow Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 26.52px;
        text-align: center;
    }

    .hc-section .hc-pointer-wrapper .hc-pointer a {
        font-family: TodaySansNow Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 7.55px;
        text-align: left;
        text-decoration-line: underline;
        text-decoration-style: solid;
    }

    .hc-section .hc-pointer-wrapper .hc-pointer.top-mid {
        border-right: 0;
    }

    .hc-section .hc-pointer-wrapper .hc-pointer.top-right {
        border-right: 1px solid #F1F1F1;
        border-left: 0;
    }

    .hc-section .hc-pointer-wrapper .hc-pointer.bottom-left {
        border-right: 0;
        border-bottom: 1px solid #F1F1F1;
    }

    .hc-section .hc-pointer-wrapper .hc-pointer.bottom-right {
        border: 0;
    }
}

/*HC section style end*/

/*swap section style start*/
.swap-section {
    margin-top: 92px;
    padding: 0 85px;
}

.swap-section .swap-wrapper {
    display: flex;
    align-items: center;
    column-gap: 45px;
    margin-bottom: 105px;
}

.swap-section .swap-wrapper .img-container {
    padding-top: 100px;
    padding-left: 100px;
    background-color: #E9F3F580;
    border-radius: 12px;
    overflow: hidden;
    min-width: 30%;
}

.swap-section .swap-wrapper .img-container.lg {
    min-width: 45%;
}

.swap-section .swap-wrapper .img-container img {
    width: 100%;
    height: auto;
}

.swap-section .swap-wrapper .pointer-wrapper {
    display: flex;
    column-gap: 10px;
    margin: 30px 0;
}

.swap-section .swap-wrapper .pointer-wrapper .pointer {
    padding: 22px 15px;
    box-shadow: 0px 0px 16.3px 0px #C6D9DD61;
    background-color: #fff;
    border-radius: 12px;
}

.swap-section .content-container h3 {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.78px;
    text-align: left;
    color: #39727D;
}

.swap-section .content-container p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.15px;
    text-align: left;
}

.swap-section .swap-wrapper .pointer-wrapper .pointer img {
    display: block;
    margin: auto;
}

.swap-section .swap-wrapper .pointer-wrapper .pointer h4 {
    font-family: TodaySansNow Pro;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.02px;
    text-align: center;
    color: #39727D;
}

.swap-section .swap-wrapper .pointer-wrapper .pointer p {
    font-family: TodaySansNow Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    text-align: center;
}

.swap-section .swap-wrapper.banner-right {
    flex-direction: row-reverse;
}

.swap-section .swap-wrapper.banner-right h3,
.swap-section .swap-wrapper.banner-right p {
    text-align: right;
}

@media screen and (max-width: 1080px) {
    .swap-section {
        padding: 0 24px;
    }

    .swap-section .swap-wrapper,
    .swap-section .swap-wrapper.banner-right {
        flex-direction: column;
    }

    .swap-section .swap-wrapper .img-container {
        padding-top: 70px;
        padding-left: 70px;
    }

    .swap-section .swap-wrapper .pointer-wrapper {
        flex-wrap: wrap;
        gap: 10px;

    }

    .swap-section .swap-wrapper .pointer-wrapper .pointer {
        width: calc(50% - 5px);
    }
}

/*swap section style end*/

/*Location list section style start*/
.location-list-section {
    padding: 0 86px;
    margin-bottom: 160px;
}

.location-list-section h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #1E3565;
}

.location-list-section p {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    margin: 0;
}

.location-list-section .list-wrapper {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.location-list-section .loc-container {
    background-color: #E9F3F580;
    border-radius: 12px;
    padding: 33px 28px;
    padding-left: 44px;
    width: calc(33.33% - 16px);
    text-decoration: none;
}

.location-list-section .loc-container h4 {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    position: relative;
    color: #39727D;
    margin: 0;
    margin-bottom: 20px;
}

.location-list-section .loc-container h4 img {
    position: absolute;
    left: -15px;
    top: 12px;
}

.location-list-section .loc-container p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #39727D;
    margin: 0;
}

.location-list-section .loc-container p:first-of-type {
    margin-bottom: 20px;
}

.location-list-section .loc-container p b {
    font-weight: 400;
}

@media screen and (max-width: 1080px) {
    .location-list-section {
        padding: 0 23px;
    }

    .location-list-section h2 {
        font-family: Tiempos Fine;
        font-size: 26px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
    }

    .location-list-section p {
        font-family: TodaySansNow Pro;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        text-align: left;
    }

    .location-list-section .loc-container {
        width: 100%;
    }

    .location-list-section .loc-container {
        font-family: TodaySansNow Pro;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
    }

    .location-list-section .loc-container p {
        font-family: TodaySansNow Pro;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        text-align: left;
    }
}

/*Location list section style end*/

/*Certificate list section style start*/
.certificate-section h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #1E3565;
}

.certificate-section p {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.certificate-section .certificate-list-wrapper {
    background-color: #EDF5F780;
    padding-top: 23px;
    padding-bottom: 16px;
    margin-top: 42px;
}

.certificate-section .certificate-list-wrapper h3 {
    font-family: Tiempos Fine;
    font-size: 24px;
    font-weight: 400;
    line-height: 38.16px;
    text-align: center;
    color: #1E3565;
    margin: 0;
    margin-bottom: 18px;
}

.certificate-section .certificate-list-wrapper .inner-wrapper {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
}

@media screen and (max-width: 1080px) {
    .certificate-section .certificate-list-wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }

    .certificate-section .certificate-list-wrapper .inner-wrapper {
        flex-wrap: wrap;
        padding: 30px;
        column-gap: 70px;
        row-gap: 40px;
    }

    .certificate-section .certificate-list-wrapper .inner-wrapper img {
        width: 100px;
        height: 100px;
    }
}

/*Certificate list section style end*/

/*Service list section style start*/
.services-section {
    margin-top: 160px;
    padding: 0 85px;
}

.services-section h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.services-section p {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
}

.services-section .service-list-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 36px;
    row-gap: 36px;
    flex-wrap: wrap;
    margin-top: 42px;
}

.services-section .service-list-wrapper .service-pointer {
    flex: 0 0 calc(33.33% - 36px);
    width: calc(33.33% - 36px);
    box-shadow: 0px 0px 16.3px 0px #C6D9DD61;
    border-radius: 12px;
    overflow: hidden;
}

.services-section .service-list-wrapper .service-pointer .content {
    padding: 24px;
    padding-bottom: 31px;
}

.services-section .service-list-wrapper .service-pointer .image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    background-image: url("../images/pattern-1.svg");
}

.services-section .service-list-wrapper .service-pointer img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: top;
}

.services-section .service-list-wrapper .service-pointer h4 {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #39727D;
    margin-top: 0;
    margin-bottom: 5px;
}

.services-section .service-list-wrapper .service-pointer p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    margin: 0;
}

.services-section .subtext {
    font-family: TodaySansNow Pro;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 41.6px;
    text-align: center;
    color: #5A8F4C;
    margin-top: 42px;
}

@media screen and (max-width: 1080px) {
    .services-section {
        padding: 0 23px;
    }

    .services-section .service-list-wrapper .service-pointer {
        flex: 0 0 100%;
        width: 100%;
    }
}

/*Service list section style end*/


/*FAQ style start*/
.container-6 {
    margin-top: 160px;
    max-width: unset;
    padding-left: 86px;
    padding-right: 86px;
}

.heading-4 {
    color: #1e3565;
    text-align: center;
    font-family: 'Tiemposfine', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 38.78px;
    margin-top: 45px;
}

.accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #9acf8c;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 16px;
    padding-left: 35px;
    padding-right: 25px;
}

.accordion-header {
    cursor: pointer;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.accordion-header .text-block-5 {
    font-family: Todaysansnow Pro, sans-serif;
    font-size: 20px;
    color: #1E3565;
}

.accordion-content {
    font-family: Todaysansnow Pro, sans-serif;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    font-size: 18px;
}

.accordion-content {
    font-size: 18px;
}

.accordion-content.active {
    height: 80px;
}

.accordion-header img {
    transform: rotateZ(0deg);
    transition: all 0.5s;
}

.accordion-header.active img {
    transform: rotateZ(180deg);
}

.heading-4 {
    color: #1e3565;
    text-align: center;
    font-family: 'Tiempos Fine', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 38.78px;
    margin-top: 45px;
}

@media screen and (max-width: 1080px) {
    .container-6 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .accordion-header .text-block-5 {
        padding-right: 20px;
        font-size: 16px;
    }

    .heading-4 {
        font-size: 20px;
    }

    .accordion-content {
        font-size: 14px;
    }

    .accordion-content.active {
        height: 160px;
    }

    .heading-4 {
        font-size: 20px;
    }
}

/*FAQ style start*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.zocdoc-book-apt-popup-container {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000052;
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

.zocdoc-book-apt-popup-container.active {
    display: flex;
}

.zocdoc-popup-art {
    display: block;
    width: 379px;
    height: auto;
}

.zocdoc-book-apt-popup-wrapper {
    width: 80%;
    max-width: 1165px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 36px;
    padding-top: 78px;
    padding-left: 73px;
    padding-right: 73px;
    padding-bottom: 30px;
    position: relative;
}

.zocdoc-popup-content {
    display: flex;
    align-items: center;
}

.zocdoc-popup-inner-content h2 {
    font-family: Tiempos Fine;
    font-size: 64px;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
    color: #1E3565;
    margin: 0;
    margin-bottom: 18px;
}

.zocdoc-popup-inner-content p {
    font-family: TodaySansNow Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    color: #1E3565;
    margin: 0;
}

#zocdoc-phone-num,
#zocdoc-phone-num::placeholder {
    font-family: TodaySansNow Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1E3565;
}

#zocdoc-phone-num {
    margin-top: 34px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #1E356566;
    padding: 0 10px;
    margin-bottom: 10px;
    outline: none;
    box-sizing: border-box;
}

#zocdoc-input-message {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #39A164;
    display: block;
}

#zocdoc-input-message.error {
    color: red;
}

#submit-zocdoc-num {
    font-family: TodaySansNow Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    background-color: #1E3565;
    border-radius: 50px;
    padding: 10px 37px;
    text-decoration: none;
    box-sizing: border-box;
    margin-top: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.zocdoc-book-apt-popup-wrapper .note {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #1E3565;
    margin: 0;
    margin-top: 50px;
}

.zocdoc-popup-close {
    position: absolute;
    top: 40px;
    right: 40px;
}

@media (max-width: 699px) {
    .zocdoc-popup-content {
        flex-direction: column;
    }

    .zocdoc-popup-art {
        width: 200px;
    }

    .zocdoc-popup-inner-content h2 {
        font-size: 36px;
        margin-bottom: 0;
    }

    .zocdoc-popup-inner-content p {
        font-size: 18px;
    }

    #zocdoc-phone-num,
    #zocdoc-phone-num::placeholder {
        font-size: 20px;
    }

    #zocdoc-input-message {
        font-size: 14px;
        line-height: 20.8px;
    }

    #submit-zocdoc-num {
        font-size: 18px;
        padding: 10px 26px;
        width: 100%;
    }

    .zocdoc-book-apt-popup-wrapper .note {
        font-size: 14px;
    }

    .zocdoc-book-apt-popup-wrapper {
        width: 90%;
        max-width: 1165px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 36px;
        padding-top: 78px;
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 30px;
        position: relative;
    }
}

.hide {
    display: none !important;
}

.select-appointment-container .book-apt-content .bookan-pp-box {
    background: #FAFAFA !important;
    border-radius: 10px !important;
    padding: 15px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

/*Insurance section styles start*/
.insurance-section {
    padding: 100px 86px 0px;
}

.insurance-wrapper {
    background-color: #E9F3F580;
    border-radius: 10px;
    padding: 50px 63px;
}

.insurance-section h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 36.36px;
    text-align: left;
    color: #1E3565;
    margin: 0;
    margin-bottom: 31px;
}

.insurance-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #1E3565;
    margin: 0;
    margin-bottom: 8px;
}

.insurance-wrapper .green-text {
    color: #40852F;
    font-weight: 500;
}

.insurance-wrapper p b {
    font-weight: 500;
}

.insurance-container {
    display: flex;
    flex-wrap: wrap;
    width: 87%;
    column-gap: 110px;
    row-gap: 54px;
    margin: 40px auto;
}

.insurance-container img {
    width: 212px;
    height: auto;

}

@media screen and (max-width: 1080px) {
    .insurance-section {
        padding: 100px 13px 10px;
    }

    .insurance-wrapper {
        padding: 27px 18px;
    }

    .insurance-section h2 {
        font-family: Tiempos Fine;
        font-size: 26px;
        font-weight: 400;
        line-height: 36.4px;
        text-align: left;
    }

    .insurance-wrapper p img {
        width: 110px;
        padding-bottom: 3px;
    }

    .insurance-container {
        column-gap: 0px;
        row-gap: 20px;
        width: 100%;
    }

    .insurance-container img {
        width: 50%;
    }
}

/*Insurance section styles start*/

/*Banner style start*/
.banner-section {
    background-color: #F8FBFC;
    display: flex;
    padding: 0 90px;
    justify-content: space-between;
    align-items: center;
}

.banner-section .content {
    padding: 60px 0;
}

.banner-section .img-wrapper {
    width: 50%;
}

.banner-section .img-wrapper img {

    height: auto;
}


.container {
    max-width: 1410px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.clc {
    color: #1e3565;
    font-weight: bold;
}

.clc:hover {
    text-decoration: none;
}

.nao-logo {
    position: relative;
    top: -5px;
}

.nao-desc {
    font-family: TodaySansNow Pro;
    font-size: 22px;
    line-height: 26px;
    max-width: 440px;
    color: #1E3565;
}

.pr-service-section {
    background: #1E3565;
    padding: 56px 0px;
}

.pr-service-section h2 {


    color: #F3F3F3;
    font-size: 60px;
    line-height: 73px;
    text-align: start;
    font-weight: 400;
    font-family: Tiempos Fine;
    margin-bottom: 70px;
}

.pr-service-section p {
    color: #fff;

    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 1460px) {
    .pr-service-section h2 {
        margin-bottom: 44px;
    }

    .pr-service-section p {
        font-size: 16px;
    }
}

@media (max-width: 1080px) {


    .pr-service-section p {
        color: #fff;

        font-size: 14px;
        line-height: 28px;
    }
}

.time-list {
    list-style: none;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0.09);
    padding: 20px;
    border-radius: 8px;
}

.pr-service-el:hover {
    border: 2px solid #fff;
    transform: scale(1.02);
}

.pr-service-el {
    background: #3F5178;
    border-radius: 10px;
    text-align: center;
    max-width: 313.75px;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 50px 29px 20px 29px;
    transition: transform 0.3s ease;

}

.h-img {
    margin-bottom: 40px;
}

.wrk-img {
    position: relative;
    top: -16px;
    margin-bottom: 30px;
}

.heart-img {
    margin-bottom: 55px;
}

.th-img {
    margin-bottom: 40px;
}

.pr-service {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px 10px 10px 0;
    /* Removed left padding */
    display: flex;
    justify-content: flex-start;
    /* Changed from center to flex-start */
    gap: 35px;
    margin-bottom: 40px;
    padding-bottom: 8px;

    /* Scroll alignment fix */
    scroll-padding-left: 0;
    /* Ensures scroll starts at edge */
    scroll-snap-type: x mandatory;

    /* Custom scrollbar styles */
    scrollbar-color: #fff transparent;
    scrollbar-width: thin;
}

/* For WebKit browsers */
.pr-service::-webkit-scrollbar {
    height: 8px;
}

.pr-service::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
}

/* Child elements */
.pr-service-el {
    flex: 0 0 auto;
    scroll-snap-align: start;
    /* Ensures snap to start */
}

/* First element alignment */
.pr-service-el:first-child {
    margin-left: 20px;
    /* Replaces the container's removed padding */
    scroll-margin-left: 20px;
    /* Ensures full visibility when scrolling back */
}

/* Optional: Add right padding to last element */
.pr-service-el:last-child {
    margin-right: 20px;
}


.banner-section .content h1 {

    font-size: 55px;
    font-weight: 400;
    line-height: 47px;
    text-align: left;
    color: #1E3565;
    margin-top: 0;
    margin-bottom: 25px;
}

.banner-section .content h2 {
    font-family: Tiempos Fine;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    line-height: 31.51px;
    text-align: left;
    color: #39727D;
    margin-top: 0;
    margin-bottom: 25px;
}

.banner-section .content .book-apt-btn {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    background-color: #1E3565;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 395px;
    margin-bottom: 14px;
}

.banner-section .content .book-tele-visit-btn {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1E3565;
    background-color: transparent;
    border: 1px solid #70B58D;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
}

@media screen and (min-width: 1920px) {
    .banner-section .img-wrapper {
        padding-right: 94px;
    }
}

@media screen and (max-width: 1080px) {
    .banner-section {
        padding: 0 25px;
        flex-direction: column;
    }

    .banner-section .img-wrapper {
        width: 100%;
    }
}

/*Banner style end*/

/*Why nao section style start*/
.why-nao-section {
    padding: 0 85px;
    margin-top: 160px;
}

.why-nao-section .inner-wrapper {
    box-shadow: 0px 0px 16.3px 0px #C6D9DD61;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    column-gap: 40px;
}

.why-nao-section .inner-wrapper h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 36.36px;
    text-align: left;
    color: #1E3565;
}

.why-nao-section .inner-wrapper p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #1E3565;
}

.why-nao-section .inner-wrapper .image-wrapper {
    flex: 0 0 35%;
    border-radius: 12px;
    overflow: hidden;
}

.why-nao-section .inner-wrapper .image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-nao-section .inner-wrapper .pointer-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    row-gap: 40px;
    margin-top: 40px;
}

.why-nao-section .inner-wrapper .pointer-wrapper .pointer {
    width: calc(50% - 75px);
}

.why-nao-section .inner-wrapper .pointer-wrapper .pointer h3 {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #39727D;
}

.why-nao-section .inner-wrapper .pointer-wrapper .pointer p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
}

@media screen and (min-width: 1920px) {
    .why-nao-section .inner-wrapper .image-wrapper {
        flex: 0 0 25%;
    }
}

@media screen and (max-width: 1080px) {
    .why-nao-section {
        padding: 0 25px;
    }

    .why-nao-section .inner-wrapper {
        flex-direction: column;
        row-gap: 30px;
        padding: 28px;
    }

    .why-nao-section .inner-wrapper .pointer-wrapper .pointer {
        width: 100%;
    }
}

/*Why nao section style end*/

/*How to visit section style start*/
.how-to-visit-section {
    margin-top: 194px;
    margin-bottom: 160px;
    background-color: #EDF5F780;
    padding: 46px 125px;
    position: relative;
}

.how-to-visit-section .icon {
    position: absolute;
    top: 0;
    left: 34%;
    transform: translate(-50%, -50%);
}

.how-to-visit-section h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 23.89px;
    color: #1E3565;
    text-align: center;
}

.how-to-visit-section p {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #1E3565;
    margin-bottom: 20px;
}

.how-to-visit-section .book-apt-btn {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #1E3565;
    border-radius: 50px;
    display: block;
    margin: auto;
    width: 248px;
    padding: 10px 0;
    text-decoration: none;
}

@media screen and (max-width: 1080px) {
    .how-to-visit-section {
        padding: 46px 25px;
    }

    .how-to-visit-section .icon {
        left: 14%;
    }
}

/*How to visit section style end*/


/* our mission styles  */
.knt-1 {
    background: #9ACF8C;
}

.knt-2 {
    background: #F2F9F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.knt-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.knt-1-child {
    margin-left: 80px;
    max-width: 580px;
}

.knt-1-child h3 {
    font-family: Tiempos Fine;
    font-size: 60px;
    line-height: 73px;
    color: #1E3565;
    margin-bottom: 25px;
    font-weight: 400;
}

.knt-2-child h3 {
    font-family: Tiempos Fine;
    font-size: 60px;
    line-height: 73px;
    color: #1E3565;
    margin-bottom: 25px;
    font-weight: 400;
}

.knt-1-child {
    padding: 20px;
}

.knt-2-child {
    padding: 20px;
}

.knt-1-child p {
    font-family: TodaySansNow Pro;
    font-size: 25px;
    line-height: 29px;
    color: #233A69;
}

.knt-2-child p {
    font-family: TodaySansNow Pro;
    font-size: 25px;
    line-height: 29px;
    color: #233A69;
}

.knt-1 img {
    margin-right: 200px;
}

.knt-2-child {
    margin-left: 200px;
}

.second-p {
    font-weight: 900;
}

.knt-1-child ul {
    list-style: none;
    padding-left: 0px;
}

.knt-1-child ul li {
    color: #1E3565;
    font-size: 16px;
    font-family: Todaysansnow Pro;
    line-height: 25px;
}

@media screen and (max-width: 1780px) {
    .knt-1 img {
        width: 675px;

    }

    .knt-2 img {
        width: 650px;

    }

    .knt-1-child h3 {

        font-size: 50px;

    }

    .knt-2-child h3 {

        font-size: 50px;

    }

    .knt-1-child p {

        font-size: 20px;

    }

    .knt-2-child p {

        font-size: 20px;

    }
}

@media screen and (max-width: 1400px) {
    .knt-1 img {
        width: 549px;

        margin-right: 140px;
    }

    .knt-2 img {
        width: 500px;
        height: 400px;

        margin-right: 140px;
    }

    .knt-1-child h3 {

        font-size: 40px;

    }

    .knt-2-child h3 {

        font-size: 40px;

    }

    .knt-1-child p {

        font-size: 17px;

    }

    .knt-2-child p {

        font-size: 17px;

    }

    .knt-2-child {
        margin-left: 0px;
    }
}

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

    .knt-2-child {
        margin-left: 0px;
    }

    .knt-1 img {
        width: 400px;

        margin-right: 100px;
    }

    .knt-2 img {
        width: 500px;

        margin-right: 100px;
    }

    .knt-1-child h3 {

        font-size: 30px;

    }

    .knt-2-child h3 {

        font-size: 30px;

    }

    .knt-1-child p {

        font-size: 14px;

    }

    .knt-2-child p {

        font-size: 14px;

    }
}

@media screen and (max-width: 940px) {
    .knt-1 {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .knt-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .knt-1-child {
        margin-left: 0px;
        padding: 10px;
    }

    .knt-2-child {
        margin-left: 0px;
        padding: 10px;
    }




    .knt-1-child h3 {
        margin-bottom: 0px;
    }

    .knt-2-child h3 {
        margin-bottom: 0px;
    }

    .knt-1-child p {

        line-height: 25px;

    }

    .knt-2-child p {

        line-height: 25px;

    }

}

/* our mission style end */

/*Footer style start*/
.footer-nav {
    border-bottom: 1px solid #fff;
    margin-top: 38px;
    margin-bottom: 28px;
    padding-bottom: 16px;
}

.footer {
    background-color: #1e3565;
    padding: 30px 85px 66px;
}

.text-block-2 {
    color: #fff;
    font-family: Todaysansnow Pro, sans-serif;
    font-weight: 300;
}

.link-block-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
}

.list-item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.text-block {
    color: #fff;
    font-family: Todaysansnow Pro, sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width: 1080px) {
    .heading-4 {
        font-size: 20px;
    }

    .text-block-2 {
        text-align: justify;
        font-size: 14px;
    }

    .footer {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 479px) {
    .text-block {
        font-size: 13px;
    }
}

/*Footer style end*/