.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.landing-page {
  height: 90vh;
  background-color: rgba(73, 121, 152, 0.1);
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  color: #fff;
}

.landing-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.landing-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading.landing-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}

.schedule-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 60%;
  min-height: 60%;
  margin-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(132, 140, 133, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), radial-gradient(circle farthest-corner at 50% 0%, #fff 9%, #122c39);
  background-image: linear-gradient(180deg, transparent, transparent), radial-gradient(circle farthest-corner at 50% 0%, #fff 9%, #122c39);
  text-align: left;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-2.about-title {
  margin-top: 13px;
  margin-bottom: 22px;
  padding-top: 7px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  width: 100%;
  min-width: 100%;
  margin-top: -9px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.button {
  text-align: left;
}

.about-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-text-box {
  max-width: 40%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cards {
  height: auto;
  margin-top: 35px;
  background-color: rgba(255, 255, 255, 0.1);
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  grid-template-areas: "Area Area-2 Area-3"
    "Area-6 Area-5 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.fullpic-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('../images/Group-22x.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent), url('../images/Group-22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.fullpic-profile-name {
  margin-bottom: 4px;
  color: #fff;
  text-align: center;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.white-profile-tagline {
  color: #fff;
}

.fullpic-profile-bio {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.fullpic-profile-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('../images/Group-22x.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent), url('../images/Group-22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2 {
  border-radius: 20px;
}

.grid-2 {
  height: auto;
  margin-top: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 81px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  -ms-grid-rows: minmax(auto, auto) 81px auto;
  grid-template-rows: minmax(auto, auto) auto;
}

.heading-4 {
  padding-bottom: 0px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.div-block-3 {
  height: auto;
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.43)), to(#fff));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.43), #fff);
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-3.reflex {
  min-height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/conscious-design-Xu-4rcRvjX0-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/conscious-design-Xu-4rcRvjX0-unsplash-1.jpg');
  background-position: 0px 0px, 35% 50%;
  background-size: auto, cover;
}

.div-block-3.shiatsu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/conscious-design-V3ctk9ebKTA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/conscious-design-V3ctk9ebKTA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-3.sport {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/annie-spratt-Nt5eeIKH-1s-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/annie-spratt-Nt5eeIKH-1s-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-3.swedish {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/pexels-cottonbro-3997994.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/pexels-cottonbro-3997994.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-3.lymph {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/pexels-cottonbro-3997989.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/pexels-cottonbro-3997989.jpg');
  background-position: 0px 0px, 75% 50%;
  background-size: auto, cover;
}

.div-block-3.cranios {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/diego-ph-SZYreZsJ-fE-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/diego-ph-SZYreZsJ-fE-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.card-par {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 19px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Hind Madurai', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.section {
  height: 100vh;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/background-thing.PNG');
  background-position: 50% 25%;
  background-size: cover;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/tttttt.PNG');
  background-position: 50% 10%;
  background-size: cover;
}

.section-2.footer {
  height: auto;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #497998;
  font-size: 32px;
  font-weight: 400;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(132, 140, 133, 0.1);
  font-size: 8px;
}

.div-block-5 {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #274046), to(#e6dada));
  background-image: linear-gradient(180deg, #274046 13%, #e6dada);
}

.nav-menu {
  display: block;
  margin-top: 14px;
  margin-right: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.nav-link {
  font-size: 25px;
}

.about-link {
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 21px;
}

.services-link {
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 21px;
}

.contact-link {
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.image {
  width: 75px;
  margin-top: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #e2dbdb;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-2 {
  line-height: 25px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: -6px;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.button-2 {
  margin-top: 4px;
  padding: 3px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 20px;
  background-color: rgba(184, 129, 148, 0.89);
  font-family: 'Hind Madurai', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.paragraph-4 {
  display: block;
  max-width: 60%;
  min-width: 60%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: justify;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-3 {
  margin-bottom: 29px;
  border-radius: 20px;
  background-color: #497998;
  box-shadow: 1px 1px 3px 0 #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-8 {
  width: 100%;
}

.paragraph-5 {
  width: 50%;
  text-align: justify;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column {
  height: 100%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 50%;
  height: 50%;
  margin-bottom: 49px;
  border-radius: 20px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-8 {
  width: 50%;
}

.paragraph-6 {
  max-height: none;
  max-width: none;
  min-width: 0px;
  margin-top: 12px;
  font-family: 'Hind Madurai', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.button-4 {
  margin-top: 12px;
  margin-bottom: 21px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #b88194;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Hind Madurai', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.button-4.w--current {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-9 {
  margin-top: 27px;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 400;
}

.card-text-box {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea {
  width: 40%;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #9fbacb;
  border-radius: 20px;
  font-family: Lora, sans-serif;
  font-size: 16px;
}

.text-field {
  width: 40%;
  border-style: solid;
  border-width: 2px;
  border-color: #9fbacb;
  border-radius: 20px;
  font-family: Lora, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  width: 40%;
  margin-top: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #9fbacb;
  border-radius: 20px;
  font-family: Lora, sans-serif;
  font-size: 16px;
}

.text-field-3 {
  width: 40%;
  margin-top: 10px;
  border: 2px solid #9fbacb;
  border-radius: 20px;
  font-family: Lora, sans-serif;
  font-size: 16px;
}

.submit-button {
  width: 10%;
  min-width: 51px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #497998;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block-4 {
  margin-left: 23px;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 18px;
  text-align: center;
}

.text-block-5 {
  width: 30%;
  max-width: 60%;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.text-block-6 {
  margin-right: 25px;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.body {
  background-color: rgba(255, 255, 255, 0.1);
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#274046), to(#e6dada));
  background-image: linear-gradient(180deg, #274046, #e6dada);
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 0px;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.about-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
}

.div-block-13 {
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/lotus-tests-med.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/lotus-tests-med.jpg');
  background-position: 0px 0px, 50% 54%;
  background-size: auto, cover;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-size: 40px;
  font-weight: 500;
}

.footer {
  height: 15vh;
  background-image: url('../images/tttttt.PNG');
  background-position: 50% 0%;
  background-size: auto;
}

.paragraph-7 {
  max-width: 75%;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 18px;
}

.body-2 {
  height: auto;
}

.background {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/diego-ph-SZYreZsJ-fE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-8 {
  font-size: 18px;
}

.paragraph-9 {
  font-family: Lora, sans-serif;
  font-size: 24px;
}

.paragraph-10 {
  width: 40%;
  max-width: 60%;
  min-width: 0%;
  font-family: Lora, sans-serif;
  font-size: 24px;
  text-align: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(39, 64, 70, 0.88);
}

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 90%;
  margin-right: 4px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-image {
  width: 90%;
  height: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-11 {
  margin: 0px 0px 20px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.paragraph-11 {
  max-width: 90%;
  margin-right: 0px;
  margin-left: 10px;
  font-family: 'Hind Madurai', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-14 {
  max-width: 60%;
  text-align: left;
}

.div-block-15 {
  text-align: center;
}

.body-3 {
  background-color: #2f3d52;
}

.navbar-2 {
  background-color: transparent;
}

.heading-12 {
  color: #fafafa;
  text-align: center;
}

.paragraph-12 {
  max-width: 100%;
  margin-right: 40px;
  margin-left: 40px;
  color: #fafafa;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #fff;
}

.div-block-16 {
  height: 50%;
}

.body-4 {
  background-color: #949494;
}

.image-3 {
  border-radius: 20px;
}

.button-5 {
  border-radius: 20px;
  background-color: #01070c;
}

.text-block-7 {
  margin-bottom: 20px;
}

.div-block-17 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.navbar-3 {
  position: static;
}

@media screen and (min-width: 1280px) {
  .schedule-btn {
    margin-bottom: -86px;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }

  .image {
    width: 75px;
  }
}

@media screen and (min-width: 1440px) {
  .landing-page {
    margin-bottom: -80px;
  }

  .landing-text-box {
    margin-top: 0px;
  }

  .schedule-btn {
    margin-bottom: -79px;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }

  .card-par {
    font-size: 22px;
    line-height: 22px;
  }

  .about-link {
    font-size: 25px;
  }

  .services-link {
    font-size: 25px;
  }

  .contact-link {
    font-size: 25px;
  }

  .image {
    width: 90px;
  }

  .heading-7 {
    margin-bottom: 8px;
    padding-bottom: 9px;
  }

  .paragraph-6 {
    font-size: 25px;
    line-height: 26px;
  }

  .paragraph-13 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .landing-page {
    margin-top: 0px;
  }

  .landing-img {
    font-size: 20px;
  }

  .landing-text-box {
    margin-top: 20px;
  }

  .heading.landing-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 70px;
  }

  .schedule-btn {
    margin-bottom: -80px;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(625px, 1fr));
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block-3.cranios {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/diego-ph-SZYreZsJ-fE-unsplash.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/diego-ph-SZYreZsJ-fE-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .card-par {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .paragraph {
    font-size: 24px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .about-link {
    font-size: 28px;
  }

  .services-link {
    font-size: 28px;
  }

  .contact-link {
    font-size: 28px;
  }

  .image {
    width: 100px;
  }

  .heading-7 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 40px;
  }

  .paragraph-3 {
    margin-top: 0px;
    margin-bottom: -5px;
    font-size: 20px;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 35px;
    line-height: 36px;
  }

  .heading-9 {
    font-size: 55px;
  }

  .submit-button {
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-6 {
    font-size: 25px;
    line-height: 25px;
  }

  .flex-container-3 {
    margin-top: 100px;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image {
    width: 70%;
  }

  .heading-11 {
    font-size: 45px;
  }

  .paragraph-13 {
    font-size: 25px;
    line-height: 25px;
  }

  .div-block-17 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .landing-img {
    margin-top: 0px;
    margin-bottom: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .heading.landing-heading {
    margin-bottom: 9px;
    font-size: 40px;
  }

  .schedule-btn {
    margin-top: 0px;
    margin-bottom: -85px;
  }

  .grid {
    grid-auto-flow: column;
    grid-template-areas: "Area Area-2";
  }

  .fullpic-profile {
    padding: 40px 40px 30px;
  }

  .fullpic-profile-2 {
    padding: 40px 40px 30px;
  }

  .grid-2 {
    height: auto;
    margin-top: -8px;
    justify-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(273px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-4 {
    font-size: 20px;
  }

  .div-block-3 {
    height: auto;
    border-radius: 20px;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .div-block-3.reflex {
    min-height: 300px;
  }

  .div-block-3.shiatsu {
    max-height: 300px;
    min-height: 300px;
  }

  .div-block-3.sport {
    width: 80%;
    height: 80%;
    min-height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/annie-spratt-Nt5eeIKH-1s-unsplash-1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/annie-spratt-Nt5eeIKH-1s-unsplash-1.jpg');
    background-position: 0px 0px, 50% 30%;
  }

  .div-block-3.swedish {
    width: 80%;
    height: 80%;
    min-height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pexels-cottonbro-3997994.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/pexels-cottonbro-3997994.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .div-block-3.lymph {
    max-height: 300px;
  }

  .div-block-3.cranios {
    max-height: 300px;
    min-height: 300px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/diego-ph-SZYreZsJ-fE-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/diego-ph-SZYreZsJ-fE-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .card-par {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 16px;
  }

  .heading-5 {
    font-weight: 500;
  }

  .paragraph {
    font-size: 16px;
  }

  .section-2 {
    height: auto;
  }

  .heading-6 {
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-5 {
    height: 50%;
    background-image: url('../images/lotus-tests-med.jpg');
    background-position: 50% 60%;
    background-size: cover;
  }

  .nav-menu {
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 20px;
    background-color: #3a3a3a;
  }

  .about-link {
    text-align: center;
  }

  .services-link {
    text-align: center;
  }

  .contact-link {
    text-align: center;
  }

  .image {
    width: 60px;
  }

  .heading-7 {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-2 {
    font-size: 12px;
  }

  .div-block-8 {
    width: 55%;
  }

  .paragraph-6 {
    margin-top: 15px;
    margin-bottom: 16px;
    font-family: 'Hind Madurai', sans-serif;
  }

  .button-4 {
    margin-bottom: 26px;
    font-size: 12px;
  }

  .heading-9 {
    color: #242424;
    font-size: 40px;
  }

  .card-text-box {
    min-height: 300px;
  }

  .div-block-9 {
    width: 100%;
    height: 80%;
    min-height: 0px;
  }

  .div-block-10 {
    width: 100%;
    height: 80%;
    min-height: 0px;
  }

  .card-shapes {
    min-height: 300px;
  }

  .div-block-11 {
    min-height: 300px;
  }

  .div-block-12 {
    min-height: 300px;
  }

  .textarea {
    width: 45%;
  }

  .text-field {
    width: 45%;
  }

  .text-field-2 {
    width: 45%;
  }

  .text-field-3 {
    width: 45%;
  }

  .submit-button {
    width: 15%;
    min-width: 0px;
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5 {
    width: 40%;
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .feature-image {
    width: auto;
    height: auto;
  }

  .div-block-13 {
    height: 50%;
    background-image: url('../images/lotus-tests-med.jpg');
    background-position: 50% 60%;
    background-size: cover;
  }

  .flex-container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-7 {
    max-width: 90%;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .hero {
    height: auto;
  }

  .flex-container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image {
    width: 60%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .heading-11 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 35px;
    font-weight: 500;
  }

  .paragraph-11 {
    width: auto;
    max-width: none;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 16px;
  }

  .div-block-14 {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .paragraph-13 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .icon {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .landing-page {
    height: 70vh;
  }

  .landing-text-box {
    margin-top: 10px;
  }

  .container {
    margin-top: 0px;
  }

  .heading.landing-heading {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .schedule-btn {
    margin-bottom: -79px;
  }

  .cards {
    height: auto;
  }

  .heading-3 {
    margin-top: 12px;
    margin-bottom: 21px;
  }

  .grid-2 {
    width: 568px;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  }

  .div-block-3 {
    width: 400px;
    height: 225px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-3.reflex {
    width: 60%;
    height: 80%;
  }

  .div-block-3.reflex.moves {
    width: 70%;
  }

  .div-block-3.shiatsu {
    width: 60%;
    height: 80%;
    max-height: 0px;
  }

  .div-block-3.shiatsu.moves {
    width: 70%;
  }

  .div-block-3.sport {
    width: 60%;
  }

  .div-block-3.sport.moves {
    width: 70%;
  }

  .div-block-3.swedish {
    width: 60%;
  }

  .div-block-3.swedish.moves {
    width: 70%;
  }

  .div-block-3.lymph {
    width: 60%;
    height: 80%;
    max-height: 0px;
    min-height: 300px;
  }

  .div-block-3.lymph.moves {
    width: 70%;
  }

  .div-block-3.cranios {
    width: 70%;
    height: 80%;
    max-height: 0px;
    min-height: 300px;
  }

  .section-2 {
    height: auto;
  }

  .heading-6 {
    margin-top: 0px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image {
    margin-top: 5px;
  }

  .heading-7 {
    margin-top: 0px;
    font-size: 25px;
  }

  .paragraph-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .button-2 {
    padding: 5px 10px;
    font-size: 10px;
    text-align: left;
  }

  .div-block-8 {
    width: 65%;
  }

  .textarea {
    width: 70%;
  }

  .text-field {
    width: 70%;
  }

  .text-field-2 {
    width: 70%;
  }

  .text-field-3 {
    width: 70%;
  }

  .submit-button {
    width: 20%;
  }

  .text-block-4 {
    margin-left: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-5 {
    width: 70%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-6 {
    margin-right: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero {
    padding: 5px 10px 10px;
  }

  .flex-container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    height: 80%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    margin-left: 0px;
  }

  .heading-11 {
    text-align: center;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .div-block-14 {
    max-width: none;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-13 {
    font-size: 18px;
  }

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

  .menu-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .landing-page {
    height: 60vh;
  }

  .landing-img {
    height: 105%;
    margin-bottom: 0px;
  }

  .landing-text-box {
    margin-top: 0px;
  }

  .container {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .heading.landing-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 35px;
  }

  .schedule-btn {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about {
    max-height: 0%;
    font-family: 'Hind Madurai', sans-serif;
  }

  .fullpic-profile {
    padding: 30px 30px 20px;
  }

  .fullpic-profile-2 {
    padding: 30px 30px 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid-2 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fit, minmax(291px, 0.5fr));
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .heading-4 {
    font-size: 24px;
  }

  .div-block-3 {
    width: auto;
    height: auto;
  }

  .div-block-3.reflex.moves {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3.shiatsu.moves {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3.sport {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/annie-spratt-Nt5eeIKH-1s-unsplash-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/annie-spratt-Nt5eeIKH-1s-unsplash-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-3.sport.moves {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3.swedish.moves {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/pexels-cottonbro-3997994.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/pexels-cottonbro-3997994.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-3.lymph.moves {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3.cranios {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-par {
    font-size: 20px;
    font-weight: 400;
  }

  .contact {
    height: auto;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 28px;
  }

  .paragraph {
    margin: 10px 5px;
    line-height: 25px;
  }

  .heading-6 {
    font-size: 16px;
  }

  .text-block-3 {
    height: auto;
    min-height: 0%;
    font-size: 8px;
  }

  .div-block-5 {
    height: 50%;
    background-image: url('../images/lotus-tests-med.jpg');
    background-position: 50% 70%;
  }

  .about-link {
    font-size: 18px;
  }

  .services-link {
    font-size: 18px;
  }

  .contact-link {
    font-size: 18px;
  }

  .image {
    width: 45px;
    max-height: 70px;
    max-width: 70px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .heading-7 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .button-2 {
    margin-bottom: 0px;
    padding: 3px 6px;
    font-size: 12px;
  }

  .div-block-8 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-6 {
    max-height: 100%;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }

  .button-4 {
    font-size: 12px;
  }

  .button-4.w--current {
    padding: 3px 9px;
    font-size: 8px;
  }

  .heading-9 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .textarea {
    width: auto;
  }

  .text-field {
    width: auto;
  }

  .text-field-2 {
    width: auto;
  }

  .text-field-3 {
    width: auto;
  }

  .submit-button {
    width: 25%;
    margin-top: 0px;
    padding: 3px 9px;
    font-size: 10px;
  }

  .text-block-4 {
    margin-left: 0px;
    font-size: 16px;
    line-height: 19px;
  }

  .text-block-5 {
    max-width: 100%;
    font-size: 10px;
  }

  .text-block-6 {
    margin-right: 2px;
    font-size: 16px;
    line-height: 19px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .div-block-13 {
    height: 50%;
    background-image: url('../images/lotus-tests-med.jpg');
    background-position: 50% 70%;
  }

  .paragraph-10 {
    font-size: 14px;
  }

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

  .flex-container-3 {
    margin-top: 0px;
  }

  .hero-image {
    width: 275px;
    height: auto;
    max-width: none;
  }

  .heading-11 {
    margin-top: 10px;
    font-size: 25px;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .div-block-14 {
    max-width: none;
  }

  .div-block-15 {
    margin-bottom: 10px;
  }

  .paragraph-13 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-17 {
    margin-top: 0px;
  }
}

#w-node-_644a0454-a3ff-0800-66d8-1343f45354b0-34ce1fcc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_846e258f-230f-f847-ece4-abea865dd400-34ce1fcc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f2a7798f-9d41-9286-d0af-e9e73f7182c2-34ce1fcc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d65bcbb5-ff22-25ff-6c61-3a8b1ed78a21-34ce1fcc {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c5b9ded8-a2f7-f1c9-e310-5d861a2208b2-34ce1fcc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_82dd65b3-5589-3044-0a5a-bf5015997816-34ce1fcc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_644a0454-a3ff-0800-66d8-1343f45354b0-34ce1fcc {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_644a0454-a3ff-0800-66d8-1343f45354b0-34ce1fcc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_846e258f-230f-f847-ece4-abea865dd400-34ce1fcc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f2a7798f-9d41-9286-d0af-e9e73f7182c2-34ce1fcc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d65bcbb5-ff22-25ff-6c61-3a8b1ed78a21-34ce1fcc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c5b9ded8-a2f7-f1c9-e310-5d861a2208b2-34ce1fcc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_82dd65b3-5589-3044-0a5a-bf5015997816-34ce1fcc {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

