* {
    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;
}

.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;
}

.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;
}

.hide {
    display: none;
}

@media (max-width: 699px) {
    .main-page-header .book-appointment-menu-btn {
        position: fixed;
        width: 90%;
        left: 9%;
        transform: translateX(-5%);
        animation: shadow-pulses 1s infinite !important;
    }

    @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: 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;
    }
}


/*Header style start*/
.header {
    background-color: #1E3565;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    display: flex;
}

.brand {
    display: block;
    width: 14%;
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

.nao-medical-logo-2 {
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
}

.nav-menu-3 {
    justify-content: center;
    align-items: center;
    width: 72%;
    display: flex;
}

.nav-link-3 {
    color: #fff;
    padding: 0;
    font-family: Todaysansnow Pro, sans-serif;
    font-size: 14px;
    margin-left: 22px;
    margin-right: 22px;
    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;
}

.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;
}

@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: #1E3565;
        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: #1E3565;
    }
}

@media screen and (max-width: 479px) {
    .nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .brand {
        width: auto;
    }

    .nav-menu-3 {
        background-color: #1E3565;
        width: 100%;
        padding-bottom: 20px;
        display: flex;
    }

    .nav-link-3 {
        width: 100%;
    }
}

/*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: left;
    color: #1E3565;
    margin: 0;
}

.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: 120px;
    margin-top: 85px;
    padding: 0 86px;
}

#map {
    height: 325px;
    width: 100%;
    border-radius: 8px;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-container .left {
    width: 38%;
    margin-right: 22px;
    position: relative;
}

.map-container .right {
    width: 62%;
}

.store-wrapper {
    height: 280px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.store-container {
    background-color: rgba(11, 41, 116, 0.04);
    padding: 14px 17px;
    border-radius: 8px;
    display: flex;
    margin-bottom: 10px;
}

.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: 38px;
    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-container .left::before {
    content: "";
    background-image: url("../images/search-target.svg");
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 14px;
    top: 13px;
}

.map-container .left::after {
    content: "";
    background-image: url("../images/mdi_search.svg");
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 12px;
    right: 16px;
}

.dropdown-trigger {
    cursor: pointer;
}

.store-container ul.dropdown {
    padding-left: 20px;
}

.dropdown td {
    padding-bottom: 8px;
}

.store-container .image-container img {
    width: 106px;
    height: 120px;
    object-fit: cover;
}

@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: 100px;
        flex: 0 0 100px;
    }

    .store-container .image-container img {
        height: 100%;
        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;
    }
}

/*Map style end*/

/*FAQ style start*/
.container-6 {
    margin-bottom: 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*/

/*Intro section styles start*/
.intro-section {
    background-color: #1E3565;
    padding: 50px 70px 95px 70px;
}

.intro-section .pfp-container {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: solid 2px #9ACF8C;
    overflow: hidden;
}

.intro-section .pfp-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-section .intro-wrapper {
    display: flex;
    column-gap: 33px;
}

.intro-section .intro-wrapper .intro-title {
    font-family: TodaySansNow Pro;
    font-size: 30px;
    font-weight: 500;
    line-height: 35.67px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 10px;
}

.intro-section .name-sub-container .specialist {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: left;
    color: #FFFFFF;
}

.intro-section .about-container h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 36.36px;
    text-align: left;
    color: #FFFFFF;
}

.intro-section .about-container p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.54px;
    text-align: left;
    color: #FFFFFF;
}

.intro-section .prof-container {
    border-radius: 8px;
    background-color: #A5BCED1F;
    padding: 10px 20px;
}

.intro-section .prof-container p {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.intro-section .intro-wrapper .info-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 10px;
}

.intro-section .intro-wrapper .rating-container p {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: center;
    color: #000000B8;
    margin: 0;
}

.intro-section .intro-wrapper .rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
    column-gap: 4px;
}

.intro-section .intro-wrapper .book-apt-btn {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.15px;
    text-align: center;
    color: #1E3565;
    background-color: #9ACF8C;
    border-radius: 8px;
    padding: 8px 18px;
    text-decoration: none;
}

@media screen and (max-width: 1080px) {
    .intro-section .pfp-container {
        flex: 0 0 96px;
        width: 96px;
        height: 96px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .intro-section {
        padding: 45px 30px 85px 30px;
    }

    .intro-section .intro-wrapper {
        column-gap: 14px;
        position: relative;
    }

    .intro-section .info-container {
        margin-left: 0;
    }

    .intro-section .intro-wrapper .info-header {
        flex-wrap: wrap;
        padding-left: 120px;
        row-gap: 10px;
    }
}

/*Intro section styles end*/

/*Insurance section styles start*/
.insurance-wrapper {
    background-color: #ECF1FA;
    margin-left: 86px;
    margin-right: 86px;
    border-radius: 10px;
    padding: 50px 63px;
    margin-top: 45px;
}

.insurance-wrapper h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Tiemposfine', sans-serif;
    line-height: 159%;
    color: #1E3565;
    margin: 0;
    margin-bottom: 14px;
}

.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-wrapper {
        margin-left: 30px;
        margin-right: 30px;
        padding: 27px 18px;
    }

    .insurance-wrapper h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .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*/

/*Nav section styles start*/
.nav-section {
    width: 100%;
    padding: 0 86px;
    margin-top: 58px;
}

.nav-section .nav-wrapper {
    width: 100%;
    border-bottom: 1px solid #F0F4FD;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 50px;
}

.nav-section .nav-wrapper .nav-item {
    position: relative;
}

.nav-section .nav-wrapper .nav-item a {
    display: block;
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: center;
    color: #14295675;
    text-decoration: none;
    margin: 0;
    padding: 0 6px;
    padding-bottom: 8px;
    position: relative;
    bottom: -1px;
}

.nav-section .nav-wrapper .nav-item.active a {
    font-weight: 500;
    color: #1E3565;
    border-bottom: 2px solid #1E3565;
}

@media screen and (max-width: 1080px) {
    .nav-section {
        padding: 0 30px;
        padding-right: 0;
    }

    .nav-section .nav-wrapper {
        overflow: hidden;
        overflow-x: scroll;
        padding-right: 30px;
    }
}

/*Nav section styles end*/

/*Condition section style start*/
.conditions-wrapper {
    padding: 0 86px;
    margin-top: 56px;
}

.conditions-wrapper h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 36.36px;
    text-align: left;
    color: #1E3565;
    margin-bottom: 20px;
}

.conditions-wrapper .condition {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.15px;
    text-align: center;
    color: #1E3565;
    background-color: #DAE4FB69;
    padding: 8px 18px;
    border-radius: 8px;
}

.conditions-wrapper .conditions-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

@media screen and (max-width: 1080px) {
    .conditions-wrapper {
        padding: 0 30px;
    }

    .conditions-wrapper h2 {
        font-family: Tiempos Fine;
        font-size: 26px;
        font-weight: 400;
        line-height: 34.74px;
        text-align: left;
    }

    .conditions-wrapper .condition {
        font-family: TodaySansNow Pro;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.15px;
        text-align: center;
    }
}

/*Condition section style end*/

/*Education section style start*/
.education-wrapper {
    padding: 0 86px;
}

.education-wrapper h2 {
    font-family: Tiempos Fine;
    font-size: 30px;
    font-weight: 400;
    line-height: 36.36px;
    text-align: left;
    color: #1E3565;
    margin-bottom: 50px;
}

.education-wrapper .edu-item h3 {
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: left;
    color: #40852F;
    margin-top: 5px;
    margin-bottom: 10px;
}

.education-wrapper .edu-item p {
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 0;
}

.education-wrapper .edu-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 7px;
}

.education-wrapper .edu-list-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 57px;
}

@media screen and (max-width: 1080px) {
    .education-wrapper .edu-list-container {
        flex-direction: column;
        row-gap: 35px;
    }

    .education-wrapper {
        padding: 0 30px;
    }

    .education-wrapper .edu-icon-container {
        flex: 0 0 30px;
        width: 30px;
    }

    .education-wrapper .edu-icon-container img {
        width: 100%;
    }
}

/*Education section 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*/