body {
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.hero-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    padding: 0px;
    -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: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(40%, transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 40%);
}

.nav-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 200px;
    min-height: 80px;
    margin-top: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-link {
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    background-color: #10416a;
    color: #fff;
}

.navbar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    z-index: 6000;
    padding-top: 8px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
}

.navbar.innernav {
    background-color: #000;
}


.navbar w-nav{
    background-color:  transparent !important;
}
.image {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.dropdown-toggle {
    padding: 10px 35px 10px 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-toggle:hover {
    background-color: #10416a;
    color: #fff;
}

.dropdown-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-link:hover {
    background-color: #10416a;
}

.top-buttons {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    min-height: 30px;
    margin-top: 5px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.call-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: 35px;
    min-width: 0px;
    margin-left: 6px;
    padding: 10px 20px;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 13px;
    letter-spacing: 0px;
    text-decoration: none;
}

.call-button:hover {
    border-style: solid;
    background-color: #333;
}

.call-button.sched {
    border-style: solid;
    border-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.call-button.sched:hover {
    border-style: solid;
    background-color: #10416a;
}

.image-3 {
    height: 20px;
    margin-right: 7px;
}

.text-block {
    color: #fff;
    letter-spacing: 1px;
}

.hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 25px;
    min-width: 700px;
    -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;
}

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 20px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.heading-top {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.heading-middle {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 20px;
    min-width: 700px;
    margin-top: 0px;
    padding-top: 5px;
    -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;
}

.div-block-2 {
    width: auto;
    height: 2px;
    min-width: 260px;
    margin-right: 7px;
    background-color: transparent;
    background-image: linear-gradient(98deg, transparent, rgba(0, 0, 0, 0.52));
}

.image-4 {
    position: absolute;
    left: 0%;
    top: -79px;
    right: auto;
    bottom: auto;
    width: 80%;
}

.div-block-3 {
    position: absolute;
    left: 0%;
    top: -175px;
    right: auto;
    bottom: auto;
    width: 10px;
    height: 10px;
}

.welcome-section {
    min-height: 0px;
    padding: 100px;
}

.welcome-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'DM Serif Display', sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    text-align: left;
}

.heading-2.rev {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-transform: none;
}

.heading-2.ctr {
    text-align: center;
}

.heading-2.w1 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 600;
}

.paragraph {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 35px;
}

.paragraph.white {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.paragraph.centered {
    width: 70%;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.paragraph.w2 {
    color: #fff;
}

.button {
    min-width: 250px;
    margin-top: 15px;
    padding: 16px 25px;
    border-radius: 5px;
    background-color: #10416a;
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.2);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
}

.button:hover {
    background-color: #000;
    box-shadow: none;
}

.button.rev {
    min-width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.button.rev:hover {
    background-color: #10416a;
    color: #fff;
}

.button.emailbutton {
    width: 100%;
    min-width: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.button.emailbutton:hover {
    background-color: #10416a;
    color: #fff;
}

.doctor-section {
    position: relative;
    padding: 0px;
    background-color: #10416a;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(16, 65, 106, 0), rgba(6, 39, 66, 0.75));
}

.doc-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-white {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'DM Serif Display', sans-serif;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    text-align: center;
}

.paragraph-white {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}

.image-5 {
    width: 400px;
    margin-bottom: -10px;
}

.sv-text {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.svcs-title-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 90%;
    min-height: 75px;
    padding: 10px 15px;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 96.1%, 0.44);
    border-radius: 0px;
    background-color: transparent;
}

.correction-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 100px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
}

.bold-text {
    text-decoration: underline;
}

.service-text-wrapper {
    overflow: hidden;
    margin-top: 15px;
}

.correction-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 350px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -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;
}

.services-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -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: transparent;
}

.svc-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-block {
    width: 20%;
    min-height: 300px;
    background-image: url('../images/shutterstock_599497469.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.services-block.kt {
    background-image: url('../images/cornea.jpg');
}

.services-block.rl {
    background-image: url('../images/cataract.jpg');
}

.services-block.lk {
    background-image: url('../images/office_generalop.jpg');
}

.services-block.lasik {
    background-image: url('../images/office_lasik.jpg');
}

.services-block.cornea {
    background-image: url('../images/shutterstock_1488265460.jpg');
}

.services-block.peds {
    background-image: url('../images/office_peds.jpg');
}

.services-block.gl {
    background-image: url('../images/shutterstock_2121491369.jpg');
}

.services-block.no {
    background-image: url('../images/shutterstock_1761521657.jpg');
}

.services-block.rt {
    background-image: url('../images/office_retina.jpg');
}

.frame {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 75px;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.44);
    background-color: #000;
}

.frame.gold {
    border-color: rgba(133, 118, 79, 0.44);
}

.cataract-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    padding: 100px 100px 0px;
    -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;
}

.cat-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
}

.cat-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: none;
    padding: 50px 0px 50px 50px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.location-section {
    padding: 0px 100px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.location-section.visible {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0))), url('../images/bwshutterstock_536673289.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95) 10%, hsla(0, 0%, 100%, 0)), url('../images/bwshutterstock_536673289.jpg');

}

.location-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabs-content {
    width: 70%;
    min-width: 0px;
}

.tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 0.5px;
    border-color: rgba(133, 118, 79, 0.17) rgba(133, 118, 79, 0.17) rgba(133, 118, 79, 0.32);
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.tab:hover {
    background-color: #333;
    color: #fff;
}

.tab.w--current {
    background-color: #10416a;
    color: #fff;
}

.tab-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 15px 10px;
    -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: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
}

.location-name {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

.location-name.rev {
    color: #fff;
}

.address {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.address.white {
    color: #fff;
}

.phone {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.phone:hover {
    color: #a5a6a7;
}

.map-div {
    width: 100%;
    min-height: 250px;
    margin-top: 20px;
    background-image: url('../images/map.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-6 {
    width: 200px;
}

.footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px;
    -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: #fff;
}

.cta-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 700px;
    margin: 0px;
    padding: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgba(0, 0, 0, 0.9))), url('../images/Wheaton-Eye-Clinic-Group-Complete.jpg');
    background-image: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.9)), url('../images/Wheaton-Eye-Clinic-Group-Complete.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    min-height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-block.centered {
    position: relative;
    padding-top: 120px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-7 {
    position: static;
    left: -38px;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 250px;
    margin-top: -40px;
    margin-bottom: 35px;
    margin-left: -45px;
}

.social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 30px;
    margin-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-link {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 2px;
    border-radius: 50%;
    background-color: #000;
}

.social-link:hover {
    opacity: 0.4;
}

.back-to-top {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-top: 25px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.contact-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    min-height: 50px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-block {
    width: 100%;
    margin-top: 0px;
}

.text-field {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.41);
    border-radius: 5px;
    background-color: transparent;
}

.text-field::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-field:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-field::-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-field::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-field.comment {
    min-height: 100px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
}

.contact-header {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'DM Serif Display', sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}

.contact-header.rev {
    color: #fff;
}

.footer-links {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-links:hover {
    color: #10416a;
}

.footer-phone {
    margin-top: 0px;
    margin-bottom: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.footer-phone:hover {
    color: #10416a;
}

.bottombar {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.arrow-down {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    -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;
    border-style: none;
    border-width: 1px;
    border-color: #f8c409;
    border-radius: 50%;
    background-color: #000;
}

.image-28 {
    width: 20px;
}

.legacy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    min-height: 50px;
    -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;
    text-align: right;
}

.headingcta {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'DM Serif Display', sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.headingcta.rev {
    color: #fff;
}

.legarcy-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -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;
}

.logo-scroll {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1500;
    overflow: hidden;
    width: 100%;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    background-color: transparent;
}

.logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    min-height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.marquee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    padding-right: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 8%;
    min-height: 0px;
    padding: 6px;
    -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;
}

.image-23 {
    width: 70%;
}

.image-24 {
    width: 80%;
}

.image-22 {
    width: 60%;
}

.affiliate-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    margin-top: 0px;
    padding: 30px 100px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.image-29 {
    width: auto;
    margin: 10px 0px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

.image-29:hover {
    -webkit-filter: none;
    filter: none;
}

.image-29.sm {
    width: auto;
    max-width: 75px;
}

.image-29.med {
    width: auto;
}

.logo-scroll-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1500;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px none #000;
    background-color: #fff;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.13);
}

.image-30 {
    display: none;
}

.footer-header {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}

.footer-header.rev {
    color: #fff;
}

.bottom-line {
    width: 100%;
    height: 1px;
    max-width: 1600px;
    margin: 31px auto 25px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0));
}

.access-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.access-links {
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    opacity: 0.45;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
}

.access-links a {
    color: #000;
    text-decoration: none;
}

a.access-links:hover, .access-links a:hover {
    color: #10416a;
}

.right-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.legacy-image {
    width: 48%;
    min-height: 400px;
    background-image: url('../images/Wheaton-Eye-Clinic-Group-Complete.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.doc-image {
    width: 60%;
    min-height: 500px;
}

.lasik-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    padding: 0px 100px 100px;
    -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;
}

.lasik-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
}

.lasik-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    padding: 50px 50px 50px 10px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newservices-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 800px;
    padding: 100px 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.newservices-section.visible {
    background-image: url('../images/shutterstock_256482202.jpg');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.newserv-container {
    width: 50%;
    min-height: 500px;
}

.newserv-div {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serv-block {
    width: 48%;
    min-height: 100px;
    margin-bottom: 9px;
    padding: 10px;
    border-radius: 0px;
    background-color: #000;
    text-decoration: none;
    cursor: pointer;
}

.blockframe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 0px;
    outline-color: #555;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
}

.image-31 {
    width: 100%;
    max-width: none;
    margin-bottom: 75px;
}

.div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat-image {
    width: 50%;
    min-height: 650px;
}

.cat-image.visible {
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_001.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.lasikimg {
    width: 50%;
    min-height: 650px;

}

.lasikimg.visible {
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_386.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.technology-section {
    min-height: 0px;
    padding: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.64)), to(hsla(0, 0%, 100%, 0.64))), url('../images/bg.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.64), hsla(0, 0%, 100%, 0.64)), url('../images/bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tech-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 0px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-5 {
    width: 100%;
    max-width: 1600px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-32 {
    width: 50%;
}

.paralax-section {
    min-height: 500px;
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_085.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 25px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 75px;
    padding-left: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 12px;
    padding: 0px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.centered-pg {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}

.centered-pg.white {
    color: #000;
}

.centered-pg.centered {
    width: 60%;
    text-align: center;
}

.div-block-8 {
    position: absolute;
    left: 0%;
    top: -200px;
    right: 0%;
    bottom: auto;
    width: 5px;
    height: 5px;
}

.div-block-9 {
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
    background-color: rgba(51, 51, 51, 0.1);
    background-image: linear-gradient(93deg, rgba(0, 0, 0, 0.11), #fff);
}

.doc-paralax {
    min-height: 500px;
    background-color: #000;
    background-image: url('../images/GROUPARC.jpg');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.top-title-text {
    position: relative;
    width: 600px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #aeb6b8;
    font-size: 16px;
    font-weight: 500;
}

.top-title-text.no-rotate {
    display: inline-block;
    width: auto;
    -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;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.top-title-text.no-rotate.red {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #000;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.top-title-text.no-rotate.red {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: transparent;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.top-title-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 50%;
    margin-top: auto;
    margin-bottom: auto;
    -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;
}

.top-title-2.horizontal {
    position: relative;
    display: block;
    width: 25%;
    height: auto;
    margin: 0px auto;
    text-align: center;
}

.top-title-2.horizontal.white-version {
    width: 50%;
    margin-bottom: 44px;
    margin-left: 0px;
    background-color: transparent;
    text-align: left;
}

.top-title-2.horizontal.white-version.center {
    width: 100%;
    margin: 1px auto 30px;
    background-color: transparent;
    text-align: center;
}

.top-title-2.horizontal.white-version.center {
    width: 100%;
    margin: 1px auto 30px;
    background-color: transparent;
    text-align: center;
}

.line-title {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #d6dfe1;
}

.line-title.second {
    top: 50%;
    width: 100%;
    height: 1px;
}

.line-title.second.white-line {
    background-color: transparent;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, #fff);
}

.line-title.second.white-line {
    background-color: transparent;
    background-image: none;
}

.icon-2 {
    margin-right: 12px;
}

.icon-3 {
    margin-right: 10px;
}

.mo-section {
    display: none;
}

.button-2 {
    min-width: 250px;
    margin-top: 15px;
    padding: 16px 25px;
    border-radius: 5px;
    background-color: #10416a;
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.2);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
}

.button-2:hover {
    background-color: #000;
    box-shadow: none;
}

.button-2.rev {
    min-width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.button-2.rev:hover {
    background-color: #10416a;
    color: #fff;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'DM Serif Display', sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    text-align: left;
}

.heading-4.first {
    margin-bottom: 8px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 80px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.aesthetics-section {
    min-height: 600px;
    margin: 0px;
    padding: 50px 100px;
    background-color: #fff;

}

.aesthetics-section.visible {
    background-image: url('../images/shutterstock_1299308509.jpg');
    background-position: 0% 50%;
    background-size: auto 120%;
    background-repeat: no-repeat;
}

.aest-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    min-height: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-aest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: hsla(0, 0%, 100%, 0.82);
}

.image-33 {
    width: 300px;
    margin-bottom: 19px;
    margin-left: -51px;
}

.mo-div {
    display: none;
}

.mo-image {
    width: 300px;
    margin-bottom: 19px;
    margin-left: -50px;
}

.inner-content-section {
    padding: 140px 100px 100px;
}

.innersxswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    -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;
}

.bc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    min-height: 35px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bc-link {
    font-family: 'Open Sans', sans-serif;
    color: #8a8a8b;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.bc-divider {
    width: 2px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #333;
    opacity: 0.09;
}

.inner-reg-h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
}

.innercontentsxsdiv {
    width: 100%;
    padding-right: 50px;
}

.inner-h2 {
    margin-bottom: 20px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-weight: 400;
}

.inner-paragraph {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 35px;
}

.inner-paragraph.white {
    color: #000;
}

.inner-paragraph.centered {
    width: 70%;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.inner-paragraph.w2 {
    color: #fff;
}

.inner-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
    background-color: rgba(51, 51, 51, 0.1);
    background-image: linear-gradient(93deg, rgba(0, 0, 0, 0.11), #fff);
}

.list {
    padding-left: 20px;
}

.list-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 35px;
}

.bullet-link {
    color: #333;
}

.bullet-link:hover {
    color: #8a8a8b;
}

.bullet-link.w {
    color: #fff;
}

.sidebar-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    margin-bottom: 20px;
    -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: #fff;
    background-image: url('../images/office_generalop.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.sidebar-block.docs {
    background-image: url('../images/Wheaton-Eye-Clinic-Group-Complete.jpg');
}

.sidebar-block.locations {
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_085.jpg');
}

.text-block-2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rmi-text {
    margin-bottom: 10px;
    padding-right: 16px;
    padding-left: 16px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.callout-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.callout-content.cc-sb {
    padding: 20px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}

.sb-arr {
    width: 22px;
    float: none;
    clear: none;
}

.sb-title {
    margin-bottom: 10px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-transform: none;
}

.sidebar {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 750ms ease;
    transition: all 750ms ease;
}

.sb-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px 0px 31px;
    clear: left;
    background-image: url('../images/arrow_black.svg');
    background-position: 0% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: background-position 300ms ease, background-color 300ms ease, box-shadow 300ms ease, color 300ms ease, opacity 300ms ease;
    transition: background-position 300ms ease, background-color 300ms ease, box-shadow 300ms ease, color 300ms ease, opacity 300ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.sb-link:hover {
    background-position: 5px 50%;
    color: #8a8a8b;
}

.sidebar-form-div {
    height: auto;
    margin-top: 35px;
    padding: 15px 0px;
    background-color: #c5c7c9;
    -webkit-transition: box-shadow 750ms ease;
    transition: box-shadow 750ms ease;
}

.sidebar-form-div:hover {
    box-shadow: 0 10px 20px -11px rgba(0, 0, 0, 0.5);
}

.callout-img {
    height: 320px;
    background-image: url('../images/callout1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.callout-img.buttonimage {
    height: 180px;
    background-image: url('../images/office_lasik.jpg');
}

.callout-img.buttonimage.wl {
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_085.jpg');
}

.form-4 {
    padding-right: 16px;
    padding-left: 16px;
}

.search-leader-button {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    background-color: #262e38;
    font-family: Oswald, sans-serif;
    font-weight: 300;
}

.callout-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #3d7b93;
    color: #fff;
    text-decoration: none;
}

.callout-link:hover {
    background-color: #ffc10e;
    box-shadow: 0 10px 20px -11px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.callout-link.callout-sb {
    margin-top: 40px;
    background-color: #000;
    -webkit-transition: background-color 750ms ease, box-shadow 750ms ease;
    transition: background-color 750ms ease, box-shadow 750ms ease;
    font-size: 16px;
    font-weight: 700;
}

.callout-link.callout-sb:hover {
    background-color: #333;
}

.text-block-6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.pillar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 320px;
    margin-top: 0px;
    padding: 100px 100px 50px;
    -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: #fff;
    background-image: linear-gradient(93deg, rgba(0, 0, 0, 0.02), hsla(0, 0%, 100%, 0) 17%), url('../images/bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    box-shadow: none;
}

.pillar-header-wrapper {
    width: 100%;
    max-width: 1600px;
    min-height: 25px;
}

.pillar-header-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
}

.header-text {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
}

.pillar-content-section {
    padding: 50px 100px 100px;
}

.pillar-content-wrapper {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.doctor-callout {
    min-height: 50px;
    margin-top: 25px;
    padding: 25px;
    background-color: #e2e4e6;
}

._50-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

._50txtdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 50px;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._50imgdiv {
    width: 50%;
    min-height: 500px;
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_386.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

._50-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #000;
}

._50txtdiv-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 50px;
    padding: 50px 0px 50px 50px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._50imgdiv-2 {
    width: 50%;
    min-height: 500px;
    background-image: url('../images/Wheaton-Eye-Clinic-Group-Complete.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.before-after {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: col-resize;
}

.before-img {
    display: block;
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.after-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #fff;
}

.slider-arrows-img {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.after-img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.before-after-label {
    position: relative;
    z-index: 2;
    padding: 15px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.before-after-label.after-label {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px 0px 0px 4px;
    background-color: #000;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-family: 'Open Sans', sans-serif;
}

.cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-34 {
    width: 40%;
    margin-left: 25px;
    float: right;
}

.cta-bottom-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #3d7b93;
    color: #fff;
    text-decoration: none;
}

.cta-bottom-link:hover {
    background-color: #ffc10e;
    box-shadow: 0 10px 20px -11px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.cta-bottom-link.callout-sb {
    margin-top: 40px;
    background-color: #000;
    -webkit-transition: background-color 750ms ease, box-shadow 750ms ease;
    transition: background-color 750ms ease, box-shadow 750ms ease;
    font-size: 16px;
    font-weight: 700;
}

.cta-bottom-link.callout-sb:hover {
    background-color: #333;
}

.bottom-cta-links {
    width: 24%;
    min-height: 250px;
    background-color: #fff;
    box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.17);
    color: #000;
    text-decoration: none;
}

.cta-image {
    min-height: 200px;
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_395.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-image.articles {
    background-image: url('../images/shutterstock_433992649.jpg');
    background-position: 50% 20%;
}

.cta-image.faqs {
    background-image: url('../images/shutterstock_611655806.jpg');
    background-position: 50% 30%;
}

.cta-image.info {
    background-image: url('../images/WheatonEyeClinic_AlexGarcia_377.jpg');
}

.cta-textblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
    padding: 10px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'Open Sans', sans-serif;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 3px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 20px;
    line-height: 25px;
}

.info-block-section {
    padding: 50px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #10416a, #062742);
}

.selftest-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    padding: 100px;
    -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-image: url('../images/shutterstock_1656016948.jpg');
    background-position: 100% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.test-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
}

.test50 {
    width: 50%;
    min-height: 25px;
}

.space-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    background-color: rgba(51, 51, 51, 0.1);
    background-image: linear-gradient(93deg, rgba(0, 0, 0, 0.11), #fff);
}

.inner-paragraph-white {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.inner-paragraph-white.white {
    color: #000;
}

.inner-paragraph-white.centered {
    width: 70%;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.inner-paragraph-white.w2 {
    color: #fff;
}

.list-white {
    padding-left: 20px;
    color: #fff;
}

.inner-h2-white {
    margin-bottom: 20px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-weight: 500;
}

.inner-h2-cta {
    margin-bottom: 20px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
}

.doctor-holder {
    width: 300px;
    height: auto;
    min-height: 325px;
    margin-left: 25px;
    float: right;
}

.text-span {
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    font-weight: 300;
}

.body {
    font-family: 'Open Sans', sans-serif;
}

.slider {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;

}

.slide-content._2nd {
    padding-right: 100px;
    padding-bottom: 70px;
    padding-left: 100px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #10416a;
}

.slide-content._3rd {
    padding-right: 100px;
    padding-bottom: 70px;
    padding-left: 100px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #10416a;
}

.heading-larger {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-box {
    padding: 35px 50px;
    border-style: none;
    border-width: 15px;
    border-color: hsla(0, 0%, 100%, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    outline-color: hsla(0, 0%, 100%, 0.5);
    outline-offset: 5px;
    outline-style: solid;
    outline-width: 15px;
}

.accent-box {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.line {
    width: 100px;
    height: 2px;
    margin-right: 5px;
    margin-bottom: 7px;
    margin-left: 5px;
    background-image: linear-gradient(261deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.25));
}

.line.lft {
    margin-right: 10px;
    background-image: linear-gradient(261deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0));
}

.slide-nav {
    display: none;
}

.heading-top-2 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 7px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.heading-middle-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.heading-larger-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

html.w-mod-js *[data-ix="bounce"] {
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
}

@media screen and (max-width: 991px) {
    .hero-section {
        height: 600px;
        margin-top: 88px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/istockphoto-1139456318-1024x1024.jpg');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/istockphoto-1139456318-1024x1024.jpg');
        background-position: 0px 0px, 40% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, scroll;
    }

    .nav-div {
        background-color: #000;
    }

    .nav-link {
        background-color: #000;
    }

    .navbar {
        padding-left: 10px;
        background-color: #000;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
        background-image: linear-gradient(180deg, #000, #000);
    }

    .dropdown-toggle {
        background-color: #000;
    }

    .top-buttons {
        width: 80%;
    }

    .call-button {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .image-3 {
        height: 15px;
    }

    .hero-wrapper {
        width: 100%;
    }

    .hero-div {
        width: auto;
        min-width: 0px;
    }

    .heading {
        font-size: 20px;
        line-height: 30px;
    }

    .heading-top {
        margin-bottom: 0px;
        font-size: 25px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 5px;
    }

    .heading-middle {
        margin-top: 0px;
        margin-bottom: -10px;
        font-size: 55px;
        line-height: 50px;
    }

    .div-block {
        width: auto;
        min-width: 0px;
        margin-top: 4px;
    }

    .div-block-2 {
        min-width: 100px;
    }

    .image-4 {
        top: -50px;
        width: 60%;
    }

    .welcome-section {
        padding: 50px;
    }

    .heading-2 {
        font-size: 50px;
        line-height: 55px;
    }

    .heading-2.rev {
        font-size: 35px;
        line-height: 40px;
    }

    .heading-2.w1 {
        font-size: 35px;
        line-height: 40px;
    }

    .paragraph.centered {
        width: 100%;
    }

    .button.rev {
        font-size: 15px;
    }

    .button.emailbutton {
        font-size: 15px;
    }

    .doctor-section {
        padding-bottom: 25px;
    }

    .heading-white {
        font-size: 50px;
        line-height: 55px;
    }

    .image-5 {
        width: 300px;
    }

    .sv-text {
        font-size: 15px;
        line-height: 26px;
    }

    .svcs-title-div {
        padding: 10px;
    }

    .correction-section {
        padding-top: 50px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .correction-wrapper {
        margin-top: 5px;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .svc-heading {
        font-size: 14px;
    }

    .services-block {
        width: 49.5%;
        min-height: 325px;
        margin-bottom: 8px;
    }

    .frame.gold {
        padding: 25px;
    }

    .cataract-section {
        min-height: 650px;
        padding: 50px;
    }

    .cat-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cat-50 {
        width: 100%;
        max-width: none;
        padding-top: 25px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .location-section {
        padding: 100px 50px 50px;
    }

    .location-wrapper {
        padding: 0px;
    }

    .tab {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tab-content {
        width: 48%;
        margin-right: 5px;
        margin-left: 5px;
        padding-left: 10px;
    }

    .location-name {
        margin-bottom: 16px;
        font-size: 26px;
        line-height: 30px;
    }

    .footer-section {
        padding: 50px;
    }

    .cta-section {
        min-height: 450px;
        margin-top: 0px;
        padding: 14px 35px 30px;
    }

    .footer-wrapper {
        width: 100%;
        margin-top: 25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-block {
        width: 49%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .contact-block {
        width: 49%;
        margin-bottom: 33px;
    }

    .bottombar {
        display: none;
    }

    .headingcta {
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 45px;
    }

    .legarcy-div {
        width: 100%;
    }

    .logo-scroll {
        height: 75px;
    }

    .logo-container {
        min-height: 0px;
    }

    .marquee {
        height: 65px;
    }

    .logo-blocks {
        min-height: 50px;
    }

    .logo-scroll-2 {
        height: 75px;
        min-height: 0px;
    }

    .icon {
        color: #fff;
    }

    .nav-menu {
        background-color: #000;
    }

    .menu-button {
        padding-top: 10px;
    }

    .menu-button.w--open {
        padding: 10px;
        background-color: #333;
    }

    .footer-header {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 30px;
    }

    .bottom-line {
        margin-top: 25px;
    }

    .access-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .access-links {
        font-size: 12px;
        text-align: center;
    }

    .right-link-container {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lasik-section {
        min-height: 650px;
        padding: 0px 50px 50px;
    }

    .lasik-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lasik-50 {
        width: 100%;
        max-width: none;
        padding: 25px 0px 0px;
    }

    .newservices-section {
        min-height: 0px;
        padding: 0px 50px 50px;

    }

    .newservices-section.visible {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0))), url('../images/bg.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0)), url('../images/bg.jpg');
        background-position: 0px 0px, 100% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .newserv-container {
        width: 100%;
    }

    .cat-image {
        width: 100%;
        min-height: 400px;
    }

    .lasikimg {
        width: 100%;
        min-height: 400px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .technology-section {
        padding: 50px;
    }

    .tech-container {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .div-block-6 {
        width: 100%;
    }

    .image-32 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-7 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .heading-3 {
        margin-bottom: 2px;
        font-size: 20px;
    }

    .top-title-text.no-rotate.red {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .top-title-text.no-rotate.red {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 20px;
        letter-spacing: 3px;
    }

    .top-title-2.horizontal {
        width: 40%;
    }

    .top-title-2.horizontal.white-version {
        width: 100%;
    }

    .top-title-2.horizontal.white-version.center {
        margin-bottom: 34px;
    }

    .top-title-2.horizontal.white-version.center {
        margin-bottom: 34px;
    }

    .dropdown {
        background-color: #000;
    }

    .mo-section {
        display: block;
        min-height: 300px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/shutterstock_256482202.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 46%, #fff), url('../images/shutterstock_256482202.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .button-2.rev {
        font-size: 15px;
    }

    .heading-4 {
        font-size: 50px;
        line-height: 55px;
    }

    .heading-4.first {
        margin-bottom: 0px;
        font-size: 65px;
        line-height: 65px;
    }

    .aesthetics-section.visible {
        min-height: 0px;
        padding: 0px;
        background-color: #fff;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .aest-container {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .div-block-aest {
        width: 100%;
        padding: 50px;
        background-color: rgba(0, 0, 0, 0.06);
    }

    .image-33 {
        display: none;
    }

    .mo-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 350px;
        padding-right: 50px;
        -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;
        background-image: url('../images/shutterstock_1299308509.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mo-image {
        width: 40%;
        margin-left: 0px;
    }

    .inner-content-section {
        padding-top: 128px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .innersxswrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bc-wrapper {
        margin-bottom: 10px;
    }

    .inner-reg-h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .innercontentsxsdiv {
        width: 100%;
        padding-right: 0px;
    }

    .inner-h2 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 30px;
    }

    .inner-paragraph.centered {
        width: 100%;
    }

    .doctor-image {
        width: 100%;
        margin-left: 15px;
        float: right;
    }

    .callout-content {
        height: 60px;
        padding-right: 24px;
        padding-left: 24px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sidebar {
        display: block;
        width: 100%;
        margin-left: 0px;
    }

    .callout-img {
        height: 240px;
    }

    .callout-img.buttonimage.wl {
        background-position: 100% 50%;
    }

    .callout-link.callout-sb {
        width: 50%;
        margin-top: 16px;
    }

    .pillar-header {
        min-height: 250px;
        padding-top: 100px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .pillar-header-h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .pillar-content-section {
        padding-right: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
    }

    ._50-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._50txtdiv {
        width: 100%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 25px;
    }

    ._50imgdiv {
        width: 100%;
        min-height: 400px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    ._50-wrapper-copy {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._50txtdiv-2 {
        width: 100%;
        padding: 25px;
    }

    ._50imgdiv-2 {
        width: 100%;
        min-height: 400px;
    }

    .slider-arrows-img {
        width: 44px;
    }

    .before-after-label {
        padding: 12px 20px;
        font-size: 16px;
    }

    .cta-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cta-bottom-link.callout-sb {
        width: 50%;
        margin-top: 16px;
    }

    .bottom-cta-links {
        width: 49%;
        margin-bottom: 7px;
    }

    .selftest-section {
        padding: 50px;
    }

    .inner-paragraph-white.centered {
        width: 100%;
    }

    .inner-h2-white {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 30px;
    }

    .inner-h2-cta {
        margin-bottom: 10px;
        font-size: 35px;
        line-height: 40px;
    }

    .doctor-holder {
        width: 225px;
        min-height: 300px;
    }

    .slide-content._2nd {
        padding-right: 75px;
        padding-bottom: 0px;
        padding-left: 75px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slide-content._3rd {
        padding-bottom: 35px;
    }

    .heading-larger {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 55px;
        line-height: 50px;
    }

    .hero-wrapper-copy {
        width: 100%;
    }

    .hero-box {
        outline-offset: 3px;
        outline-width: 10px;
    }

    .line {
        display: none;
    }

    .right-arrow {
        width: 50px;
    }

    .left-arrow {
        width: 50px;
    }

    .heading-top-2 {
        margin-bottom: 0px;
        font-size: 25px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 5px;
    }

    .heading-middle-2 {
        margin-top: 0px;
        margin-bottom: -10px;
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 0px;
    }

    .heading-larger-2 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 55px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        height: 600px;
        margin-top: 57px;
        padding-right: 0px;
        padding-left: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .nav-div {
        padding-top: 0px;
    }

    .brand {
        top: 3px;
        width: 180px;
        margin-top: 15px;
    }

    .navbar {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .top-buttons {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 100%;
        margin-top: 0px;
        padding-top: 7px;
        padding-right: 5px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .call-button {
        padding: 3px 10px;
    }

    .call-button.sched {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 8px;
    }

    .hero-div {
        width: 100%;
        min-width: 0px;
    }

    .heading {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 22px;
    }

    .heading-top {
        width: auto;
        margin-bottom: -4px;
        font-size: 20px;
        line-height: 25px;
    }

    .heading-middle {
        width: auto;
        margin-bottom: 0px;
        font-size: 25px;
        line-height: 25px;
        font-weight: 400;
        letter-spacing: 5px;
    }

    .div-block {
        min-height: 0px;
        margin-top: 0px;
    }

    .div-block-2 {
        min-width: 60px;
    }

    .image-4 {
        top: -34px;
        width: 35%;
    }

    .welcome-section {
        padding: 25px 25px 50px;
    }

    .welcome-wrapper {
        padding: 0px;
    }

    .heading-2 {
        margin-bottom: 15px;
        font-size: 45px;
        line-height: 50px;
    }

    .heading-2.rev {
        font-size: 35px;
        line-height: 40px;
    }

    .heading-2.w1 {
        font-size: 35px;
        line-height: 40px;
    }

    .paragraph.white {
        font-size: 15px;
        line-height: 32px;
    }

    .doctor-section {
        padding: 15px;
    }

    .heading-white {
        font-size: 45px;
        line-height: 50px;
    }

    .image-5 {
        width: 250px;
    }

    .svcs-title-div {
        width: 100%;
        height: 100%;
    }

    .correction-section {
        padding-left: 5px;
    }

    .services-block {
        width: 100%;
        min-height: 300px;
        padding: 15px;
    }

    .cataract-section {
        min-height: 0px;
        padding: 25px;
    }

    .cat-50 {
        max-width: 100%;
    }

    .location-section {
        padding: 25px;
    }

    .tabs {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs-menu {
        width: 100%;
    }

    .tabs-content {
        width: 100%;
        padding-top: 20px;
    }

    .tab-content {
        padding-right: 5px;
        padding-left: 5px;
    }

    .location-name {
        margin-bottom: 5px;
    }

    .address {
        font-size: 14px;
    }

    .phone {
        font-size: 16px;
    }

    .footer-section {
        padding: 25px;
    }

    .cta-section {
        min-height: 350px;
        margin: 0px;
    }

    .footer-wrapper {
        width: 100%;
    }

    .footer-block {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-7 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .social-wrapper {
        margin-top: 21px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .back-to-top {
        position: static;
    }

    .contact-block {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 26px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottombar {
        display: none;
    }

    .headingcta {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .legarcy-div {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-scroll {
        display: none;
    }

    .logo-scroll-2 {
        display: none;
    }

    .image-30 {
        display: block;
        margin-bottom: 12px;
    }

    .access-links {
        margin-right: 0px;
    }

    .right-link-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lasik-section {
        min-height: 0px;
        padding: 25px;
    }

    .lasik-50 {
        max-width: 100%;
    }

    .newservices-section {
        padding: 0px 25px 25px;
    }

    .serv-block {
        width: 49%;
    }

    .blockframe {
        padding-right: 10px;
        padding-left: 10px;
    }

    .technology-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .tech-container {
        margin-top: 0px;
    }

    .div-block-7 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .centered-pg {
        font-size: 15px;
        line-height: 32px;
    }

    .top-title-text.no-rotate.red {
        width: 60%;
        line-height: 25px;
        text-align: center;
        letter-spacing: 1px;
    }

    .top-title-text.no-rotate.red {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 1px;
    }

    .top-title-2.horizontal {
        width: 60%;
    }

    .top-title-2.horizontal.white-version {
        width: 100%;
    }

    .top-title-2.horizontal.white-version.center {
        width: 100%;
        margin-bottom: 31px;
    }

    .top-title-2.horizontal.white-version.center {
        width: 100%;
        margin-bottom: 17px;
    }

    .mo-section {
        min-height: 250px;
    }

    .form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heading-4 {
        margin-bottom: 15px;
        font-size: 45px;
        line-height: 50px;
    }

    .heading-4.first {
        width: 100%;
        margin-bottom: 5px;
        font-size: 50px;
        line-height: 40px;
        text-align: center;
    }

    .aest-container {
        margin-top: 0px;
    }

    .div-block-aest {
        padding-right: 25px;
        padding-left: 25px;
        background-color: transparent;
    }

    .mo-div {
        padding-right: 22px;
    }

    .inner-content-section {
        padding: 120px 25px 50px;
    }

    .inner-paragraph.white {
        font-size: 15px;
        line-height: 32px;
    }

    .doctor-image {
        width: 100%;
    }

    .sidebar {
        width: 100%;
        margin-left: 0px;
    }

    .pillar-header {
        min-height: 250px;
        padding: 75px 25px 30px;
    }

    .pillar-content-section {
        padding-top: 50px;
        padding-right: 25px;
        padding-left: 25px;
    }

    ._50imgdiv {
        min-height: 300px;
    }

    ._50-wrapper-copy {
        margin-bottom: 25px;
    }

    ._50txtdiv-2 {
        padding-top: 0px;
    }

    ._50imgdiv-2 {
        min-height: 300px;
    }

    .before-after {
        height: 200px;
    }

    .before-img {
        height: 100%;
    }

    .slider-arrows-img {
        width: 36px;
    }

    .before-after-label {
        padding-right: 10px;
        padding-left: 10px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
    }

    .before-after-label.after-label {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        font-size: 12px;
        line-height: 12px;
    }

    .bottom-cta-links {
        width: 100%;
    }

    .info-block-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .selftest-section {
        min-height: 300px;
        padding-right: 25px;
        padding-left: 25px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/shutterstock_1656016948.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/shutterstock_1656016948.jpg');
        background-position: 0px 0px, 100% 0%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .test50 {
        width: 100%;
    }

    .space-divider {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .inner-paragraph-white.white {
        font-size: 15px;
        line-height: 32px;
    }

    .doctor-holder {
        margin-bottom: 10px;
    }

    .slide-content._2nd {
        padding-right: 50px;
        padding-left: 50px;
    }

    .slide-content._3rd {
        padding-right: 50px;
        padding-bottom: 20px;
        padding-left: 50px;
    }

    .heading-larger {
        width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
    }

    .hero-box {
        padding-right: 30px;
        padding-left: 30px;
    }

    .heading-top-2 {
        width: auto;
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 25px;
    }

    .heading-middle-2 {
        width: auto;
        margin-bottom: 0px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
    }

    .heading-larger-2 {
        width: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
    }
}

@media screen and (max-width: 479px) {
    .hero-section {
        height: 550px;
        margin-top: 38px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }

    .nav-div {
        padding-top: 63px;
    }

    .brand {
        left: 0%;
        top: auto;
        right: auto;
        bottom: 0%;
        width: 150px;
        min-height: 0px;
        padding-top: 14px;
        padding-bottom: 8px;
        padding-left: 6px;
    }

    .navbar {
        padding-top: 0px;
    }

    .top-buttons {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        padding-top: 0px;
        padding-right: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.29);
    }

    .call-button {
        width: 50%;
        margin-left: 0px;
        padding-right: 5px;
        padding-left: 5px;
        border-style: none;
        border-radius: 0px;
        background-color: #000;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    .call-button.sched {
        padding-right: 10px;
        padding-left: 10px;
        border-top-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #000;
    }

    .call-button.sched:hover {
        border-top-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #062742;
    }

    .image-3 {
        display: none;
        margin-right: 5px;
    }

    .text-block {
        color: #fff;
        line-height: 15px;
    }

    .heading {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
        letter-spacing: 3px;
    }

    .heading-top {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 2px;
    }

    .heading-middle {
        margin-top: 8px;
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .div-block {
        width: 100%;
    }

    .image-4 {
        width: 100%;
    }

    .welcome-section {
        padding: 50px 25px;
    }

    .heading-2 {
        font-size: 40px;
        line-height: 45px;
    }

    .heading-2.rev {
        font-size: 30px;
        line-height: 35px;
    }

    .heading-2.w1 {
        font-size: 30px;
        line-height: 35px;
    }

    .paragraph {
        line-height: 32px;
    }

    .paragraph.centered {
        font-size: 15px;
    }

    .paragraph.w2 {
        font-size: 15px;
    }

    .button {
        width: 100%;
        min-width: 0px;
    }

    .button.rev {
        width: 100%;
        min-width: 0px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .button.emailbutton {
        width: 100%;
        min-width: 0px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .heading-white {
        font-size: 40px;
        line-height: 45px;
    }

    .paragraph-white {
        line-height: 32px;
    }

    .image-5 {
        width: 60%;
        margin-bottom: -3px;
    }

    .sv-text {
        font-size: 14px;
    }

    .correction-section {
        padding-top: 25px;
    }

    .svc-heading {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .services-block {
        min-height: 250px;
    }

    .frame.gold {
        padding: 20px;
    }

    .tab {
        min-height: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tab-content {
        width: 100%;
    }

    .location-name {
        font-size: 20px;
        font-weight: 600;
    }

    .cta-section {
        min-height: 250px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .footer-block {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .social-wrapper {
        margin-top: 19px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social-link {
        margin-left: 5px;
    }

    .contact-block {
        margin-top: 15px;
        margin-bottom: 17px;
    }

    .text-field {
        border-color: #000;
        border-radius: 8px;
    }

    .footer-links {
        margin-bottom: 8px;
        text-align: center;
    }

    .headingcta {
        font-size: 22px;
        line-height: 25px;
    }

    .nav-menu {
        background-color: #062742;
    }

    .menu-button {
        padding-bottom: 10px;
    }

    .access-links {
        margin-bottom: 14px;
        line-height: 16px;
    }

    .newservices-section {
        background-position: 0px 0px, 50% 50%;
    }

    .serv-block {
        width: 100%;
        min-height: 80px;
    }

    .div-block-4 {
        margin-top: 15px;
    }

    .cat-image {
        min-height: 200px;
    }

    .lasikimg {
        min-height: 200px;
    }

    .image-32 {
        width: 100%;
    }

    .div-block-7 {
        margin-top: 0px;
    }

    .heading-3 {
        font-size: 20px;
    }

    .centered-pg {
        line-height: 32px;
    }

    .top-title-text.no-rotate.red {
        width: 90%;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 18px;
    }

    .top-title-text.no-rotate.red {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 18px;
        letter-spacing: 0px;
    }

    .top-title-2 {
        height: 80%;
    }

    .top-title-2.horizontal {
        width: 100%;
    }

    .top-title-2.horizontal.white-version {
        width: 100%;
    }

    .top-title-2.horizontal.white-version.center {
        margin-bottom: 20px;
    }

    .top-title-2.horizontal.white-version.center {
        margin-bottom: 20px;
    }

    .mo-section {
        min-height: 200px;
    }

    .button-2 {
        width: 100%;
        min-width: 0px;
    }

    .button-2.rev {
        width: 100%;
        min-width: 0px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .heading-4 {
        font-size: 40px;
        line-height: 45px;
    }

    .heading-4.first {
        margin-bottom: 2px;
        font-size: 40px;
        line-height: 35px;
    }

    .div-block-aest {
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: transparent;
    }

    .mo-div {
        min-height: 400px;
        padding-top: 12px;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(57%, hsla(0, 0%, 100%, 0)), color-stop(92%, #fff)), url('../images/shutterstock_1299308509.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 57%, #fff 92%), url('../images/shutterstock_1299308509.jpg');
        background-position: 0px 0px, 30% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .mo-image {
        width: 90%;
    }

    .bc-wrapper {
        display: none;
    }

    .inner-reg-h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .inner-h2 {
        font-size: 25px;
    }

    .inner-paragraph {
        line-height: 32px;
    }

    .inner-paragraph.centered {
        font-size: 15px;
    }

    .inner-paragraph.w2 {
        font-size: 15px;
    }

    .list-item {
        line-height: 30px;
    }

    .doctor-image {
        width: 100%;
        margin-left: 0px;
        float: none;
    }

    .callout-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .callout-img {
        height: 180px;
    }

    .callout-link.callout-sb {
        width: 100%;
    }

    .pillar-header {
        padding-right: 25px;
        padding-left: 25px;
    }

    .pillar-header-h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .pillar-content-section {
        padding-top: 25px;
    }

    ._50txtdiv {
        padding-bottom: 10px;
    }

    ._50imgdiv {
        min-height: 200px;
    }

    ._50txtdiv-2 {
        padding: 12px;
    }

    ._50imgdiv-2 {
        min-height: 200px;
    }

    .slider-arrows-img {
        width: 32px;
    }

    .before-after-label {
        position: absolute;
        top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100px;
        min-height: 40px;
        padding: 8px 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 10px;
        text-align: center;
    }

    .before-after-label.after-label {
        top: 20%;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 10px;
    }

    .cta-bottom-link.callout-sb {
        width: 100%;
    }

    .info-block-section {
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .selftest-section {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/shutterstock_1656016948.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/shutterstock_1656016948.jpg');
        background-position: 0px 0px, 100% 0%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .inner-paragraph-white {
        line-height: 32px;
    }

    .inner-paragraph-white.centered {
        font-size: 15px;
    }

    .inner-paragraph-white.w2 {
        font-size: 15px;
    }

    .inner-h2-white {
        font-size: 25px;
    }

    .inner-h2-cta {
        font-size: 25px;
        line-height: 30px;
    }

    .doctor-holder {
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0px;
        float: none;
    }

    .slide-content._2nd {
        padding-right: 25px;
        padding-left: 25px;
    }

    .slide-content._3rd {
        padding-bottom: 36px;
    }

    .heading-larger {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .hero-box {
        padding-right: 10px;
        padding-left: 10px;
        outline-offset: 2px;
        outline-width: 8px;
    }

    .slide-nav {
        display: block;
    }

    .right-arrow {
        display: none;
    }

    .left-arrow {
        display: none;
    }

    .heading-top-2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 2px;
    }

    .heading-middle-2 {
        margin-top: 8px;
        margin-bottom: 0px;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .heading-larger-2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1px;
    }
}

