.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 100px 100px 0px;
  -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;
  background-image: url('../images/hiking-girl.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 0.5% 15px;
  background-color: #fff;
  box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.29);
}

.brand {
  max-width: 18%;
  min-width: 300px;
  padding: 0px;
}

.hero-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 65%;
  -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;
}

.nav-link {
  display: block;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: #205caa;
  line-height: 1.2em;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 1px solid #205caa;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.h2-hero {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 10px 50px;
  background-color: transparent;
  background-image: linear-gradient(99deg, rgba(32, 92, 170, 0.73), rgba(32, 92, 170, 0.43) 49%, rgba(32, 92, 170, 0.23) 79%, rgba(32, 92, 170, 0));
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.h3.white-center {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  color: #333;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
}

.hero-buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button {
  padding: 15px 30px;
  background-color: #205caa;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: #333;
}

.button.marg {
  margin-right: 15px;
  background-color: #205caa;
}

.button.marg:hover {
  background-color: #333;
}

.button.white {
  background-color: #fff;
  color: #205caa;
}

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

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: 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-color: #205caa;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(32, 92, 170, 0.59), #002657), -webkit-gradient(linear, left top, left bottom, from(rgba(32, 92, 170, 0.84)), to(rgba(32, 92, 170, 0.84))), url('../images/white-icon.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(32, 92, 170, 0.59), #002657), linear-gradient(180deg, rgba(32, 92, 170, 0.84), rgba(32, 92, 170, 0.84)), url('../images/white-icon.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, contain;
  background-repeat: repeat, repeat, no-repeat;
}

.intro-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  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;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #205caa;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.h2.white {
  color: #fff;
}

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

.paragraph {
  margin-bottom: 20px;
}

.paragraph.center-white {
  color: #fff;
  text-align: center;
}

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

.self-test-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.self-test-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  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;
}

.image {
  width: 100%;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-wrapper-div {
  width: 90%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

._50-50-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: 50px;
  margin-bottom: 100px;
}

._50-50-wrapper-div.no-marg {
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
}

._50-50-wrapper-div.top {
  margin-top: 0px;
}

.photo-left {
  overflow: hidden;
  width: 50%;
  padding: 0px;
  background-image: url('../images/LASIK-office.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-left.cell {
  background-image: url('../images/using-cell-phone.jpg');
}

.text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 0px 0px 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;
}

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

.image-5.marg {
  margin-bottom: 30px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #205caa;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
}

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

.photo-right {
  overflow: hidden;
  width: 50%;
  padding: 0px;
  background-image: url('../images/WaveLight-Refractive-Suite-Front-View-1.jpg');
  background-position: 50% 65%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.stat-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding-top: 100px;
  padding-bottom: 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: #205caa;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(32, 92, 170, 0.59), #002657), -webkit-gradient(linear, left top, left bottom, from(rgba(32, 92, 170, 0.84)), to(rgba(32, 92, 170, 0.84))), url('../images/white-icon.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(32, 92, 170, 0.59), #002657), linear-gradient(180deg, rgba(32, 92, 170, 0.84), rgba(32, 92, 170, 0.84)), url('../images/white-icon.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, contain;
  background-repeat: repeat, repeat, no-repeat;
}

.stat-wrapper-div {
  width: 90%;
  max-width: 1280px;
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.text-block {
  margin-bottom: 50px;
}

.text-span {
  letter-spacing: 0px;
  text-transform: uppercase;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  margin: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

.image-6 {
  width: 100%;
  margin-bottom: 30px;
}

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

.contact-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  width: 100%;
  max-width: none;
  margin-bottom: 100px;
}

.text-block-with-marg {
  margin-top: 10px;
}

.link {
  color: #205caa;
}

.link:hover {
  color: #333;
}

.mobile-buttons {
  display: none;
  margin-left: 65px;
}

.stat-parallax-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding: 100px 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/indiana-lake.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/indiana-lake.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.specialists-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.specialist-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.specialist-photo {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.specialists-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.specialist-side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.contact-form-div {
  width: 70%;
  padding-left: 75px;
}

.location-left-div {
  width: 30%;
}

.text-block-3 {
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}

.list-item {
  margin-bottom: 10px;
  line-height: 1.5em;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
    padding: 0px 0px 100px;
    background-image: url('../images/hiking-girl.jpg');
    background-position: 55% 50%;
    background-size: cover;
  }

  .navbar {
    padding: 1% 10px;
  }

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

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

  .h2-hero {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 3em;
    text-align: left;
  }

  .h3.white-center {
    margin-bottom: 10px;
    margin-left: 35px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2em;
    line-height: 1.2em;
    text-align: left;
  }

  .hero-buttons-div {
    margin-left: 35px;
    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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.marg {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .h2 {
    font-size: 2.5em;
  }

  .h2.white {
    font-size: 2.5em;
  }

  ._50-50-wrapper-div {
    margin-bottom: 50px;
  }

  ._50-50-wrapper-div.no-marg {
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .image-5 {
    width: 150px;
    margin-bottom: 20px;
  }

  .h4 {
    font-size: 1.5em;
  }

  .text-left {
    padding-right: 20px;
  }

  .stat-wrapper-div {
    font-size: 1.5em;
  }

  .location {
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .form-block {
    width: 90%;
    margin-bottom: 50px;
  }

  .menu-button {
    padding: 10px;
    background-color: #205caa;
  }

  .menu-button.w--open {
    background-color: #205caa;
  }

  .icon {
    color: #fff;
  }

  .mobile-buttons {
    margin-left: 35px;
  }

  .stat-parallax-section {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/park.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/park.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .specialists-wrapper-div {
    -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;
  }

  .specialist-div {
    width: 50%;
  }

  .specialist-photo {
    width: 150px;
    height: 150px;
  }

  .specialist-side-by-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-form-div {
    width: 100%;
    padding-left: 0px;
  }

  .location-left-div {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .h2-hero {
    font-size: 2em;
  }

  .h3.white-center {
    margin-left: 25px;
    font-size: 1.5em;
  }

  .hero-buttons-div {
    margin-left: 25px;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    text-align: center;
  }

  .button.marg {
    margin-bottom: 5px;
  }

  .intro-section {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2 {
    font-size: 2em;
  }

  .h2.white {
    font-size: 2em;
  }

  .self-test-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

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

  .image-5 {
    width: 100px;
  }

  .text-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .photo-right {
    width: 100%;
    min-height: 300px;
  }

  .stat-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-section {
    padding: 50px 20px;
  }

  .form-block {
    margin-bottom: 30px;
  }

  .mobile-buttons {
    margin-left: 25px;
  }

  .stat-parallax-section {
    padding: 50px 20px;
  }

  .specialists-wrapper-div {
    -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;
  }

  .specialist-div {
    width: 50%;
    margin-bottom: 0px;
  }

  .specialist-side-by-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/hiking-girl.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/hiking-girl.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 80% 50%, 0px 0px;
  }

  .navbar {
    padding-right: 5px;
    padding-left: 5px;
  }

  .brand {
    max-width: 75%;
    min-width: 0px;
  }

  .hero-wrapper-div {
    max-width: none;
    background-color: rgba(51, 51, 51, 0.78);
  }

  .h2-hero {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-image: none;
    text-align: center;
  }

  .h3.white-center {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 1em;
    text-align: center;
  }

  .hero-buttons-div {
    display: none;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.marg {
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
  }

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

  ._50-50-wrapper-div.top {
    margin-bottom: 30px;
  }

  .photo-left {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .text-right {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

  .photo-right {
    min-height: 200px;
  }

  .location {
    max-width: none;
    margin: 0px 0px 20px;
  }

  .contact-section {
    padding-right: 10px;
    padding-bottom: 150px;
    padding-left: 10px;
  }

  .form-block {
    width: 100%;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-2 {
    line-height: 1.5em;
    text-align: center;
  }

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

  .specialist-side-by-side {
    margin-bottom: 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;
  }

  .list {
    padding-left: 20px;
  }
}

