:root {
    --black: #000;
    --blue: #0b5394;
    --white: white;
    --dark-blue: #073763;
    --light-blue: #6fa8dc;
    --lighter-blue: #3d85c6;
    --light-blue2: #9fc5e8;
}

.w-layout-layout {
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    padding: 20px;
}

.w-layout-cell {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body {
    color: #333;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
}

h1 {
    color: var(--dark-blue);
    font-family: Playfair Display, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.2rem;
    margin-bottom: 30px;
    margin-top: 0;
}

h2 {
    color: var(--blue);
    font-family: Playfair Display, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 2.6rem;
    margin-bottom: 30px;
    margin-top: 0;
}

h3 {
    color: var(--lighter-blue);
    font-family: Playfair Display, sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2rem;
    margin-bottom: 30px;
    margin-top: 0;
}

h4 {
    color: var(--dark-blue);
    font-family: Playfair Display, sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 15px;
    margin-top: 0;
}

h5 {
    color: var(--black);
    font-family: Playfair Display, sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.3rem;
    margin-bottom: 15px;
    margin-top: 0;
}

p {
    font-family: Open Sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 30px;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--lighter-blue);
}

ul {
    line-height: 1.8rem;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 20px;
}

li {
    /*margin-bottom: 10px;*/
}

.navbar {
    align-items: center;
    background-color: #fff0;
    border-bottom: 1px #00000026;
    display: block;
    inset: 0% 0% auto;
    justify-content: space-between;
    padding: 0 0%;
    position: fixed;
    z-index: 1000;
}

.logo {
    margin-right: auto;
    width: 280px;
}

.hero_section {
    height: 100svh;
    padding-top: 0;
}

.navwrapper_div {
    align-items: center;
    background-color: #073763;
    border-bottom: 1px #ffffff6b;
    display: flex;
    justify-content: space-between;
    padding: 10px 5%;
}

.top_navbar_div {
    align-items: stretch;
    background-color: #032442;
    border-bottom: 1px #ffffff6b;
    display: flex;
    height: 40px;
    justify-content: space-around;
    padding-left: 15%;
    padding-right: 15%;
}

.hero_slider {
    background-color: #292929;
    height: 100%;
}

.hero_slider_arrow {
    color: var(--white);
    font-size: .85rem;
    width: 50px;
}

.hero_slide_wrapper {
    height: 100%;
    position: relative;
}

.hero_slide_img_div {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

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

.hero_slide_img._2 {
    object-position: 50% 0%;
}

.hero_slide_img._3 {
    object-position: 50% 15%;
}

.hero_img_overlay_div {
    background-image: linear-gradient(#00101fe3, #0000 33%), radial-gradient(circle, #0000, #00101f);
    inset: 0%;
    position: absolute;
    z-index: 10;
}

.hero_slidenav {
    font-size: .7rem;
    height: 30px;
}

.hero_slider_taglines_wrapper1 {
    align-items: flex-start;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00101f40;
    border-radius: 40px;
    display: flex;
    flex-flow: column;
    inset: auto 12% 15% auto;
    justify-content: center;
    padding: 4%;
    position: absolute;
    width: 35%;
    z-index: 20;
}

.hero_tagline {
    color: var(--white);
    font-family: Playfair Display, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.2rem;
    margin-bottom: 30px;
    margin-top: 0;
}

.hero_subhealdine {
    color: var(--white);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 30px;
    margin-top: 0;
}

.hero_slider_btn {
    background-color: var(--white);
    border-radius: 50px;
    color: var(--black);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 15px 30px;
    text-transform: none;
}

.hero_slider_taglines_wrapper2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00101f3d;
    border-radius: 40px;
    inset: auto auto 15% 10%;
    padding: 4%;
    position: absolute;
    width: 35%;
    z-index: 20;
}

.hero_slider_taglines_wrapper3 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00101f40;
    border-radius: 40px;
    inset: auto 10% 15% auto;
    padding: 4%;
    position: absolute;
    width: 35%;
    z-index: 20;
}

.welcome_section {
    background-image: url('../images/light-blue-bg.svg');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto 73%;
    font-weight: 400;
    padding: 7% 10%;
}

.top_btn {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: .95rem;
    font-weight: 400;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.top_btn:hover {
    color: var(--light-blue2);
}

.top_btn_icon {
    margin-right: 10px;
    width: 20px;
}

.top_btn_icon._2 {
    width: 24px;
}

.navlink_dropdown {
    font-size: .95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown_toggle {
    color: var(--white);
    padding-right: 20px;
}

.dropdown_toggle.w--open {
    color: var(--light-blue2);
}

.dropdown_icon {
    font-size: .75rem;
    margin-right: 5px;
}

.navlist.w--open {
    background-color: var(--light-blue2);
    margin-left: auto;
    margin-right: auto;
}

.navlist.right {
    right: 0;
}

.dropdown_link {
    color: var(--black);
    font-size: .85rem;
    font-weight: 600;
}

.dropdown_link:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.wrapper_div.welcome {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
}

.wrapper_div.center {
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
}

.hp_headline {
    color: var(--dark-blue);
    font-family: Playfair Display, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 2.6rem;
    margin-bottom: 10px;
    margin-top: 0;
}

.hp_headline.welcome {
    font-size: 3rem;
    margin-bottom: 10px;
}

.hp_headline.white {
    color: var(--white);
    font-size: 3rem;
    line-height: 3.2rem;
}

.hp_headline.white.margin {
    margin-bottom: 30px;
}

.hp_subheadlibe {
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 30px;
    margin-top: 0;
}

.hp_subheadlibe.callout {
    color: var(--white);
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 0;
}

.hp_subheadlibe.white {
    color: var(--white);
}

.button {
    background-color: var(--blue);
    border-radius: 50px;
    color: var(--white);
    padding: 15px 30px;
}

.button:hover {
    background-color: var(--lighter-blue);
    color: var(--white);
}

.button.white {
    background-color: var(--white);
    color: var(--black);
}

.button.white:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.callout_wrapper {
    background-color: var(--dark-blue);
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    padding: 3%;
    width: 100%;
}

.callout_gird {
    padding: 0;
}

.callout_header_cell {
    align-items: flex-start;
    justify-content: center;
    padding-right: 7%;
}

.callout_btn {
    align-items: center;
    background-color: var(--blue);
    border-radius: 15px;
    color: var(--white);
    display: flex;
    flex-flow: column;
    font-size: 1.2rem;
    height: 180px;
    justify-content: center;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    transition: background-color .25s;
    width: 100%;
}

.callout_btn:hover {
    background-color: var(--lighter-blue);
    color: #000
}

.callout_icon {
    margin-bottom: 10px;
    width: 45px;
}

.doc_section {
    padding: 0% 15% 7%;
}

.two_columns_grid {
    grid-column-gap: 3svw;
    grid-row-gap: 3svw;
    padding: 0;
}

.two_columns_grid.inner {
    margin-bottom: 5%;
    margin-top: 5%;
}

.hp_doc_img_div {
    border-radius: 20px;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

.hp_doc_img_div._1 {
    height: 500px;
    margin-bottom: -100px;
}

.hp_doc_img_div._2 {
    height: 500px;
    margin-top: -100px;
}

.content_cell {
    align-items: flex-start;
    justify-content: center;
}

.content_cell.margin {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-left: 15%;
    padding-top: 0%;
    text-align: right;
}

.content_cell.rigth {
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 15%;
    padding-top: 20px;
}

.doc_name {
    color: var(--lighter-blue);
    font-family: Playfair Display, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 2rem;
    margin-bottom: 20px;
    margin-top: 0;
}

.doc_img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
}

.services_section {
    background-color: #0000000d;
    padding: 7% 5%;
}

.services_grid {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
    padding: 0;
}

.services_btn {
    border-radius: 15px;
    color: var(--white);
    font-family: Playfair Display, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    height: auto;
    line-height: 1.6rem;
    overflow: hidden;
    padding-top: 145%;
    position: relative;
    width: 100%;
}

.services_btn:hover {
    color: var(--white);
}

.p_last {
    margin-bottom: 0;
}

.services_img_div {
    inset: 0%;
    overflow: hidden;
    position: absolute;
}

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

.services_btn_overlay_wrapper {
    align-items: flex-start;
    background-color: #0000;
    background-image: linear-gradient(#0000001a, #000000b0);
    display: flex;
    flex-flow: column;
    inset: 0%;
    justify-content: flex-end;
    padding-bottom: 15%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    z-index: 20;
}

.services_header_cell {
    align-items: flex-start;
    justify-content: center;
}

.feature_wrapper {
    position: relative;
}

.feature_img_div {
    height: 100svh;
    overflow: hidden;
    width: 100%;
}

.cataract_img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 10%;
    width: 100%;
}

.cataract_feature_div {
    align-items: flex-start;
    color: var(--white);
    display: flex;
    flex-flow: column;
    inset: 0% auto 0% 10%;
    justify-content: center;
    position: absolute;
    width: 35%;
    z-index: 10;
}

.list_headline {
    margin-bottom: 10px;
}

.lasik_feature_div {
    align-items: flex-start;
    color: var(--white);
    display: flex;
    flex-flow: column;
    inset: 0% 10% 0% auto;
    justify-content: center;
    position: absolute;
    width: 35%;
    z-index: 10;
}

.testimonials_section {
    padding: 7% 10%;
}

.testimonials_content_cell {
    background-image: url('../images/quotes-icon.svg');
    background-position: 85% 0;
    background-repeat: no-repeat;
    background-size: 30%;
    padding-right: 5%;
}

.hp_img_div {
    border-radius: 20px;
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.testimonials_slider {
    background-color: #ddd0;
    height: auto;
    margin-top: auto;
    width: 100%;
}

.testimonials_slidenav {
    font-size: .8rem;
    height: 30px;
    padding-right: 5%;
    padding-top: 10px;
    text-align: right;
}

.testimonials_arrow {
    border: 1px solid var(--blue);
    border-radius: 5px;
    color: var(--blue);
    font-size: .8rem;
    height: 30px;
    inset: auto auto 0% 0%;
    width: 30px;
}

.testimonials_arrow:hover {
    background-color: var(--blue);
    color: var(--white);
}

.testimonials_arrow.right {
    left: 40px;
}

.testimonials_wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    height: auto;
    justify-content: flex-end;
    margin-bottom: 60px;
    padding-right: 5%;
}

.testimonials_name {
    font-weight: 600;
}

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

.footer_section {
    background-color: #01172c;
    background-image: none;
    color: var(--white);
    padding: 5% 10% 7%;
}

.contact_main_wrapper {
    background-color: var(--dark-blue);
    border-radius: 0;
    margin-top: 0%;
    padding: 0%;
    position: static;
    top: -10%;
    z-index: 10;
}

.contact_wrapper {
    background-color: var(--dark-blue);
    background-image: radial-gradient(circle farthest-corner at 25% 0%, var(--blue), #000f1d);
    border-radius: 20px;
    color: var(--white);
    display: block;
    height: auto;
    margin-top: 0;
    padding: 5% 10%;
    width: 100%;
}

.contact_section {
    background-image: url('../images/dark-blue-bg.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 75%;
    padding: 0% 10%;
}

.contact_grid {
    grid-column-gap: 3svw;
    grid-row-gap: 3svw;
    padding: 0;
}

.footer_phone_btn {
    color: var(--white);
    display: flex;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer_phone_btn:hover {
    color: var(--light-blue2);
}

.phone_icon {
    margin-right: 10px;
    width: 20px;
}

.contact_form {
    margin-bottom: 0;
    width: 100%;
}

.text_field {
    background-color: #00000080;
    border: 1px #000;
    border-radius: 30px;
    color: var(--white);
    margin-bottom: 20px;
    min-height: 50px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 10px;
}

.text_field::placeholder {
    color: var(--light-blue2);
}

.text_field.search {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
}

.text_area {
    background-color: #00000080;
    border: 1px #000;
    border-radius: 15px;
    color: var(--white);
    margin-bottom: 20px;
    min-height: 180px;
    padding-left: 25px;
    padding-top: 20px;
}

.text_area::placeholder {
    color: var(--light-blue2);
}

.submit_btn {
    background-color: var(--blue);
    border-radius: 40px;
    padding: 15px 31px;
}

.submit_btn:hover {
    background-color: var(--black);
}

.hours_text {
    font-size: .9rem;
    line-height: 1.4rem;
    margin-top: 30px;
}

.quick_links_wrapper {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18px;
    padding-top: 18px;
    width: 90%;
}

.quick_link {
    color: var(--white);
    font-size: .9rem;
    text-decoration: none;
    text-transform: uppercase;
}

.quick_link:hover {
    color: var(--light-blue2);
}

.s_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.utility-page-wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    width: 100vw;
}

.utility-page-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 260px;
}

.utility-page-form {
    align-items: stretch;
    display: flex;
    flex-direction: column;
}

.s_form {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.s_btn {
    background-color: var(--lighter-blue);
    background-image: url('../images/search-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    border-radius: 60px;
    height: 45px;
    padding-left: 9px;
    padding-right: 9px;
    position: absolute;
    right: 0;
    width: 45px;
    z-index: 10;
}

.s_btn:hover {
    background-color: var(--dark-blue);
    background-size: 16px;
}

.footer_wrapper {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 5%;
}

.footer_logo {
    margin-bottom: 30px;
    width: 250px;
}

.footer_text {
    font-size: .9rem;
    text-align: center;
}

.disclaimer_wrapper {
    align-items: center;
    border-top: 1px solid #6fa8dc3d;
    display: flex;
    justify-content: space-between;
    margin-top: 7%;
    padding-top: 3%;
}

.social_media_wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 40%;
}

.soc_media_btn {
    margin-right: 10px;
    opacity: .69;
    width: 30px;
}

.soc_media_btn:hover {
    opacity: 1;
}

.soc_media_btn.linked {
    padding: 3px;
}

.policy_links_wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 25%;
}

.disclaimer_link {
    color: var(--white);
    font-size: .85rem;
    text-decoration: none;
}

.disclaimer_link:hover {
    color: var(--light-blue2);
}

.divider_text {
    color: var(--white);
    margin-left: 5px;
    margin-right: 5px;
}

.lasik_img {
    height: 100%;
    object-fit: cover;
    object-position: 25% 50%;
    width: 100%;
}

.feature_overlay {
    background-color: #00000029;
    height: 100%;
    inset: 0%;
    position: absolute;
    width: 100%;
}

.callout_btns_grid {
    padding: 0;
    width: 100%;
}

.heading {
    font-weight: 900;
}

.inner_header_section {
    align-items: flex-start;
    background-color: #001c36;
    background-image: radial-gradient(circle at 50% 0, #013869cc, #0000);
    display: flex;
    flex-flow: column;
    height: 45svh;
    justify-content: flex-end;
    padding: 15% 10% 3%;
}

.innerpage_section {
    padding: 5% 10% 10%;
}

.innerpage_img_div {
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

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

.inner_header_grid {
    grid-column-gap: 3svw;
    grid-row-gap: 3svw;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: 100%;
    padding: 0;
    width: 100%;
}

.inner_header_content_cell {
    justify-content: space-between;
}

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

.breadcrumbs_link {
    color: var(--light-blue2);
    font-size: .9rem;
}

.breadcrumbs_link:hover {
    color: var(--white);
}

.innerpage_title {
    color: var(--light-blue2);
}

.innerheader_imgs_grid {
    padding: 0;
    width: 100%;
}

.inner_header_subtext {
    color: var(--white);
    font-weight: 300;
    margin-right: 10%;
}

.innerheader_img_cell {
    align-items: stretch;
    flex-flow: row;
}

@media screen and (max-width: 991px) {
    .top_navbar_div {
        padding-left: 5%;
        padding-right: 5%;
    }

    .hero_slide_img {
        object-position: 40% 50%;
    }

    .hero_slide_img._2 {
        object-position: 80% 0%;
    }

    .hero_slide_img._3 {
        object-position: 30% 15%;
    }

    .hero_img_overlay_div {
        background-image: linear-gradient(#00101fe3, #0000 33%), radial-gradient(circle, #0000, #00101f);
    }

    .hero_slider_taglines_wrapper1 {
        width: 55%;
    }

    .hero_tagline {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

    .hero_subhealdine {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .hero_slider_taglines_wrapper2, .hero_slider_taglines_wrapper3 {
        width: 55%;
    }

    .navmenu {
        background-color: var(--dark-blue);
    }

    .wrapper_div.welcome {
        width: 90%;
    }

    .callout_wrapper {
        padding: 5%;
    }

    .callout_header_cell {
        align-items: center;
        justify-content: center;
        padding-bottom: 5%;
        padding-right: 0%;
        text-align: center;
    }

    .doc_section {
        padding-left: 10%;
        padding-right: 10%;
    }

    .hp_doc_img_div._1 {
        height: 400px;
        margin-bottom: -15px;
    }

    .hp_doc_img_div._2 {
        height: 400px;
        margin-top: -15px;
    }

    .services_section {
        padding: 10%;
    }

    .services_btn {
        padding-top: 103%;
    }

    .services_header_cell {
        padding-bottom: 5%;
    }

    .cataract_img {
        object-position: 60% 10%;
    }

    .cataract_feature_div, .lasik_feature_div {
        width: 55%;
    }

    .testimonials_section {
        padding-bottom: 10%;
        padding-top: 10%;
    }

    .quick_links_wrapper {
        flex-flow: wrap;
        padding-left: 5%;
        padding-right: 5%;
    }

    .quick_link {
        margin-bottom: 12px;
        margin-left: 14px;
        margin-right: 14px;
    }

    .s_wrapper {
        width: 45%;
    }

    .footer_wrapper {
        margin-top: 10%;
    }

    .policy_links_wrapper {
        width: 45%;
    }

    .menu_btn {
        border: 1px solid var(--white);
        color: var(--white);
    }

    .menu_btn:hover {
        background-color: var(--lighter-blue);
        border-color: var(--lighter-blue);
    }

    .menu_btn.w--open {
        background-color: #001d37;
        border-color: #001d37;
    }

    .contact_content_cell {
        padding-bottom: 5%;
    }

    .lasik_img {
        object-position: 35% 50%;
    }

    .feature_overlay {
        background-color: #00000082;
    }

    .inner_header_section {
        padding-bottom: 40px;
        padding-top: 185px;
    }

    .innerpage_section {
        padding-top: 15%;
    }

    .inner_header_content_cell {
        padding-bottom: 21px;
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .navbar {
        position: static;
    }

    .logo {
        padding-left: 0;
    }

    .hero_section {
        height: 400px;
    }

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

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

    .hero_slider_arrow {
        width: 40px;
    }

    .hero_slider_taglines_wrapper1 {
        bottom: 12%;
        right: 5%;
        width: 50%;
    }

    .hero_tagline {
        font-size: 1.7rem;
        line-height: 2rem;
        margin-bottom: 10px;
    }

    .hero_subhealdine {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .hero_slider_btn {
        font-size: 1rem;
        padding: 11px 20px;
        text-align: center;
    }

    .hero_slider_taglines_wrapper2 {
        left: 7%;
        width: 50%;
    }

    .hero_slider_taglines_wrapper3 {
        bottom: 7%;
        right: 4%;
        width: 50%;
    }

    .welcome_section {
        padding-bottom: 10%;
        padding-top: 10%;
    }

    .top_btn {
        font-size: .9rem;
    }

    .top_btn_icon._2 {
        margin-right: 5px;
    }

    .wrapper_div.welcome, .wrapper_div.center {
        width: 100%;
    }

    .hp_headline.welcome {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

    .hp_headline.white {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

    .hp_subheadlibe {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }

    .callout_btn {
        font-size: 1.1rem;
        height: 150px;
        padding: 0 13px;
    }

    .callout_icon {
        width: 30px;
    }

    .two_columns_grid.doc {
        margin-bottom: 10%;
    }

    .hp_doc_img_div._1 {
        height: 350px;
        margin-bottom: 0;
    }

    .hp_doc_img_div._2 {
        height: 350px;
        margin-top: 0;
    }

    .doc_name {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }

    .catract_section {
        background-color: #5a585f;
    }

    .feature_img_div {
        height: 350px;
        margin-top: -48px;
    }

    .cataract_feature_div {
        background-color: #5a585f00;
        bottom: 0%;
        left: auto;
        margin-bottom: 0;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10%;
        position: relative;
        top: 0%;
        width: 100%;
    }

    .lasik_feature_div {
        background-color: #000;
        padding: 7% 10% 10%;
        position: static;
        width: 100%;
    }

    .lasik_img {
        object-position: 0% 50%;
    }

    .feature_overlay {
        display: none;
    }

    .inner_header_section {
        height: 300px;
        padding-top: 41px;
    }
}

@media screen and (max-width: 479px) {
    .logo {
        width: 200px;
    }

    .hero_section {
        height: auto;
    }

    .hero_slider {
        background-color: #00101f;
        height: 530px;
    }

    .hero_slider_arrow {
        width: 30px;
    }

    .hero_slide_wrapper {
        display: block;
        flex-flow: column;
        height: 530px;
    }

    .hero_slide_img_div {
        height: 200px;
    }

    .hero_img_overlay_div {
        display: none;
    }

    .hero_slider_taglines_wrapper1 {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: #00101f;
        border-radius: 0;
        flex: 0 auto;
        height: auto;
        padding: 11% 11% 15%;
        position: static;
        width: 100%;
    }

    .hero_subhealdine {
        margin-bottom: 20px;
    }

    .hero_slider_taglines_wrapper2 {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: #00101f;
        border-radius: 0;
        padding: 10% 10% 15%;
        position: static;
        width: 100%;
    }

    .hero_slider_taglines_wrapper3 {
        background-color: #00101f;
        border-radius: 0;
        padding: 11% 11% 14%;
        position: static;
        width: 100%;
    }

    .welcome_section {
        padding-bottom: 15%;
        padding-top: 15%;
    }

    .top_btn_icon {
        margin-right: 0;
    }

    .wrapper_div.welcome {
        text-align: left;
    }

    .hp_headline.welcome, .hp_headline.white {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .hp_subheadlibe {
        font-size: 1.2rem;
    }

    .hp_subheadlibe.callout {
        font-size: 1.3rem;
    }

    .button {
        text-align: center;
    }

    .top_button_text {
        display: none;
    }

    .callout_wrapper {
        padding: 10%;
    }

    .callout_btn {
        height: 100px;
    }

    .doc_section {
        padding-bottom: 15%;
    }

    .two_columns_grid.doc {
        margin-bottom: 26%;
    }

    .hp_doc_img_div._1, .hp_doc_img_div._2 {
        height: 250px;
    }

    .content_cell.margin {
        align-items: flex-start;
        justify-content: flex-end;
        padding-left: 0%;
        text-align: left;
    }

    .content_cell.rigth {
        padding-right: 0%;
    }

    .services_section {
        padding-bottom: 15%;
        padding-top: 15%;
    }

    .services_grid {
        grid-column-gap: 5svw;
        grid-row-gap: 5svw;
    }

    .feature_img_div {
        margin-top: 0;
        object-position: 100% 50%;
    }

    .cataract_feature_div, .lasik_feature_div {
        padding-top: 15%;
    }

    .testimonials_content_cell {
        background-position: 100% 0;
        background-size: 20%;
        padding-bottom: 15%;
        padding-right: 0%;
    }

    .hp_img_div {
        height: 250px;
    }

    .testimonials_slider {
        width: 250px;
    }

    .testimonials_slidenav {
        padding-right: 0%;
    }

    .contact_wrapper {
        padding-bottom: 15%;
        padding-top: 15%;
    }

    .quick_links_wrapper {
        flex-flow: column;
        margin-bottom: 12%;
    }

    .s_wrapper {
        width: 100%;
    }

    .footer_wrapper {
        margin-top: 26%;
    }

    .disclaimer_wrapper {
        flex-flow: column;
        margin-top: 15%;
        padding-top: 11%;
    }

    .social_media_wrapper {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .soc_media_btn.linked {
        margin-left: 10px;
    }

    .policy_links_wrapper {
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }

    .contact_content_cell {
        padding-bottom: 15%;
    }
}

#w-node-e5667242-ef06-8fd7-6e8a-3ef40bbcbe2a-6a474e95 {
    grid-template-columns: .75fr 1fr;
    grid-template-rows: auto;
}

#w-node-_4d5de123-dafd-12bb-f452-6032ad510062-6a474e95 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-_5beb49fb-df95-b1f5-c085-540caf62078f-6a474e95, #w-node-_2e12b469-4994-53e6-39d6-5d184d460672-6a474e95 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-_528da760-b72e-297f-9c44-632a5dec032e-6a474e95 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

#w-node-_528da760-b72e-297f-9c44-632a5dec032f-6a474e95 {
    grid-column: span 2 / span 2;
}

#w-node-b1141c0e-5df2-6bdf-d048-8dc7ae1ca76b-6a474e95, #w-node-_7d2f5864-5830-c2e7-3c0a-2c4461afd853-6a474e95, #w-node-_926632e9-4a18-57fc-4d19-72c4b425fb97-1c82c9ca {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-e85748d3-e744-e203-125d-04a701dcbc45-1c82c9ca {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-d01afa50-6209-970a-282c-95c71ee1f05a-1c82c9ca {
    grid-template-columns: 1fr 1.25fr;
    grid-template-rows: auto;
}

#w-node-_4e21bdd5-d217-b5dd-030f-025c7d212b71-1c82c9ca {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto;
}

#w-node-_8f32188d-a07c-f5d9-2694-9707f755d518-1c82c9ca {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
    #w-node-e5667242-ef06-8fd7-6e8a-3ef40bbcbe2a-6a474e95 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #w-node-_528da760-b72e-297f-9c44-632a5dec032e-6a474e95 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    #w-node-_528da760-b72e-297f-9c44-632a5dec032f-6a474e95 {
        grid-column: span 2 / span 2;
    }

    #w-node-b1141c0e-5df2-6bdf-d048-8dc7ae1ca76b-6a474e95, #w-node-_7d2f5864-5830-c2e7-3c0a-2c4461afd853-6a474e95, #w-node-_926632e9-4a18-57fc-4d19-72c4b425fb97-1c82c9ca, #w-node-d01afa50-6209-970a-282c-95c71ee1f05a-1c82c9ca, #w-node-_4e21bdd5-d217-b5dd-030f-025c7d212b71-1c82c9ca, #w-node-_8f32188d-a07c-f5d9-2694-9707f755d518-1c82c9ca {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_5beb49fb-df95-b1f5-c085-540caf62078f-6a474e95 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_4d5de123-dafd-12bb-f452-6032ad510062-6a474e95, #w-node-_5beb49fb-df95-b1f5-c085-540caf62078f-6a474e95, #w-node-_2e12b469-4994-53e6-39d6-5d184d460672-6a474e95 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #w-node-_528da760-b72e-297f-9c44-632a5dec032e-6a474e95 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    #w-node-_528da760-b72e-297f-9c44-632a5dec032f-6a474e95 {
        grid-column: span 1 / span 1;
    }

    #w-node-e85748d3-e744-e203-125d-04a701dcbc45-1c82c9ca {
        display: none;
    }
}


