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

h1 {
  color: #383838;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: #383838;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: #7e7e7e;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 32px;
}

.page-body {
  color: #563935;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.header-section {
  z-index: 1;
  width: 100%;
  max-width: 1366px;
  background-color: #fff;
  margin-top: -80px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.nav-container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-link {
  font-weight: 600;
}

.nav-link.current {
  color: #9689d6;
}

.nav-cta {
  float: right;
  color: #797590;
  background-color: #e5e2f9;
  border-radius: 24px;
  font-weight: 700;
}

.hero-section {
  background-color: #dbd6f7;
  margin-top: 80px;
  position: relative;
}

.hero-content-wrapper {
  align-items: center;
  display: flex;
}

.hero-image-container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-content-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tag {
  color: #3f3f41;
  background-color: #c5c0e1;
  border-radius: 16px;
  padding: 4px 10px;
  font-weight: 600;
  display: inline-block;
}

.hero-heading {
  color: #635b8c;
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.hero-text {
  margin-top: 20px;
  line-height: 32px;
}

.hero-book-now {
  background-color: #c5c0e1;
  border-radius: 24px;
  margin-top: 20px;
  padding: 4px 4px 4px 16px;
  line-height: 48px;
}

.hero-book-now.call-us {
  margin-left: 20px;
  padding-right: 16px;
}

.book-now-text {
  float: left;
  color: #635b8c;
  font-weight: 700;
}

.book-now-image {
  float: left;
  margin-left: 10px;
}

.about-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.why-choose-us-boxes {
  margin-top: 40px;
  margin-bottom: 40px;
}

.why-choose-us-box {
  text-align: center;
  text-transform: capitalize;
}

.services-section {
  background-color: #e7f6fd;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-us-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 40px;
}

.text-align-left {
  text-align: left;
}

.why-choose-us-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.book-now-section {
  background-color: #e5e2f9;
  padding-top: 20px;
  padding-bottom: 60px;
}

.booking-form-container {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 40px auto 0;
}

.contact-section {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.cr-text, .our-services-container {
  margin-top: 40px;
}

.cr-text a {
  color:#563935;
  text-decoration:none;
}

.services-content-wrapper {
  text-align: center;
  background-color: #fff;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link {
  color: #000;
  text-decoration: none;
}

.price-list-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  margin-top: 40px;
  display: flex;
}

.free-tag {
  color: #fff;
  background-color: green;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  display: inline;
}

.price-tag {
  font-size: 24px;
  font-weight: 700;
}

.block {
  text-transform: capitalize;
  background-color: #f1f1f1;
  border-radius: 16px;
  padding-bottom: 20px;
}

.paragraph {
  color: #fff;
}

.price-old {
  color: gray;
  text-decoration: line-through;
}

@media screen and (max-width: 767px) {
  .hero-content-wrapper {
    flex-direction: column;
  }

  .hero-content-container {
    text-align: center;
  }

  .hero-image {
    height: 200px;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .about-us-container {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 36px;
  }

  h2, h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .logo {
    width: 100px;
  }

  .hero-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 24px;
  }

  .why-choose-us-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .price-list-heading {
    flex-direction: column;
  }
}

#w-node-_0e4b336f-87ad-aa84-5fff-0b39b0168b9a-2f469f86, #w-node-c52bb17f-cd40-4de5-3ae8-58e30d1ac7a4-2f469f86, #w-node-cb7651f2-0ab1-b92a-ec69-e3d9a3a09033-2f469f86, #w-node-_11ab136d-22c6-624f-762d-cd83daf7489f-2f469f86, #w-node-_753b8394-2201-4ffa-a745-ad37daf6533e-2f469f86, #w-node-cbde5099-1ed2-c703-2768-15648e72d29d-2f469f86, #w-node-b290bc60-c30d-057e-3d30-2cf8daca1eed-2f469f86, #w-node-_067bc916-390e-972e-26e9-93bef86fd893-2f469f86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


