:root {
  --white: white;
  --white-smoke: #f3f1ec;
  --gainsboro: #e6e6eb;
  --red: #ff0606;
  --red-2: #e90000;
  --black: black;
  --black-2: #2b2b2b;
}

.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: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.hero-section {
  background-color: var(--white);
  background-image: url('../images/model.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 5%;
  display: flex;
}

.image {
  border: 1px none var(--gainsboro);
  width: auto;
  height: 75px;
}

.navbar {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 11px #0000001a;
}

.nav-menu {
  align-items: center;
  height: 75px;
  margin-top: 0;
  padding-right: 20px;
  display: flex;
}

.hero-text-wrap {
  width: 45%;
  min-width: 0%;
  max-width: none;
  min-height: 0;
  position: static;
  inset: auto auto -7% 5%;
}

.hero-buttons {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.button {
  background-color: var(--red);
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
}

.button.red {
  background-color: var(--red-2);
  margin-right: 10px;
}

.button.red:hover {
  background-color: var(--black);
}

.button.red.hover-white:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.black {
  background-color: var(--black);
  margin-top: 0;
}

.button.black:hover {
  background-color: var(--red);
  color: var(--white);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
}

.button.white:hover {
  background-color: var(--red);
  color: var(--white);
}

.footer {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  justify-content: center;
  align-items: center;
  padding: 5% 0;
  display: flex;
}

.right-side {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  min-height: 0;
  padding: 0;
  display: flex;
}

.form {
  max-width: none;
}

.text-field {
  background-color: #ffffff1a;
}

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

.text-field.comment {
  height: auto;
}

.left-side {
  color: var(--white);
  width: 60%;
  min-height: 0;
  padding-right: 0;
}

.field-label {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.logo_footer {
  width: auto;
  margin-bottom: 20px;
}

.image-10 {
  width: 250px;
}

.nav-link-jm {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

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

.nav-link-jm.phone {
  background-color: var(--black);
  color: var(--white);
}

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

.nav-icon {
  width: 25px;
}

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

.hero-lg-line {
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1.2em;
}

.hero-line-2 {
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

.laser-hair {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

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

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

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

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

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

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

.triton-section {
  background-color: var(--black);
  min-height: 75vh;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.background-video {
  z-index: 1;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.triton-text-div {
  z-index: 5;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-top {
  z-index: 2;
  background-image: linear-gradient(87deg, #0000, #000c 57%, #000);
  position: absolute;
  inset: 0%;
}

.doc-section {
  background-image: url('../images/doctor-headshot.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 98%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 55vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.wrap-50 {
  width: 50%;
}

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

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

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

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

.recaptcha {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: url('../images/model.jpg');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 700px;
    min-height: 0;
    margin-top: 75px;
    padding-top: 8%;
    display: flex;
  }

  .image {
    width: 175px;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .hero-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 600px;
    max-width: 700px;
    min-height: 0;
    display: flex;
    bottom: 35%;
    left: 4%;
  }

  .hero-buttons {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .button.black {
    margin-top: 0;
  }

  .footer {
    padding: 5% 0;
  }

  .right-side {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding: 30px 0 0;
    display: flex;
  }

  .form {
    width: auto;
    max-width: none;
  }

  .left-side {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    padding: 0;
    display: flex;
  }

  .menu-button {
    background-color: var(--white);
  }

  .nav-link-jm, .nav-link-jm.phone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-text {
    display: none;
  }

  .hero-lg-line {
    font-size: 3em;
  }

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

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

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

  .triton-section {
    min-height: 65vh;
  }

  .background-video {
    width: 100%;
  }

  .triton-text-div {
    background-color: #0000008c;
    width: 100%;
    padding-left: 5%;
    inset: 0%;
  }

  .doc-section {
    background-size: auto 425px;
    padding-bottom: 300px;
  }

  .wrap-50 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: url('../images/model.jpg');
    background-position: 35% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    min-height: 0;
    padding-top: 6%;
  }

  .image, .nav-menu {
    height: 65px;
  }

  .hero-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    min-width: 0;
    max-width: none;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .hero-buttons {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .button.red {
    text-align: center;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .9em;
  }

  .button.black {
    text-align: center;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .9em;
  }

  .footer {
    padding: 5% 0;
  }

  .logo_footer {
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-10 {
    width: 150px;
  }

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

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

  .text-div._48 {
    padding-top: 0;
  }

  .doc-section {
    background-position: 100% 100%;
    background-size: auto 350px;
  }
}

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

  ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .hero-section {
    background-image: linear-gradient(180deg, white 1%, var(--white) 49%, #ffffffb5 60%, #fff0 71%, #fff0 101%), url('../images/model.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 150%;
    height: 500px;
    margin-top: 50px;
    padding-top: 10%;
  }

  .image {
    width: auto;
    height: 50px;
  }

  .nav-menu {
    height: 50px;
  }

  .hero-text-wrap {
    width: auto;
  }

  .button.red {
    padding: 10px 15px;
  }

  .button.black {
    margin-top: 0;
    padding: 10px 15px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-side {
    padding-left: 0;
    padding-right: 0;
  }

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

  .triton-text-div {
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
  }

  .doc-section {
    background-size: auto 300px;
  }

  .brand {
    padding-left: 0;
  }
}


