:root {
  --chocolate: #cb6f2b;
  --maroon: #6f212b;
  --white: white;
  --black: black;
  --width: 200px;
  --height: 40px;
  --bg: #f3f5f6;
  --transparent: transparent;
}

body {
  color: #333;
  font-family: Ppmori, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.footer {
  background-color: var(--maroon);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

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

.footer-text {
  color: var(--white);
  margin-top: 26px;
  font-size: 18px;
  line-height: 140%;
}

.footer-link {
  color: var(--white);
  margin-top: 10px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.footer-link.blog-text {
  color: var(--white);
  font-size: 16px;
}

.footer-block {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.footer-block.hide {
  display: none;
}

.div-block-5 {
  margin-top: 60px;
}

.blog-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: column;
  height: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.blog-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-date {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 130%;
}

.blog-text {
  color: var(--black);
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.blog-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.button-10 {
  z-index: 99999;
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/63088c727dcc2343f44abffa/65a8e934e74d860d15843c1e_gg_phone.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border: 6px solid #5e5585;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: fixed;
  inset: auto auto 4% 4%;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--maroon);
  color: var(--maroon);
  background-color: #6f212b00;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.div-block-12 {
  flex-flow: column;
  display: flex;
}

.heading-5 {
  color: var(--chocolate);
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

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

.div-block-16 {
  flex-flow: column;
  display: flex;
}

.hero-summery {
  font-size: 18px;
  line-height: 1.5;
}

.new-container {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-style-h2 {
  color: var(--chocolate);
  margin-top: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.summery {
  font-size: 20px;
  line-height: 1.3;
}

.heading-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 568px;
  display: flex;
}

.button-primary-second {
  color: #fff;
  text-align: center;
  background-color: #6f212b;
  border: 2px solid #0000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.button-primary-second:hover {
  border: 2px solid var(--maroon);
  color: var(--maroon);
  background-color: #fff;
}

.logo {
  height: 80px;
}

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

.header-nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-block {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-button-dekstop {
  color: #fff;
  text-align: center;
  background-color: #6f212b;
  border: 2px solid #0000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.nav-button-dekstop:hover {
  border: 2px solid var(--maroon);
  color: var(--maroon);
  background-color: #fff;
}

.nav-button-mobile {
  color: #fff;
  text-align: center;
  background-color: #6f212b;
  border: 2px solid #0000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: none;
}

.nav-button-mobile:hover {
  border: 2px solid var(--maroon);
  color: var(--maroon);
  background-color: #fff;
}

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

.press-hero-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.press {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 12px;
  width: auto;
  max-width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.press-big-image-section {
  padding-bottom: 80px;
}

.press-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-logo-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  display: flex;
}

.client-logo {
  width: 200px;
}

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

.article-content-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  padding: 26px;
  display: flex;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #6f212b;
  border: 2px solid #0000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-secondary:hover {
  border: 2px solid var(--maroon);
  color: var(--maroon);
  background-color: #fff;
}

.artical-heading-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.artical-image-wrap {
  border-radius: 12px;
  height: 200px;
  overflow: hidden;
}

.artical-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.artical-blog-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--maroon);
  color: var(--maroon);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.article-blog-wrap {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.press-heding-style {
  color: var(--maroon);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.3;
}

.schema-box, .hide {
  display: none;
}

.page-container {
  width: 100%;
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1280px) {
  .interested-block.t-left {
    margin-left: auto;
    margin-right: auto;
  }

  .ls-hero-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-heading-h1 {
    font-size: 40px;
  }

  .living-space-rich-text h1 {
    font-size: 38px;
  }

  .living-space-rich-text h2 {
    font-size: 32px;
  }

  .living-space-rich-text h3 {
    font-size: 30px;
  }

  .living-space-rich-text h4 {
    font-size: 28px;
  }

  .living-space-rich-text h5 {
    font-size: 24px;
  }

  .living-space-rich-text h6 {
    font-size: 22px;
  }

  .living-space-gallery-item {
    height: 300px;
  }

  .living-space-faq-rich-text h1 {
    font-size: 40px;
  }

  .living-space-faq-rich-text h2 {
    font-size: 36px;
  }

  .living-space-faq-rich-text h3 {
    font-size: 32px;
  }

  .living-space-faq-rich-text h4 {
    font-size: 30px;
  }

  .living-space-faq-rich-text h5 {
    font-size: 28px;
  }

  .living-space-faq-rich-text h6 {
    font-size: 24px;
  }

  .ls-map-title-wrap {
    max-width: 930px;
  }

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

  .ls-feature-title-wrap {
    max-width: 70%;
  }

  .ls-floor-table-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .ls-hero-left {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .ls-hero-sub-text {
    font-size: 22px;
  }

  .section-heading-h2 {
    font-size: 36px;
  }

  .ls-hero-banner-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-img {
    width: 44%;
  }

  .hero-content-3 {
    width: 42%;
  }

  .living-option-block {
    max-width: 760px;
  }

  .complete-living-spaces-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-image {
    width: auto;
  }

  .navbar-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .header-container {
    max-width: 90%;
  }

  .ls-hero-section {
    padding-top: 150px;
  }

  .service-hero-paragraph {
    font-size: 22px;
  }

  .living-services-section {
    padding-bottom: 0;
  }

  .living-service-content p {
    font-size: 20px;
  }

  .living-faq-image {
    height: 540px;
  }

  .service-container {
    max-width: 80%;
  }

  .service-container.small {
    max-width: 65%;
  }

  .landing-hero-content {
    width: 37%;
  }

  .landing-hero-slider {
    width: 60%;
  }

  .holistic-tabs-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-container {
    max-width: 1230px;
  }

  .section-heading-h1 {
    font-size: 48px;
  }

  .living-space-rich-text p, .living-space-rich-text li, .living-space-rich-text p, .living-space-rich-text li {
    font-size: 18px;
  }

  .living-space-gallery-item {
    height: 320px;
  }

  .ls-faq-question {
    font-size: 24px;
  }

  .living-space-faq-rich-text p, .living-space-faq-rich-text li {
    font-size: 18px;
  }

  .living-space-faq-rich-text h1 {
    font-size: 44px;
  }

  .living-space-faq-rich-text h2 {
    font-size: 40px;
  }

  .living-space-faq-rich-text h3 {
    font-size: 36px;
  }

  .living-space-faq-rich-text h4 {
    font-size: 34px;
  }

  .living-space-faq-rich-text h5 {
    font-size: 30px;
  }

  .living-space-faq-rich-text p, .living-space-faq-rich-text li, .paragraph-normal {
    font-size: 18px;
  }

  .ls-service-title {
    font-size: 24px;
  }

  .ls-map-title-wrap {
    max-width: 100%;
  }

  .paragraph-large {
    font-size: 24px;
  }

  .ls-hero-summary {
    font-size: 18px;
  }

  .ls-hero-sub-text {
    font-size: 24px;
  }

  .section-heading-h2 {
    font-size: 40px;
  }

  .ls-map-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .ls-map-faq-question {
    font-size: 22px;
  }

  .ls-hero-banner-section {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-img {
    width: 42%;
  }

  .contact-grid {
    max-width: 75%;
  }

  .hero-content-3 {
    width: 44%;
  }

  .graceful-aging-tab-wrap {
    max-width: 75%;
  }

  .hero-main-title {
    font-size: 50px;
    line-height: 1.3;
  }

  .hero-summery {
    font-size: 20px;
  }

  .hero-title-wrap {
    max-width: 100%;
  }

  .we-nest-content-wrap {
    max-width: 70%;
  }

  .heading-style-h2 {
    font-size: 40px;
    line-height: 1.4;
  }

  .summery {
    font-size: 22px;
    line-height: 1.6;
  }

  .living-wrap {
    max-width: 75%;
  }

  .living-option-block {
    padding: 20px;
  }

  .living-heading-wrap {
    width: 100%;
    max-width: 600px;
  }

  .big-image-wraper, .faq-section-wrap {
    max-width: 75%;
  }

  .heding-style-h2-small {
    font-size: 30px;
  }

  .gallery-wrap, .services-wrap {
    max-width: 75%;
  }

  .about-wrap {
    max-width: 70%;
  }

  .about-summery-wrap {
    font-size: 22px;
  }

  .complete-living-spaces-wrap {
    max-width: 60%;
  }

  .cta-wrap {
    max-width: 75%;
  }

  .amenities-block-wrap {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-wrap {
    max-width: 75%;
  }

  .unique-living-heading-wrap {
    width: 100%;
  }

  .header-container {
    max-width: 75%;
  }

  .ls-hero-section {
    background-size: 45%;
    padding-top: 200px;
  }

  .service-hero-heading {
    font-size: 38px;
  }

  .facilities-inner-wrap {
    margin-top: 40px;
  }

  .living-faq-image {
    height: 498px;
  }

  .service-container {
    max-width: 70%;
  }

  .service-container.small {
    max-width: 60%;
  }

  .graceful-aging-block-wrap {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .summery-wrap {
    font-size: 20px;
  }

  .graceful-hero-images-wrap {
    margin-left: 0;
  }

  .dream-home-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 70%;
  }

  .summery-block {
    line-height: 1.6;
  }

  .gracefultab-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-our-vission-mission-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 70%;
  }

  .our-vision-misson-box {
    z-index: 999;
  }

  .our-team-wrap, .about-hero-wrap {
    max-width: 75%;
  }

  .polices-content-wrap {
    max-width: 70%;
  }

  .press-hero-wrap, .press {
    max-width: 75%;
  }

  .press-heading-wrap {
    max-width: 70%;
  }

  .article-blog-wrap, .gallery-tabs-wrap {
    max-width: 75%;
  }

  .landing-hero-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .landing-hero-content {
    width: 50%;
  }

  .heading-h4 {
    font-size: 46px;
  }

  .landing-heri-summary {
    font-size: 18px;
  }

  .button-fill {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .landing-hero-slider {
    width: 55%;
  }

  .largest-title {
    width: 980px;
  }

  .max-width-large {
    max-width: 1070px;
  }

  .play-button {
    width: 128px;
    min-width: 128px;
    height: 128px;
    min-height: 128px;
  }

  .location-title-wrap {
    max-width: 1120px;
  }

  .location-advantages-title {
    width: 610px;
  }

  .ensure-image-wrap {
    width: 892px;
  }

  .holistic-tabs-content {
    width: 80%;
  }

  .holistic-tabs-item-image {
    height: 320px;
  }

  .section-heading-h1 {
    font-size: 50px;
  }

  .living-space-gallery-item {
    height: 350px;
  }

  .living-space-faq-rich-text h1 {
    font-size: 50px;
  }

  .living-space-faq-rich-text h2 {
    font-size: 44px;
  }

  .living-space-faq-rich-text h3 {
    font-size: 38px;
  }

  .living-space-faq-rich-text h4 {
    font-size: 36px;
  }

  .living-space-faq-rich-text h5 {
    font-size: 32px;
  }

  .living-space-faq-rich-text h6 {
    font-size: 26px;
  }

  .ls-video-play-button {
    width: 128px;
    min-width: 128px;
    height: 128px;
    min-height: 128px;
  }

  .ls-feature-title-wrap {
    max-width: 80%;
  }

  .ls-hero-left {
    max-width: 48%;
  }

  .section-heading-h2 {
    font-size: 44px;
  }

  .ls-hero-banner-section {
    background-size: 45%;
    padding-top: 200px;
  }
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 34px;
  }

  .section-title.t-small {
    font-size: 30px;
  }

  .palette-grid {
    margin-bottom: 20px;
  }

  .btn-primary.btn-nav-cta {
    max-width: 160px;
  }

  .h3-title {
    font-size: 72px;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.no-padding {
    margin-top: 0;
  }

  .navigation-bar {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .hero-section-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-content-block {
    font-size: 20px;
  }

  .hero-content-block.text-align-center {
    padding-right: 20px;
  }

  .section {
    padding-bottom: 20px;
  }

  .section.thank-you-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.py-50 {
    padding-left: 20px;
  }

  .section.py-top-0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.living-facility-section {
    padding-top: 60px;
  }

  .section.buying {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._w-80 {
    width: 100%;
  }

  .amenities-content {
    width: 100%;
    max-width: 100%;
  }

  .amenities-title {
    font-size: 24px;
  }

  .buying-blocks {
    grid-template-columns: 1fr;
  }

  .section-title-2 {
    font-size: 40px;
  }

  .features__acc-tab {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .amenities-grid-copy {
    flex-direction: column;
  }

  .service-card.swiper-slide {
    height: 230px;
  }

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

  .living-spaces-title {
    width: 100%;
    font-size: 40px;
  }

  .faq-qu-grid {
    grid-column-gap: 23px;
    font-size: 20px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .footer-link.blog-text {
    font-size: 16px;
  }

  ._w-60 {
    width: 100%;
  }

  .section-text {
    text-align: left;
    font-size: 18px;
  }

  ._w-70 {
    width: 100%;
  }

  .swiper-container.living-slider {
    height: 100%;
    display: block;
    overflow: visible;
  }

  .hero-img {
    object-fit: cover;
    width: 50%;
    margin-left: auto;
  }

  .hero-section-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .hero-section-title-block.hero-section-title-block-tablet {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero-section-title-block.buying {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .heading-title.t-color-maroon.t-weight-400 {
    font-size: 40px;
  }

  .heading-title.t-color-maroon.t-weight-400.mb-46 {
    line-height: 80px;
  }

  ._w-30 {
    width: 60%;
  }

  .hero-section-content._w-40 {
    font-size: 20px;
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
  }

  .interested-block.t-left {
    margin-left: auto;
    margin-right: auto;
  }

  .container_auto-slider {
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-100 {
    height: 100%;
    margin-bottom: 0;
  }

  .img-100.graceful-aging-hero-img {
    min-height: 380px;
  }

  .img-corner.r-40 {
    overflow: hidden;
  }

  .img-corner.radius-40 {
    border-radius: 20px;
    overflow: hidden;
  }

  ._w-75 {
    width: 100%;
  }

  .booking-block {
    width: 90%;
  }

  .hero_graceful-section {
    font-size: 20px;
  }

  .section-title-primary {
    font-size: 32px;
  }

  .hero-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-menu {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .contact-hero-img {
    height: 500px;
  }

  .contact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .contact-us-ttle {
    font-size: 44px;
  }

  .contact-input {
    border-color: var(--maroon);
  }

  .embded-map {
    width: 100%;
  }

  .policies-faq-question {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
  }

  .buying-product-block {
    font-size: 25px;
  }

  ._w-40 {
    width: 60%;
  }

  .help-reach-block {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .blog-grid, ._3col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3col-grid._3col-grid-mobile-p {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._3col-grid._3col-grid-mobile-p._3col-grid-mobile-l._3col-grid-tablet {
    grid-template-rows: minmax(320px, 340px) auto auto;
    grid-auto-rows: 1fr;
  }

  .facilities-title-block {
    font-size: 30px;
  }

  .wisdom-gallery-grid-1.wisdom-gallery-grid-1-tablet {
    grid-template-rows: 400px;
    place-content: stretch;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-text {
    font-size: 22px;
  }

  ._w-50 {
    width: 100%;
  }

  ._w-25 {
    width: 35%;
  }

  .blog-main-text h2 {
    font-size: 44px;
  }

  .section-text-30 {
    font-size: 18px;
  }

  .section-text-50 {
    font-size: 24px;
  }

  .richtext h2 {
    font-size: 44px;
  }

  .hero-title-3 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .hero-content-3 {
    width: 50%;
  }

  .section-title-2 {
    text-align: left;
    font-size: 44px;
  }

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

  .form-2 {
    padding-right: 20px;
  }

  .youtube, .heading-2 {
    margin-top: 0;
  }

  .quick-stack {
    grid-row-gap: 0px;
  }

  .navbar-3 {
    background-color: var(--white);
  }

  .image-10 {
    height: 64px;
  }

  .nav-menu {
    background-color: var(--chocolate);
    width: 100%;
    height: auto;
  }

  .icon {
    color: var(--chocolate);
    justify-content: center;
    align-items: center;
    font-size: 40px;
    display: flex;
  }

  .menu-button {
    height: 100%;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-link {
    color: var(--maroon);
    border-bottom: 0 solid #000;
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .container-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-8 {
    margin-top: 96px;
  }

  .section-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .graceful-aging-tab-wrap {
    flex-flow: column;
    max-width: 100%;
  }

  .div-block-15 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-hero-section {
    height: auto;
  }

  .hero-main-title {
    font-size: 30px;
  }

  .hero-title-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-primary {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .new-container {
    max-width: 100%;
  }

  .hero-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .we-nest-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .we-nest-content-wrap {
    max-width: 100%;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 32px;
  }

  .heading-style-h2.left {
    text-align: left;
    text-align: left;
  }

  .summery {
    font-size: 18px;
  }

  .living-wrap {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .heding-style-h2 {
    font-size: 28px;
  }

  .living-option-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .living-option-item, .living-option-block {
    max-width: 100%;
  }

  .living-option-heading {
    padding: 10px;
  }

  .living-heading-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .amenities-heading-wrap {
    max-width: 100%;
  }

  .amenities-wrap {
    grid-template-columns: 1fr;
  }

  .big-image-wraper {
    max-width: 100%;
  }

  .faq-section-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .heding-style-h2-small {
    font-size: 26px;
  }

  .gallery-section {
    padding-bottom: 60px;
  }

  .gallery-wrap {
    max-width: 100%;
  }

  .services-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 100%;
  }

  .service-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .about-wrap {
    max-width: 100%;
  }

  .complete-living-spaces-image-wrap {
    width: 100%;
    max-width: 300px;
  }

  .complete-living-spaces-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .cta-wrap {
    max-width: 100%;
  }

  .cta-heading-h2 {
    font-size: 32px;
  }

  .hero-image {
    object-fit: cover;
    width: 50%;
    margin-left: auto;
  }

  .hero-content-wrap {
    width: 50%;
  }

  .complete-living-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .navbar-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .unique-living-heading-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .heading-block {
    max-width: 468px;
  }

  .button-primary-second {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .home-service-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .home-service-grid.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    display: flex;
  }

  .swiper-button-prev {
    background-color: var(--maroon);
    color: var(--white);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .arrow-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--white);
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: absolute;
    inset: auto 0% -26% auto;
  }

  .nav-logo-image {
    z-index: 999;
  }

  .logo {
    height: 64px;
  }

  .nav-button-dekstop {
    padding-top: 18px;
    padding-bottom: 18px;
    display: none;
  }

  .nav-button-mobile {
    justify-content: center;
    align-items: center;
    max-width: 160px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .nav-menu-wrap {
    background-color: #fff;
    width: 500px;
    padding: 100px 30px 20px;
  }

  .menu-button-nav.w--open {
    z-index: 999;
    color: var(--black);
    background-color: #0000;
  }

  .menu-icon, .close-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    position: absolute;
    inset: 0%;
  }

  .ls-hero-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .service-hero-heading {
    font-size: 28px;
  }

  .service-hero-paragraph {
    width: 100%;
    font-size: 18px;
  }

  .living-services-section {
    padding-bottom: 20px;
  }

  .living-service-content h2 {
    font-size: 32px;
  }

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

  .heading-h2 {
    text-align: left;
    font-size: 28px;
  }

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

  .form-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .reach-out-block {
    padding: 25px;
  }

  .assisted-faq-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .content-flex-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .accordian-question {
    font-size: 18px;
  }

  .accordian-answer p {
    font-size: 16px;
  }

  .tagline {
    width: 100%;
  }

  .living-space-faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .living-faq-image {
    max-height: 100%;
  }

  .living-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .living-title {
    font-size: 32px;
  }

  .service-container, .service-container.small, .service-container.small {
    max-width: 100%;
  }

  .assisted-collection-list-wrap {
    width: 100%;
  }

  .buying-option-hero {
    padding: 40px 20px;
  }

  .graceful-aging-block-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .summery-wrap {
    text-align: center;
  }

  .heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .graceful-hero-images-wrap {
    grid-column-gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .graceful-hero-image.fullwidth {
    height: 380px;
  }

  .ageing-section {
    padding-bottom: 60px;
  }

  .dream-home-block {
    max-width: 100%;
  }

  .summery-block {
    font-size: 18px;
  }

  .heading-style-2 {
    text-align: center;
    font-size: 32px;
  }

  .graceful-aging-tab-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gracefultab-content-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .graceful-aging-tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .graceful-aging-tab-menu {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .graceful-aging-tab-title {
    height: 52px;
  }

  .about-us-section {
    padding: 20px;
  }

  .about-our-vission-mission-section {
    padding-top: 40px;
  }

  .about-our-vission-mission-wrap, .our-team-wrap, .our-team-heading-wrap {
    max-width: 100%;
  }

  .our-teams-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .our-team-name {
    font-size: 24px;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-form-input, .contact-form-textarea {
    border-color: var(--maroon);
  }

  .polices-content-wrap {
    max-width: 100%;
  }

  .polices-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .press-hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .press-hero-wrap {
    max-width: 100%;
  }

  .press {
    object-fit: fill;
    max-width: 100%;
  }

  .press-heading-wrap {
    max-width: 100%;
  }

  .button-secondary {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .artical-blog-title {
    font-size: 24px;
  }

  .article-blog-wrap {
    max-width: 100%;
  }

  .press-heding-style {
    font-size: 28px;
  }

  .gallery-healthy-aging-section, .experience-cadabams-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-tab-section {
    padding: 20px;
  }

  .gallery-tabs-wrap {
    max-width: 100%;
  }

  .contact-cta-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .landing-hero-wrap {
    flex-flow: column;
  }

  .landing-hero-content {
    text-align: center;
    width: 75%;
  }

  .landing-hero-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .button-fill {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .landing-hero-slider {
    width: 100%;
  }

  .swiper.largest-swiper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .largest-section {
    padding-top: 80px;
  }

  .largest-title {
    width: 730px;
  }

  .tradition-wrap {
    max-width: 100%;
  }

  .tradition-title {
    width: 100%;
  }

  .max-width-large {
    max-width: 600px;
  }

  .video-section, .location-advantages-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .location-advantages-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .location-advantages-title, .location-image-wrap {
    width: 100%;
  }

  .ensure-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .holistic-section {
    padding-bottom: 100px;
  }

  .holistic-tabs-menu {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .holistic-tabs-link {
    flex: none;
  }

  .holistic-tabs-list {
    grid-template-columns: 1fr 1fr;
  }

  .holistic-tabs-item-image {
    height: 180px;
  }

  .holistic-tabs-item-content {
    font-size: 16px;
  }

  .holistic-tabs-item-title {
    font-size: 20px;
  }

  .brochure-popup-inner-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-thumbnail-desktop {
    display: block;
  }

  .page-container {
    max-width: 98%;
  }

  .section-heading-h1 {
    font-size: 32px;
  }

  .living-space-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .living-space-rich-text h1 {
    font-size: 30px;
  }

  .living-space-rich-text h2 {
    font-size: 28px;
  }

  .living-space-rich-text h3 {
    font-size: 24px;
  }

  .living-space-rich-text h4 {
    font-size: 22px;
  }

  .living-space-rich-text h5 {
    font-size: 20px;
  }

  .living-space-rich-text h6 {
    font-size: 18px;
  }

  .living-space-rich-text blockquote {
    font-size: 16px;
  }

  .living-space-gallery-item {
    height: 200px;
  }

  .section-title-wrap {
    margin-bottom: 40px;
  }

  .living-space-faq-rich-text h1 {
    font-size: 32px;
  }

  .living-space-faq-rich-text h2 {
    font-size: 28px;
  }

  .living-space-faq-rich-text h3 {
    font-size: 24px;
  }

  .living-space-faq-rich-text h4 {
    font-size: 22px;
  }

  .living-space-faq-rich-text h5 {
    font-size: 20px;
  }

  .living-space-faq-rich-text h6 {
    font-size: 18px;
  }

  .living-space-faq-rich-text blockquote {
    font-size: 16px;
  }

  .living-space-form-inner {
    padding: 40px;
  }

  .living-space-form-wrap {
    padding: 30px;
  }

  .living-space-about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .living-space-about-text {
    font-size: 16px;
  }

  .living-space-service-section, .ls-faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ls-faq-grid {
    max-width: 100%;
  }

  .ls-faq-image {
    height: 100%;
    margin-bottom: 0;
  }

  .living-space-map-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ls-map-title-wrap {
    max-width: 100%;
  }

  .ls-video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ls-lightbox-video {
    border-radius: 15px;
  }

  .ls-feature-section {
    padding-bottom: 60px;
  }

  .ls-floor-section, .ls-floor-table-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ls-floor-table-grid {
    grid-template-columns: 1fr;
  }

  .ls-hero-summary {
    font-size: 15px;
  }

  .ls-hero-sub-text {
    font-size: 18px;
  }

  .section-heading-h2 {
    font-size: 28px;
  }

  .ls-map-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ls-map-faq-question {
    font-size: 18px;
  }

  .ls-hero-banner-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
    font-size: 28px;
  }

  .spacer._24.spacer-hide {
    display: none;
  }

  .btn-primary.mb-0 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sg-body {
    padding-right: 20px;
  }

  .h3-title {
    font-size: 48px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.no-padding {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-bar {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section-block {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-block.text-align-center {
    text-align: center;
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .section {
    background-image: none;
    padding-bottom: 40px;
  }

  .section.thank-you-section {
    padding-bottom: 0;
  }

  .section.py-50 {
    padding-top: 0;
  }

  .section.py-top-0 {
    padding-top: 40px;
  }

  .section.hero {
    background-position: 100% 100%;
    background-size: 90%;
    min-height: 0;
  }

  .section.blog-section {
    padding-top: 40px;
  }

  ._w-80.max-auto {
    font-size: 16px;
  }

  ._w-80.ml-w-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .amenities-content {
    grid-template-columns: 1fr;
  }

  ._w-85 {
    text-align: center;
    width: 100%;
  }

  .section-title-2 {
    text-align: center;
  }

  .features__acc-body.w--open {
    font-size: 20px;
  }

  .wisdom-gallery-grid {
    display: none;
  }

  .wisdom-grid-2.ml-2-col-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .amenities-grid-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .living-spaces-title {
    font-size: 35px;
  }

  .faq-qu-grid {
    grid-column-gap: 16px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    justify-items: start;
    width: 100%;
  }

  .footer-row {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    padding-right: 0;
    font-size: 16px;
  }

  .footer-link.blog-text {
    font-size: 16px;
  }

  .footer-block {
    align-items: flex-start;
    width: 100%;
  }

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

  .swiper-container.wisdom-ml-slider {
    padding-bottom: 60px;
    display: block;
    overflow: hidden;
  }

  .swiper-container.gallery-page {
    display: block;
    overflow: hidden;
  }

  .hero-img {
    order: -1;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-pagination1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    order: 1;
  }

  .hero-section-title-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .hero-section-title-block.buying {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-title.t-color-maroon {
    font-size: 44px;
  }

  .heading-title.t-color-maroon.t-weight-400.mb-46 {
    margin-bottom: 30px;
    line-height: 64px;
  }

  ._w-30 {
    width: 100%;
  }

  .hero-section-content {
    text-align: left;
  }

  .hero-section-content._w-40 {
    width: 100%;
  }

  .services-title {
    padding-bottom: 20px;
  }

  .services-block {
    grid-row-gap: 30px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .interested-block {
    padding: 30px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .container_auto-slider {
    margin-left: 0;
  }

  .img-100 {
    height: 100%;
  }

  .img-100.graceful-aging-hero-img {
    min-height: 280px;
  }

  .living-block-layouts {
    margin-top: 60px;
  }

  .thank-you-block {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .thank-you-inner-block {
    background-image: none;
    justify-content: flex-start;
    max-width: none;
    height: 560px;
    padding-top: 0;
    padding-bottom: 0;
    bottom: -8.3em;
  }

  .thank-you-img {
    width: 100%;
  }

  .thank-you-title {
    font-size: 40px;
  }

  .thank-you-text {
    font-size: 18px;
  }

  .navbar-drop-link {
    font-size: 20px;
  }

  .booking-pop-up {
    flex-direction: column;
  }

  .booking-block {
    grid-template-columns: 1fr;
    padding: 90px 20px 30px;
  }

  .boooking-input, .booking-select-city {
    height: 50px;
  }

  .hero_graceful-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-column-gap: 30px;
    padding-left: 0;
  }

  .graceful-img-1, .graceful-img-2, .graceful-img-3, .graceful-img-4 {
    height: 400px;
  }

  .tabs {
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-menu {
    max-width: 48%;
    font-size: 16px;
  }

  .graceful-aging-tab-content {
    grid-template-columns: 1fr;
    font-size: 20px;
  }

  .graceful-tab-box {
    text-align: left;
    background-color: #d9d9d933;
    border-radius: 10px;
    font-size: 12px;
    line-height: 130%;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .contact-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-us-ttle {
    font-size: 34px;
  }

  .contact-input.message-text {
    min-height: 212px;
  }

  .embded-map {
    height: 400px;
  }

  .gallery-slider-up {
    padding-top: 10px;
  }

  .gallery-slider-center {
    padding-top: 80px;
  }

  .gallery-slider-up-40 {
    padding-top: 20px;
  }

  .policies-faq-block {
    margin-bottom: 40px;
  }

  .policies-faq-question.w--open {
    padding-top: 35px;
  }

  .buying-grid {
    grid-column-gap: 30px;
  }

  .buying-product-block {
    font-size: 20px;
  }

  .buying-product-block.mb-20-relative {
    top: auto;
  }

  ._w-40 {
    width: 100%;
  }

  .help-reach-block {
    padding: 40px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  ._3col-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._3col-grid._3col-grid-mobile-p {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._3col-grid._3col-grid-mobile-p._3col-grid-mobile-l {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: repeat(auto-fit, minmax(190px, 240fr));
    grid-auto-flow: row;
  }

  .facilities-title-block {
    font-size: 24px;
  }

  .wisdom-gallery-grid-1 {
    grid-template-columns: 1.5fr;
  }

  .hero-living-facility-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-text {
    font-size: 18px;
  }

  ._w-50 {
    width: 100%;
  }

  ._w-25 {
    width: 45%;
  }

  .resources-video {
    border-radius: 10px;
    width: auto;
  }

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

  .blog-main-text h2 {
    font-size: 34px;
  }

  .blog-main-text em {
    font-size: 24px;
  }

  .blog-main-text p {
    font-size: 20px;
  }

  .ml-mb-40 {
    margin-bottom: 40px;
  }

  .richtext {
    text-align: left;
    margin-bottom: 50px;
  }

  .richtext h2 {
    font-size: 34px;
  }

  .richtext em {
    font-size: 24px;
  }

  .richtext p {
    font-size: 20px;
  }

  .richtext.no-margin {
    margin-bottom: 0;
  }

  .map-wrap {
    height: 360px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    font-size: 24px;
  }

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

  .hero-content-3 {
    width: 100%;
  }

  .section-title-2 {
    text-align: left;
    font-size: 36px;
  }

  .form-2 {
    padding-left: 20px;
  }

  .youtube {
    width: 100%;
    margin-top: 0;
  }

  .button-10 {
    background-size: 48px;
    width: 80px;
    height: 80px;
  }

  .button-12 {
    margin-bottom: 40px;
  }

  .paragraph-3 {
    margin-left: 0;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field {
    align-items: flex-start;
    display: block;
  }

  .nav-link {
    margin-bottom: 8px;
    padding: 16px;
  }

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

  .column {
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .image-12 {
    display: inline-block;
  }

  .section-8 {
    margin-top: 96px;
  }

  .div-block-15 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-16 {
    width: 100%;
  }

  .hero-main-title {
    font-size: 30px;
  }

  .hero-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-primary {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .hero-section-wrap {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .we-nest-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 26px;
  }

  .living-home-section {
    padding-bottom: 50px;
  }

  .living-wrap {
    flex-flow: column;
  }

  .heding-style-h2 {
    text-align: center;
    font-size: 26px;
  }

  .living-option-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .living-option-block {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
  }

  .heading-living-option {
    height: 78px;
  }

  .amenities-section {
    padding-bottom: 50px;
  }

  .living-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .amenities-content-wrap {
    padding: 20px;
  }

  .image-section {
    padding-bottom: 50px;
  }

  .faq-section-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .faq-answer-wrap.w--open {
    font-size: 20px;
  }

  .heding-style-h2-small {
    font-size: 24px;
  }

  .heding-style-h2-small.width {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .gallery-wrap {
    display: none;
  }

  .services-section {
    padding-bottom: 50px;
  }

  .services-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-section {
    padding-bottom: 50px;
  }

  .about-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-summery-wrap {
    font-size: 18px;
  }

  .comlete-living-spaces-section {
    background-image: none;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .complete-living-spaces-image-wrap {
    max-width: 100%;
  }

  .complete-living-spaces-image {
    object-fit: cover;
    width: 100%;
    height: 450px;
  }

  .complete-living-spaces-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-heading-h2 {
    font-size: 24px;
  }

  .hero-image {
    order: -1;
    width: 100%;
    position: relative;
  }

  .hero-content-wrap {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .amenities-for-senior-heading-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .unique-living-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-primary-second {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .embed.arrow {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
  }

  .arrow-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .arrow-wrap.wisdom {
    bottom: 0%;
  }

  .nav-button-dekstop, .nav-button-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-menu-wrap {
    width: 450px;
  }

  .ls-hero-section {
    background-position: 50% 100%;
    background-size: 80%;
    padding-top: 50px;
    padding-bottom: 330px;
  }

  .service-hero-left {
    max-width: 100%;
  }

  .service-hero-subtitle {
    font-size: 24px;
  }

  .service-hero-heading {
    font-size: 30px;
  }

  .service-hero-paragraph {
    font-size: 16px;
  }

  .living-service-content p, .living-service-content li {
    font-size: 16px;
  }

  .living-service-content h2 {
    font-size: 32px;
  }

  .living-service-content em {
    font-size: 24px;
  }

  .living-service-content p, .living-service-content li {
    font-size: 16px;
  }

  .facilities-inner-wrap {
    margin-top: 30px;
  }

  .facility-heading {
    font-size: 22px;
  }

  .form-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .reach-out-block {
    max-width: 400px;
  }

  .form-title {
    font-size: 22px;
  }

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

  .tagline {
    font-size: 20px;
  }

  .living-left {
    width: 100%;
  }

  .living-faq-image {
    object-fit: cover;
    object-position: 50% 15%;
    height: 300px;
  }

  .living-wrapper {
    flex-flow: column;
  }

  .buying-option-hero {
    background-image: none;
    padding: 40px 20px;
  }

  .interested-block-buying {
    max-width: none;
    margin-top: 40px;
    position: relative;
    bottom: auto;
    right: auto;
  }

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

  .summery-wrap {
    font-size: 18px;
  }

  .graceful-hero-images-wrap {
    grid-column-gap: 30px;
    padding-left: 0;
  }

  .graceful-hero-image {
    height: 400px;
  }

  .graceful-hero-image.fullwidth {
    height: 280px;
  }

  .swiper-pagination-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dream-home-block {
    flex-flow: column;
  }

  .dreame-heading-block {
    order: -1;
    max-width: 500px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .heading-style-2 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 26px;
  }

  .graceful-aging-tab-section {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gracefultab-content-wrap {
    margin-bottom: 40px;
  }

  .tab-headings {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .graceful-aging-tabs {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .graceful-aging-tab-menu {
    font-size: 18px;
  }

  .about-us-section {
    background-image: none;
    padding: 40px 20px;
  }

  .about-our-vission-mission-section {
    padding-bottom: 40px;
  }

  .about-our-vission-mission-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .our-teams-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .our-team-name {
    font-size: 22px;
  }

  .about-hero-wrap {
    max-width: 100%;
  }

  .links {
    font-size: 16px;
  }

  .polices-wrap {
    margin-top: 10px;
  }

  .polices-page {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .gallery-tab {
    grid-column-gap: 10px;
  }

  .press-hero-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .press-big-image-section {
    padding-bottom: 60px;
  }

  .client-logo {
    width: 180px;
  }

  .artical-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .article-content-wrap {
    padding: 20px;
  }

  .button-secondary {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .press-heding-style {
    text-align: center;
    font-size: 26px;
  }

  .gallery-healthy-aging-section, .experience-cadabams-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-tab-section {
    background-image: none;
    padding: 40px 20px;
  }

  .gallery-tab-content-wrap {
    flex-flow: column;
  }

  .resource-blog-title {
    font-size: 20px;
  }

  .contact-cta-wrap {
    grid-template-columns: 1fr;
  }

  .landing-hero-section {
    padding-top: 80px;
  }

  .landing-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-hero-content {
    width: 100%;
  }

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

  .button-fill {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .landing-hero-slider {
    width: 100%;
  }

  .landing-slide-image {
    height: 250px;
  }

  .largest-section {
    padding-top: 60px;
  }

  .largest-wrap {
    max-width: 100%;
  }

  .largest-title {
    width: 100%;
  }

  .tradition-title {
    font-size: 16px;
  }

  .tradition-image-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-lightbox {
    border-radius: 40px;
  }

  .play-button {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .location-section {
    padding-top: 80px;
  }

  .location-title-wrap {
    max-width: 100%;
  }

  .location-map-image {
    border-radius: 20px;
  }

  .location-advantages-title-wrap {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .ensure-image-wrap, .ensure-info-block {
    width: 100%;
  }

  .holistic-section {
    padding-bottom: 80px;
  }

  .holistic-title-wrap {
    font-size: 16px;
  }

  .page-container {
    max-width: 98%;
  }

  .living-space-rich-text h1 {
    font-size: 28px;
  }

  .living-space-rich-text h2 {
    font-size: 26px;
  }

  .living-space-rich-text h3 {
    font-size: 22px;
  }

  .living-space-rich-text h4 {
    font-size: 20px;
  }

  .living-space-rich-text h5 {
    font-size: 18px;
  }

  .living-space-rich-text h6 {
    font-size: 16px;
  }

  .living-space-gallery-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .living-space-gallery-item {
    border-radius: 8px;
    height: 130px;
  }

  .ls-faq-question {
    font-size: 20px;
  }

  .ls-faq-icon {
    width: 20px;
    height: 20px;
  }

  .ls-faq-answer {
    padding-right: 30px;
  }

  .living-space-faq-rich-text h1 {
    font-size: 30px;
  }

  .living-space-faq-rich-text h2 {
    font-size: 26px;
  }

  .living-space-faq-rich-text p {
    font-size: 14px;
  }

  .living-space-form-inner {
    padding: 30px;
  }

  .living-space-form-wrap {
    max-width: 100%;
  }

  .living-space-about-grid {
    display: none;
  }

  .living-space-service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .center-section-title-wrap {
    margin-bottom: 40px;
  }

  .ls-faq-image {
    height: 100%;
  }

  .ls-service-title {
    font-size: 20px;
  }

  .living-space-map-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ls-video-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .ls-video-play-button {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .ls-feature-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ls-feature-title-wrap {
    max-width: 100%;
  }

  .ls-floor-table-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ls-hero-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .ls-hero-summary {
    font-size: 14px;
  }

  .ls-hero-button-wrap {
    margin-top: 20px;
  }

  .ls-hero-sub-text {
    font-size: 16px;
  }

  .section-heading-h2 {
    font-size: 26px;
  }

  .service-navigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-left-arrow {
    width: 45px;
    height: 45px;
  }

  .slider-arrow-icon {
    width: 35px;
    height: 35px;
  }

  .slider-right-arrow {
    width: 45px;
    height: 45px;
  }

  .ls-map-grid {
    grid-template-columns: 1fr;
  }

  .ls-hero-banner-section {
    background-position: 50% 100%;
    background-size: 80%;
    padding-top: 50px;
    padding-bottom: 330px;
  }
}

@media screen and (max-width: 479px) {
  .section-title {
    text-align: center;
    font-size: 24px;
  }

  .section-title.t-small {
    font-size: 36px;
  }

  .section-title.mb-80 {
    margin-bottom: 40px;
  }

  .section-title.ml-text-left {
    text-align: left;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .section-title.ml-text-size-40 {
    font-size: 40px;
  }

  .spacer._83 {
    height: 44px;
  }

  .spacer._12 {
    height: 12px;
  }

  .btn-primary.small-btn {
    width: 100%;
  }

  .btn-primary.ml-hidden {
    max-width: 100%;
    display: block;
  }

  .btn-primary.btn-size-20 {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-primary.btn-nav-cta {
    max-width: none;
  }

  .btn-primary.no-margin-button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .h4-title {
    font-size: 18px;
  }

  .h3-title {
    font-size: 40px;
  }

  .hero-title {
    margin-bottom: 30px;
    font-size: 38px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.no-padding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero__sub-title {
    font-size: 26px;
  }

  .body-large {
    font-size: 20px;
  }

  .h5-title, .hero-content-block {
    font-size: 18px;
  }

  .hero-content-block.text-align-center {
    flex-direction: column;
    display: flex;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.t-center {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.thank-you-section {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .section.py-50 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.py-top-0 {
    padding: 40px 10px;
  }

  .section.hero {
    min-height: 650px;
  }

  .section.buying {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.blog-info {
    padding-top: 20px;
  }

  ._w-80 {
    width: 100%;
  }

  ._w-80.max-auto.mb-50.ml-text-left, ._w-80.max-auto.ml-text-left {
    text-align: left;
  }

  ._w-80.max-auto {
    text-align: center;
  }

  ._w-80.max-auto.mb-50.ml-text-left, ._w-80.max-auto.ml-text-left, ._w-80.max-auto.mb-50.ml-text-left, ._w-80.max-auto.mb-50.ml-text-left, ._w-80.max-auto.ml-text-left {
    text-align: left;
  }

  ._w-80.ml-w-80 {
    width: 90%;
  }

  .amenities-title {
    font-size: 20px;
  }

  ._w-85.max-auto {
    padding-left: 0;
    padding-right: 0;
  }

  .buying-blocks {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-2 {
    font-size: 30px;
  }

  .features__acc-tab {
    padding-right: 30px;
    font-size: 20px;
  }

  .features__acc-body.w--open, .features__acc-body.t-w-200.w--open, .features__acc-body.t-w-200.w--open {
    font-size: 18px;
  }

  .service-title {
    font-size: 20px;
  }

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

  .living-spaces-title {
    font-size: 32px;
  }

  .faq_icon {
    width: 16px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }

  .faq-qu-grid {
    grid-column-gap: 10px;
    white-space: normal;
    font-size: 16px;
    line-height: 130%;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid {
    flex-flow: column;
    justify-content: space-between;
    justify-items: center;
    display: flex;
  }

  .footer-text {
    font-size: 16px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-link.blog-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  ._w-60 {
    width: 100%;
  }

  ._w-60.center {
    text-align: center;
    text-align: center;
  }

  ._w-90 {
    width: 100%;
  }

  .swiper-pagination1 {
    margin-top: 25px;
  }

  .hero-section-title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .heading-title.t-color-maroon.t-weight-400 {
    font-size: 24px;
  }

  .heading-title.t-color-maroon.t-weight-400.mb-46 {
    margin-bottom: 24px;
  }

  .hero-section-content._w-40 {
    width: 100%;
    font-size: 18px;
  }

  .interested-block {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    bottom: auto;
  }

  .interested-title {
    font-size: 18px;
  }

  .container_auto-slider {
    margin-left: 0;
  }

  .img-100 {
    height: 100%;
  }

  ._w-75.max-auto {
    text-align: left;
    text-align: left;
  }

  .living-block-layouts {
    margin-top: 40px;
  }

  .thank-you-block {
    width: 90%;
    height: 70vh;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .thank-you-inner-block {
    background-image: none;
    height: 65vh;
    padding-top: 50px;
    bottom: -25px;
  }

  .thank-you-img {
    height: 100%;
    inset: auto 0% -3%;
  }

  .thank-you-title {
    font-size: 35px;
  }

  .thank-you-text {
    width: 100%;
  }

  .confirm-clip {
    width: 120px;
  }

  .navbar-dropdown {
    padding: 25px;
  }

  .navbar-drop-link {
    font-size: 18px;
  }

  .booking-block {
    grid-row-gap: 20px;
    font-size: 18px;
  }

  .booking-title {
    font-size: 25px;
  }

  .boooking-input {
    height: 40px;
  }

  .booking-close {
    width: 30px;
    height: 30px;
    top: 25px;
    right: 25px;
  }

  .hero_graceful-section {
    display: block;
  }

  .section-title-primary {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .hero-grid {
    grid-column-gap: 20px;
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 0;
    display: none;
  }

  .graceful-img-1, .graceful-img-2, .graceful-img-3, .graceful-img-4 {
    height: 290px;
  }

  .mb-46 {
    text-align: center;
  }

  .tab-menu {
    font-size: 14px;
  }

  .graceful-aging-tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-hero-img {
    height: 240px;
  }

  .contact-us-ttle {
    text-align: center;
    margin-bottom: 35px;
  }

  .contact-rom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-input {
    margin-bottom: 20px;
  }

  .embded-map {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
  }

  .policies-faq-question {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .buying-grid {
    grid-template-columns: 1fr;
  }

  .help-reach-block {
    border-radius: 10px;
    padding: 0;
  }

  .reach-us-block {
    padding: 20px;
    font-size: 17px;
  }

  .ruch-us-row {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .form-input-field {
    max-width: none;
    font-size: 12px;
  }

  .blog-block {
    text-align: center;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  ._3col-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: repeat(auto-fit, 96px);
  }

  ._3col-grid._3col-grid-mobile-p {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: repeat(auto-fit, 240px);
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    grid-auto-flow: row;
  }

  ._3col-grid._3col-grid-mobile-p._3col-grid-mobile-l._3col-grid-tablet {
    margin-left: 0;
    margin-right: 0;
  }

  .facilities-block {
    border-radius: 16px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .facilities-title-block {
    font-size: 20px;
  }

  .overflow-hidden {
    margin-top: 30px;
  }

  ._w-25 {
    width: 100%;
  }

  .blog-main-text {
    text-align: left;
    word-break: normal;
  }

  .hero-subtitle {
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .richtext h2 {
    font-size: 24px;
  }

  .map-wrap {
    height: 280px;
  }

  .services-images.services-images-mobile-p {
    height: 160px;
  }

  .hero-title-3 {
    margin-bottom: 30px;
    font-size: 38px;
  }

  .section-title-2 {
    text-align: left;
    font-size: 28px;
  }

  .section-2 {
    padding-top: 0;
  }

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

  .button-2.btn-primary {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
    font-size: 16px;
  }

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

  .youtube {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .form-block {
    padding-left: 9px;
    padding-right: 8px;
  }

  .div-block-9 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .button-10 {
    border-width: 4px;
    width: 88px;
    height: 88px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: 2 / 3;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .paragraph {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-12 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .heading-3, .paragraph-2 {
    text-align: center;
    margin-left: 20px;
    margin-right: 10px;
  }

  .cell {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .heading-4 {
    color: var(--maroon);
    text-align: center;
    margin-top: 60px;
    margin-left: 0;
  }

  .paragraph-3 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .quick-stack-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-3 {
    background-color: var(--white);
  }

  .image-10 {
    height: 60px;
  }

  .nav-menu {
    background-color: var(--chocolate);
    width: 100%;
    position: relative;
  }

  .icon {
    color: var(--chocolate);
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 40px;
    display: flex;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .image-11 {
    width: 32%;
  }

  .section-8 {
    margin-top: 0;
  }

  .heading-10.m-0 {
    text-align: center;
    text-align: center;
  }

  .column-5 {
    align-items: flex-end;
    display: flex;
  }

  .div-block-15 {
    padding: 10px;
  }

  .hero-main-title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .hero-main-title.center {
    text-align: center;
    text-align: center;
  }

  .hero-summery {
    font-size: 16px;
  }

  .hero-summery.center {
    text-align: center;
    text-align: center;
  }

  .hero-title-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2 {
    font-size: 22px;
  }

  .living-home-section.padding-top-80 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heding-style-h2 {
    text-align: center;
    font-size: 24px;
  }

  .living-option-list, .living-option-block {
    grid-template-columns: 1fr;
  }

  .living-option-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-living-option {
    font-size: 18px;
  }

  .faq-section-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-answer-wrap.w--open {
    font-size: 18px;
  }

  .heding-style-h2-small {
    font-size: 22px;
  }

  .service-button-wrap {
    margin-top: 50px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .about-summery-wrap {
    font-size: 18px;
  }

  .comlete-living-spaces-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-wrap {
    flex-flow: column;
  }

  .hero-content-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-question-wrap {
    font-size: 18px;
  }

  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .logo {
    height: 60px;
  }

  .nav-menu-wrap {
    width: 100%;
  }

  .ls-hero-section {
    background-size: 90%;
    padding-bottom: 260px;
  }

  .service-hero-subtitle {
    margin-bottom: 0;
    font-size: 24px;
  }

  .service-hero-paragraph {
    width: 100%;
  }

  .living-service-content h2, .heading-h2 {
    font-size: 28px;
  }

  .facility-collection-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .form-wrapper {
    padding: 30px;
  }

  .reach-out-block {
    max-width: 100%;
    font-size: 17px;
  }

  .living-title {
    font-size: 32px;
  }

  .columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .buying-option-hero {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px;
  }

  .hero-subtitle-buying {
    margin-bottom: 0;
    font-size: 24px;
  }

  .interested-block-buying {
    padding: 20px 40px;
    position: relative;
    bottom: auto;
  }

  .summery-wrap {
    font-size: 18px;
  }

  .graceful-hero-images-wrap {
    grid-column-gap: 20px;
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 0;
    display: none;
  }

  .graceful-hero-image {
    height: 290px;
  }

  .swiper-pagination-block {
    margin-top: 25px;
  }

  .dreame-heading-block {
    max-width: 100%;
    position: relative;
    bottom: auto;
  }

  .heading-style-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .graceful-aging-tab-section {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px;
  }

  .gracefultab-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .graceful-aging-tab-menu {
    white-space: nowrap;
    max-width: 100%;
  }

  .graceful-aging-tab-title {
    font-size: 20px;
  }

  .about-us-section {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px;
  }

  .about-our-vission-mission-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-auto-flow: row;
  }

  .our-vision-misson-title {
    font-size: 20px;
  }

  .our-teams-wrap {
    grid-template-columns: 1fr;
  }

  .our-team-name {
    font-size: 20px;
  }

  .contact-form-input {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-input-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-form-textarea {
    margin-bottom: 20px;
  }

  .gallery-tab {
    grid-column-gap: 0px;
    margin-bottom: 50px;
  }

  .press-hero-wrap {
    justify-content: center;
    align-items: center;
  }

  .press-big-image-section {
    padding-bottom: 50px;
  }

  .press-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .artical-blog-title {
    font-size: 20px;
  }

  .press-heding-style {
    text-align: center;
    font-size: 24px;
  }

  .press-big-image {
    object-fit: cover;
    height: 200px;
  }

  .gallery-tab-section {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px;
  }

  .living-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .resource-blog-title {
    font-size: 18px;
  }

  .landing-hero-section {
    padding-top: 60px;
  }

  .heading-h4 {
    font-size: 21px;
  }

  .heading-h4.is-large {
    font-size: 30px;
  }

  .landing-hero-button-wrap {
    flex-flow: wrap;
  }

  .button-fill.is-stoke.potion-sticky {
    z-index: 999;
    background-color: var(--maroon);
    width: 100%;
    position: fixed;
    inset: auto auto 1%;
  }

  .button-fill.is-stoke.potion-sticky:hover {
    color: var(--white);
  }

  .swiper.largest-swiper {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .landing-slide-image {
    height: 295px;
  }

  .largest-slide-box {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .tradition-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tradition-image-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .video-lightbox {
    border-radius: 20px;
  }

  .play-button {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .play-image {
    width: 18px;
  }

  .location-section {
    padding-top: 60px;
  }

  .location-advantages-section, .ensure-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ensure-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .ensure-box {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ensure-box-text {
    font-size: 11px;
  }

  .holistic-section {
    padding-bottom: 60px;
  }

  .holistic-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .holistic-tabs-list {
    grid-template-columns: 1fr;
  }

  .brochure-popup-inner-box {
    max-width: 100%;
    padding: 20px;
  }

  .hero-sub-title {
    font-size: 18px;
  }

  .blog-thumbnail-desktop {
    display: none;
  }

  .blog-thumbnail-mobile {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
  }

  .section-heading-h1 {
    font-size: 28px;
  }

  .living-space-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .living-space-rich-text p, .living-space-rich-text li {
    font-size: 15px;
  }

  .living-space-rich-text h1 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .living-space-rich-text h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .living-space-rich-text p, .living-space-rich-text li {
    font-size: 15px;
  }

  .living-space-gallery-grid {
    grid-template-columns: 1fr;
  }

  .section-title-wrap {
    margin-bottom: 30px;
  }

  .ls-faq-list-wrap {
    margin-top: 20px;
  }

  .ls-faq-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ls-faq-question-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .ls-faq-question {
    font-size: 18px;
  }

  .ls-faq-icon-box {
    margin-top: 3px;
  }

  .ls-faq-answer {
    padding-right: 24px;
  }

  .living-space-faq-rich-text h1 {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .living-space-faq-rich-text h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .living-space-faq-rich-text h3 {
    font-size: 22px;
  }

  .living-space-faq-rich-text h4 {
    font-size: 20px;
  }

  .living-space-faq-rich-text h5 {
    font-size: 18px;
  }

  .living-space-faq-rich-text h6 {
    font-size: 16px;
  }

  .living-space-faq-rich-text li {
    font-size: 15px;
  }

  .living-space-form-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .living-space-form-inner {
    border-radius: 12px;
    padding: 24px;
  }

  .living-space-form-wrap {
    border-radius: 12px;
    padding: 20px;
    font-size: 17px;
  }

  .ls-faq-image {
    height: 100%;
  }

  .ls-service-item {
    border-radius: 12px;
  }

  .ls-service-title {
    font-size: 20px;
  }

  .ls-service-divider {
    margin-top: 6px;
    margin-bottom: 15px;
  }

  .ls-video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ls-lightbox-video {
    border-radius: 12px;
  }

  .ls-video-play-button {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .ls-video-play-icon {
    width: 18px;
  }

  .ls-feature-section {
    padding-bottom: 50px;
  }

  .ls-floor-slide, .ls-floor-table-right {
    border-radius: 12px;
  }

  .ls-hero-button-wrap {
    margin-top: 15px;
  }

  .service-navigation {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .ls-map-faq-question {
    font-size: 16px;
  }

  .ls-hero-banner-section {
    background-size: 90%;
    padding-bottom: 260px;
  }
}

#w-node-_3a72caca-7b31-ed5d-795c-2f1f5128831e-969bd4ec, #w-node-_895c4367-716c-5361-797a-2f0bfd1bf0df-969bd4ec, #w-node-d0ddd771-be89-260d-518c-601f9627d95b-969bd4ec, #w-node-_3496e4b9-f954-f0e8-f85f-a91c931064c7-969bd4ec, #w-node-e46c8029-3283-1fba-c4dc-029e8fc72f39-969bd4ec, #w-node-e46c8029-3283-1fba-c4dc-029e8fc72f3a-969bd4ec, #w-node-e46c8029-3283-1fba-c4dc-029e8fc72f3b-969bd4ec, #w-node-e46c8029-3283-1fba-c4dc-029e8fc72f3c-969bd4ec, #w-node-_23d0de7c-968d-4122-26e3-7657a7d37472-969bd4ec, #w-node-_23d0de7c-968d-4122-26e3-7657a7d37473-969bd4ec, #w-node-_23d0de7c-968d-4122-26e3-7657a7d37474-969bd4ec, #w-node-_23d0de7c-968d-4122-26e3-7657a7d37475-969bd4ec, #w-node-ab826e9e-6a08-180e-8a90-8e7ca8c6899d-a8c68993, #w-node-ab826e9e-6a08-180e-8a90-8e7ca8c689a4-a8c68993 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ab826e9e-6a08-180e-8a90-8e7ca8c6899d-a8c68993 {
    grid-area: 1 / 1 / 2 / 3;
  }
}
