:root {
  --color-3: #45544a;
  --color-4: #576677;
  --color-5: #c4cdc6;
  --color-7: #e66f21;
  --color: white;
  --white: white;
  --color-2: #333;
  --color-6: #858d87;
  --black: black;
}

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

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

p {
  margin-bottom: 20px;
}

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

.hero {
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0%;
  padding: 20px;
  position: relative;
}

.hero-content-div {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .77), rgba(255, 255, 255, .51) 42%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 99%), url('../images/new_hero_2.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5% 5% 8% 3%;
  display: flex;
  position: relative;
}

.hero-top-line {
  background-color: var(--color-5);
  color: var(--color-3);
  margin-bottom: 10px;
  padding: 8px 20px;
  font-size: 1.5em;
  line-height: 1em;
  position: relative;
}

.image {
  filter: invert();
  transform-style: preserve-3d;
  max-width: 25px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -2%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero-text-holder {
  flex-flow: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.hero-large-line {
  color: var(--color-3);
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
}

.faq-container {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.faq-video {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.faq-header {
  text-align: center;
}

.faq-section {
  padding: 5%;
}

.why-choose-section.faq {
  background-color: #fff; 
  background-image: none; 
  padding: 0;
  min-height: 0;
}

.hero-large-line.max-w {
  max-width: 700px;
}

.image-2 {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.button {
  border: 2px solid var(--color-5);
  color: var(--color-3);
  background-color: rgba(196, 205, 198, 0);
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1em;
}

.button:hover, .button.fill {
  background-color: #c4cdc6;
}

.button.fill:hover {
  background-color: rgba(196, 205, 198, 0);
}

.button.fill.hero-button {
  border-color: var(--color-7);
  background-color: var(--color-7);
  color: var(--color);
  text-transform: uppercase;
  font-weight: 700;
}

.button.fill.hero-button:hover {
  color: var(--color-7);
  background-color: rgba(230, 111, 33, 0);
}

.button.light {
  color: var(--color-5);
}

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

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

.button.dark:hover {
  color: var(--color-3);
  background-color: rgba(69, 84, 74, 0);
}

.navbar {
  background-color: var(--color);
  height: 95px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-3 {
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  height: 95px;
  display: flex;
}

.nav-link {
  border-bottom: 2px solid var(--white);
  color: var(--color-3);
  background-image: url('../images/icons8-phone-50_1icons8-phone-50.png');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-link:hover {
  border-bottom-color: var(--color-4);
  color: var(--color-4);
}

.nav-link.schedule {
  background-image: url('../images/icons8-calendar-50_1icons8-calendar-50.png');
}

.what-is-section {
  border-right: 20px solid var(--color);
  border-bottom: 20px none var(--color);
  border-left: 20px solid var(--color);
  background-color: rgba(196, 205, 198, .2);
  background-image: url('../images/coolsculpt-handle.png');
  background-position: 5% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.what-is-wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 55%;
  max-height: 700px;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
  position: relative;
}

.white-text-holder {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
  position: relative;
}

.purple-line {
  background-color: var(--color-4);
  width: 8%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block {
  flex-flow: row;
  display: flex;
}

.image-6 {
  min-width: 45%;
  max-width: 45%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.candidate-section {
  border-bottom: 20px none var(--color);
  padding: 5% 0;
  display: flex;
}

.candidate-wrapper-div {
  justify-content: space-between;
  width: 90%;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._50-candidate {
  background-color: rgba(87, 102, 119, .1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 5% 50px;
  display: flex;
}

.candidate-48 {
  flex-flow: column;
  justify-content: space-between;
  width: 48.5%;
  display: flex;
}

.candidate-photo-div {
  object-fit: cover;
  height: 55%;
  overflow: hidden;
}

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

.candidate-other-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 45%;
  padding: 30px 30px 20px;
  display: flex;
}

.fancy-list-div {
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1.2em;
  display: flex;
}

.image-8 {
  width: 30px;
  margin-right: 10px;
}

.how-works-section {
  justify-content: space-between;
  min-height: 0;
  max-height: 700px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.color-bar-5 {
  background-color: var(--color-4);
  width: 5%;
}

.photo-45 {
  object-fit: cover;
  width: 45%;
  overflow: hidden;
}

.image-9 {
  object-fit: contain;
  background-color: #f0f3f8;
  width: 100%;
  height: 100%;
}

.how-text-50 {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
}

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

.why-choose-section {
  color: var(--color-3);
  background-image: linear-gradient(54deg, #e0f0e6, #96a6b6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5%;
  font-family: Playfair Display, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.why-blocks {
  justify-content: space-between;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.why-block-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: -4%;
  display: flex;
}

.block-19 {
  flex-flow: column;
  width: 19%;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.top-text {
  background-color: var(--color-4);
  color: var(--color);
  text-align: center;
  padding: 5px 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.bottom-text-block {
  background-color: var(--color);
  text-align: center;
  padding: 20px;
  line-height: 1.5em;
}

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

.testimonial-wrapper {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-div {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-photo-holder {
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  min-height: 375px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slide-nav {
  display: flex;
}

.testimonial-holder {
  padding-bottom: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._50-testimonial {
  background-color: rgba(87, 102, 119, .1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.text-span {
  font-family: Playfair Display, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.footer {
  border-bottom: 20px solid var(--color);
  background-color: var(--color);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.contact-form-div-70 {
  width: 70%;
}

.field-label {
  font-weight: 500;
  line-height: 1.2em;
}

.h3-green {
  color: var(--color-3);
}

.footer-div-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.form-block {
  margin-bottom: 15px;
}

.hero-line-3 {
  color: var(--color-4);
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
}

.bio-wrapper {
  justify-content: space-between;
  max-width: 1400px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bio-text-div {
  background-color: rgba(87, 102, 119, .1);
  flex-flow: column;
  justify-content: center;
  width: 68.5%;
  padding: 20px 20px 0;
  display: flex;
}

.bio-pc-div {
  background-color: rgba(87, 102, 119, 0);
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.bio-pic-holder {
  object-fit: cover;
  max-height: 70%;
  overflow: hidden;
}

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

.bio-name-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 30%;
  padding: 20px;
  display: flex;
}

.text-block {
  text-transform: uppercase;
}

.h2-less-marg {
  margin-bottom: 10px;
}

.before-after {
  background-color: var(--color-4);
  color: var(--color-3);
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 35vh;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5%;
  font-family: Playfair Display, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

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

.cs-ba-holder {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.image-11 {
  width: 32%;
  max-width: 32%;
}

.text-block-2 {
  font-size: .9em;
  line-height: 1.5em;
}

.mobile-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .faq-container {
    flex-direction: column;
  }

  .faq-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

  .hero {
    height: 800px;
    padding: 0;
  }

  .hero-content-div {
    background-image: url('../images/new_hero_2.jpg');
    background-position: 100% 0;
    background-size: cover;
    padding: 0%;
    font-style: normal;
  }

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

  .hero-text-holder {
    background-color: rgba(255, 255, 255, .83);
    width: 100%;
    padding: 30px;
  }

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

  .hero-large-line.max-w {
    max-width: none;
  }

  .image-2 {
    max-width: 75px;
    bottom: 10px;
    right: 10px;
  }

  .navbar {
    height: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    height: 65px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .what-is-section {
    background-color: var(--color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    padding: 0% 2%;
  }

  .what-is-wrapper {
    width: auto;
    max-height: none;
    margin-left: 0;
    margin-right: 0%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .white-text-holder {
    padding: 5% 0;
  }

  .purple-line {
    display: none;
    position: static;
  }

  .div-block {
    width: 100%;
  }

  .candidate-wrapper-div {
    flex-flow: column;
  }

  ._50-candidate {
    width: 100%;
    padding: 3%;
  }

  .candidate-48 {
    width: 100%;
  }

  .how-works-section {
    flex-flow: column;
    max-height: none;
    padding: 0;
  }

  .color-bar-5 {
    display: none;
  }

  .photo-45 {
    background-color: #f0f3f8;
    background-image: url('../images/diagram2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 400px;
    max-height: 500px;
  }

  .image-9 {
    display: none;
  }

  .how-text-50 {
    width: 100%;
    padding: 30px;
  }

  .why-choose-section {
    text-align: center;
    min-height: 25vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4%;
  }

  .why-block-holder {
    flex-flow: wrap;
    justify-content: center;
  }

  .block-19 {
    width: 325px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  ._50-testimonial {
    width: 100%;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper-div {
    flex-flow: column;
  }

  .contact-form-div-70 {
    width: 100%;
  }

  .footer-div-25 {
    width: 100%;
    margin-top: 20px;
  }

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

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

  .bio-text-div {
    width: 100%;
  }

  .bio-pc-div {
    flex-flow: row;
    width: 100%;
  }

  .bio-pic-holder {
    max-width: 30%;
    max-height: none;
  }

  .bio-name-holder {
    width: 65%;
    height: auto;
  }

  .before-after {
    margin: 0;
  }

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

  .menu-button.w--open {
    background-color: var(--color-7);
  }
}

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

  .hero {
    height: 500px;
  }

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

  .hero-text-holder {
    padding: 15px;
  }

  .hero-large-line.max-w {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .candidate-section {
    padding-bottom: 0%;
  }

  .candidate-wrapper-div {
    width: 100%;
  }

  .candidate-other-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fancy-list-div {
    align-items: flex-start;
    padding-left: 10px;
  }

  .photo-45 {
    min-height: 300px;
    max-height: none;
  }

  .how-text-50 {
    padding: 5%;
  }

  .why-choose-section {
    min-height: 20vh;
    font-size: 2em;
  }

  .block-19 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-holder {
    line-height: 1.5em;
  }

  ._50-testimonial {
    padding: 22px;
  }

  .hero-line-3 {
    margin-bottom: 10px;
  }

  .before-after {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .mobile-btn {
    display: block;
  }
  .hero {
    height: 600px;
  }

  .hero-content-div {
    background-position: 70% 0%;
    background-repeat: no-repeat;
  }

  .image-2 {
    max-width: 50px;
    bottom: 15px;
  }

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

  .navbar {
    height: 60px;
  }

  .image-3 {
    height: 50px;
  }

  .image-6 {
    max-width: 100%;
    margin-top: 20px;
    position: static;
  }

  ._50-candidate {
    padding: 5%;
  }

  .candidate-other-text {
    height: auto;
    padding: 5%;
  }

  .fancy-list-div {
    padding-left: 0;
  }

  .photo-45 {
    min-height: 200px;
  }

  .slider {
    min-height: 600px;
  }

  ._50-testimonial {
    padding: 10px;
  }

  .bio-pc-div {
    flex-flow: column;
  }

  .bio-pic-holder {
    max-width: 100%;
  }

  .bio-name-holder {
    width: 100%;
  }

  .cs-ba-holder {
    flex-flow: column;
    margin-top: 0;
  }

  .image-11 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}


