.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1em;
}

h2 {
    color: var(--text-black);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2em;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
}

li {
    margin-bottom: 10px;
    line-height: 1.3em;
}

.hero-yellow-line {
    background-color: var(--main-yellow);
    width: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.hero-little-square {
    background-color: var(--main-blue);
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 0% auto auto 0%;
}

.button {
    text-align: center;
    text-transform: uppercase;
    background-color: #54bed1;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 35px 18px;
    font-weight: 500;
    line-height: 1em;
}

.button.min {
    min-width: 350px;
    margin-left: 0;
    margin-right: 10px;
}

.search {
    margin-bottom: 0;
    display: flex;
}

.link {
    color: var(--main-teal);
    font-weight: 500;
}

.new-section-1 {
    min-height: 700px;
    margin-top: 0%;
    margin-bottom: 5%;
    position: relative;
}

.what-is-lasik-text-div {
    background-color: var(--background-blue);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    padding-left: 10%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.what-is-lasik-text-div.left {
    padding-left: 5%;
    padding-right: 10%;
    inset: 0% auto 0% 0%;
}

.what-is-lasik-photo-div {
    object-fit: cover;
    width: 40%;
    position: absolute;
    inset: 10% auto 10% 0%;
    overflow: hidden;
}

.what-is-lasik-photo-div.right {
    z-index: 1;
    inset: 10% 0% 10% auto;
}

.image-9.flip {
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.list-item-jm:hover {
    color: var(--main-blue);
}

.list-item-jm.top {
    align-items: flex-start;
}

.bullet.top {
    margin-top: 5px;
}

.section-5 {
    background-color: var(--background-blue);
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 6%;
    display: flex;
}

.what-is-lasik-yellow {
    background-color: var(--main-yellow);
    width: 20px;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.what-is-lasik-blue {
    background-color: var(--main-blue);
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 0% auto auto 0%;
}

.jm-hero {
    background-color: var(--color);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 75vh;
    min-height: 600px;
    margin-top: 0;
    padding: 5%;
    display: flex;
    position: relative;
}

.hero-content-jm {
    max-width: 48%;
    color: var(--color);
}

.cataract-options-div {
    z-index: 5000;
    background-color: var(--background-blue);
    width: 100%;
    min-height: 0;
    color: var(--black);
    flex-flow: column;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 40px;
    display: flex;
    position: relative;
}

.list-49 {
    width: 49%;
}

.lists {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.center-wrap {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
}

.note-block {
    background-color: #45a2da29;
    width: 90%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 25px 5px;
}

.note-block.btm {
    padding-bottom: 25px;
}

.block-quote a {
  color: #363A42;
}
.block-quote {
    border-left-width: 10px;
    border-left-color: var(--main-yellow);
    margin-bottom: 0;
    color: #363f45;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.5em;
}

.section-5-column {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 49%;
    max-width: 49%;
    padding-top: 10px;
    display: flex;
}

.section-5-column.quote {
    background-color: var(--background-blue);
    background-image: linear-gradient(#e9f5f9d6, #e9f5f9d6), url('../images/icons8-quote.svg');
    background-position: 0 0, 115% 250px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 300px;
    background-color: var(--color);
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/icons8-quote.svg');
    background-position: 0 0, 115% 120px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 300px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    font-size: 1.5em;
    line-height: 1.5em;
    display: flex;
}

.section-5-top-wrap {
    justify-content: space-between;
    width: 85%;
    max-width: 1400px;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

._7-top-wrap {
    text-align: center;
    width: 55%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.timeline_grid-wrap {
    position: relative;
}

.cta-wrap {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.h2-lg {
    text-align: center;
    font-size: 2.5em;
}

.h2-lg.left {
    text-align: left;
}

.btn-div {
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 50px;
    display: flex;
}

.btn-div.left {
    justify-content: flex-start;
    margin-top: 50px;
    margin-bottom: 0;
}

.btn-div.left.no-top {
    margin-top: 20px;
}

.btn-div.left.btm-marg {
    margin-bottom: 15px;
}

.btn-div.no-top {
    margin-top: 40px;
    margin-bottom: 0;
}

.section-9 {
    min-height: 55vh;
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
    overflow: hidden;
}

.img-div {
    background-color: var(--main-teal);
    width: 30%;
    color: var(--color);
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    overflow: hidden;
}

.img-div._60 {
    width: 60%;
}

.img-div._60.abs {
    background-color: var(--black);
    position: absolute;
    inset: 0% 0% 0% auto;
}

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

.h1-holder {
    align-items: center;
    margin-bottom: 5%;
    display: flex;
}

.heading {
    color: var(--black);
    font-size: 1.3em;
}

.path-1-section-1 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.path-1-section-1.blue-bg {
    background-color: var(--background-blue);
}

.location-little-square-2 {
    background-color: #45a2da;
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 0% auto auto 0%;
}

.location-yellow-line-2 {
    background-color: #f9d147;
    width: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.hero-btns {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
    display: flex;
}

.access-div {
    z-index: 20;
    width: 40%;
    color: var(--color);
    background-color: #363f45eb;
    margin-right: 5%;
    padding: 25px;
    position: relative;
}

.quick-div {
    border-bottom: 1px solid #ffffff47;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.2em;
    display: flex;
}

.quick-div.linked {
    color: var(--color);
    text-decoration: none;
}

.quick-div.linked:hover {
    background-color: var(--background-blue);
    color: var(--black);
}

.icon-div {
    background-color: var(--background-blue);
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    padding: 6px;
    display: flex;
}

.sm {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .7em;
}

.blur-overlay {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    inset: 0%;
}

.values-section {
    background-color: var(--background-blue);
    padding: 20px 50px;
}

.grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.check-div {
    align-items: center;
    padding: 0;
    font-weight: 500;
    line-height: 1.2em;
    display: flex;
}

.image-12 {
    width: 30px;
    margin-right: 10px;
}

.service-row {
    justify-content: space-between;
    width: 90%;
    min-height: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.service-row.wrap {
    flex-flow: wrap;
    justify-content: space-between;
}

.service-row.wrap.no-marg {
    margin-bottom: 0;
}

.service-link-2 {
    background-color: var(--color);
    flex-flow: row;
    justify-content: flex-start;
    width: 24%;
    text-decoration: none;
    display: flex;
    position: relative;
    box-shadow: 0 2px 7px #00000014;
}

.service-link-2.sp {
    background-color: var(--background-blue);
}

.service-link-2._32 {
    width: 32%;
    box-shadow: none;
    flex-flow: row;
    margin-bottom: 2%;
}

.service-link-2._32:hover {
    background-color: var(--color);
    box-shadow: 0 2px 7px #00000014;
}

.top-service-div {
    border: 1px none var(--main-blue);
    color: #363f45;
    text-align: left;
    background-color: #fff0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 10px 30px 60px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2em;
    text-decoration: none;
    display: flex;
}

.top-service-div.bg-blue {
    background-color: var(--background-blue);
    padding-bottom: 40px;
    position: relative;
}

.top-service-div.side {
    flex-flow: row;
    width: 100%;
}

.small-yellow-service-square {
    background-color: var(--main-yellow);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 6px;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
}

.icon-blue {
    filter: brightness(500%) saturate(0%);
}

.blue {
    color: var(--main-blue);
}

.blue.hover:hover {
    color: var(--main-teal);
}

.bottom-strip {
    background-color: var(--background-blue);
    height: 25px;
    position: absolute;
    inset: auto 0% 0%;
}


a.list-item-jm {
  color: var(--text-black);
  text-decoration-color: var(--text-black);
}

.bottom-strip.yellow {
    background-color: var(--main-yellow);
    color: var(--text-black);
    text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: .7em;
}

.yellow-line {
    background-color: var(--main-yellow);
    height: 10px;
    margin-top: 50px;
}

.steps-wrap {
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.step-div {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 30%;
    display: flex;
}

.step-number {
    background-color: var(--main-blue);
    width: 50px;
    height: 50px;
    color: var(--background-blue);
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1em;
    display: flex;
}

.h4-step {
    margin-bottom: 5px;
    font-weight: 500;
}

.top-items {
    margin-bottom: 20px;
    display: flex;
}

.inner-card {
    background-color: var(--text-black);
    color: var(--color);
    padding: 20px;
}

.name-and-icon {
    color: var(--color);
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1em;
    display: flex;
}

.image-14 {
    width: 30px;
    margin-right: 10px;
}

.steps-section {
    background-color: var(--background-blue);
    margin: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.new-cta {
    padding-top: 5%;
    padding-bottom: 5%;
}

.h2-center-3 {
    color: #363f45;
    text-align: center;
}

.cta-div {
    background-color: #fff;
    background-image: linear-gradient(#e9f5f9, #e9f5f9);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .new-section-1 {
        min-height: 0;
    }

    .what-is-lasik-text-div {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 5%;
        padding-left: 5%;
        position: static;
    }

    .what-is-lasik-text-div.left {
        width: 100%;
        position: static;
    }

    .what-is-lasik-photo-div {
        width: 100%;
        max-height: 400px;
        position: static;
    }

    .what-is-lasik-photo-div.hide {
        display: none;
    }

    .section-5 {
        background-color: var(--color);
    }

    .what-is-lasik-yellow {
        width: 10px;
    }

    .what-is-lasik-yellow.hide {
        display: none;
    }

    .jm-hero {
        flex-flow: column;
        height: auto;
        min-height: 800px;
    }

    .hero-content-jm {
        max-width: 100%;
    }

    .section-5-column {
        text-align: center;
        align-items: center;
        width: 100%;
        max-width: none;
    }

    .section-5-column.quote {
        background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/icons8-quote.svg');
        background-position: 0 0, 105% 130px;
        background-size: auto, 200px;
    }

    .section-5-top-wrap {
        flex-flow: column;
    }

    ._7-top-wrap {
        width: 90%;
    }

    .btn-div.left.btm-marg {
        flex-flow: wrap;
        margin-top: 20px;
    }

    .section-9 {
        min-height: 0;
        margin-bottom: 0%;
    }

    .img-div._60.abs {
        width: 100%;
        height: 65%;
        inset: auto 0% 0%;
    }

    .location-little-square-2 {
        width: 30px;
        height: 30px;
    }

    .access-div {
        width: 100%;
        margin-top: 20px;
        margin-right: 0%;
    }

    .values-section {
        padding: 15px;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-row {
        flex-flow: wrap;
        min-height: 0;
    }

    .service-link-2 {
        width: 49%;
        min-height: 100px;
        margin-bottom: 2%;
    }

    .service-link-2.sp {
        width: 49%;
        margin-bottom: 2%;
    }

    .top-service-div {
        padding: 40px 10px 20px 40px;
        font-size: .8em;
        line-height: 1.2em;
    }

    .top-service-div.bg-blue.side {
        padding-top: 30px;
    }

    .small-yellow-service-square {
        width: 30px;
        height: 30px;
    }

    .bottom-strip.yellow {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .new-section-1 {
        margin-bottom: 0%;
    }

    .what-is-lasik-text-div {
        width: 100%;
        padding: 20px 20px 5%;
        position: relative;
    }

    .what-is-lasik-photo-div {
        max-height: 300px;
    }

    .jm-hero {
        min-height: 500px;
        margin-top: 60px;
    }

    .cataract-options-div {
        padding: 25px;
    }

    .section-5-column.quote {
        padding: 0;
    }

    .section-9 {
        margin-top: 0%;
    }

    .location-little-square-2 {
        width: 20px;
        height: 20px;
    }

    .location-yellow-line-2 {
        width: 10px;
    }

    .grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .service-link-2 {
        background-color: #fff;
        justify-content: space-between;
    }

    .service-link-2._32.mob-48 {
        width: 48%;
        margin-bottom: 4%;
    }

    .step-div {
        font-size: 16px;
        line-height: 1.5em;
    }

    .steps-section {
        margin: 0%;
    }
}

@media screen and (max-width: 479px) {
    h4 {
        margin-bottom: 15px;
    }

    .button {
        margin-right: 0;
    }

    .button.min {
        min-width: 275px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .jm-hero {
        min-height: 0;
        margin-top: 45px;
    }

    .cataract-options-div {
        flex-direction: column;
        padding: 25px 25px 10px;
    }

    .list-49 {
        width: 100%;
    }

    .lists {
        flex-flow: column;
    }

    .note-block {
        padding: 15px;
    }

    .section-5-column {
        max-width: 100%;
    }

    .section-5-column.quote {
        margin-top: 15px;
        font-size: 1.2em;
    }

    .section-5-top-wrap {
        text-align: center;
    }

    .h2-lg.left {
        text-align: center;
        font-size: 2em;
    }

    .btn-div.left.no-top, .btn-div.no-top {
        flex-flow: wrap;
    }

    .img-div {
        width: 100%;
        padding: 25px;
    }

    .img-div._60.abs {
        padding: 0;
    }

    .heading {
        font-size: 1em;
    }

    .service-link-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-link-2.sp, .service-link-2._32.mob-48 {
        width: 100%;
    }

    .top-service-div {
        padding-top: 30px;
    }

    .yellow-line {
        display: none;
    }

    .steps-wrap {
        flex-flow: column;
    }

    .step-div {
        width: 100%;
        margin-bottom: 20px;
    }

    .step-number {
        margin-top: 0;
    }

    .cta-div {
        padding: 20px;
    }

    .bold-text {
        text-align: center;
    }
}
