:root {
  --color-3: #081932;
  --color: white;
  --color-4: #1b2f5a;
  --color-5: #f37123;
  --color-7: #4292cf;
  --color-2: #333;
  --color-6: #dce3f0;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.navbar {
  border-bottom: 1px solid var(--color-3);
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 65px;
}

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

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

.nav-link-jm {
  color: var(--color-4);
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.nav-icon {
  width: 25px;
}

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

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 115px 5% 5% 5%;
  padding-top: 115px;
  padding-bottom: 5%;
  display: flex;
  background-image: linear-gradient(90deg, rgba(255,255,255, 0.9) 10%, rgba(255,255,255, 0.2)), url('../images/hero-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-top-text {
  color: var(--color-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.hero-top-line {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Cinzel, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

.or {
  color: var(--color-5);
}

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

.button {
  background-color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-5);
  transform: scale(.9);
}

.hero-btns .button {
  background-color: var(--color-5);
  color: var(--color-4);
  font-weight: 700;
}

.hero-btns .button:hover {
  background-color: var(--color-4);
  color: #fff;
}

.button.l-marg {
  margin-left: 10px;
}

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

.button.body.rev {
  background-color: var(--color-5);
}

.button.body.rev:hover {
  background-color: var(--color-7);
}

.hero-img-div {
  
  width: 90%;
  height: 60vh;
  margin-top: 20px;
}

.self-test-section {
  padding-top: 0%;
  padding-bottom: 5%;
}

.st-wrap {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), var(--color-3));
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.st-text-div {
  color: var(--color);
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.orange-line {
  background-color: var(--color-5);
  width: 80%;
  height: 1px;
  margin-bottom: 25px;
}

.lg-txt {
  font-size: 1.5em;
  line-height: 1.5em;
}

.st-img-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.image-2 {
  width: 100%;
}

.what-section {
  padding-bottom: 5%;
}

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

.fancy-photo-div-48 {
  width: 48%;
  padding: 25px;
  display: flex;
  position: relative;
}

.img-cover-div {
  object-fit: cover;
  overflow: hidden;
}

.img-cover-div._100 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.img-cover-div._100.btm-mar {
  margin-bottom: 20px;
}

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

.or-outline-square {
  border: 1px dashed var(--color-5);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.or-outline-square.full {
  border-left-style: none;
  width: 105%;
  height: 110%;
  inset: -5% -5% -5% auto;
}

.or-outline-square.l {
  inset: 0% auto auto 0%;
}

.or-solid-sq {
  background-color: var(--color-5);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.or-solid-sq.r {
  inset: auto 0% 0% auto;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.txt-div._48 {
  width: 48%;
}

.list-div-flex {
  background-color: #1b2f5a0d;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-more-mar {
  padding-left: 80px;
}

.body-btns {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.surgery-section {
  background-image: url('../images/rxsighrt.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 65vh;
  padding: 5% 5% 5% 0%;
  display: flex;
  overflow: hidden;
}

.txt-div-blue {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #081932d6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
  position: relative;
}

.iol-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.wrap.top-marg {
  margin-top: 30px;
}

.wrap.top-marg.flex {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.wrap.top-marg.test {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

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

.iol-div {
  border: 1px dashed var(--color-5);
  background-color: var(--color-4);
  background-image: linear-gradient(180deg, var(--color-4), var(--color-3));
  color: var(--color);
  text-align: center;
  flex-flow: column;
  width: 32%;
  padding: 25px;
  display: flex;
}

.text-holder {
  z-index: 10;
  position: relative;
}

.rle-section {
  background-image: url('../images/couple.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 65vh;
  padding: 5% 5% 5% 0%;
  display: flex;
  overflow: hidden;
}

.doc-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.h3-blue {
  color: var(--color-4);
}

.cost-wrap {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), var(--color-3));
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.cost-txt {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cost-section {
  padding-top: 0%;
  padding-bottom: 0%;
}

.testimonials {
  background-color: #0819320d;
  padding-top: 5%;
  padding-bottom: 5%;
}

.test-div {
  border: 1px dashed var(--color-5);
  background-color: var(--color-4);
  background-image: linear-gradient(180deg, var(--color-4), var(--color-3));
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 25px;
  display: flex;
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.text-field-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000005e;
  border: 0 solid #000;
  border-radius: 5px;
}

.text-field-2:focus, .text-field-2::placeholder {
  color: #fff;
}

.footer {
  background-image: linear-gradient(#081932b3, #081932b3), url('../images/morristown-nj.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  margin-top: 0;
  padding-top: 8%;
  padding-bottom: 8%;
}

.form-holder {
  color: #fff;
  width: 60%;
}

.radio-button {
  margin-right: 10px;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.recaptcha {
  margin-bottom: 20px;
}

.info-35 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-text {
    display: none;
  }

  .hero-top-line {
    font-size: 2.5em;
  }

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

  .st-text-div, .st-img-div {
    width: 100%;
  }

  .what-wrapper {
    flex-flow: column;
  }

  .fancy-photo-div-48 {
    width: 100%;
  }

  .fancy-photo-div-48.add-marg {
    margin-top: 5%;
  }

  .or-outline-square.full {
    display: none;
  }

  .txt-div._48 {
    width: 100%;
  }

  .surgery-section {
    min-height: 0;
    padding: 0%;
  }

  .txt-div-blue {
    width: 100%;
  }

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

  .wrap.top-marg.test {
    flex-flow: wrap;
    justify-content: center;
  }

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

  .iol-div {
    align-items: center;
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .rle-section {
    min-height: 0;
    padding: 0%;
  }

  .test-div {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .footer {
    background-image: linear-gradient(to bottom, null, null), url('../images/morristown-nj.jpg');
    background-attachment: scroll, scroll;
  }

  .form-holder, .info-35 {
    width: 100%;
  }
}

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

  .image {
    height: 55px;
  }

  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .nav-menu {
    height: 65px;
  }

  .hero {
    height: auto;
    background-image: linear-gradient(90deg, rgba(255,255,255, 0.8) 10%, rgba(255,255,255, 0.8)), url('../images/hero-img.jpg');
  }

  .hero-top-text {
    max-width: 100%;
  }

  .hero-top-line {
    font-size: 2em;
  }

  .button {
    letter-spacing: 0;
    padding: 12px 20px;
  }

  .hero-img-div {
    height: 30vh;
    margin-top: 0;
  }

  .st-wrap {
    padding: 15px;
  }

  .txt-div-blue {
    padding: 25px;
  }

  .iol-div, .cost-wrap {
    padding: 10px;
  }

  .test-div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 45px;
  }

  .nav-menu {
    height: 55px;
  }

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

  .hero {
    padding-top: 75px;
  }

  .hero-top-text {
    height: auto;
  }

  .hero-top-line {
    margin-bottom: 15px;
    font-size: 1.6em;
  }

  .hero-btns {
    flex-flow: column;
    align-items: stretch;
  }

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

  .button.l-marg {
    margin-left: 0;
  }

  .fancy-photo-div-48 {
    padding: 10px;
  }

  .txt-div._48 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .list-more-mar {
    padding-left: 40px;
  }

  .txt-div-blue {
    padding: 15px;
  }

  .wrap.top-marg.flex.iol {
    margin-bottom: 0;
  }

  .iol-div {
    width: 100%;
    margin-bottom: 5%;
  }

  .cost-txt {
    width: 100%;
  }

  .test-div {
    margin-bottom: 5%;
    padding: 15px;
  }
}


