:root {
  --white: white;
  --black: #333;
  --black-2: black;
  --sea-green: #008966;
  --medium-aquamarine: #67b299;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.evo-hero-section-jm {
  background-image: linear-gradient(87deg, #fffffff0, #ffffffb5 39%, #fff0 68% 101%), url('../images/couple.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  padding: 100px 100px 100px 5%;
  display: flex;
}

.body {
  color: var(--black);
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.evo-hero-wrap-jm {
  color: var(--black-2);
  max-width: 50%;
}

.h2-hero-evo-jm {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

.button-evo-jm {
  background-color: var(--sea-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button-evo-jm:hover {
  background-color: var(--medium-aquamarine);
}

.button-evo-jm.white {
  background-color: var(--white);
  color: var(--sea-green);
}

.button-evo-jm.white:hover {
  background-color: var(--sea-green);
  color: var(--white);
}

.button-evo-jm._30 {
  width: 30%;
}

.evo-what-is-section-jm {
  padding: 5% 0;
}

.paragraph-jm {
  text-align: left;
  margin-bottom: 20px;
}

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

.evo-parallax-section {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/palms.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 100px;
  display: flex;
}

.evo-parallax-wrapper-div-jm {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
}

.img-dover-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

.img-dover-div._48 {
  width: 48%;
}

.img-dover-div._100 {
  width: 100%;
  margin-bottom: 15px;
}

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

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  display: flex;
}

.txt-div.pro {
  background-color: var(--sea-green);
  color: var(--white);
  width: 50%;
  padding: 65px 65px 45px;
}

.txt-div.less {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.wrap._100 {
  width: 100%;
}

.wrap._100.top-marg {
  flex-flow: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.wrap.stack.center {
  color: #fff;
  text-align: center;
  text-align: center;
  align-items: center;
}

.wrap.center-al {
  align-items: center;
}

.h3-min {
  min-height: 50px;
  margin-bottom: 10px;
}

.section {
  padding: 5% 0;
}

.section.no-btm {
  padding-bottom: 0%;
}

.slide-nav {
  display: none;
}

.procedure-slider {
  background-color: #ddd0;
  min-height: 90vh;
  margin: 30px 10px 10px;
}

.procedure-slide {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.procedure-wrap {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arrow {
  margin-right: -10px;
}

.left-arrow {
  margin-left: -10px;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_faq2 {
  width: 100%;
  margin-top: 30px;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid #0000;
  margin-bottom: 30px;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  color: var(--black-2);
  cursor: pointer;
  background-color: #67b29966;
  border-top: 1px #0000;
  border-bottom: 2px #004674;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.faq2_icon {
  color: #00222e;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.symptoms {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.symptom-txt {
  background-color: #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 40px;
  display: flex;
}

.tabs {
  justify-content: center;
  width: 60%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.tab-links {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 16.68%;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.tab-links:hover {
  background-color: #a5a5a5;
}

.tab-links.w--current {
  background-color: var(--sea-green);
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tabs-content {
  width: 70%;
  height: auto;
margin-left: -20px;
}

.tab-pane {
  float: right;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.tech-div-2 {
  color: #fff;
  background-color: #00000040;
  width: 32%;
  margin-bottom: 1.5%;
  margin-left: .65%;
  margin-right: .65%;
  padding: 15px;
}

.button-evo-jm-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #008966;
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button-evo-jm-2:hover {
  background-color: #67b299;
}

.button-evo-jm-2.white {
  color: #008966;
  background-color: #fff;
}

.button-evo-jm-2.white:hover {
  color: #fff;
  background-color: #008966;
}

.lens-section {
  background-image: radial-gradient(circle, #67b299, #008966);
  padding: 5% 0;
}

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

.list-49 {
  width: 49%;
}

@media screen and (max-width: 991px) {
  .evo-hero-section-jm {
    background-position: 0 0, 80%;
    align-items: flex-end;
    height: 800px;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 50px;
  }

  .evo-hero-wrap-jm {
    max-width: 45%;
  }

  .button-evo-jm._30 {
    width: auto;
  }

  .evo-what-is-section-jm {
    padding: 5% 0;
  }

  .evo-parallax-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/palms.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block {
    font-size: 1.5em;
  }

  .img-dover-div {
    width: 100%;
    min-height: 400px;
  }

  .img-dover-div._48 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 0;
    max-height: 400px;
    display: flex;
  }

  .img-dover-div._100 {
    min-height: 0;
  }

  .img-dover-div._50.hide {
    display: none;
  }

  .txt-div {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .txt-div.pro {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .wrap {
    flex-direction: column;
  }

  .wrap.center-al {
    text-align: center;
    justify-content: center;
  }

  .h3-min {
    min-height: 0;
    font-size: 1.2em;
  }

  .section, .section.no-btm {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav {
    padding-left: 20px;
    display: flex;
  }

  .procedure-slider {
    min-height: 625px;
  }

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

  .right-arrow, .left-arrow {
    display: none;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .symptoms {
    flex-flow: column;
  }

  .symptom-txt {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 600px;
    margin-top: 0;
  }

  .tabs-menu {
    text-align: center;
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .tab-pane {
    height: auto;
  }

  .tech-div-2 {
    width: 48%;
  }

  .lens-section {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .evo-hero-section-jm {
    color: var(--white);
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/couple.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 135%;
    height: 450px;
    margin-top: 50px;
    padding: 0;
  }

  .evo-hero-wrap-jm {
    color: var(--white);
    max-width: none;
    padding: 10px;
  }

  .h2-hero-evo-jm {
    color: var(--white);
    font-size: 2em;
  }

  .button-evo-jm {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .evo-what-is-section-jm {
    padding: 5% 0;
  }

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

  .evo-parallax-wrapper-div-jm {
    font-size: 1em;
    line-height: 1em;
  }

  .img-dover-div {
    min-height: 300px;
  }

  .img-dover-div._48 {
    max-height: 300px;
  }

  .section {
    padding: 5% 0;
  }

  .procedure-slider {
    min-height: 725px;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_faq2 {
    margin-top: 0;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu, .tabs-content {
    width: 100%;
  }

  .tech-div-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-evo-jm-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lens-section {
    margin-left: 0;
    padding: 50px 0 20px;
  }
}

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

  ul {
    padding-left: 20px;
    line-height: 1.3em;
  }

  li {
    margin-bottom: 5px;
  }

  .evo-hero-section-jm {
    background-image: linear-gradient(#000000b5, #000000b5), url('../images/couple.jpg');
    background-position: 0 0, 90% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 120%;
    align-items: flex-end;
    height: 550px;
  }

  .evo-hero-wrap-jm {
    max-width: none;
    line-height: 1.5em;
  }

  .h2-hero-evo-jm {
    margin-bottom: 10px;
  }

  .button-evo-jm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .evo-what-is-section-jm {
    padding-top: 5%;
  }

  .evo-parallax-wrapper-div-jm {
    margin-bottom: 20px;
    font-size: .75em;
  }

  .img-dover-div {
    min-height: 200px;
  }

  .txt-div.pro {
    padding: 10px;
    line-height: 1.5em;
  }

  .procedure-slider {
    min-height: 950px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
  }

  .symptom-txt {
    padding: 20px;
  }

  .tabs {
    height: auto;
    margin-top: 0;
  }

  .tech-div-2 {
    padding: 10px;
  }

  .list-holder {
    flex-flow: column;
  }

  .list-49 {
    width: 100%;
  }
}


