:root {
  --color-3: #4c4077;
  --color: white;
  --color-4: #061126;
  --color-5: #2b2449;
  --color-2: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 25px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  line-height: 1.4em;
}

.splash-section {
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.splash-img-div {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.splash-overlay-div {
  z-index: 1;
  background-color: var(--color-3);
  opacity: .87;
  mix-blend-mode: multiply;
  background-image: radial-gradient(circle, #0000, #061126);
  position: absolute;
  inset: 0%;
}

.splash-content {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
  position: relative;
  inset: 0%;
}

.dummy-navbar {
  justify-content: center;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  max-width: 350px;
  margin-bottom: 25px;
}

.splash-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tagline-content-splash {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.offer-text-div {
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1.4em;
  line-height: 1.2em;
}

.offer-text-div.evo {
  z-index: 2;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.8em;
  position: relative;
}

.main-tag {
  color: var(--color);
  margin-bottom: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.tag-sub {
  color: var(--color);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.purp {
  color: #dca7ff;
}

.ages-div {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.bg-white-div {
  background-color: #fff;
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.doc-patient-title-div {
  height: 60px;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.doc-patient-45-div {
  background-color: var(--color-3);
  justify-content: space-between;
  width: 48%;
  padding: 0;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--color-3);
  width: 100%;
  height: 1px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.doc-patient-img-div {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
  position: relative;
}

.doc-patient-text-div {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 63%;
  padding: 30px 30px 15px 0;
  display: flex;
  position: relative;
}

.fancy-btn {
  background-color: var(--color-3);
  background-image: linear-gradient(180deg, var(--color-3), var(--color-4));
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 18px 30px 15px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.fancy-btn:hover {
  background-image: none;
  transform: translate(0, -10px);
}

.fancy-btn.outline {
  border: 1px solid var(--color);
  margin-right: 10px;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 9px #0000001a;
}

.image-2 {
  height: 65px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.nav-menu {
  align-items: center;
  height: 85px;
  padding-right: 5px;
  display: flex;
}

.nav-link-jm {
  color: var(--color-3);
  align-items: center;
  margin-right: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-link-jm:hover {
  opacity: .5;
  color: var(--color-3);
}

.nav-link-jm.call {
  background-color: var(--color-3);
  color: var(--color);
  padding: 10px;
}

.nav-link-jm.call:hover {
  background-color: var(--color-4);
  opacity: 1;
}

.nav-img {
  width: 25px;
}

.nav-text {
  margin-left: 10px;
}

.evo-hero-wrapper-jm {
  flex-flow: column;
  align-items: flex-start;
  width: 58%;
  max-width: none;
  margin-left: -2%;
  padding-top: 4%;
  padding-left: 4%;
  display: flex;
  position: relative;
}

.evo-icon {
  opacity: .14;
  min-width: 400px;
  max-width: 65%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-10 {
  z-index: 2;
  min-width: 300px;
  max-width: 350px;
  margin-bottom: 5px;
  position: relative;
}

.evo-hero {
  background-image: url('../images/city-girl.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 100vh;
  padding: 5% 5% 8%;
  display: flex;
}

.hero-text-evo {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.3;
}

.h3-lg-white {
  z-index: 2;
  color: var(--color);
  margin-bottom: 10px;
  font-size: 3.4em;
  font-weight: 400;
  position: relative;
}

.btn-holder {
  align-items: center;
  display: flex;
}

.evo-icl-intro-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.evo-intro-wrapper {
  justify-content: space-between;
  width: 90%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.evo-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: none;
  display: flex;
}

.evo-video-div {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 350px;
  display: flex;
  overflow: hidden;
}

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

.joe-jonas-parallax {
  background-image: url('../images/Joe-Jonas-Leaning-on-Piano.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 95vh;
  padding: 100px;
}

.joe-jonas-div {
  max-width: 45%;
}

.joe-mobile {
  display: none;
}

.joe-jonas-text {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
}

.joe-jonas-text.name {
  font-style: normal;
}

.joe-video-holder {
  width: 65%;
  min-height: 0;
  margin-bottom: 20px;
}

.investment-section {
  background-image: radial-gradient(circle farthest-corner at 25% 50%, var(--color-3), var(--color-5));
  padding-top: 5%;
  padding-bottom: 5%;
}

.investment-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-div {
  border-right: 1px solid var(--color);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.financing-content-di {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 62%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.list-holder {
  background-color: var(--color-5);
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 15px 5px;
}

._5050s {
  padding-top: 5%;
  padding-bottom: 5%;
}

._5050-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._5050-wrap.btm-marg {
  margin-bottom: 5%;
}

.photo-div {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
  overflow: hidden;
}

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

._48-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

._48-text.less {
  padding-bottom: 5px;
}

.code-embed-2 {
  width: 100%;
  margin-bottom: 0;
}

.what-happens {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), var(--color-5));
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-happens-wrap {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.evo-steps-holder {
  justify-content: space-between;
  width: 65%;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.evo-steps-holder._1 {
  width: 100%;
}

.evo-step-div {
  color: var(--color);
  background-color: #00000024;
  flex-direction: column;
  align-items: center;
  width: 32%;
  max-width: none;
  padding-bottom: 10px;
  display: flex;
}

.evo-step-div._1 {
  background-color: #0000;
  width: 19%;
}

.evo-step-icon {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.evo-step-icon._1 {
  width: 150px;
  height: 150px;
}

.step-img {
  filter: grayscale() brightness(500%);
}

.toss-the-glasses {
  background-image: url('../images/throwing-away-glasses.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 65vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  display: flex;
}

.toss-glasses-div {
  background-color: var(--color-5);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 50px;
  display: flex;
}

.experience {
  padding-top: 5%;
  padding-bottom: 10%;
}

.experience-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.experience-photo-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

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

.experience-text {
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  padding-top: 5%;
  display: flex;
  position: relative;
}

.experience-text.rle {
  padding-top: 0%;
}

.experience-inner-div {
  background-color: #4c40771a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 10%;
  margin-bottom: -10%;
  padding: 40px;
  display: flex;
}

.badge-holder {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding: 12px 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-13 {
  height: 100%;
  margin-right: 20px;
}

.image-13._2 {
  height: 60%;
}

.schedule-evo {
  background-color: var(--color-4);
  padding-top: 5%;
  padding-bottom: 5%;
}

.sched-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-div {
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--color-3);
  background-color: #fff0;
  margin-bottom: 20px;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.rle-div {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rle-hero {
  background-image: linear-gradient(266deg, #0000 2% 29%, #000000d6), url('../images/city-man.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 100vh;
  padding: 5% 5% 8%;
  display: flex;
}

.review-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.review-holder.no-marg {
  margin-top: 0;
  margin-bottom: 50px;
}

._100-img-div {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.review-div {
  background-color: var(--color-3);
  border-bottom: 5px #fff000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 15px 0 0;
  line-height: 1.5em;
  display: flex;
}

.rle-1 {
  background-color: var(--color-4);
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0% 0;
  padding: 80px 5%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rle-1:hover {
  background-color: var(--color-4);
  color: #fff;
  font-weight: 400;
}

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

.special-list-div {
  background-color: #4c40771a;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}

.special-list {
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.5em;
  display: flex;
}

.check {
  width: 30px;
  margin-right: 15px;
}

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

.without-glasses-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
}

.number-div {
  background-color: var(--color);
  color: #33125a;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 2em;
  font-weight: 600;
  display: flex;
}

.consult-button-jm {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0% 0;
  padding: 80px 5%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.consult-button-jm:hover {
  color: #fff;
  background-color: #fff;
  font-weight: 400;
}

.consult-button-jm._2 {
  background-color: #39343f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), var(--color-5));
}

.without-glasses-div {
  background-color: #33125a;
  border-bottom: 5px solid #fff000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 0 15px;
  line-height: 1.5em;
  display: flex;
}

.without-glasses-div.btm {
  border-bottom-color: var(--color-3);
  background-color: var(--color-4);
}

.lg {
  font-size: 1.5em;
}

.h4-less {
  margin-bottom: 10px;
}

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

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

  h4 {
    font-size: 1.2em;
  }

  .splash-section {
    height: auto;
  }

  .splash-content {
    padding-bottom: 3%;
  }

  .main-tag {
    text-align: center;
    font-size: 4em;
  }

  .tag-sub {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .ages-div {
    flex-flow: column;
    margin-top: 20px;
  }

  .doc-patient-45-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .fancy-btn.outline {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .nav-text {
    display: none;
  }

  .evo-hero-wrapper-jm {
    width: 60%;
    padding-left: 0%;
  }

  .image-10 {
    min-width: 200px;
    max-width: 250px;
  }

  .evo-hero {
    background-position: 50% 0;
    height: 800px;
  }

  .btn-holder {
    flex-flow: column;
    align-items: flex-start;
  }

  .btn-holder.stretch {
    align-items: stretch;
  }

  .evo-icl-intro-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-intro-wrapper {
    flex-direction: column;
  }

  .evo-text-div {
    width: 100%;
    padding-bottom: 30px;
  }

  .evo-video-div {
    width: 100%;
    min-height: 0;
  }

  .joe-jonas-parallax {
    background-position: 40% 0;
    background-attachment: scroll;
    padding-top: 20px;
    padding-left: 20px;
  }

  .joe-jonas-div {
    flex-direction: column;
    align-items: flex-start;
    max-width: 60%;
    display: flex;
  }

  .joe-video-holder {
    width: 100%;
  }

  .investment-div {
    flex-flow: column;
  }

  .title-div {
    border-bottom: 1px solid var(--color);
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .financing-content-di {
    width: 100%;
  }

  ._5050-wrap {
    flex-flow: column;
  }

  .photo-div {
    width: 100%;
  }

  .photo-div.top-marg {
    margin-top: 25px;
  }

  ._48-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._48-text.less {
    width: 100%;
  }

  ._48-text.top-pad {
    padding-top: 25px;
  }

  .evo-steps-holder {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .evo-steps-holder._1 {
    flex-flow: wrap;
    justify-content: space-around;
  }

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

  .evo-step-div._1 {
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .toss-the-glasses {
    background-position: 50% 100%;
    background-attachment: scroll;
  }

  .toss-glasses-div {
    padding: 25px;
  }

  .experience {
    padding-bottom: 5%;
  }

  .experience-wrap {
    flex-flow: column;
  }

  .experience-photo-div {
    width: 100%;
  }

  .experience-photo-div.max {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    display: flex;
  }

  .experience-text {
    width: 100%;
    padding-top: 1%;
  }

  .experience-inner-div {
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 25px;
  }

  .badge-holder {
    flex-flow: row;
    height: auto;
    position: static;
  }

  .image-13 {
    max-width: none;
    height: 100px;
  }

  .image-13._2 {
    height: 65px;
  }

  .rle-hero {
    background-position: 50% 0;
    height: 800px;
  }

  .rle-1 {
    padding: 38px 5%;
    font-size: 1em;
  }

  .without-glasses-holder {
    flex-flow: column;
    margin-bottom: 0;
  }

  .consult-button-jm {
    padding: 38px 5%;
    font-size: 1.6em;
  }

  .consult-button-jm._2 {
    font-size: 1em;
  }

  .without-glasses-div {
    width: 100%;
    margin-bottom: 60px;
  }

  .without-glasses-div.btm {
    margin-bottom: 50px;
  }
}

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

  .image {
    max-width: 250px;
    margin-bottom: 15px;
  }

  .offer-text-div.evo {
    margin-bottom: 5px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .main-tag {
    font-size: 3em;
  }

  .tag-sub {
    font-size: 1.2em;
  }

  .fancy-btn {
    letter-spacing: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-2 {
    height: 50px;
  }

  .nav-menu {
    height: 70px;
    padding-right: 0;
  }

  .evo-hero-wrapper-jm {
    width: 70%;
  }

  .image-10 {
    min-width: 200px;
    max-width: 200px;
    display: block;
  }

  .evo-hero {
    height: 500px;
    padding-bottom: 3%;
  }

  .hero-text-evo {
    margin-bottom: 15px;
    font-size: 1em;
  }

  .h3-lg-white {
    font-size: 2.5em;
  }

  .evo-icl-intro-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-video-div {
    min-height: 0;
  }

  .joe-jonas-parallax {
    background-position: 0%;
    align-items: center;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .joe-jonas-div {
    background-color: #ffffffc4;
    max-width: 65%;
    padding: 10px;
  }

  .joe-jonas-text {
    font-size: 1em;
    line-height: 1.2em;
  }

  .joe-video-holder {
    margin-bottom: 10px;
  }

  .title-div {
    padding-top: 0;
  }

  .list-holder {
    padding-left: 0;
  }

  .evo-step-div._1 {
    width: 45%;
  }

  .toss-glasses-div {
    width: 55%;
  }

  .experience-photo-div.max {
    max-height: 400px;
  }

  .experience-inner-div {
    padding: 20px;
  }

  .badge-holder {
    padding-left: 20px;
    padding-right: 0;
  }

  .image-13 {
    height: 75px;
  }

  .image-13._2 {
    height: 55px;
  }

  .sched-grid {
    flex-flow: column;
    display: flex;
  }

  .rle-div {
    width: 65%;
  }

  .rle-hero {
    height: 500px;
    padding-bottom: 5%;
  }

  .review-holder.no-marg {
    flex-flow: column;
  }

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

  .rle-1 {
    font-size: 1.1em;
  }

  .number-div {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 1.5em;
  }

  .consult-button-jm {
    font-size: 1.1em;
  }

  .without-glasses-div.btm.no-marg {
    margin-bottom: 20px;
  }
}

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

  h5 {
    font-size: 1em;
  }

  .offer-text-div.evo {
    font-size: 1.2em;
  }

  .tag-sub {
    font-size: 1em;
  }

  .ages-div {
    justify-content: flex-start;
    min-height: 0;
  }

  .bg-white-div {
    width: 100%;
    height: 85%;
    inset: 0% 0% auto;
  }

  .patient-doc-img {
    max-width: none;
    max-height: 230px;
  }

  .patient-doc-img._1 {
    max-height: 250px;
  }

  .doc-patient-45-div {
    min-height: 500px;
  }

  .doc-patient-img-div {
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .doc-patient-text-div {
    width: 100%;
    padding: 0 10px 10px;
    position: static;
  }

  .fancy-btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .fancy-btn.outline {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: .9em;
  }

  .image-2 {
    height: 40px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    height: 60px;
  }

  .nav-link-jm {
    margin-right: 10px;
  }

  .nav-link-jm.call {
    padding: 5px;
  }

  .nav-img {
    width: 20px;
  }

  .evo-hero-wrapper-jm {
    background-color: var(--color-5);
    width: 100%;
    margin-left: 0%;
    padding: 2% 2% 2% 5%;
  }

  .evo-icon {
    display: block;
  }

  .image-10 {
    min-width: 0;
    max-width: 150px;
    display: block;
  }

  .evo-hero {
    background-position: 80% 0;
    background-size: contain;
    height: 550px;
    margin-top: 50px;
    padding: 0%;
    overflow: hidden;
  }

  .h3-lg-white {
    font-size: 2em;
  }

  .evo-icl-intro-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-video-div {
    min-height: 0;
  }

  .joe-jonas-parallax {
    padding: 0;
  }

  .joe-jonas-div {
    background-color: #fff;
    max-width: none;
    padding: 50px 20px;
  }

  .joe-mobile {
    margin-bottom: 20px;
    display: block;
  }

  .title-div {
    font-size: 2em;
  }

  .what-happens {
    padding-bottom: 0%;
  }

  .evo-steps-holder {
    width: 90%;
    margin-top: 0;
  }

  .evo-step-div._1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .toss-the-glasses {
    background-position: 50% 0;
    background-size: contain;
    justify-content: flex-end;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .toss-glasses-div {
    width: 100%;
    padding: 15px;
  }

  .experience-photo-div.max {
    max-height: 250px;
  }

  .image-13._2 {
    max-width: 49%;
    height: auto;
  }

  .rle-div {
    background-color: var(--color-5);
    width: 100%;
    padding: 15px;
  }

  .rle-hero {
    background-image: url('../images/city-man.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    margin-top: 50px;
    padding: 0%;
  }

  .review-holder.no-marg {
    margin-bottom: 0;
  }

  .rle-1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .consult-button-jm {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}


