body {
  color: #000;
  font-family: Mulish, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  color: #004851;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Mulish, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2em;
}

h2 {
  color: #006269;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 800;
  line-height: 1em;
}

h3 {
  color: #008C95;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1em;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1em;
}

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

a {
  color: #006269;
  text-decoration: none;
}

a:hover {
  color: #58A7AF;
}

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

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  border: 1px #fff;
  border-bottom-color: rgba(255, 255, 255, .45);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 160px;
}

.navlink {
  color: #000;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .9em;
  font-weight: 600;
}

.hero_section {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 42%, rgba(18, 19, 73, .64)), url('https://cdn-12c7.kxcdn.com/images/seegreat_com/hero-img2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-left: 0%;
  margin-right: 0%;
}

.main_tagline_wrapper {
  width: 55%;
  mix-blend-mode: overlay;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: 10%;
  right: auto;
}

.main_tagline {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.6em;
  font-weight: 900;
  line-height: .9em;
}

.main_tagline.small {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 200;
}

.phone_btn {
  color: #006269;
  align-items: center;
  font-size: 1.2em;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.welcome_section {
  padding: 5% 10%;
}

.wrapper_div.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.wrapper_div.docs {
  justify-content: space-between;
  display: flex;
}

.half_div {
  width: 48%;
}

.welcome_headline {
  text-transform: uppercase;
  font-weight: 900;
}

.welcome_title_text {
  color: #58A7AF;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.p_nomargin {
  margin-bottom: 0;
}

.feature_wrapper {
  height: 600px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.feature_wrapper.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.feature_img_div {
  width: 50%;
  overflow: hidden;
}

.lasik_text_div {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.feature_btn {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 30px;
  font-weight: 800;
}

.feature_btn:hover {
  color: #fff;
  background-color: #000;
}

.cataract_text_div {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.lasik_headline {
  color: #006269;
}

.cataract_headline {
  color: #006269;
  text-transform: uppercase;
}

.services_header_div {
  text-align: left;
  margin-bottom: 5%;
  padding-left: 0%;
}

.services_headline {
  color: #d1d1d1;
  text-align: center;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 200;
  line-height: 1em;
  text-decoration: none;
}

.services_wrapper {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.services_btn {
  width: 25%;
  height: 300px;
  color: #fff;
  text-transform: uppercase;
  background-color: #03041a;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

.services_btn:hover {
  color: #fff;
  background-color: #006269;
}

.center_img {
  width: 100%;
  height: 100%;
  opacity: .5;
  object-fit: cover;
  object-position: 25% 50%;
  display: block;
}

.center_label_div {
  text-align: center;
  padding-left: 26px;
  padding-right: 26px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.docs_section {
  padding: 5% 10%;
}

.doc_btn {
  width: 16%;
  color: #fff;
  text-align: center;
  background-color: #006269;
  padding-bottom: 20px;
  font-weight: 600;
  text-decoration: none;
}

.doc_btn:hover {
  color: #fff;
  background-color: #58A7AF;
}

.doc_img {
  margin-bottom: 20px;
}

.testimonials_section {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding: 5% 10%;
}

.testimonials_headline {
  color: #006269;
  text-align: center;
  text-transform: uppercase;
}

.testimonials_slider {
  height: 250px;
  background-color: rgba(0, 0, 0, 0);
}

.slide_nav {
  height: 20px;
  margin-top: 0;
  padding-top: 0;
  font-size: .7em;
  top: auto;
}

.arrow {
  width: 20px;
  color: #000;
  font-size: .8em;
}

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

.testimonials_div {
  height: 220px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.testimonials_name {
  color: #006269;
  font-weight: 600;
}

.contact_main_wrapper {
  justify-content: space-between;
  display: flex;
}

.contact_form_div {
  width: 33%;
  background-color: #004851;
  padding: 5%;
}

.contact_headline {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.4em;
  line-height: 1em;
}

.location_wrapper {
  width: 33.33%;
  padding: 5%;
  display: flex;
  position: relative;
}

.location_wrapper._1 {
  width: 33%;
  height: auto;
  background-image: url('https://cdn-12c7.kxcdn.com/images/seegreat_com/harrisburg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 0%;
}

.location_wrapper._2 {
  width: 33%;
  background-image: url('https://cdn-12c7.kxcdn.com/images/seegreat_com/lemyone.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 0%;
}

.location_div {
  width: auto;
  height: auto;
  text-align: center;
  background-color: rgba(0, 72, 81, .9);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 0%;
}

.address_text {
  color: #fff;
  margin-bottom: 0;
}

.location_headline {
  width: 100%;
  color: #fff;
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1em;
}

.footer_section {
  padding: 5%;
}

.text_field {
  color: #fff;
  background-color: rgba(0, 0, 0, .21);
  border: 1px solid rgba(255, 255, 255, .45);
}

.text_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .73);
}

.text_field::placeholder {
  color: rgba(255, 255, 255, .73);
}

.text_area {
  min-height: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, .21);
  border: 1px solid rgba(251, 255, 233, .45);
}

.text_area::-ms-input-placeholder {
  color: rgba(255, 255, 255, .73);
}

.text_area::placeholder {
  color: rgba(255, 255, 255, .73);
}

.submit_btn {
  color: #000;
  text-transform: uppercase;
  background-color: #58A7AF;
  padding: 16px 30px;
  font-weight: 600;
}

.submit_btn:hover {
  color: #fff;
  background-color: #2126b8;
}

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

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

.footer_text {
  font-size: .9em;
}

.footer_div {
  width: 50%;
  text-align: center;
}

.soc_media_wrapper {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.footer_phone_btn {
  color: #9BD3DD;
  margin-top: 10px;
  font-weight: 800;
}

.footer_phone_btn:hover {
  color: #fff;
}

.soc_media_btn {
  width: 26px;
  height: 26px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.soc_media_btn.fcb {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/facebook-icon.svg');
}

.soc_media_btn.fcb:hover {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/facebook-icon-over.svg');
}

.soc_media_btn.linked {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/linkedin-icon.svg');
}

.soc_media_btn.linked:hover {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/linkedin-icon-over.svg');
}

.soc_media_btn.insta {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/instagram-icon.svg');
}

.soc_media_btn.insta:hover {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/instagram-icon-over.svg');
}

.soc_media_btn.yt {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/youtube-icon.svg');
}

.soc_media_btn.yt:hover {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/youtube-icon-over.svg');
}

.soc_media_btn.yelp {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/yelp-icon.svg');
}

.soc_media_btn.yelp:hover {
  background-image: url('https://cdn-12c7.kxcdn.com/images/vistauraeye_com/yelp-icon-over.svg');
}

.navlink_dropdown {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  display: inline-block;
}

.dropdown_toggle {
  margin-top: -.5px;
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: #fff;
  background-color: #58A7AF;
}

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

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

.dropdown_link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .33);
}

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

.bottom_btns_wrapper {
  z-index: 500;
  height: 50px;
  background-color: #004851;
  justify-content: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom_btn {
  color: #fff;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  font-weight: 600;
  display: flex;
}

.bottom_btn:hover {
  color: #9BD3DD;
  font-weight: 600;
}

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

.inner_content_section {
  background-color: rgba(0, 0, 0, 0);
  padding: 10% 10% 5%;
}

.breadcrumbs_wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.related_pages_text {
  color: #008C95;
  margin-bottom: 5px;
  margin-right: 10px;
  font-weight: 600;
}

.breadcrumbs_link {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: .9em;
  font-weight: 600;
}

.inner_video_div {
  width: 45%;
  float: right;
  object-fit: fill;
  margin-bottom: 41px;
  margin-left: 48px;
}

.inner_line_div {
  height: 1px;
  background-color: #006269;
  margin-bottom: 5%;
}

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

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

  .main_tagline_wrapper {
    width: 80%;
    mix-blend-mode: normal;
    top: 153px;
    bottom: auto;
  }

  .main_tagline {
    color: #006269;
    font-size: 3.6em;
  }

  .main_tagline.small {
    color: #040533;
    font-size: 1.4em;
  }

  .wrapper_div.flex, .wrapper_div.docs {
    flex-wrap: wrap;
  }

  .half_div {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .feature_wrapper {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature_wrapper.margin {
    height: auto;
    flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature_img_div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .lasik_text_div {
    width: 100%;
    margin-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cataract_text_div {
    width: 100%;
    margin-top: 10%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .services_headline {
    margin-bottom: 10%;
    font-size: 4em;
  }

  .services_wrapper {
    flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
  }

  .services_btn {
    width: 50%;
  }

  .docs_section {
    padding-top: 10%;
  }

  .doc_btn {
    width: 32%;
    margin-bottom: 5%;
  }

  .testimonials_section {
    padding-bottom: 10%;
  }

  .contact_main_wrapper {
    flex-wrap: wrap;
  }

  .contact_form_div {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .location_wrapper._1 {
    width: 50%;
    height: 400px;
  }

  .location_wrapper._2 {
    width: 50%;
  }

  .location_div {
    bottom: 0%;
  }

  .footer_section {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .footer_div {
    width: 90%;
  }

  .navmenu {
    background-color: #fff;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .bottom_btn {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
    line-height: 1em;
  }

  .btn_icon {
    width: 24px;
    margin-right: 5px;
  }

  .menu_btn {
    color: #006269;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #006269;
  }

  .menu_btn:hover {
    color: #fff;
    background-color: #58A7AF;
    border-color: #58A7AF;
  }

  .menu_btn.w--open {
    color: #fff;
    text-align: left;
    background-color: #0a0c47;
    border-color: #0a0c47;
  }

  .inner_content_section {
    padding-top: 15%;
  }

  .inner_video_div {
    width: 60%;
  }
}

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

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1em;
  }

  .navbar {
    height: 72px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
  }

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

  .hero_section {
    height: 350px;
  }

  .main_tagline_wrapper {
    width: 90%;
    top: 305px;
  }

  .main_tagline {
    font-size: 2.4em;
  }

  .main_tagline.small {
    font-size: 1.2em;
  }

  .services_headline {
    font-size: 3em;
  }

  .services_btn {
    height: 250px;
    font-size: 1.3em;
  }

  .center_img {
    font-size: 1.3em;
  }

  .doc_btn {
    width: 45%;
  }

  .testimonials_slider, .testimonials_div {
    height: auto;
  }

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

  .location_wrapper._1, .location_wrapper._2 {
    width: 100%;
    height: 350px;
  }

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

  .footer_div {
    width: auto;
  }

  .bottom_btns_wrapper {
    height: auto;
    flex-wrap: wrap;
    margin-top: 72px;
    position: static;
  }

  .bottom_btn {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 28px;
  }

  .inner_content_section {
    padding-top: 5%;
  }

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

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

  .navbar {
    padding-left: 19px;
    padding-right: 19px;
    display: block;
  }

  .hero_section {
    height: 400px;
  }

  .main_tagline_wrapper {
    width: 80%;
    top: 293px;
  }

  .main_tagline {
    font-size: 2em;
  }

  .main_tagline.small {
    font-size: 1.1em;
  }

  .phone_btn {
    font-size: 1em;
    display: none;
  }

  .welcome_section {
    padding-top: 10%;
  }

  .welcome_title_text {
    margin-bottom: 5px;
  }

  .feature_btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
    line-height: 1em;
  }

  .services_headline {
    font-size: 2.4em;
  }

  .services_btn, .doc_btn {
    width: 100%;
  }

  .doc_img {
    height: 384px;
  }

  .testimonials_div {
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .footer_section {
    padding-top: 15%;
  }

  .soc_media_wrapper {
    margin-bottom: 12%;
  }
}


