.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navbar-animated {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: transparent;
}

.nav-work {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-contact {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.nav-home {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 15px;
  font-weight: 200;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.nav-home:hover {
  color: #bbbc56;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.full-screen-menu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  height: 100vh;
  padding-top: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.body {
  background-color: #3f3f3f;
}

.section {
  display: flex;
  height: auto;
  padding-bottom: 50px;
  justify-content: center;
  background-image: url('../images/emsculpt.jpg');
  background-position: 38% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image {
  position: absolute;
  margin-top: -6px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
}

.section-2 {
  padding-bottom: 90px;
  background-color: #f8f8f8;
  background-image: url('../images/em-sculpt-machine.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/right-texture.jpg');
  background-position: 87% 50%, 0px 0px, 100% 0px;
  background-size: 605px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.section-2.alt-sec {
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0.57), hsla(0, 0%, 89.4%, 0.57)), url('../images/right-texture.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
}

.section-2.padding-extra {
  height: 640px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57)), url('../images/right-texture.jpg');
  background-position: 50% 100%, 50% 0px, 0px 0px, 100% 0px;
  background-size: 1px 15%, 1px 15%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.section-2.top-section-bg {
  padding-top: 180px;
  padding-bottom: 179px;
  background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/right-texture.jpg');
  background-position: 50% 0px, 50% 100%, 0px 0px, 100% 0px;
  background-size: 1px 23%, 1px 120px, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.section-2.bg-fix-drs {
  padding-top: 140px;
  padding-bottom: 170px;
  background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/right-texture.jpg');
  background-position: 50% 100%, 50% 0px, 0px 0px, 100% 100%;
  background-size: 1px 120px, 1px 15%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.row {
  overflow: hidden;
  max-width: 1300px;
  padding-right: 390px;
  align-self: flex-end;
}

.heading {
  padding: 207px 72px 30px 26px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-weight: 300;
}

.heading.hometitle {
  width: 710px;
  padding-right: 80px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  font-weight: 200;
}

.contact-container {
  width: 614px;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 40px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.22);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.89);
  box-shadow: 0 0 50px -12px #000;
  color: hsla(0, 0%, 94.5%, 0.85);
}

.column {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading-2 {
  margin-top: 6px;
  padding-top: 0px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 300;
  text-align: left;
}

.heading-2.head-top {
  margin-top: 0px;
  padding-bottom: 15px;
  font-size: 31px;
}

.div-block {
  padding-top: 164px;
  padding-left: 100px;
  text-align: left;
}

.image-2 {
  max-width: 88%;
  margin-left: 0px;
}

.heading-3 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
  text-transform: capitalize;
}

.div-block-2 {
  display: flex;
  padding-top: 100px;
  padding-bottom: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.div-block-2.newdiv {
  padding-top: 42px;
  padding-bottom: 2px;
}

.div-block-2.limited-body {
  padding-top: 0px;
}

.text-block {
  margin-left: 0px;
  padding-top: 9px;
  padding-right: 40px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.text-block.right-side-text-block {
  margin-right: 137px;
  padding-left: 0px;
}

.text-block.top-body {
  max-width: 760px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: justify;
}

.section-3 {
  height: auto;
  padding-top: 56px;
  padding-bottom: 55px;
  background-color: #cfdbe0;
  background-image: linear-gradient(180deg, hsla(0, 0%, 90.2%, 0.9), hsla(0, 0%, 90.2%, 0.9)), url('../images/right-texture.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

.section-3.bigpicture {
  height: auto;
  padding-top: 149px;
  padding-bottom: 149px;
  background-image: url('../images/fit-woman-bw.jpg'), linear-gradient(180deg, rgba(207, 219, 224, 0.73), rgba(207, 219, 224, 0.73));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  box-shadow: inset 0 0 50px -10px rgba(0, 0, 0, 0.38);
}

.section-3.bigpicture.alt {
  background-image: url('../images/fit-couple.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  box-shadow: inset 0 0 50px -9px rgba(0, 0, 0, 0.38);
}

.section-3.bigpicture.bigone2 {
  padding-top: 285px;
  padding-bottom: 285px;
}

.section-4 {
  padding-bottom: 39px;
  background-color: #f8f8f8;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.68), hsla(0, 0%, 100%, 0.68)), url('../images/left-texture.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.section-5 {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #cfdbe0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/left-texture.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-3 {
  margin-right: -66px;
  padding: 37px;
  float: right;
}

.heading-4 {
  display: inline-block;
  max-width: 700px;
  margin-left: 0px;
  padding-top: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
}

.button {
  padding: 16px 40px 17px;
  background-color: #bbbc56;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.section-6 {
  height: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
  line-height: 10px;
}

.container {
  height: 600px;
}

.div-block-4 {
  display: flex;
  justify-content: center;
}

.div-block-5 {
  padding-top: 30px;
  text-align: center;
}

.section-7 {
  padding-top: 44px;
  padding-bottom: 50px;
  background-color: #000;
}

.text-block-2 {
  padding-top: 17px;
  padding-bottom: 40px;
  opacity: 0.44;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

.image-4 {
  padding-left: 0px;
}

.image-5 {
  margin-top: -30px;
  padding-right: 0px;
  box-shadow: 0 0 50px -5px #bbbc56;
}

.image-5.machine {
  width: 750px;
  max-width: 100%;
  margin-top: 19px;
  box-shadow: none;
}

.image-7 {
  width: 130px;
  height: 130px;
  max-width: 100%;
  margin-top: 9px;
  padding: 36px;
}

.text-block-3 {
  padding-top: 25px;
  padding-bottom: 4px;
  font-family: proxima-nova, sans-serif;
  color: #707070;
  font-size: 11px;
}

.html-embed {
  margin-top: 12px;
}

.column-2 {
  padding-left: 150px;
}

.div-block-6 {
  padding-top: 34px;
  padding-left: 0px;
}

.div-block-6.rightsideblock {
  padding-right: 98px;
  padding-left: 71px;
  opacity: 0;
}

.div-block-6.rightsideblock.bottom-pic {
  opacity: 0;
}

.div-block-6.right-text {
  margin-left: 26px;
  padding-left: 18px;
}

.columns {
  max-width: 1360px;
  padding-right: 20px;
  padding-left: 20px;
}

.columns.column-fix {
  padding-right: 0px;
}

.column-6.pad-top {
  padding-top: 70px;
}

.column-6.pad-top.fix1 {
  padding-top: 50px;
}

.strong-head {
  font-weight: 400;
}

.cut-out-text {
  margin-right: -112px;
  padding: 40px 20px 40px 40px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 61px 61px 0 -25px hsla(0, 0%, 80.8%, 0.53);
  transform: translate(-93px, 51px);
}

.image-9 {
  margin-top: -190px;
  margin-left: 0px;
}

.image-10 {
  padding-bottom: 65px;
}

.alt-color {
  color: #bbbc56;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .section {
    height: 115vh;
    background-color: #000;
    background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.65), rgba(32, 32, 32, 0.65)), url('../images/emsculpt.jpg');
    background-position: 0px 0px, 65% 114%;
    background-size: auto, auto 1432px;
  }

  .section-2 {
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/right-texture.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }

  .section-2.alt-sec {
    padding-top: 90px;
  }

  .section-2.padding-extra {
    background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57)), url('../images/right-texture.jpg');
    background-position: 50% 100%, 50% 0px, 0px 0px, 100% 0px;
    background-size: 1px 6%, 1px 4%, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }

  .section-2.bg-fix-drs {
    padding-top: 47px;
    background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/right-texture.jpg');
    background-position: 50% 100%, 50% 0px, 0px 0px, 100% 100%;
    background-size: 1px 8%, 1px 4%, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }

  .heading {
    max-width: 620px;
    padding-top: 251px;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 36px;
    text-align: center;
  }

  .heading.hometitle {
    max-width: 650px;
    padding-top: 252px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-container {
    background-color: #e4e4e4;
  }

  .column {
    padding-left: 57px;
  }

  .heading-3 {
    padding-bottom: 11px;
    font-size: 34px;
    line-height: 64px;
  }

  .div-block-2 {
    padding-top: 0px;
  }

  .div-block-2.newdiv {
    padding-top: 18px;
  }

  .div-block-2.left-image {
    padding-top: 90px;
  }

  .text-block {
    margin-left: 0px;
    padding: 1px 13px 0px 0px;
  }

  .text-block.right-side-text-block {
    margin-right: 10px;
    padding-bottom: 27px;
    padding-left: 22px;
  }

  .text-block.top-body {
    padding-right: 26px;
    padding-left: 26px;
    text-align: left;
  }

  .section-3 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .section-3.bigpicture {
    padding-top: 252px;
    padding-bottom: 252px;
    padding-left: 99px;
    background-image: url('../images/fit-woman-bw.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-3.bigpicture.alt {
    padding-top: 170px;
    padding-bottom: 170px;
    background-image: url('../images/fit-couple.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .section-5 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .div-block-3 {
    margin-right: 0px;
    padding-bottom: 30px;
    float: none;
  }

  .heading-4 {
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 15px;
  }

  .image-3 {
    padding-left: 0px;
  }

  .container-2 {
    text-align: center;
  }

  .image-5 {
    padding: 0px;
  }

  .div-block-6 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .div-block-6.rightsideblock {
    padding-right: 12px;
    padding-left: 0px;
  }

  .column-3 {
    padding-left: 20px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns.column-fix {
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-6 {
    padding-bottom: 70px;
  }

  .cut-out-text {
    margin: -100px 8px 8px;
    padding-right: 30px;
    padding-left: 30px;
    transform: none;
  }

  .image-9 {
    width: 465px;
    max-width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
    padding-bottom: 28px;
  }

  .section-2 {
    padding-top: 0px;
    padding-bottom: 9px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/right-texture.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }

  .section-2.padding-extra {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57)), url('../images/right-texture.jpg');
    background-position: 50% 100%, 50% 0px, 0px 0px, 100% 0px;
    background-size: 1px 6%, 1px 100px, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }

  .section-2.top-section-bg {
    height: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/right-texture.jpg');
    background-position: 50% 0px, 50% 100%, 0px 0px, 100% 0px;
    background-size: 1px 15%, 1px 8%, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }

  .section-2.bg-fix-drs {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .heading {
    margin-top: 11px;
    padding: 231px 49px 118px;
    font-size: 27px;
  }

  .heading.hometitle {
    width: 90vw;
    padding-right: 6px;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
  }

  .contact-container {
    width: 90vw;
    margin-top: -93px;
    margin-bottom: -11px;
    margin-left: 0px;
    padding: 28px;
  }

  .column {
    padding-right: 31px;
    padding-left: 31px;
  }

  .heading-2 {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .heading-2.head-top.bot.mobi {
    padding-top: 51px;
    text-align: center;
  }

  .heading-3 {
    margin-bottom: 30px;
    padding: 30px 58px 10px 30px;
    line-height: 43px;
    text-align: left;
  }

  .div-block-2 {
    padding-top: 20px;
  }

  .div-block-2.newdiv {
    padding-top: 20px;
  }

  .div-block-2.limited-body.meet-the-doctors-bg {
    padding-bottom: 80px;
  }

  .text-block {
    padding: 0px;
  }

  .text-block.right-side-text-block {
    margin-right: 13px;
    padding-left: 0px;
  }

  .text-block.top-body {
    padding-left: 30px;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 2px;
  }

  .section-3.bigpicture {
    height: 420px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 28px;
    background-color: #000;
    background-image: url('../images/fit-woman-bw.jpg');
    background-position: 50% 50%;
    background-size: 1243px;
    background-attachment: fixed;
  }

  .section-3.bigpicture.alt {
    box-shadow: inset 0 0 50px 20px rgba(0, 0, 0, 0.38);
  }

  .section-4 {
    padding-bottom: 30px;
  }

  .div-block-3 {
    padding-top: 0px;
    padding-bottom: 29px;
    float: none;
  }

  .heading-4 {
    padding-right: 42px;
    padding-bottom: 10px;
    padding-left: 42px;
    font-size: 23px;
    line-height: 35px;
  }

  .div-block-5 {
    padding-top: 28px;
  }

  .image-3 {
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .image-4 {
    padding-right: 2px;
    padding-bottom: 38px;
    padding-left: 2px;
  }

  .div-block-6 {
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns.column-fix {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-bottom: 20px;
  }

  .column-6.pad-top.fix1 {
    padding-bottom: 0px;
  }

  .assoc {
    display: none;
  }

  .cut-out-text {
    margin: 0px 17px -20px;
    padding: 23px;
    transform: translate(0px, -74px);
  }

  .image-9 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-animated {
    margin-top: 15px;
    margin-right: 8px;
  }

  .nav-home {
    font-size: 22px;
    line-height: 15px;
  }

  .full-screen-menu-overlay {
    padding-top: 0px;
    justify-content: flex-start;
  }

  .section {
    height: 1120px;
    padding-bottom: 0px;
    background-image: url('../images/black-shadow-top.png'), linear-gradient(180deg, rgba(24, 24, 24, 0.59), rgba(24, 24, 24, 0.59)), url('../images/emsculpt.jpg');
    background-position: 0px -50px, 0px 0px, 69% 181%;
    background-size: 19px, auto, auto;
    background-repeat: repeat-x, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .image {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 94%;
    margin-top: 0px;
    margin-left: 10px;
    padding: 12px 0px 30px;
  }

  .section-2 {
    padding-bottom: 28px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.87), hsla(0, 0%, 100%, 0.87)), url('../images/right-texture.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }

  .section-2.alt-sec {
    padding-top: 0px;
    padding-bottom: 30px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/right-texture.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }

  .section-2.padding-extra {
    padding-top: 130px;
    background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/right-texture.jpg');
    background-position: 50% 100%, 50% -26px, 0px 0px, 100% 0px;
    background-size: 1px 6%, 1px 8%, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }

  .section-2.top-section-bg {
    height: 830px;
    margin-top: -2px;
    padding-top: 85px;
    padding-bottom: 85px;
    background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/right-texture.jpg');
    background-position: 50% -35px, 50% 101%, 0px 0px, 100% 0px;
    background-size: 1px 15%, 1px 11%, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }

  .section-2.bg-fix-drs {
    padding-top: 83px;
    background-image: url('../images/pop-color.png'), url('../images/pop-color.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/right-texture.jpg');
    background-position: 50% 102%, 50% 0px, 0px 0px, 100% 100%;
    background-size: 1px 8%, 1px 7%, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
  }

  .row {
    padding-top: 0px;
    padding-right: 0px;
  }

  .heading {
    margin-bottom: 0px;
    padding: 140px 0px 66px;
    font-family: proxima-nova, sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
  }

  .heading.hometitle {
    position: static;
    max-width: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 15px;
    padding: 0px 0px 30px;
    transform: translate(0px, 0px);
    font-size: 28px;
    line-height: 46px;
    font-weight: 200;
    text-align: left;
  }

  .contact-container {
    width: 100vw;
    margin: 0px 0px 30px;
    padding: 0px 15px 10px 9px;
    border: 0px none transparent;
    box-shadow: none;
  }

  .contact-container.bottomcontact {
    margin-top: -113px;
    margin-bottom: -25px;
  }

  .column {
    position: static;
    margin-top: 5px;
    padding: 0px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
  }

  .heading-2.head-top {
    padding-top: 0px;
    font-size: 25px;
  }

  .heading-2.head-top.bot {
    padding-left: 0px;
  }

  .heading-2.head-top.bot.mobi {
    padding-bottom: 10px;
    font-size: 28px;
    text-align: center;
  }

  .heading-2.mobile-fix-h2 {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .heading-3 {
    margin-bottom: 0px;
    padding: 20px 26px 20px 0px;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
  }

  .div-block-2 {
    padding-top: 40px;
    padding-left: 10px;
  }

  .div-block-2.newdiv {
    padding-top: 30px;
  }

  .div-block-2.left-image {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-2.limited-body {
    padding-right: 20px;
    padding-bottom: 44px;
    padding-left: 20px;
  }

  .div-block-2.limited-body.meet-the-doctors-bg {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block {
    padding-right: 2px;
    padding-bottom: 30px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 2;
  }

  .text-block.top-body {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: justify;
  }

  .section-3 {
    padding-top: 27px;
    padding-bottom: 0px;
  }

  .section-3.bigpicture {
    padding-top: 20px;
    padding-left: 0px;
    background-size: cover;
  }

  .section-3.bigpicture.alt {
    background-image: url('../images/fit-couple.jpg'), linear-gradient(180deg, hsla(0, 0%, 85.9%, 0.99), hsla(0, 0%, 85.9%, 0.99));
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .section-4 {
    padding-bottom: 23px;
  }

  .section-5 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-3 {
    padding-bottom: 18px;
  }

  .heading-4 {
    margin-top: 6px;
    padding-right: 35px;
    padding-bottom: 5px;
    padding-left: 35px;
    font-size: 23px;
    line-height: 40px;
  }

  .button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section-7 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .image-3 {
    padding-left: 0px;
  }

  .image-5 {
    padding: 0px 10px 0px 0px;
  }

  .image-5.machine {
    width: 180%;
    max-width: none;
    margin-top: 19px;
    margin-right: -21px;
    margin-left: -121px;
    padding-right: 0px;
  }

  .image-6 {
    height: 253.78125px;
    margin-bottom: -88px;
    margin-left: 26px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-7 {
    width: 60px;
    height: auto;
    margin-top: 10vh;
    padding: 0px;
  }

  .div-block-6.right-text {
    margin-left: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-8 {
    padding: 10px;
  }

  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-bottom: 39px;
    padding-left: 0px;
  }

  .cut-out-text {
    margin-top: 25px;
    margin-right: -10px;
    margin-left: -11px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-9 {
    width: auto;
    height: 436px;
    margin-top: -69px;
  }

  .div-block-7 {
    position: static;
    margin-top: 0px;
    border-top: 1px solid #bbbc56;
    transform: rotate(-90deg) translate(222px, 0px);
  }

  .div-block-8 {
    position: absolute;
    width: 110px;
    margin-top: -63px;
    margin-left: -36px;
    border-top: 1px solid #bbbc56;
    transform: rotate(90deg) translate(280px, 0px);
  }

  .div-block-8.line-2 {
    display: block;
    width: 180px;
    margin-top: -87px;
    margin-left: -94px;
  }

  .div-block-8.line-2.line-3 {
    width: 230px;
    margin-top: -44px;
    margin-left: -64px;
  }

  .div-block-9 {
    position: absolute;
    margin-top: 47px;
    margin-left: -105px;
  }
}

