.fixed-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  height: 130px;
  padding-top: 10px;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 2px 0px;
}
.nav-menu {
  width: 100%;
  float: none;
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.nav-link {
  width: 24%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  font-family:'Open Sans', sans-serif;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #333;
  font-weight: 600;
}
.nav-link.w--current {
  color: #fa7b48;
}
.nav-link.first {
  border-left: 1px none black;
}
.nav-link.first.w--current {
  color: #fa7b48;
}
.top-logo {
  width: 150px;
  margin-left: 30px;
}
.main-section {
  height: 750px;
  margin-top: 0px;
  padding-top: 170px;
  background-color: white;
  background-image: url("../images/background.a784161f04ed.jpg");
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.nav-ft-button {
  margin-top: 10px;
  margin-right: 30px;
  float: right;
  background-color: #fa7b48;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-weight: 300;
}
.hero-image {
  display: block;
  height: 600px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}
.hero-image.video {
  float: left;
}
.hero-heading {
  margin-top: 30%;
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #dd482b;
  font-size: 38px;
  font-weight: 300;
}
.hero-heading.white {
  margin-top: 15%;
  color: white;
}
.hero-subhead {
  margin-top: 0px;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 72px;
  line-height: 74px;
  font-weight: 300;
}
.hero-subhead.white {
  color: white;
}
.hero-subheading {
  font-family:'Open Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 22px;
}
.hero-subheading.white {
  color: rgba(255, 255, 255, 0.8);
}
.hero-ft-button {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #dd482b;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.hero-ft-button:hover {
  font-weight: 600;
}
.hero-ft-button.banner {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  text-align: center;
}
.section-body {
  height: 100vh;
  padding-top: 170px;
}
.section-body.red {
  height: 550px;
  padding-top: 80px;
  background-color: #dd482b;
}
.section-body.dark-blue {
  padding-top: 170px;
  background-color: #2788d6;
}
.section-body.purple {
  height: 750px;
  padding-top: 80px;
  background-color: #8d10e7;
  font-size: 16px;
}
.section-body.grey {
  background-color: #404040;
}
.section-body.grey.last-section {
  height: 540px;
  padding-top: 80px;
  background-color: #069ce3;
}
.section-heading {
  margin-top: 10%;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 32px;
  font-weight: 300;
}
.section-subheading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 57px;
  line-height: 60px;
  font-weight: 300;
}
.section-para {
  margin-bottom: 5%;
  opacity: 0.8;
  font-family:'Open Sans', sans-serif;
  color: white;
}
.section-para.list-point {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
}
.section-para.emphasis {
  font-size: 18px;
}
.live-track-image {
  display: block;
  width: 450px;
  height: 535px;
  margin-right: auto;
  margin-left: auto;
}
.exper-connect-image {
  display: block;
  width: 245px;
  margin-right: auto;
  margin-left: auto;
}
.coaches-div {
  width: 100%;
  margin-top: 20px;
}
.coach-div {
  display: inline-block;
  width: 31%;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.coach-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.section-fotter {
  position: static;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 120px;
  padding-top: 10px;
  background-color: #333;
  line-height: 20px;
}
.testimonial-slider {
  height: 400px;
  background-color: transparent;
}
.slide-container {
  padding-top: 40px;
}
.customer-image {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}
.testimonial-review-text {
  display: block;
  width: 70%;
  margin: 40px auto 15px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-style: italic;
  font-weight: 300;
  list-style-type: disc;
}
.banner-div {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 25px;
  background-color: #2773d6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.banner-text {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 300;
}
.footer-logo {
  width: 150px;
  margin-top: 10px;
}
.footer-heading {
  display: inline;
  margin-top: 24px;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}
.app-video-div {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 52%;
  height: 408px;
  padding-top: 58px;
  padding-right: 9%;
  padding-left: 9%;
  float: none;
  clear: left;
  background-image: url("../images/Phone-Redbgf.d955cb90a23b.jpg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.phone-video-div {
  height: 550px;
}
.hero-app-video {
  position: static;
  width: 357px;
  height: 568px;
  margin-top: 1px;
  margin-left: 80px;
  padding: 91px 14% 10%;
  background-image: url("../images/NEW-image.efa32ea6f926.png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.experts-slider {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 290px;
  height: 387px;
  margin-top: -432px;
  margin-left: 85px;
}
.experts-slider.yoga {
  height: 375px;
  margin-top: -422px;
}
.experts-slider.fitness {
  display: none;
}
.experts-slider.nutrition {
  display: none;
}
.slider-image {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
.expert-slide-nav {
  bottom: -20px;
}
.modal-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  margin-top: 130px;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.modal-div-container {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 10px 40px;
  background-color: white;
}
.modal-heading {
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
.modal-subheading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family:'Open Sans', sans-serif;
  color: #dd482b;
  font-weight: 300;
  text-align: center;
}
.modal-form {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.text-field-form {
  margin-bottom: 20px;
}
.modaol-form-wrapper {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.modal-form-submit-button {
  width: 100%;
  margin-top: 20px;
  background-color: #dd482b;
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.close-modal-div {
  position: absolute;
  top: 64px;
  right: 31%;
  width: 40px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.footer-call-text {
  display: inline-block;
  margin-top: 32px;
  float: right;
  clear: none;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 16px;
  text-align: right;
}
.client-name {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-weight: 600;
  text-align: center;
}
.tab-pane {
  margin: 30px 0px 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.tab {
  background-color: transparent;
  opacity: 0.6;
  color: white;
}
.tab.w--current {
  border-bottom: 2px solid white;
  background-color: transparent;
  opacity: 1;
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
}
.focus-text {
  font-weight: 600;
}
.man-image {
  width: 700px;
  max-width: 600%;
  margin-top: 40px;
  margin-left: -189px;
}
.list-item {
  list-style-type: none;
}
.list-content {
  padding: 8px;
}
.bullet-point {
  display: block;
  width: 36px;
  height: 36px;
  margin: 17px auto 0px;
  padding-left: 4px;
  background-color: white;
  font-family:'Open Sans', sans-serif;
  color: #8d10e7;
  font-size: 22px;
  line-height: 35px;
}
.tab-text {
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .fixed-nav-bar {
    height: 80px;
  }
  .hero-ft-button.banner {
    width: 80%;
  }
  .live-track-image {
    width: 450px;
  }
  .hero-app-video {
    width: 228px;
    margin-top: 89px;
    margin-left: 63px;
    padding-top: 57px;
    padding-right: 11.5%;
    padding-left: 12%;
  }
  .experts-slider.yoga {
    width: 227px;
    margin-left: 63px;
  }
  .modal-section {
    margin-top: 80px;
  }
  .close-modal-div {
    right: 24%;
  }
}
@media (max-width: 767px) {
  .nav-menu {
    background-color: white;
  }
  .nav-link {
    display: block;
    width: 100%;
    border-style: none;
    background-color: white;
    color: #333;
  }
  .nav-link.first {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    background-color: white;
    color: #333;
  }
  .top-logo {
    margin-left: 0px;
  }
  .nav-ft-button {
    display: none;
  }
  .hero-image {
    height: 500px;
    float: none;
  }
  .hero-image.video {
    height: 350px;
    float: none;
  }
  .hero-heading {
    margin-top: 0%;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .hero-subhead {
    font-size: 52px;
    line-height: 60px;
    text-align: center;
  }
  .hero-subheading {
    text-align: center;
  }
  .hero-ft-button.banner {
    float: none;
  }
  .section-heading {
    margin-top: 0%;
    text-align: center;
  }
  .section-subheading {
    text-align: center;
  }
  .section-para {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 24px;
    text-align: center;
  }
  .live-track-image {
    width: auto;
    height: 380px;
  }
  .coaches-div {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-fotter {
    height: 140px;
  }
  .banner-text {
    text-align: center;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .app-video-div {
    width: 133px;
    height: 250px;
    margin-top: 212px;
    margin-left: 145px;
  }
  .phone-video-div {
    height: 350px;
  }
  .hero-app-video {
    position: static;
    top: -241px;
    right: 0px;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 80%;
    height: 385px;
    margin-top: 220px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 110px;
    padding-right: 14%;
    padding-left: 14.5%;
  }
  .experts-slider.yoga {
    width: 197px;
    height: 263px;
    margin-top: -300px;
    margin-left: 175px;
  }
  .hero-content-col {
    text-align: center;
  }
  .hero-phone-col {
    height: 500px;
  }
  .modal-section {
    margin-top: 75px;
  }
  .close-modal-div {
    right: 3%;
  }
  .footer-call-text {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .detox-plan-name {
    display: block;
  }
  .fixed-nav-bar {
    height: 76px;
  }
  .main-section {
    height: 750px;
    padding-top: 107px;
  }
  .nav-ft-button {
    display: none;
    float: left;
  }
  .hero-image {
    height: 500px;
  }
  .hero-image.video {
    height: 400px;
    float: none;
  }
  .hero-subhead {
    font-size: 36px;
    line-height: 42px;
  }
  .hero-subheading {
    font-weight: 400;
  }
  .hero-ft-button.banner {
    width: 90%;
  }
  .section-body.red {
    height: auto;
    padding-bottom: 24px;
  }
  .section-body.purple {
    height: auto;
  }
  .section-body.grey.last-section {
    padding-top: 20px;
  }
  .section-heading {
    margin-top: 0%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .section-subheading {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .section-para {
    width: 95%;
    font-size: 15px;
    text-align: center;
  }
  .live-track-image {
    width: 85%;
    height: auto;
  }
  .testimonial-slider {
    height: 440px;
  }
  .testimonial-review-text {
    width: 95%;
    margin-top: 58px;
    border-left: 1px none black;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .banner-text {
    text-align: center;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .app-video-div {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 249px;
    height: 275px;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 41px;
    padding-right: 73px;
    padding-left: 73px;
    background-image: url("../images/Phone-Redbgf.d955cb90a23b.jpg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .phone-video-div {
    height: auto;
  }
  .hero-app-video {
    position: relative;
    display: block;
    width: 90%;
    height: 426px;
    margin-top: 238px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 76px;
    padding-right: 16%;
    padding-left: 16%;
  }
  .experts-slider.yoga {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 53%;
    height: 71%;
    margin-top: 20.5%;
    margin-left: 23.5%;
  }
  .menu-button {
    display: inline-block;
  }
  .hero-phone-col {
    display: block;
    height: 494px;
  }
  .expert-slide-nav {
    bottom: -50px;
  }
  .modal-section {
    margin-top: 75px;
  }
  .modal-div-container {
    width: 90%;
    padding: 10px 5px;
  }
  .modal-heading {
    margin-bottom: 10px;
  }
  .modal-subheading {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .modal-form {
    width: 90%;
  }
  .modaol-form-wrapper {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .close-modal-div {
    right: 1%;
  }
  .footer-call-text {
    font-size: 14px;
  }
  .tab {
    display: inline-block;
    width: 32%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    text-align: center;
  }
  .tab.w--current {
    display: inline-block;
  }
  .man-image {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
}