:root {
  --color: white;
  --color-6: #009ac8;
  --color-2: #333;
  --color-3: #6b94aa;
  --light-blue: #6b94aa26;
  --color-4: #f2e9e1;
  --color-5: #7196a8;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

h1 {
  color: var(--color);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.1em;
}

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

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

p {
  margin-bottom: 15px;
}

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

.navbar {
  z-index: 5000;
  background-color: var(--color);
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px 4px #0000001a;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  padding: 5px 2%;
  display: flex;
}

.nav-link {
  font-weight: 500;
  line-height: 1em;
}

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

.nav-link.phone {
  background-color: var(--color-6);
  color: var(--color);
  font-weight: 700;
}

.nav-link.phone:hover {
  background-color: var(--color-2);
}

.brand {
  width: 18%;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section {
  background-image: linear-gradient(0deg, #000000bf 22%, #fff0 60%), url('../images/Dr.-Yoon-with-Laser.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 98vh;
  padding-top: 10%;
  padding-bottom: 2%;
  padding-left: 0%;
  display: flex;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 1650px;
  min-height: auto;
  display: flex;
}

.hero-subh {
  color: var(--color-6);
  text-align: center;
  letter-spacing: 1px;
  background-color: #009ac800;
  margin-bottom: 5px;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.button-container {
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 25px;
  display: flex;
}

.button-container.centered {
  justify-content: center;
  align-items: center;
}

.button {
  border: 1px solid var(--color-6);
  background-color: var(--color-6);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 20px 25px;
  font-weight: 600;
  line-height: 1em;
}

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

.button.reverse {
  border-width: 2px;
  border-color: var(--color-6);
  background-color: var(--color-6);
  color: #fff;
}

.button.reverse:hover {
  color: var(--color-2);
  background-color: #6b94aa00;
}

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

.test-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1690px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-centered, .h2-centered {
  text-align: center;
}

.test-image {
  max-width: 1000px;
  margin-top: 25px;
}

.candidate-section {
  background-image: linear-gradient(249deg, #0000 50%, #fff), url('../images/young-woman-standing-and-smiling.jpg');
  background-position: 0 0, 0 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 4%;
}

.what-section {
  background-color: var(--color-6);
  background-image: linear-gradient(#6b94aa96, #7196a800);
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  max-height: none;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
  position: static;
  overflow: hidden;
}

.candidate-wrapper {
  width: 45%;
  min-height: 20px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 15px;
  font-weight: 600;
}

.what-content {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 4%;
  display: flex;
  position: static;
  inset: 8% 4% 8% auto;
}

.what-image {
  width: 45%;
  max-height: none;
  overflow: hidden;
}

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

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

.doc-section {
  background-color: var(--light-blue);
  padding-top: 4%;
  padding-bottom: 4%;
}

.doc-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1500px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-div {
  border: 2px solid var(--color-3);
  background-color: var(--color);
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  padding: 10px;
  display: flex;
  box-shadow: 4px 3px 5px 3px #0000000d;
}

.doc-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 3%;
  display: flex;
}

.doc-image {
  width: 35%;
  min-height: auto;
}

.why-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 80%;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-section {
  background-color: var(--color-2);
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/building.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.h2-white-centered, .white-centered-text {
  color: var(--color);
  text-align: center;
}

.testimonial-section {
  background-color: var(--color-6);
  background-image: linear-gradient(248deg, #254c61, #fff0);
  padding-top: 2%;
  padding-bottom: 2%;
}

.testimonial-wrapper {
  justify-content: space-between;
  width: 85%;
  max-width: 1600px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.testimonial-holder {
  width: 70%;
}

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

.stars {
  width: 175px;
  margin-bottom: 10%;
}

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

.slider {
  background-color: #ddd0;
}

.slide-nav {
  inset: auto auto 0% 2%;
}

.testimonial-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  display: flex;
}

.testimonial {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8em;
}

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

.contact-section {
  padding-top: 4%;
  padding-bottom: 4%;
}

.footer-wrapper {
  justify-content: space-around;
  width: 85%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  border: 2px solid var(--color-3);
  width: 60%;
  padding: 25px;
}

.submit-button {
  background-color: var(--color-6);
  margin-top: 10px;
  padding: 10px 25px;
}

.submit-button:hover {
  background-color: var(--color-2);
}

.location-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.bold-text {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.icon {
  width: 65px;
  margin-bottom: 25px;
}

.footer-section {
  background-color: var(--color-6);
  padding-top: 1%;
  padding-bottom: 1%;
}

.footer-text {
  color: var(--color);
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.footer-link {
  color: var(--color);
}

.footer-link:hover {
  font-weight: 500;
  text-decoration: none;
}

.video-cover {
  height: 100%;
}

.pricing-section {
  background-color: var(--light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.logo-image {
  max-height: 90px;
}

.pricing-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1450px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-content {
  background-color: var(--color-2);
  width: 50%;
  padding: 40px;
}

.cost-list-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  display: flex;
}

.list-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3%;
  margin-right: 0%;
  display: flex;
}

.list-div.total {
  border-top: 2px solid var(--color-6);
  padding-top: 3%;
}

.icon-circle {
  background-color: var(--color-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 3%;
  display: flex;
}

.list-icon {
  width: 35px;
  height: 35px;
}

.bold-list {
  color: var(--color-6);
  font-size: 22px;
  font-weight: 700;
}

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

.pricing-bottom {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 10px;
    font-size: 3.5em;
    line-height: 1em;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 1.9em;
    line-height: 1em;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.1em;
  }

  .nav-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    width: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-section {
    background-image: linear-gradient(15deg, #000000bf 27%, #fff0 60%), url('../images/Dr.-Yoon-with-Laser.jpg');
    background-position: 0 0, 50%;
    justify-content: center;
    align-items: flex-end;
    height: 800px;
    padding-top: 15%;
    padding-bottom: 3%;
    padding-left: 0%;
  }

  .hero-wrapper {
    width: 90%;
  }

  .hero-subh {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1em;
  }

  .button-container {
    margin-top: 20px;
  }

  .button {
    padding: 15px 20px;
    font-size: 15px;
  }

  .button.reverse {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.1em;
  }

  .test-wrapper {
    max-width: none;
  }

  .test-image {
    max-width: 600px;
    margin-top: 20px;
  }

  .candidate-section {
    background-position: 0 0, 50% 0;
    padding-left: 3%;
  }

  .candidate-wrapper {
    width: 55%;
  }

  .list {
    padding-left: 20px;
  }

  .what-content, .what-image {
    width: 100%;
  }

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

  .doc-wrapper {
    width: 95%;
  }

  .doc-div {
    flex-flow: column;
    margin-top: 15px;
  }

  .doc-content {
    width: 100%;
    padding-bottom: 0%;
  }

  .doc-image {
    width: 60%;
  }

  .why-wrapper {
    width: 90%;
  }

  .testimonial-wrapper {
    width: 95%;
  }

  .testimonial {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.7em;
  }

  .footer-wrapper {
    width: 90%;
  }

  .form-block {
    padding: 20px;
  }

  .bold-text {
    font-size: 20px;
  }

  .icon {
    width: 50px;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--color-3);
    padding: 15px;
  }

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

  .logo-image {
    max-height: 70px;
  }

  .pricing-wrapper {
    width: 95%;
  }

  .pricing-content {
    padding: 30px;
  }

  .cost-list-div {
    width: 48%;
  }

  .icon-circle {
    width: 40px;
    height: 40px;
  }

  .list-icon {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .brand {
    width: 35%;
    padding-left: 0;
  }

  .hero-section {
    background-image: linear-gradient(15deg, #000000de 33%, #fff0 63%), url('../images/Dr.-Yoon-with-Laser.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 500px;
    padding-bottom: 2%;
    padding-left: 0%;
  }

  .hero-wrapper {
    width: 95%;
  }

  .hero-subh {
    font-size: 15px;
    line-height: 1.1em;
  }

  .button-container {
    margin-top: 15px;
  }

  .button-container.centered {
    margin-top: 12px;
  }

  .button {
    margin-bottom: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .test-wrapper {
    width: 90%;
  }

  .test-image {
    max-width: 400px;
  }

  .candidate-section {
    background-image: linear-gradient(to bottom, var(--color), var(--color)), linear-gradient(249deg, #0000 50%, white), url('../images/young-woman-standing-and-smiling.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .candidate-wrapper {
    width: 95%;
  }

  .what-content, .what-image {
    width: 100%;
  }

  .what-wrapper {
    flex-flow: column;
    width: 95%;
  }

  .doc-content {
    padding-top: 5%;
  }

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

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

  .testimonial-header, .testimonial-holder {
    width: 100%;
  }

  .stars {
    width: 125px;
    margin-bottom: 5%;
  }

  .testimonial {
    font-size: 17px;
    line-height: 1.65em;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .form-block {
    width: 100%;
  }

  .location-div {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon {
    width: 40px;
  }

  .footer-text {
    margin-bottom: 0;
  }

  .logo-image {
    max-height: 50px;
  }

  .pricing-content {
    width: 100%;
  }

  .cost-list-div {
    border-top: 4px solid var(--color-2);
    width: 100%;
    padding: 20px;
  }

  .pricing-top {
    flex-flow: column;
  }

  .pricing-bottom {
    flex-flow: column;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 15px;
    font-size: 1.6em;
  }

  h3 {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .nav-div {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .brand {
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    background-position: 0 0, 50%;
    height: 600px;
  }

  .button-container.centered {
    margin-top: 10px;
  }

  .button {
    text-align: center;
    padding: 10px 15px;
  }

  .test-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .test-image {
    max-width: 300px;
    margin-top: 10px;
  }

  .list {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .list-item {
    margin-bottom: 10px;
    line-height: 1.65em;
  }

  .what-content {
    padding: 5%;
  }

  .doc-wrapper {
    width: 90%;
  }

  .doc-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .why-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .testimonial-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .stars {
    width: 100px;
  }

  .testimonial {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .footer-wrapper {
    width: 95%;
  }

  .form-block {
    padding: 15px;
  }

  .bold-text {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5em;
  }

  .footer-section {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .footer-text {
    line-height: 1.5em;
  }

  .pricing-content {
    padding: 20px;
  }

  .cost-list-div {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-circle {
    width: 35px;
    height: 35px;
  }

  .list-icon {
    width: 20px;
    height: 20px;
  }

  .list-text {
    width: 90%;
    line-height: 1.5em;
  }

  .bold-list {
    font-size: 20px;
  }
}


