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

h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: futura-pt-bold, sans-serif;
    color: #023253;
    font-size: 3.5em;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: futura-pt-bold, sans-serif;
    color: #005d95;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: futura-pt-bold, sans-serif;
    color: #5299cb;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: futura-pt, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 600;
}

h5 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: futura-pt, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 600;
}

p {
    margin-bottom: 30px;
    line-height: 1.8em;
}

a {
    color: #005d95;
    text-decoration: none;
}

a:hover {
    color: #023253;
}

.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-top: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 93, 149, 0.5);
    background-color: #fff;
}

.logo {
    width: 260px;
    margin-top: 18px;
}

.logo.footer {
    position: static;
    display: block;
    width: 250px;
    margin-bottom: 30px;
    float: none;
}

.navlink {
    padding-right: 15px;
    padding-left: 15px;
    font-family: futura-pt, sans-serif;
    color: #6d6e71;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.navlink:hover {
    color: #005d95;
}

.hero_section {
    height: 75vh;
    border-bottom: 1px solid rgba(0, 93, 149, 0.5);
}

.hero_slider {
    height: 100%;
}

.decor_wrapper {
    position: fixed;
    left: 0%;
    top: 100px;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50%;
}

.decor_line1 {
    width: 100%;
    height: 10px;
    background-color: #0d8be4;
}

.decor_line2 {
    width: 75%;
    height: 10px;
    background-color: #005d95;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.37);
}

.decor_line3 {
    width: 50%;
    height: 10px;
    background-color: #023253;
}

.decor_wrapper2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 25vh;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.arrow {
    width: 3vw;
    color: #005d95;
    font-size: 1vw;
}

.slide_tagline_wrapper {
    position: relative;
    top: 50vh;
    text-align: center;
}

.main_tagline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: futura-pt, sans-serif;
    color: #fff;
    font-size: 5vw;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
}

.welcome_section {
    padding: 10vh 10vw;
}

.wrapper_div.label {
    margin-bottom: 5vh;
    padding-left: 5vw;
}

.wrapper_div.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper_div.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper_div.contact_callouts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.welcome_headline {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: futura-pt-bold, sans-serif;
    color: #014974;
    font-size: 3vw;
    line-height: 1.2em;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section_label {
    padding-left: 5px;
    font-family: futura-pt, sans-serif;
    color: #5299cb;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.section_label.left_margin {
    padding-left: 4vw;
}

.section_label.bottom_margin {
    margin-bottom: 30px;
}

.parallax_section {
    height: 50vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.parallax_section.visible {
    background-image: url('../images/AllDoctors-NEW2023.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.section_decor_wrapper {
    position: static;
    left: -24px;
    top: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 6px;
    margin-right: 2vw;
    margin-bottom: 30px;
}

.section_line_div {
    width: 2px;
    height: 80px;
    background-color: #023253;
}

.sectionline_div2 {
    width: 2px;
    height: 80px;
    background-color: #005d95;
}

.section_line_div3 {
    width: 2px;
    height: 80px;
    background-color: #0d8be4;
}

.welcome_headline_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slidenav {
    font-size: 0.7vw;
}

.slidenav.testimonials {
    display: none;
}

.callouts_section {
    padding: 10vh 10vw 0vh;
}

.callout_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.callout_img_div {
    width: 50%;
}

.callout_img_div._1.visible {
    background-image: url('../images/cataract-callout-img.jpg');
    background-position: 50% 10%;
    background-size: cover;
    background-repeat: no-repeat;
}

.callout_img_div._2.visible {
    background-image: url('../images/dry-eye-callout-img.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.callout_text_div {
    width: 50%;
    padding: 7vh 5vw;
}

.callout_headline {
    color: #005d95;
    font-size: 2.2vw;
}

.callout_headline.left_margin {
    padding-left: 4vw;
    color: #005d95;
    line-height: 1em;
}

.centers_section {
    padding-right: 10vw;
    padding-bottom: 10vh;
    padding-left: 10vw;
}

.center_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    height: 350px;
    padding-right: 50px;
    padding-left: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cecece;
    font-family: futura-pt-bold, sans-serif;
    color: #fff;
    font-size: 1.8vw;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.center_btn._1 {

    -webkit-transition: -webkit-filter 400ms ease;
    transition: -webkit-filter 400ms ease;
    transition: filter 400ms ease;
    transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.center_btn._1.visible {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/cosmetic-center.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/cosmetic-center.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.center_btn._1:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #a4d9ff;
}

.center_btn._2 {
    -webkit-transition: -webkit-filter 400ms ease;
    transition: -webkit-filter 400ms ease;
    transition: filter 400ms ease;
    transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.center_btn._2.visible {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/genera-eye-center.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/genera-eye-center.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.center_btn._2:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #a4d9ff;
}

.center_btn._3 {
    -webkit-transition: -webkit-filter 400ms ease;
    transition: -webkit-filter 400ms ease;
    transition: filter 400ms ease;
    transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.center_btn._3.visible {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/emergency-center.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/emergency-center.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.center_btn._3:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #a4d9ff;
}

.parallax_section2 {
    height: 50vh;
}

.parallax_section2.visible {
    background-image: url('../images/parallax-img.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.testimonials_section {
    padding: 10vh 10vw 10vh 55vw;
}


.testimonials_section.visible {
    background-image: url('../images/testimonials-img.jpg');
    background-position: 100% 60%;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonials_slider {
    height: auto;
    background-color: transparent;
}

.testimonials_div {
    padding: 3vh 15px 0px;
    text-align: left;
}

.testimonials_name {
    font-size: 1.1em;
    font-weight: 700;
}

.mask {
    margin-right: 55px;
    margin-left: 55px;
}

.paragraph {
    font-size: 1.1em;
}

.contact_section {
    padding: 10vh 10vw;
    background-color: #273c4b;
    background-image: radial-gradient(circle farthest-corner at 50% 0%, #273c4b, #001625);
}

.contact_div {
    width: 30%;
}

.text_field {
    min-height: 45px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #5299cb;
    background-color: rgba(0, 0, 0, 0.19);
    color: #fff;
}

.text_field::-webkit-input-placeholder {
    color: #a4d9ff;
}

.text_field:-ms-input-placeholder {
    color: #a4d9ff;
}

.text_field::-ms-input-placeholder {
    color: #a4d9ff;
}

.text_field::placeholder {
    color: #a4d9ff;
}

.text_area {
    min-height: 120px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #5299cb;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.text_area::-webkit-input-placeholder {
    color: #a4d9ff;
}

.text_area:-ms-input-placeholder {
    color: #a4d9ff;
}

.text_area::-ms-input-placeholder {
    color: #a4d9ff;
}

.text_area::placeholder {
    color: #a4d9ff;
}

.submit_btn {
    padding: 15px 20px;
    background-color: #5299cb;
    font-weight: 600;
    text-transform: uppercase;
}

.submit_btn:hover {
    background-color: #000;
}

.locations_wrapper {
    display: block;
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.locations_headline_div {
    width: 100%;
}

.location_div {
    width: 30%;
}

.location_name {
    margin-bottom: 15px;
    font-family: futura-pt, sans-serif;
    color: #c1e5fd;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.address_text {
    color: #fff;
}

.locations_inner_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_section {
    padding: 100px 0;
}

.footer_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_div {
    width: 60%;
}

.footer_text {
    font-size: 0.8em;
}

.soc_media_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc_media_btn {
    width: 36px;
    height: 36px;
    margin-left: 15px;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.soc_media_btn:hover {
    opacity: 0.7;
}

.top_phone_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: futura-pt-bold, sans-serif;
    color: #005d95;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
}

.top_phone_btn:hover {
    color: #5299cb;
}

.navlink_dropdown {
    font-family: futura-pt, sans-serif;
    color: #6d6e71;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown_toggle {
    margin-top: -1px;
    padding-right: 20px;
    padding-left: 15px;
    color: #6d6e71;
}

.dropdown_toggle.w--open {
    color: #005d95;
}

.dropdown_icon {
    margin-right: 5px;
    font-size: 0.8em;
}

.dropdown_list.w--open {
    background-color: #fff;
}

.dropdown_link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #005d95;
    font-size: 0.9em;
    font-weight: 600;
}

.dropdown_link:hover {
    background-color: #005d95;
    color: #fff;
}

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

.contact_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: futura-pt, sans-serif;
    color: #005d95;
    font-size: 1.4vw;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.contact_btn:hover {
    color: #5299cb;
}

.contact_icon {
    width: 50px;
    margin-right: 15px;
}

.self_test_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: futura-pt, sans-serif;
    color: #005d95;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.self_test_btn:hover {
    color: #5299cb;
}

.test_icon {
    width: 50px;
    margin-right: 10px;
}

.phone_mobile_div {
    display: none;
}

/*
.inner_page_section {
  padding: 20vh 10vw 10vh;
}*/
/*

.inner_page_wrapper.margin {
  margin-bottom: 5vh;
}
*/

.breadcrumbs_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(13, 139, 228, 0.69);
}

.related_pages_text {
    margin-right: 10px;
    font-family: futura-pt, sans-serif;
    color: #6d6e71;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.related_page_link {
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #005d95;
    font-size: 0.8em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.related_page_link:hover {
    color: #000;
}

.inner-page-img {
    width: 45%;
    margin-bottom: 36px;
    margin-left: 53px;
    float: right;
}

.inner-page-img.left {
    margin: 12px 41px 37px 0px;
    float: left;
}

.panoptix_img {
    width: 200px;
    margin-right: 0px;
    margin-bottom: 19px;
    margin-left: 35px;
    float: right;
}

.acrysof_img {
    width: 200px;
    margin-right: 0px;
    margin-bottom: 11px;
    margin-left: 35px;
    float: right;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1.2em;
    }

    .navlink {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .arrow {
        font-size: 2vw;
    }

    .main_tagline {
        font-size: 7vw;
    }

    .wrapper_div.contact {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .welcome_headline {
        font-size: 5vw;
    }

    .section_label {
        font-size: 1em;
    }

    .parallax_section {
        height: 30vh;
    }

    .slidenav {
        font-size: 1.2vw;
    }

    .callouts_section {
        padding-top: 5vh;
    }

    .callout_wrapper {
        margin-bottom: 5vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .callout_img_div._1 {
        width: 100%;
        height: 300px;
    }

    .callout_img_div._2 {
        width: 100%;
        height: 300px;
    }

    .callout_text_div {
        width: 100%;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .callout_headline {
        font-size: 4.4vw;
    }

    .center_btn {
        height: 250px;
        padding-left: 50px;
        font-size: 3vw;
    }

    .testimonials_section {
        padding-left: 10vw;
    }

    .testimonials_section.visible {
        background-image: none;
      
    }

    .contact_div {
        width: 100%;
        margin-bottom: 5vh;
    }

    .locations_wrapper {
        width: 100%;
    }

    .footer_section {
        padding-top: 10vh;
    }

    .footer_div {
        width: 75%;
    }

    .navlink_dropdown {
        display: block;
    }

    .dropdown_toggle {
        display: block;
        margin-top: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contact_btn {
        font-size: 2.4vw;
    }

    .contact_icon {
        margin-right: 10px;
    }

    .self_test_btn {
        font-size: 2vw;
        line-height: 1em;
    }

    .menu_btn {
        color: #005d95;
    }

    .menu_btn:hover {
        background-color: #5299cb;
        color: #fff;
    }

    .menu_btn.w--open {
        background-color: #005d95;
        color: #fff;
    }

    .navmenu {
        background-color: #fff;
    }

    .breadcrumbs_wrapper {
        margin-bottom: 5vh;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inner-page-img {
        width: 100%;
        margin-left: 0px;
        float: none;
    }

    .inner-page-img.left {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 52px;
    }

    .panoptix_img {
        width: 150px;
        margin-top: 5px;
    }

    .acrysof_img {
        width: 150px;
    }
}

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

    .navbar {
        height: 70px;
        padding-top: 0px;
    }

    .logo {
        width: 220px;
        padding-left: 0px;
    }

    .hero_section {
        height: 100vh;
    }

    .decor_wrapper {
        top: 70px;
    }

    .decor_wrapper2 {
        bottom: 0vh;
    }

    .arrow {
        width: 4vw;
    }

    .welcome_section {
        padding: 5vh 7vw;
    }

    .welcome_headline {
        font-size: 7vw;
    }

    .parallax_section {
        height: 20vh;
    }

    .slidenav {
        font-size: 2vw;
    }

    .callouts_section {
        padding-top: 0vh;
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .callout_headline {
        font-size: 6vw;
    }

    .centers_section {
        padding-right: 7vw;
        padding-bottom: 5vh;
        padding-left: 7vw;
    }

    .center_btn {
        height: 200px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .parallax_section2 {
        height: 40vh;
    }

    .contact_section {
        padding-top: 7vh;
        padding-bottom: 5vh;
    }

    .location_div {
        width: 100%;
        margin-bottom: 40px;
    }

    .locations_inner_wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_section {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .footer_wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_div {
        width: 100%;
        margin-bottom: 42px;
    }

    .soc_media_wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .soc_media_btn {
        margin-right: 15px;
        margin-left: 0px;
    }

    .contact_btn {
        font-size: 3vw;
    }

    .self_test_btn {
        font-size: 3vw;
    }

    .inner_page_section {
        padding-top: 15vh;
        padding-right: 5vw;
        padding-left: 5vw;
    }

    .breadcrumbs_wrapper {
        margin-bottom: 5vh;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 1.9em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1em;
    }

    h5 {
        font-size: 1em;
    }

    .logo.footer {
        width: 180px;
    }

    .hero_section {
        height: 95vh;
    }

    .decor_wrapper {
        width: 75%;
    }

    .decor_line1 {
        height: 5px;
    }

    .decor_line2 {
        height: 5px;
    }

    .decor_line3 {
        height: 5px;
    }

    .decor_wrapper2 {
        bottom: 5vh;
    }

    .arrow {
        width: 6vw;
        font-size: 4vw;
    }

    .slide_tagline_wrapper {
        top: 66.6vh;
    }

    .main_tagline {
        font-size: 10vw;
        line-height: 1em;
    }

    .welcome_section {
        padding-right: 10vw;
        padding-left: 10vw;
    }

    .wrapper_div.label {
        margin-bottom: 2vh;
        padding-left: 0vw;
    }

    .wrapper_div.services {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrapper_div.contact_callouts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .welcome_headline {
        font-size: 10vw;
        line-height: 1em;
    }

    .section_label {
        font-size: 0.8em;
        letter-spacing: 5px;
    }

    .section_label.left_margin {
        padding-left: 0vw;
        text-align: center;
    }

    .parallax_section {
        height: 150px;
        padding-top: 0vh;
        padding-bottom: 0vh;
    }

    .section_decor_wrapper {
        margin-right: 10vw;
    }

    .slidenav {
        font-size: 3vw;
    }

    .callout_text_div {
        padding-right: 0vw;
        padding-left: 0vw;
    }

    .callout_headline {
        font-size: 8vw;
    }

    .callout_headline.left_margin {
        padding-left: 0vw;
        text-align: center;
    }

    .center_btn {
        width: 100%;
        margin-bottom: 17px;
        padding-right: 27px;
        padding-left: 27px;
        font-size: 7vw;
    }

    .testimonials_section {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .testimonials_div {
        padding-top: 0vh;
    }

    .mask {
        margin-right: 20px;
        margin-left: 20px;
    }

    .paragraph {
        font-size: 1em;
    }

    .top_phone_btn {
        display: none;
    }

    .top_phone_btn.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 7vw;
    }

    .phone_icon {
        width: 26px;
    }

    .contact_btn {
        margin-right: 0vw;
        margin-bottom: 18px;
        font-size: 5vw;
    }

    .contact_icon {
        width: 40px;
    }

    .self_test_btn {
        font-size: 5vw;
    }

    .test_icon {
        width: 40px;
    }

    .phone_mobile_div {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #e8f1f8;
    }

    .inner_page_section {
        padding-top: 12vh;
    }

    .panoptix_img {
        width: 100px;
        margin-left: 25px;
    }

    .acrysof_img {
        width: 100px;
        margin-left: 18px;
    }
}

