:root {
  --white: white;
  --black: black;
}

body {
  box-shadow: none;
  color: #333;
  background-color: #f5f7f7;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .58);
  margin: 29px 65px 10px 70px;
  font-family: Brandon;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  color: #363a3d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brandon;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #81878c;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 85px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Proximanova;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  color: #d4deeb;
  border-bottom: 1px solid rgba(243, 243, 243, .29);
  font-family: Avenir, sans-serif;
  text-decoration: none;
}

.logo-font {
  float: none;
  color: #00b27f;
  letter-spacing: 6px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-font.innerpages {
  color: #fff;
  letter-spacing: 0;
  float: left;
  letter-spacing: -.5px;
  background-image: url('../images/navLogo.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Avenir, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.modal-backing {
  z-index: 1001;
  background-color: rgba(87, 105, 117, .8);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-container {
  margin-top: 60px;
}

.modal-div-white {
  background-color: #fff;
  border-radius: 2px;
  margin-left: 150px;
  margin-right: 150px;
  padding: 0 50px 38px;
}

.modal-header {
  color: #383d41;
  text-align: center;
  font-family: Averta;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.form-wrapper {
  margin-top: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.field-label {
  color: #47535a;
  margin-bottom: 2px;
  font-family: Proximanova;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.form-block {
  color: #576975;
  background-color: #fcfcfc;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  height: 46px;
  margin-bottom: 30px;
  font-family: Proximanova;
  font-size: 13px;
  font-weight: 200;
}

.form-block.message-content {
  color: #576975;
  height: 150px;
  font-size: 13px;
}

.contact-btn {
  color: #fff;
  background-color: #ffbb0d;
  border-radius: 4px;
  padding: 14px 60px;
  font-family: Averta;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.contact-btn:hover {
  background-color: #f0b00e;
}

.close-icon {
  float: right;
  color: #95adbd;
  margin-top: 19px;
  margin-bottom: 18px;
  margin-right: -38px;
  font-family: Proximanova;
  font-size: 38px;
  font-weight: 200;
  line-height: 4px;
  text-decoration: none;
  display: inline-block;
  transform: rotate(45deg);
}

.close-icon:hover {
  color: #80909c;
}

.success-msg {
  color: #fff;
  text-align: center;
  background-color: #15c95d;
  padding-top: 20px;
  font-family: Proximanova;
  font-size: 16px;
  font-weight: 400;
}

.error-msg {
  color: #fff;
  text-align: center;
  background-color: #e86161;
  border-radius: 2px;
  margin-top: 27px;
  padding-top: 14px;
  font-family: Proximanova;
  font-size: 16px;
  font-weight: 600;
}

.body {
  color: #56697e;
  text-align: left;
  background-color: #fff;
  font-family: Averta;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-2 {
  font-weight: 400;
}

.hero-subhead {
  color: rgba(229, 254, 255, .89);
  margin-top: 30px;
  font-family: Averta;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.page-link {
  color: #56697e;
  border-bottom: 1px solid rgba(86, 105, 126, .32);
  font-weight: 300;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #0cb4b9;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.transparent-nav {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #dfe8eb;
  border-left: 1px #dce1e3;
  border-right: 1px #dce1e3;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 10% 1px;
  font-family: Avenir, sans-serif;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.transparent-nav.dark {
  background-color: #07081d;
  position: static;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin: 21px 18px 19px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #d8e0e3;
}

.nav-link-2.w--current {
  color: #00b27f;
  margin-top: 21px;
  margin-bottom: 19px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2.whitenav {
  color: rgba(255, 255, 255, .96);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
}

.nav-link-2.whitenav:hover {
  color: #fd3fb3;
}

.nav-link-2.whitenav.w--current {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .57);
  font-weight: 400;
}

.nav-link-2.whitenav.inner {
  margin-top: 1px;
}

.nav-link-2.whitenav.inner.hidden {
  display: none;
}

.brand-box-2 {
  border-bottom-style: none;
  margin-top: 3px;
}

.brand-box-2.w--current {
  float: left;
}

.nav-menu---dropdown {
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-end;
  align-items: center;
  margin-top: -24px;
  margin-left: 0;
  margin-right: -60px;
  padding-top: 0;
  font-size: 15px;
  display: flex;
  position: static;
}

.nav-menu---dropdown.logged-in {
  align-items: center;
  display: flex;
}

.hero {
  background-color: #0c1d27;
  background-image: url('../images/heroImage.jpg'), linear-gradient(102deg, #08080a 8%, rgba(12, 20, 37, .05));
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 3px 5px gray;
}

.hero.inner {
  height: auto;
  padding-top: 136px;
  padding-bottom: 136px;
}

.hero.inner.contact {
  height: 95vh;
  padding-top: 185px;
  padding-bottom: 185px;
}

.content-holder {
  flex: none;
  align-self: center;
  width: 50%;
  margin-left: 10%;
  margin-right: 0%;
}

.content-holder.contact {
  margin-left: 0%;
}

.content-holder.home {
  text-align: center;
  flex: none;
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
}

.heading-3 {
  color: #11244d;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-family: Averta;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.heading-3.thinner {
  color: #f36;
  letter-spacing: .5px;
  margin-bottom: 35px;
  font-family: Avenir, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
}

.heading-3.thinner.less-space {
  margin-bottom: 14px;
  font-size: 38px;
  font-weight: 800;
  line-height: 46px;
}

.heading-3.thinner.qhite {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.heading-3.thinner.smaller {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
}

.section.process {
  background-color: #050c33;
  background-image: linear-gradient(102deg, #08080a 7%, rgba(12, 20, 37, .41)), url('../images/counselling.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 7px 3px gray;
}

.section.about {
  border: 1px rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0 30px 80px;
  position: relative;
}

.section-body-div {
  align-items: center;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
}

.section-body-div.hiw {
  border-top: 1px #e6ebee;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 50px;
}

.section-body-div.vertical {
  flex-direction: column;
}

.body-paragraphy {
  font-family: Avenir, sans-serif;
  line-height: 24px;
}

.body-paragraphy.light {
  color: #e0e7f0;
}

.body-paragraphy.light.hero-subhead {
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  font-size: 19px;
  font-weight: 200;
}

.body-paragraphy.light.inner-subhead {
  text-align: left;
  width: 80%;
  font-size: 20px;
}

.body-paragraphy.location {
  font-size: 18px;
}

.body-paragraphy.opening {
  border-top: 1px solid rgba(11, 13, 29, .1);
  margin-top: 14px;
  padding-top: 14px;
  font-size: 16px;
}

.white-heading {
  text-align: center;
  text-shadow: none;
  margin: 0 0 20px;
  font-family: Avenir, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 82px;
}

.white-heading.inner {
  text-align: left;
  font-size: 52px;
  line-height: 72px;
}

.white-heading.home-centred {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 64px;
  line-height: 72px;
}

.gallery {
  z-index: 1;
  background-color: #fff;
  padding-bottom: 105px;
  position: relative;
}

.gallery.div {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 38%;
  padding-bottom: 40px;
  padding-right: 60px;
}

.hero-div-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-div-holder.inner.contact {
  flex-direction: row;
  margin-left: 10%;
  margin-right: 4%;
}

.columns {
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #12151a;
  border-top: 1px #d9e5eb;
  min-height: 75px;
  padding: 25px 5%;
  position: relative;
  box-shadow: 0 -1px 2px 1px rgba(57, 42, 102, .02);
}

.footer-div-2 {
  text-align: center;
  padding: 8px 0;
}

.footer-div-2.right {
  float: right;
}

.copyright-text-2 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer-link-2 {
  color: #48575f;
  border-bottom-style: none;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-link-2:hover {
  color: #242c2e;
}

.footer-link-2.w--current {
  color: #e01a66;
  font-weight: 400;
}

.column-5 {
  outline-offset: 0px;
  background-image: url('../images/navLogo.jpg');
  background-position: 50%;
  background-size: 85% 100%;
  outline: 0 #555;
  flex: 1;
  min-height: 75px;
  overflow: hidden;
}

.form-holding-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-left: 0%;
  padding-left: 4%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form-wrap-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 16px rgba(80, 94, 107, .13);
}

.form-label-2 {
  color: #11244d;
  margin-bottom: 2px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-style {
  color: #394650;
  border: 1px solid rgba(167, 179, 185, .37);
  border-radius: 2px;
  height: 50px;
  margin-bottom: 15px;
  font-family: Avenir, sans-serif;
}

.form-style.text-area {
  height: 100px;
}

.form-success {
  color: #fff;
  text-align: center;
  background-color: #e9215a;
  border-radius: 4px;
  padding-top: 85px;
  padding-bottom: 85px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.terms-privacy {
  margin-top: 80px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 60px;
  font-family: Avenir, sans-serif;
}

.title-header {
  color: #293b46;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Avenir, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-3 {
  color: #56697e;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-4 {
  color: #363a3d;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.templates-centred {
  text-align: center;
}

.trainer-img {
  background-image: url('../images/stace.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 23px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.first-two {
  border-bottom: 3px solid #fd3f81;
}

.grid-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img._3 {
  background-image: url('../images/included-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._8 {
  background-image: url('../images/kettlebell-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/trainer-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/gym-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._2 {
  background-image: url('../images/included.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._7 {
  background-image: url('../images/gym-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/hero-img.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fontawesome-icon._1x {
  font-family: Fontawesome Solid, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.basketweave-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .5fr .25fr .25fr .5fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr;
  width: 62%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.basketweave-block {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.basketweave-block._2, .basketweave-block.hide {
  display: none;
}

.icon-rounded {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-holder {
  display: flex;
}

.map-side {
  background-color: #f0f0f0;
  background-image: url('../images/location-map.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid rgba(22, 22, 44, .02);
  width: 70%;
  padding-top: 210px;
  padding-bottom: 210px;
}

.location-div {
  z-index: 2;
  background-color: #fff;
  border-top: 1px rgba(12, 21, 37, .09);
  width: 30%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  box-shadow: -1px -1px 4px 2px rgba(0, 0, 0, .04);
}

.white-dot {
  color: #fff;
}

.btn {
  text-align: center;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  max-width: 40%;
  margin: 30px auto;
  padding: 20px 50px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 800;
  transition: background-color .3s;
  display: block;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.nav {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  margin-top: 30px;
  margin-left: -27px;
  padding: 13px 16px 8px;
  font-size: 12px;
  font-weight: 500;
}

.btn._2 {
  color: #da1a44;
  text-align: center;
  background-color: #fff;
  background-image: none;
  margin-left: auto;
}

.btn._2:hover {
  color: #fff;
  background-color: #fd3f6e;
}

.btn.form-button {
  margin-top: 10px;
}

.btn.form-button.inner {
  text-align: center;
  object-fit: fill;
  min-width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 100px;
  font-size: 12px;
  overflow: visible;
}

.btn.full-width {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  display: block;
}

.btn.full-width:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.submit {
  margin-top: 8px;
  padding-left: 64px;
  padding-right: 64px;
}

.btn.submit.smaller {
  margin-left: 11px;
  padding: 15px 45px;
}

.btn.submit.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.inner {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.tab-image-column {
  padding-left: 0;
  padding-right: 0;
}

.tab-content {
  z-index: 1001;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 0 -20px 23px;
  padding: 35px 35px 36px;
  position: static;
  top: 32px;
  box-shadow: 0 0 8px 3px rgba(6, 15, 24, .06);
}

.about-cols {
  justify-content: center;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
}

.column-15 {
  align-self: center;
}

.div-block-6 {
  text-align: center;
  background-color: #fff;
  padding: 0;
  position: static;
}

.services-section {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, 0);
  width: 100%;
  padding: 40px 10%;
  box-shadow: 0 0 7px 3px gray;
}

.content-div {
  background-color: #fff;
  border-top: 1px rgba(255, 255, 255, .11);
  border-bottom: 1px #ecedef;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.service-div {
  box-shadow: none;
  text-align: center;
  background-image: none;
  border: 3px #eecb3e;
  border-radius: 3px;
  align-items: flex-start;
  width: 22%;
  margin-bottom: 0;
  padding: 0;
  font-family: Avenir, sans-serif;
  display: flex;
}

.feature-head {
  color: #11244d;
  text-align: left;
  min-width: 150px;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

.hiw-text {
  color: #56697e;
  text-align: left;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
}

.right-side {
  width: 70%;
  margin-left: 15px;
}

.icon-block {
  background-color: #f36;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.position {
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.holder-testimonials {
  justify-content: space-between;
  margin-top: 15px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.testimonial-text-2 {
  color: #56697e;
  margin-top: 7px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.testimonial-text-div {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 320px;
  padding: 25px 16px 30px 20px;
}

.inner-div {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 0 20px rgba(32, 61, 92, .09), 0 1px 3px rgba(12, 17, 41, .06);
}

.testimonial-div-box {
  text-align: left;
  border-radius: 3px;
  justify-content: flex-start;
  width: 31%;
  margin-top: 40px;
  padding: 0;
  display: block;
  overflow: visible;
}

.testimonial-div-box._3 {
  position: relative;
  top: 0;
}

.testimonial-div-box.middle {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: -50px;
}

.name-position {
  color: #29334e;
  font-family: Avenir, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
}

.img-div {
  background-image: url('../images/bike-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 40%;
}

.img-div._1 {
  background-color: #f36;
  background-image: none;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-div._2, .img-div._3 {
  background-color: #f36;
  background-image: none;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials {
  background-color: #fafbfc;
  border-top: 1px solid rgba(52, 66, 104, .07);
  border-bottom: 1px solid rgba(52, 66, 104, .07);
  padding-top: 60px;
  padding-bottom: 100px;
}

.split-form-area {
  justify-content: space-between;
  align-items: center;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
}

.left-form-text {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 5%;
  display: flex;
}

.right-form-block {
  width: 45%;
  position: relative;
}

.pricing-section {
  background-color: #fafbfc;
  border-top: 1px solid rgba(52, 66, 104, .07);
  border-bottom: 1px rgba(52, 66, 104, .07);
  padding-top: 135px;
  padding-bottom: 155px;
  font-family: Avenir, sans-serif;
}

.plan-checkbox {
  color: #313b53;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.greyed {
  opacity: .36;
}

.month-text {
  color: #748196;
  font-size: 22px;
  font-weight: 200;
}

.plan-description {
  color: #56697e;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 300;
}

.pricing-content {
  text-align: center;
}

.pricing-box {
  background-color: #fff;
  border-radius: 4px;
  width: 24%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding: 24px 25px;
  box-shadow: 0 0 22px 4px rgba(26, 37, 48, .06), 0 1px 3px rgba(20, 33, 41, .06);
}

.plan-text {
  text-align: left;
  margin-left: 9px;
  font-weight: 300;
}

.plan-price {
  color: #29334e;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
}

.pricing-holder {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.plan-name {
  color: #fd3e4f;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.h1 {
  color: #11244d;
  text-align: left;
  text-shadow: none;
  margin: 0;
  font-family: Avenir, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

.h1.centred {
  color: #11244d;
  text-align: center;
  max-width: 500px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
}

.link-style {
  color: #e01a66;
}

.link-style:hover {
  color: #c01255;
}

.link-style.smaller {
  font-size: 18px;
}

.form-wrap {
  background-color: #fff;
  border-radius: 3px;
  width: 50%;
  margin-top: 0;
  padding: 30px;
  box-shadow: 0 1px 14px 4px rgba(42, 100, 102, .06);
}

.form-wrap.account {
  border-radius: 4px;
  width: 45%;
  max-width: 520px;
  margin-top: 50px;
  box-shadow: 0 1px 3px rgba(20, 33, 41, .06), 0 0 22px 4px rgba(26, 37, 48, .06);
}

.form-wrap.account-settings {
  border-radius: 4px;
  width: 45%;
  margin-top: 50px;
  box-shadow: 0 0 22px 4px rgba(26, 37, 48, .06), 0 1px 3px rgba(20, 33, 41, .06);
}

.form-section {
  background-color: #fafbfc;
  min-height: 82vh;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Avenir, sans-serif;
}

.form-holder-2 {
  flex-direction: column;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.left-form-col {
  padding-left: 0;
}

.right-form-col {
  padding-right: 0;
}

.inner-subhead {
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.centred-div-form {
  text-align: center;
}

.form-style {
  margin-bottom: 20px;
}

.forgot-password {
  color: rgba(86, 105, 126, .73);
  border-bottom-style: none;
  margin-top: 5px;
  font-size: 14px;
}

.forgot-password:hover {
  color: #45576b;
  border-bottom: 2px rgba(86, 105, 126, .15);
}

.streak-block {
  background-color: #fff;
  border-bottom: 1px #e9eff1;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 22px 4px rgba(26, 37, 48, .06), 0 1px 3px rgba(20, 33, 41, .06);
}

.plan-type {
  color: #fff;
  background-color: #f62a49;
  border-radius: 200px;
  align-items: center;
  width: auto;
  margin-right: 18px;
  padding: 2px 8px;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.plan-type.view {
  color: #fd3e4f;
  background-color: #fff;
  border: 1px solid #fd3e4f;
  margin-right: 0;
}

.plan-type.view:hover {
  color: #fff;
  background-color: #fd3e4f;
}

.plan-type.nutrition {
  border: 1px solid #f62a49;
  flex: none;
}

.plan-type.training {
  background-color: #f3a915;
  border: 1px solid #f3a915;
  flex: none;
}

.top-header-area {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.buttontoggle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}

.view-text {
  margin-top: 2px;
  margin-left: 5px;
  line-height: 13px;
}

.view-text.white {
  color: #fff;
}

.block-head {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.plan-type---dashboard {
  width: 75%;
}

.plan-type---dashboard.right {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(44, 94, 107, .17);
  border-radius: 5px;
  align-items: center;
  width: 32%;
  margin-left: 5%;
  padding: 16px 25px;
  display: flex;
}

.right-streak-content {
  margin-left: 25px;
  text-decoration: none;
}

.right-streak-content.less-margin {
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.h4-head {
  color: #11244d;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.plan-name---full-width {
  color: #11244d;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 6px;
  margin-right: 12px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.dashboard-section {
  background-color: #fafbfc;
  min-height: 80vh;
  padding-top: 75px;
  padding-bottom: 100px;
}

.streak-info {
  display: flex;
}

.content-div-2 {
  margin-left: 10%;
  margin-right: 10%;
}

.grid-box-1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  width: 35%;
  margin-bottom: 50px;
  padding: 0 0 25px;
}

.heading-content-div {
  width: 100%;
}

.heading-content-div.flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.videos-div {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 25px;
}

.div-sep {
  border-bottom: 1px solid #e9eff1;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.togglebuttongreen {
  opacity: 0;
  background-color: #50e461;
  border-radius: 50px;
  width: 60px;
  height: 26px;
  margin-top: 0;
  position: absolute;
}

.flex-area {
  flex-wrap: wrap;
  margin-top: 50px;
  display: flex;
}

.profile-img {
  color: #b8c6ce;
  background-color: #e9eff3;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Avenir, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  display: flex;
}

.profile-img.larger {
  background-image: url('../images/testimonial-img-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}

.grid-box-2 {
  border-radius: 5px;
  width: 60%;
  margin-bottom: 50px;
  margin-left: 5%;
  padding-top: 0;
  padding-bottom: 0;
}

.light-subhead {
  color: rgba(240, 255, 254, .89);
  margin-bottom: 15px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.light-subhead.darker {
  color: #56697e;
  margin-bottom: 0;
}

.left-section {
  width: 60%;
}

.toggle-text-left {
  padding-right: 20px;
}

.heading-5 {
  color: #363a3d;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-5.no-top-padding {
  color: #11244d;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 21px;
}

.videos {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.video-div {
  border-radius: 4px;
  margin-bottom: 6px;
}

.user-dropdown {
  opacity: 1;
  color: #fff;
  background-color: #fd3e4f;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 200px;
  min-width: 100px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 0;
  display: inline-block;
  position: static;
  top: 0;
}

.user-dropdown:hover {
  opacity: 1;
  background-color: #0dc2cf;
}

.dropdown-list {
  background-color: #fff;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.dropdown-list.w--open {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  min-width: 170px;
  padding-top: 20px;
  padding-bottom: 1px;
  right: auto;
  box-shadow: 0 0 6px rgba(16, 37, 37, .14);
}

.dropdown-toggle {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 13px 45px 13px 32px;
  font-weight: 500;
}

.secondary-dropdown-links {
  border-top: 1px solid #e9edf0;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 19px;
}

.icon-style {
  color: #fff;
}

.user-dropdown-holder {
  align-self: center;
  margin-left: 8px;
  display: flex;
  position: relative;
  top: -1px;
}

.nav-dark {
  color: #2e575a;
  text-transform: uppercase;
  margin: 22px 18px 19px;
  padding: 0;
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
  text-decoration: none;
}

.nav-dark:hover, .nav-dark.w--current {
  color: #12a6b1;
}

.nav-dark.wide {
  color: #11244d;
  margin-top: 0;
  font-size: 12px;
  font-weight: 800;
  display: block;
}

.nav-dark.wide:hover {
  color: #e01a66;
}

.nav-dark.wide.secondary {
  margin-left: 0;
  margin-right: 0;
}

.nav-dark.wide.hidden:hover {
  color: #e01a66;
}

.email-style {
  color: #fff;
  line-height: 13px;
}

.profile-image-control {
  margin-bottom: 22px;
}

.split-holder {
  align-items: center;
  display: flex;
}

.split-holder.account {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-holder {
  color: #11244d;
  border-radius: 4px;
  width: 30%;
  margin-bottom: 20px;
  padding: 0;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.load-more-div {
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.cancel-div {
  width: 100%;
  margin-top: 32px;
  margin-left: 5%;
  margin-right: 5%;
}

.image {
  background-image: url('../images/navLogo.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px;
  position: relative;
  box-shadow: 2px 5px 5px gray;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0%;
  max-width: 100%;
  display: flex;
}

.features-paragraph {
  text-align: center;
  min-width: 100%;
  margin-bottom: 24px;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: -16px;
  margin-left: 0;
  display: flex;
}

.features-block-two {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 150px;
  min-width: 0%;
  max-width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image-2, .image-3 {
  background-image: url('../images/icons8-muscle-512.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-6 {
  color: #f36;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  font-size: 38px;
  font-weight: 800;
}

.text-span {
  color: #f36;
  text-transform: none;
  font-family: Avenir, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.text-span-2, .text-span-3 {
  color: #f36;
  font-family: Avenir, sans-serif;
  font-weight: 600;
}

.div-block-7 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 6px 5px 2px rgba(0, 0, 0, .2);
}

.about-heading {
  color: #f36;
  text-shadow: none;
  margin-top: 75px;
  margin-bottom: 50px;
  font-family: Avenir, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 30px;
}

.paragraph-4 {
  text-align: center;
  min-width: 50%;
  max-width: 40%;
  margin: 30px 30px 50px auto;
  padding-top: 30px;
  font-size: 24px;
}

.me-image {
  margin: 30px auto 40px 0;
  padding-top: 0;
  display: block;
  box-shadow: 0 0 5px 2px #f36;
}

.paragraph-5 {
  font-family: Avenir, sans-serif;
  font-size: 19px;
}

.paragraph-6, .paragraph-7 {
  font-family: Avenir, sans-serif;
}

.about-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.about-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.div-block-8 {
  text-align: center;
  letter-spacing: 1.4px;
  overflow-wrap: normal;
  max-width: 50%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 37px;
}

.div-block-8.about-text.about-right {
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
}

.image-4 {
  min-width: 75%;
  max-width: 100%;
  min-height: 75%;
  max-height: 70%;
  margin-left: 0%;
}

.image-4.about-img {
  min-width: 60%;
  max-width: 80%;
  margin-left: 20%;
}

.button-2 {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  text-align: center;
  max-width: 20%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3.btn.about-btn {
  max-width: 30%;
  margin-top: 75px;
}

.services-head {
  text-align: center;
  max-width: 80%;
  margin: 10% auto 7.5%;
  font-size: 24px;
  line-height: 34px;
}

.list-item {
  background-color: rgba(0, 0, 0, 0);
  min-width: auto;
  max-width: 30%;
  min-height: auto;
  max-height: 30%;
  display: flex;
}

.list-item-2 {
  min-width: auto;
  max-width: 30%;
  min-height: auto;
  max-height: none;
}

.list {
  list-style-type: disc;
}

.list-pane {
  color: #f36;
  min-width: 30%;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  list-style-type: square;
}

.list-pane.right-list {
  text-align: left;
  margin-left: 17%;
  margin-right: 5%;
}

.list-3 {
  min-width: 30%;
  max-width: 30%;
  min-height: 30%;
  margin-left: 10%;
  margin-right: 15%;
}

.div-block-9 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item-3 {
  color: #f36;
  font-size: 22px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  color: #56697e;
}

.list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22 {
  font-size: 22px;
}

.text-span-25 {
  color: #f36;
}

.text-span-26 {
  color: #56697e;
}

.div-block-10 {
  min-width: 100%;
  margin-top: 50px;
  display: flex;
}

.svg-icon {
  color: #fff;
  width: 80%;
  min-width: 80%;
  max-width: 100%;
  height: 80%;
  min-height: 80%;
  max-height: 100%;
  display: block;
}

.svg-icon:hover {
  cursor: pointer;
}

html.w-mod-js [data-ix="load-header-btn"], html.w-mod-js [data-ix="fade-on-scroll-1"], html.w-mod-js [data-ix="fade-on-scroll-2"], html.w-mod-js [data-ix="fade-on-scroll-3"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (max-width: 991px) {
  body {
    box-shadow: none;
  }

  h1 {
    margin-left: 45px;
  }

  h5 {
    margin-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-font {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal-backing {
    display: none;
  }

  .modal-container {
    margin-top: 30px;
  }

  .modal-div-white {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .close-icon {
    margin-top: 19px;
  }

  .transparent-nav {
    padding: 10px 20px 9px;
  }

  .nav-link-2 {
    color: #48545c;
    margin-top: 21px;
    margin-bottom: 15px;
  }

  .nav-link-2:hover {
    color: #def0fc;
  }

  .nav-link-2.whitenav {
    margin-top: 14px;
    font-family: Avenir, sans-serif;
    font-size: 16px;
  }

  .nav-link-2.whitenav.inner {
    border-bottom-style: none;
    margin-bottom: 16px;
  }

  .nav-link-2.whitenav.inner.hidden {
    display: block;
  }

  .nav-link-2.whitenav.inner.hidden.w--current {
    border-bottom-style: none;
    display: block;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0 8px;
    font-family: Proximanova;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: rgba(255, 0, 0, 0);
    transform: rotate(90deg);
  }

  .brand-box-2 {
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .nav-menu---dropdown {
    z-index: 5;
    float: none;
    color: #363c40;
    background-color: rgba(5, 7, 22, .9);
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 35px;
    font-family: Proximanova;
    display: block;
    position: absolute;
    top: 78px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu---dropdown.logged-in {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero.inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.inner.contact {
    height: auto;
    padding-top: 120px;
    padding-bottom: 115px;
  }

  .content-holder {
    width: 100%;
    margin-left: 0%;
  }

  .content-holder.home {
    margin-left: 2%;
    margin-right: 2%;
  }

  .heading-3.thinner {
    font-size: 32px;
    line-height: 39px;
  }

  .heading-3.thinner.less-space, .heading-3.thinner.qhite {
    font-family: Montserrat, sans-serif;
  }

  .section.process {
    padding-top: 95px;
    padding-bottom: 80px;
  }

  .section.about {
    background-color: #fafbfc;
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .section-body-div {
    flex-direction: column;
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-body-div.hiw {
    flex-direction: column;
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .body-paragraphy {
    font-size: 18px;
    line-height: 23px;
  }

  .body-paragraphy.light.hero-subhead {
    width: 85%;
    font-family: Montserrat, sans-serif;
  }

  .body-paragraphy.light.inner-subhead {
    width: 90%;
  }

  .body-paragraphy.light.form-left-text {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
  }

  .white-heading.inner {
    font-size: 50px;
  }

  .white-heading.home-centred {
    width: 100%;
    font-family: Montserrat, sans-serif;
  }

  .gallery.div {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .hero-div-holder {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 8%;
    margin-right: 8%;
  }

  .hero-div-holder.inner {
    margin-left: 6%;
    margin-right: 6%;
  }

  .hero-div-holder.inner.contact {
    flex-direction: column;
  }

  .columns {
    display: block;
  }

  .column-4 {
    text-align: center;
  }

  .footer-section {
    box-shadow: none;
    border-top-style: solid;
    border-top-color: #d6e3e9;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-div-2.right {
    text-align: center;
  }

  .copyright-text-2 {
    text-align: center;
    margin-top: 21px;
    margin-bottom: auto;
    font-family: Montserrat, sans-serif;
  }

  .footer-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .column-5 {
    text-align: center;
    flex: none;
    justify-content: center;
    min-height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .form-holding-div {
    width: 90%;
    margin-top: 76px;
    padding-left: 0%;
  }

  .form-wrap-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .form-label-2, .form-style.text-area.form-message, .form-style.form-name, .form-style.form-email {
    font-family: Montserrat, sans-serif;
  }

  .terms-privacy {
    margin-left: 6%;
    margin-right: 6%;
  }

  .trainer-img {
    background-position: 50% 15%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .basketweave-grid {
    grid-template-rows: minmax(100px, 1fr) .5fr .5fr .5fr minmax(100px, 1fr) minmax(100px, 1fr);
    width: 100%;
  }

  .map-side {
    background-position: 63%;
    width: 50%;
  }

  .location-div {
    width: 50%;
  }

  .btn {
    background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
    max-width: 200px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    display: block;
  }

  .btn.nav {
    width: 40%;
    margin-top: 15px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  .btn._2 {
    margin-left: auto;
  }

  .btn.form-button.inner {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-image-column {
    padding-left: 0;
  }

  .tab-content {
    z-index: 1001;
    margin-left: -60px;
    margin-right: 0;
    top: 9px;
    box-shadow: 0 0 8px 3px rgba(32, 93, 54, .11);
  }

  .about-cols {
    margin-left: 4%;
    margin-right: 4%;
  }

  .services-section {
    padding: 31px 30px 0;
  }

  .content-div {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-div {
    width: 48%;
    margin-bottom: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-head, .hiw-text {
    font-family: Montserrat, sans-serif;
  }

  .holder-testimonials {
    flex-wrap: wrap;
  }

  .testimonial-text-2 {
    font-family: Montserrat, sans-serif;
  }

  .testimonial-text-div {
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .testimonial-div-box {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .testimonial-div-box.middle {
    margin-top: 20px;
    top: 0;
  }

  .name-position {
    font-family: Montserrat, sans-serif;
  }

  .img-div._1 {
    background-color: #f36;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-div._2, .img-div._3 {
    background-color: #f36;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .split-form-area {
    flex-wrap: wrap;
    margin-left: 6%;
    margin-right: 6%;
  }

  .left-form-text {
    width: 100%;
  }

  .right-form-block {
    width: 90%;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-box {
    width: 90%;
    margin-bottom: 35px;
  }

  .pricing-holder {
    flex-wrap: wrap;
  }

  .form-wrap {
    width: 80%;
  }

  .form-wrap.account {
    width: 90%;
  }

  .form-wrap.account-settings {
    width: 100%;
  }

  .form-section {
    padding-top: 90px;
  }

  .plan-type---dashboard.right {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
  }

  .dashboard-section {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .content-div-2 {
    margin-left: 4%;
    margin-right: 4%;
  }

  .grid-box-1 {
    width: 100%;
  }

  .heading-content-div.flex {
    flex-wrap: wrap;
  }

  .grid-box-2 {
    width: 100%;
    margin-left: 0%;
  }

  .left-section {
    width: 100%;
  }

  .user-dropdown {
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
    display: none;
    position: static;
  }

  .secondary-dropdown-links {
    margin-left: 0;
    margin-right: 0;
  }

  .user-dropdown-holder {
    margin-top: 12px;
    margin-left: 18px;
    margin-right: 18px;
    display: none;
  }

  .split-holder.account {
    flex-direction: row;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
  }

  .features-right {
    max-width: 100%;
  }

  .heading-6 {
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
  }

  .text-span, .text-span-2, .text-span-3 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-7 {
    background-color: #fff;
    border: 1px #000;
    min-width: 700px;
    max-width: 0;
    min-height: 700px;
    margin-left: 50px;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .heading-7 {
    color: #f36;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 30px;
  }

  .about-heading {
    color: #f36;
    text-shadow: none;
    max-width: 200px;
    margin: 100px auto 0;
    padding-left: 0;
    font-family: Avenir, sans-serif;
    font-size: 32px;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 30px auto 0;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .me-image {
    margin: 120px auto 30px;
    display: block;
    overflow: hidden;
  }

  .button {
    text-align: center;
    background-image: linear-gradient(#fd3fb3, #fff);
    max-width: 150px;
    margin: 30px auto;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-8.about-text.about-right {
    font-size: 16px;
    line-height: 24px;
  }

  .list-pane.right-list {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-26 {
    color: #56697e;
  }

  .svg-icon {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    margin-right: 45px;
  }

  h2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  h5 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-font {
    margin-top: 0;
    margin-left: 0;
  }

  .logo-font.innerpages {
    font-size: 26px;
  }

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

  .modal-div-white {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .close-icon {
    margin-right: -29px;
  }

  .transparent-nav {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4px;
    position: absolute;
  }

  .menu-button-2 {
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .brand-box-2 {
    margin-top: 19px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .hero.inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero.inner.contact {
    background-position: 0 0, 2%;
    padding-top: 100px;
  }

  .content-holder.home {
    min-width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .heading-3.thinner {
    margin-left: 134px;
    margin-right: auto;
  }

  .heading-3.thinner.less-space {
    margin-left: auto;
  }

  .heading-3.thinner.qhite {
    margin-left: 0;
    margin-right: 0;
  }

  .section.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-body-div {
    margin-left: 6%;
    margin-right: 6%;
  }

  .section-body-div.hiw {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .body-paragraphy.light.hero-subhead {
    width: 88%;
  }

  .white-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .white-heading.home-centred {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-div-holder {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-div-holder.inner.contact {
    margin-left: 7%;
    margin-right: 7%;
  }

  .footer-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-holding-div {
    width: 100%;
  }

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

  .trainer-img {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .grid-img._1 {
    background-position: 50%;
    background-size: cover;
  }

  .basketweave-grid {
    grid-template: "." minmax(100px, 1fr)
                   "." .5fr
                   "." .5fr
                   "." .5fr
                   "." minmax(100px, 1fr)
                   / 1fr 1.5fr 1fr 1fr 1fr 1.5fr;
  }

  .map-holder {
    flex-direction: column;
  }

  .map-side {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .btn {
    padding-left: 45px;
    padding-right: 45px;
  }

  .tab-content {
    margin-left: 0;
  }

  .about-cols {
    flex-direction: column;
  }

  .column-15 {
    order: -1;
  }

  .content-div {
    margin-top: 0;
  }

  .service-div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .holder-testimonials {
    margin-left: 5%;
    margin-right: 5%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .right-form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pricing-box {
    width: 90%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .pricing-holder {
    margin-top: 59px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .form-wrap {
    width: 90%;
  }

  .form-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .form-holder-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .plan-name---full-width {
    margin-right: 12px;
  }

  .dashboard-section {
    padding-bottom: 75px;
  }

  .flex-area {
    margin-top: 40px;
  }

  .nav-dark {
    margin-top: 24px;
  }

  .video-holder {
    width: 46%;
    margin-bottom: 25px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-left {
    margin-left: auto;
    margin-right: auto;
  }

  .features-paragraph {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features-right {
    margin-left: auto;
    margin-right: auto;
  }

  .features-block-two {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    max-width: 300px;
  }

  .me-image {
    text-align: left;
    max-width: 100%;
    overflow: hidden;
  }

  .button {
    margin-bottom: 30px;
  }

  .about-left {
    margin-left: auto;
    margin-right: auto;
  }

  .about-wrapper {
    display: block;
  }

  .div-block-8.about-text.about-right {
    max-width: 75%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-3.btn.about-btn {
    max-width: 50%;
  }

  .services-head {
    margin-top: 20%;
  }

  .list-pane {
    min-width: 40%;
    max-width: 40%;
  }

  .text-span-26 {
    color: #56697e;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  body {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    text-align: left;
    margin-top: 70px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 38px;
    line-height: 54px;
  }

  h2 {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    overflow: visible;
  }

  h5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo-font {
    margin-left: 0;
  }

  .logo-font.innerpages {
    font-size: 22px;
  }

  .modal-container {
    margin-top: 0;
  }

  .modal-div-white {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-wrapper {
    margin-top: 15px;
  }

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

  .contact-btn {
    padding-left: 75px;
    padding-right: 75px;
  }

  .close-icon {
    margin-right: -16px;
  }

  .body {
    aspect-ratio: auto;
    text-align: left;
    object-fit: fill;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .transparent-nav {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
  }

  .nav-link-2.whitenav {
    font-size: 15px;
  }

  .menu-button-2 {
    margin-bottom: 5px;
  }

  .brand-box-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-menu---dropdown {
    position: absolute;
  }

  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    padding-bottom: 79px;
    padding-right: 0;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .hero.inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero.inner.contact {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .content-holder.home {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3.thinner {
    font-size: 30px;
  }

  .heading-3.thinner.less-space, .heading-3.thinner.qhite {
    font-family: Avenir, sans-serif;
  }

  .section.process {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section.about {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
    overflow: hidden;
  }

  .section-body-div {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-body-div.hiw {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 60px;
  }

  .body-paragraphy, .body-paragraphy.light {
    margin-left: 0;
    margin-right: 0;
  }

  .body-paragraphy.light.hero-subhead {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
  }

  .body-paragraphy.light.inner-subhead {
    width: 100%;
    margin-left: 0;
  }

  .body-paragraphy.light.form-left-text {
    font-family: Avenir, sans-serif;
  }

  .white-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .white-heading.inner {
    font-size: 34px;
    line-height: 50px;
  }

  .white-heading.home-centred {
    object-fit: cover;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-top: 0;
    font-size: 36px;
    line-height: 56px;
    display: flex;
  }

  .gallery {
    padding-bottom: 80px;
  }

  .gallery.div {
    padding-bottom: 40px;
  }

  .hero-div-holder {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-section {
    padding: 0 10px;
  }

  .footer-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .copyright-text-2 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link-2 {
    margin-left: 0;
  }

  .column-5 {
    background-image: none;
    align-items: center;
    padding-left: 0;
  }

  .form-wrap-2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-label-2 {
    font-family: Avenir, sans-serif;
  }

  .terms-privacy {
    margin-top: 60px;
  }

  .trainer-img {
    background-image: url('../images/stace.jpg');
    background-size: cover;
    flex-direction: column;
    padding-top: 174px;
    display: block;
    overflow: visible;
  }

  .basketweave-grid {
    grid-column-gap: 4px;
    grid-row-gap: 6px;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: ".";
  }

  .basketweave-block.last {
    display: block;
  }

  .basketweave-block._2 {
    display: none;
  }

  .map-side {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .location-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .btn._2 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.form-button.inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .tab-content {
    padding: 25px 15px;
  }

  .services-section {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    overflow: hidden;
  }

  .content-div {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .service-div {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 0;
  }

  .testimonial-text-2 {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-family: Avenir, sans-serif;
    line-height: 28px;
  }

  .testimonial-text-div {
    width: 100%;
    height: 360px;
    padding-bottom: 40px;
  }

  .inner-div {
    flex-direction: column;
  }

  .testimonial-div-box {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .testimonial-div-box._3 {
    margin-top: 30px;
    padding-top: 0;
  }

  .testimonial-div-box.middle {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .name-position {
    font-family: Avenir, sans-serif;
  }

  .img-div._1, .img-div._2, .img-div._3 {
    width: 100px;
  }

  .testimonials {
    overflow: hidden;
  }

  .left-form-text {
    padding-right: 0;
  }

  .right-form-block {
    width: 100%;
  }

  .pricing-box {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .h1 {
    font-size: 28px;
    line-height: 44px;
  }

  .h1.centred {
    line-height: 36px;
  }

  .form-wrap {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrap.account {
    width: 100%;
  }

  .form-holder-2 {
    flex-direction: column;
  }

  .left-form-col {
    padding-right: 0;
  }

  .right-form-col {
    padding-left: 0;
  }

  .plan-type---dashboard.right {
    margin-top: 15px;
    padding: 15px 20px;
  }

  .plan-name---full-width {
    margin-bottom: 4px;
  }

  .dashboard-section {
    min-height: auto;
    padding-top: 60px;
  }

  .grid-box-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .profile-img.larger {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .dropdown-toggle, .nav-dark {
    display: none;
  }

  .split-holder {
    flex-direction: column;
    align-items: center;
  }

  .split-holder.account {
    flex-direction: column;
  }

  .video-holder {
    width: 100%;
  }

  .cancel-div {
    margin-top: 25px;
  }

  .features-list {
    padding-top: 0;
    overflow: hidden;
  }

  .container {
    max-width: none;
  }

  .features-paragraph {
    margin-top: 20px;
    font-family: Avenir, sans-serif;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    margin-top: 80px;
    font-family: Avenir, sans-serif;
  }

  .div-block-7 {
    min-width: 100%;
  }

  .about-heading {
    text-align: center;
    max-width: 75%;
    margin-top: 80px;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    text-align: center;
  }

  .about-left {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-wrapper {
    display: block;
  }

  .div-block-8.about-text.about-right {
    clear: none;
    flex: 0 auto;
    align-self: auto;
    min-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: 520px;
    right: -3px;
    overflow: visible;
  }

  .image-4.about-img {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    min-width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-3.btn.about-btn {
    max-width: 50%;
  }

  .services-head {
    margin-top: 20%;
    font-family: Avenir, sans-serif;
  }

  .list-pane {
    min-width: 100%;
    max-width: 100%;
  }

  .list-pane.right-list {
    margin-top: -10px;
  }

  .div-block-9 {
    display: block;
  }

  .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .list-item-11 {
    font-family: Avenir, sans-serif;
  }

  .text-span-26 {
    color: #56697e;
    font-family: Avenir, sans-serif;
  }
}


@font-face {
  font-family: 'Fontawesome Solid';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LT-95-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}