html {
    --gl-header-height: 131px;
    --gl-header-margin-top: 131px;
}

.ecp-cataract-journey .standard-inner-wrapper {
    max-width: 100%;
    padding: 0;
}

.ecp-cataract-journey .entry > section {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.ecp-cataract-journey .breadcrumbs-custom {
    display: none;
}

.ecp-cataract-journey .top-doctors-section {
    /*display: none;*/
}

.jm-hero, .path-1-hero, .path-2-hero, .path-3-hero {
    margin-top: var(--gl-header-margin-top);
}

.jm-hero {
    min-height: 600px;
}

.ecp-cataract-journey .image-9,
.ecp-cataract-journey .img {
    height: 100%;
}

.path-bucket {
    color: #000
}

.entry .static-progress-bar, .progress-bar-wrap {
    width: 100%;
    max-width: 100%;
}

.entry a.progress-link {
    text-decoration: none;
    color: #000;
}

.entry a.progress-link:hover {
    color: #000;
    background-color: var(--main-yellow);
}

.entry .cataract-badge {
    width: auto;
    height: auto;
}

.entry .cataract-badge .image-13 {
    width: auto;
    height: auto;
    max-width: 250px;
}

.entry .tab-links-2 {
    color: #000;
    text-decoration: none;
}

.entry .tab-links-2:hover {
    color: #000
}

.entry .image-16 {
    width: auto;
    height: 100%;
}

.entry .button-2 {
    color: #000;
    text-decoration: none;
}

.entry .button-2:hover {
    color: #000;
    background-color: var(--main-yellow);
}

.entry .block-quote-2 {
    color: #000
}

.btn-div.left {
    gap: 10px;
}

.entry .tab-link {
    color: #000;
    text-decoration: none;
}

.entry .faq2_question-2 {
    border-radius: 30px;
}

.faq2_icon-2 {
    background: none;
}

.faq2_answer {
    display: none;
}

.faq2_icon-2 {
    transition: 0.5s;
}

.active .faq2_icon-2 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.static-progress-bar {
    bottom: auto;
    top: var(--gl-header-height);
    z-index: 10;
}

.entry .w-button {
    white-space: normal;
    word-break: normal !important;
}

ul.yellow-square {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 30px;
}

ol.yellow-numbers {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

ol.yellow-numbers li::marker {
    /*color: var(--main-yellow);*/
}

.bucket-holder-hero {
    background: #fff;
    padding: 50px;
}

.start-section {
    margin-top: -244px;
}

.path-bucket p {
    display: none;
}

section.path-1-section-4-new.why,
.ecp-cataract-journey section.what-to-expect {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ecp-cataract-journey section.what-to-expect {
    margin-bottom: 6%;
}

.ecp-cataract-journey section.doctors-section-journey {
    width: 90%;
    padding-top: 6%;
    margin-left: auto;
    margin-right: auto;
}

.doctors-section-journey h2 {
    text-align: center;
}

.doctors-section-journey a.ui-button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.mb-6per {
    margin-bottom: 6%;
}

.pb-0 {
    padding-bottom: 0;
}

#start.anchor-fix {
    padding-top: 141px;
    margin-top: -141px;
}

.cataract-badge {
    display: none;
}

.quiz-modal .modal__container {
    width: 95%;
    margin-top: 10px;
    max-width: 1200px;
}

.quiz-modal .modal__close {
    position: absolute;
    right: 3px;
    top: -5px;
}

.quiz-placeholder-2 {
    padding: 20px;
}

a.progress-link {
    word-break: normal !important;
}

.button.next-section {
    background: var(--main-yellow);
    display: flex;
    align-items: center;
    gap: 5px;
}

.button.next-section span {
    font-size: 30px;
    line-height: 1;
}

.alphaeon .financing-cta-note {
    font-size: 0.875rem;
    margin-top: 1rem;
}

.alphaeon .financing-disclaimer {
    font-size: 0.85rem;
    line-height: 1.5;
    opacity: 0.75;
    margin-top: 1.5rem;
}

.alphaeon .what-is-lasik-text-div {
    background: #fff;
}

.alphaeon .financing-photo-div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.alphaeon .financing-prequalify-link {
    display: inline-block;
    max-width: 320px;
    margin-bottom: 20px;
}

.alphaeon .financing-prequalify-link:focus-visible {
    outline: 3px solid var(--main-yellow);
    outline-offset: 4px;
}

.alphaeon .financing-prequalify-link img {
    width: 100%;
    height: auto;
    display: block;
}

.financing-prequalify-link-image {
    margin-bottom: 0;
}

.alphaeon .financing-logo {
    display: block;
    max-width: 180px;
    height: auto;
    margin-bottom: 1.25rem;
}

#faq .faq-wrapper-div {
    margin-bottom: 6%;
}

.alpha-flex {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1rem;
    align-items: center;
    margin-bottom: 30px;
}

.lal-block {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.lal-two-col {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 2rem;
    align-items: center;
}

.lal-two-col__image {
    overflow: hidden;
}

.lal-two-col__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.alphaeon .what-is-lasik-text-div.left {
    position: relative;
}

.alphaeon {
    display: flex;
    align-items: center;
}

.ecp-cataract-journey .hero-spacer {
    height: 0;
}

@media (max-width: 1380px) {
    .path-1-section-2.top-marg.min-80 {
        min-height: 90vh;
    }

}

@media (max-width: 991px) {

    .path-1-section-2.top-marg.min-80 {
        min-height: auto;
    }

    .alphaeon .financing-logo {
        max-width: 180px;
    }

    .jm-hero {
        justify-content: flex-end;
    }

    .hero-content-jm.main {
        margin-bottom: 50px;
    }

    .start-section {
        margin-top: -20px;
    }

}

@media (max-width: 767px) {

    .alphaeon {
        flex-direction: column-reverse;
    }

    .lal-two-col {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        align-items: center;
    }

    .hero-content-jm.main {
        margin-bottom: 0;
    }

    .bucket-holder-hero {
        padding: 25px;
    }

    .bucket-holder-hero {
        width: 100%;
    }

    .jm-hero {
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .default-hero-img-div {
        background-size: cover;
        min-height: 0;
        width: 100%;
        position: static;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .alpha-flex {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        align-items: center;
        margin-bottom: 0;
    }

}

@media (max-width: 479px) {

    .lal-block {
        margin-bottom: 0px;
        margin-top: 25px;
    }

    .lal-two-col {
        gap: 0;
    }

    .path-2-hero, .path-1-h, .path-3-next, .path-3-hero, .default-hero-img-div {

        background-position: 100% 110%;
    }

    .jm-hero.main {
        margin-top: 43px;
    }

    .path-2-hero, .path-3-hero {
        margin-top: 65px;
    }

    .faq2_question-2 {
        padding-left: 20px;
        padding-right: 10px;
    }

    .path-2-hero {
        padding-bottom: 251px;
    }

}