* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.owl-carousel {
  display: block;
}

.pdtp {
  padding-top: 4%;
}

.custom-container {
  width: 1174px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .custom-container {
    width: 92%;
    display: block;
  }
}

.desktop-img-show {
  display: block;
}
@media (max-width: 768px) {
  .desktop-img-show {
    display: none;
  }
}

.desktop-team-img {
  display: block;
}
@media (max-width: 500px) {
  .desktop-team-img {
    display: none !important;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 500px) {
  .mobile-show {
    display: block;
  }
}

.mobile-img-show {
  display: none;
}
@media (max-width: 768px) {
  .mobile-img-show {
    display: block;
  }
}

.order-1 {
  order: 1 !important;
}
@media (max-width: 1101px) {
  .order-1 {
    order: 2 !important;
  }
}

.order-2 {
  order: 2 !important;
}
@media (max-width: 1101px) {
  .order-2 {
    order: 1 !important;
  }
}

.beckons-order-1 {
  order: 1 !important;
}
@media (max-width: 991px) {
  .beckons-order-1 {
    order: 2 !important;
  }
}

.beckons-order-2 {
  order: 2 !important;
}
@media (max-width: 991px) {
  .beckons-order-2 {
    order: 1 !important;
  }
}

.desktop-br {
  display: none;
}
@media (max-width: 500px) {
  .desktop-br {
    display: block !important;
  }
}

.mobile-action-buttons {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .mobile-action-buttons {
    display: block;
    z-index: 11111;
    position: fixed;
    bottom: 0px;
    text-align: center;
  }
}
.mobile-action-buttons .action-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.mobile-action-buttons .cta-btn {
  width: 50%;
  margin-left: 0;
}
.mobile-action-buttons .contact-form {
  right: 60px;
  bottom: 40px;
  top: auto;
}

header {
  width: 100%;
  margin: 30px 0 25px 0;
}
@media (max-width: 991px) {
  header {
    position: relative;
  }
}
header .logo {
  width: 250px;
}
@media (max-width: 1101px) {
  header .logo {
    width: 200px;
  }
}
@media (max-width: 991px) {
  header .logo {
    width: 30%;
  }
}
@media (max-width: 500px) {
  header .logo {
    width: 40%;
  }
}
header .logo img {
  width: 100%;
}
header .navigation-main {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 991px) {
  header .navigation-main {
    width: 70%;
  }
}
@media (max-width: 500px) {
  header .navigation-main {
    width: 60%;
  }
}
@media (max-width: 991px) {
  header .navigation-main .desktop-nav {
    display: none;
  }
}
header .navigation-main .navbar-toggler {
  float: right;
}
header .navigation-main .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  header .navigation-main .navbar-collapse {
    position: absolute;
    z-index: 111;
    background-color: #fff;
    width: 30%;
    top: 45px;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    width: 220px;
  }
}
header .navbar {
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 991px) {
  header .navbar {
    margin-top: 0;
    width: 100%;
    display: block;
  }
}
header .navbar-nav {
  gap: 20px;
}
header .navbar-nav .nav-item {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 1101px) {
  header .navbar-nav .nav-item {
    font-size: 15px;
  }
}
header .navbar-nav .nav-item a {
  color: #414042;
}
header .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
}
header .navbar-nav .nav-item .nav-link img {
  width: 33px;
  height: 33px;
  object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 1101px) {
  header .navbar-nav .nav-item .nav-link img {
    margin-right: 5px;
  }
}
header .nav-icon {
  font-size: 1.25rem;
  margin-right: 0.4rem;
  vertical-align: middle;
}

.cta-btn {
  background: #ffc7b6;
  color: #414042;
  font-weight: 700;
  border: none;
  border-radius: 2rem;
  padding: 8px 35px;
  margin-left: 12px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .cta-btn {
    padding: 13px 35px;
  }
}
@media (max-width: 500px) {
  .cta-btn {
    font-size: 13px;
  }
}
.cta-btn:hover {
  background: #ffc7b6;
}

.hero-banner {
  width: 100%;
  padding: 2% 0;
}
@media (max-width: 500px) {
  .hero-banner {
    padding: 7% 0;
  }
}
.hero-banner #homepage-hero-carousel {
  width: 100%;
}
.hero-banner #homepage-hero-carousel .item {
  width: 100%;
  position: relative;
}
.hero-banner #homepage-hero-carousel .item img {
  width: 100%;
}
.hero-banner #homepage-hero-carousel .item .mobile-banner {
  display: none;
}
@media (max-width: 768px) {
  .hero-banner #homepage-hero-carousel .item .mobile-banner {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero-banner #homepage-hero-carousel .item .desktop-banner {
    display: none;
  }
}
.hero-banner #homepage-hero-carousel .item .hero-banner-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content {
    text-align: center;
    top: 20%;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content {
    top: 25%;
  }
}
.hero-banner #homepage-hero-carousel .item .hero-banner-content p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #414042;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 500px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content p {
    font-size: 16px;
  }
}
.hero-banner #homepage-hero-carousel .item .hero-banner-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
  line-height: 55px;
  margin: 15px 0 30px 0;
}
@media (max-width: 1101px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.hero-banner #homepage-hero-carousel .item .hero-banner-content h1 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content h1 {
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 500px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 15px 0;
  }
}
@media (max-width: 1024px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content h1 br {
    display: none;
  }
}
.hero-banner #homepage-hero-carousel .item .hero-banner-content button {
  background-color: #0a7c64;
  padding: 14px 26px 14px 21px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 500px) {
  .hero-banner #homepage-hero-carousel .item .hero-banner-content button {
    font-size: 12px;
    padding: 10px 20px 10px 20px;
  }
}
.hero-banner #homepage-hero-carousel .item .hero-banner-content button a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .hero-banner #homepage-hero-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
.hero-banner #homepage-hero-carousel .owl-nav .owl-prev,
.hero-banner #homepage-hero-carousel .owl-nav .owl-next {
  border: none;
  display: block;
  place-content: center;
  place-items: center;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  pointer-events: auto;
  transform: none;
}
.hero-banner #homepage-hero-carousel .owl-nav .owl-prev:hover,
.hero-banner #homepage-hero-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.hero-banner #homepage-hero-carousel .owl-nav .owl-next {
  float: right;
}
.hero-banner #homepage-hero-carousel .owl-nav .owl-prev {
  float: left;
  transform: rotate(90deg);
}
.hero-banner #homepage-hero-carousel .owl-dots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0 5px;
}
@media (max-width: 1101px) {
  .hero-banner #homepage-hero-carousel .owl-dots {
    bottom: -24px;
  }
}
@media (max-width: 768px) {
  .hero-banner #homepage-hero-carousel .owl-dots {
    bottom: 28px;
    left: 45%;
  }
}
@media (max-width: 500px) {
  .hero-banner #homepage-hero-carousel .owl-dots {
    bottom: 15px;
    left: 45%;
  }
}
.hero-banner #homepage-hero-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.7019607843);
  opacity: 0.5;
}
.hero-banner #homepage-hero-carousel .owl-dots .owl-dot.active {
  opacity: 1;
  background-color: #fff;
}

.active-living {
  width: 100%;
  padding: 4% 0;
  background-color: #edb74a;
}
@media (max-width: 500px) {
  .active-living {
    padding: 12% 0;
  }
}
.active-living .active-living-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1101px) {
  .active-living .active-living-inner {
    display: block;
  }
}
.active-living .active-living-inner .active-living-left h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 1101px) {
  .active-living .active-living-inner .active-living-left h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .active-living .active-living-inner .active-living-left h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .active-living .active-living-inner .active-living-left h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.active-living .active-living-inner .active-living-left h1 strong {
  font-weight: 700;
}
@media (max-width: 1101px) {
  .active-living .active-living-inner .active-living-left h1 {
    text-align: center;
  }
}
.active-living .active-living-inner .active-living-right {
  width: 20%;
}
@media (max-width: 1101px) {
  .active-living .active-living-inner .active-living-right {
    margin: 35px auto 0;
  }
}
@media (max-width: 500px) {
  .active-living .active-living-inner .active-living-right {
    width: 50%;
  }
}
.active-living .active-living-inner .active-living-right img {
  width: 100%;
}

.rethink-life {
  width: 100%;
  padding: 4% 0;
  background-color: #fff;
}
.rethink-life .rethink-main-div {
  width: 100%;
  position: relative;
}
.rethink-life .rethink-main-div img {
  width: 100%;
  position: relative;
}
.rethink-life .rethink-main-div .rethink-life-content {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .rethink-life .rethink-main-div .rethink-life-content {
    right: 10%;
    left: 10%;
    top: 10%;
    transform: none;
  }
}
@media (max-width: 500px) {
  .rethink-life .rethink-main-div .rethink-life-content {
    transform: none;
    text-align: left;
    border-radius: 15px;
    padding: 15px;
    left: 5%;
    top: 5%;
  }
}
.rethink-life .rethink-main-div .rethink-life-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
  position: relative;
}
@media (max-width: 1101px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.rethink-life .rethink-main-div .rethink-life-content h1 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 {
    color: #000000;
  }
}
@media (max-width: 500px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 {
    line-height: 30px;
  }
}
.rethink-life .rethink-main-div .rethink-life-content h1 strong {
  font-size: 60px;
}
@media (max-width: 1101px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 strong {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 strong {
    font-size: 35px;
    color: #000000;
  }
}
@media (max-width: 500px) {
  .rethink-life .rethink-main-div .rethink-life-content h1 strong {
    font-size: 28px;
    color: #000000;
  }
}
.rethink-life .rethink-main-div .rethink-life-content h1 span {
  font-weight: 400;
}
.rethink-life .rethink-main-div .rethink-life-content h1:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  left: 0;
  bottom: -10px;
  background-color: #ffc7b6;
  border-radius: 10px;
}
@media (max-width: 500px) {
  .rethink-life .rethink-main-div .rethink-life-content h1:after {
    display: none;
  }
}
.rethink-life .rethink-main-div .rethink-life-content p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .rethink-life .rethink-main-div .rethink-life-content p {
    color: #000000;
  }
}
@media (max-width: 500px) {
  .rethink-life .rethink-main-div .rethink-life-content p {
    margin-top: 20px;
  }
}

.lifestyle-amenities {
  width: 100%;
  padding-bottom: 4%;
  background-color: #fff;
}
.lifestyle-amenities p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #f18700;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 500px) {
  .lifestyle-amenities p {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
.lifestyle-amenities h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #414042;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1101px) {
  .lifestyle-amenities h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .lifestyle-amenities h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .lifestyle-amenities h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.lifestyle-amenities h1 strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .lifestyle-amenities h1 {
    margin-top: 5px;
  }
}
.lifestyle-amenities .lifestyle-amenities-main-div {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .lifestyle-amenities .lifestyle-amenities-main-div {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .lifestyle-amenities .lifestyle-amenities-main-div {
    margin-top: 30px;
  }
}
.lifestyle-amenities .lifestyle-amenities-main-div .accordion-button {
  background-color: #69bfa3;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  box-shadow: none;
}
.lifestyle-amenities .lifestyle-amenities-main-div .accordion-button::after {
  color: #fff;
  content: "\ea4e";
  position: absolute;
  font-family: remixicon !important;
  font-style: normal;
  background-image: none;
  right: 10px;
  font-size: 20px;
}
@media (max-width: 1101px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1101px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .col-md-4 {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .col-md-4 {
    width: 100%;
  }
}
@media (max-width: 1101px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .col-md-8 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .col-md-8 {
    width: 100%;
  }
}
.lifestyle-amenities .lifestyle-amenities-main-div .accordion-button:not(.collapsed) {
  background-color: #0a7c64;
  color: #fff;
}
.lifestyle-amenities .lifestyle-amenities-main-div .accordion-body {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  background-color: #0a7c64;
  padding: 0 15px 15px 15px;
}
.lifestyle-amenities .lifestyle-amenities-main-div .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lifestyle-amenities .lifestyle-amenities-main-div .accordion-button:focus {
  box-shadow: none;
}
.lifestyle-amenities .lifestyle-amenities-main-div .tab-content-box {
  background: #f0f0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-left: 4%;
}
@media (max-width: 768px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .tab-content-box {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .tab-content-box {
    display: block;
  }
}
.lifestyle-amenities .lifestyle-amenities-main-div .img-div {
  width: 45%;
}
@media (max-width: 768px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .img-div {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .img-div {
    width: 100%;
  }
}
.lifestyle-amenities .lifestyle-amenities-main-div .img-div img {
  border-radius: 12px;
  width: 100%;
}
.lifestyle-amenities .lifestyle-amenities-main-div .features-list {
  list-style: none;
  padding: 0 25px 0 50px;
  width: 58%;
}
@media (max-width: 500px) {
  .lifestyle-amenities .lifestyle-amenities-main-div .features-list {
    width: 100%;
    padding: 20px 25px 0 25px;
  }
}
.lifestyle-amenities .lifestyle-amenities-main-div .features-list li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}
.lifestyle-amenities .lifestyle-amenities-main-div .features-list li:nth-last-child(1) {
  border-bottom: none;
}
.lifestyle-amenities .lifestyle-amenities-main-div .features-list li img {
  width: 5%;
}

.effortless-living {
  width: 100%;
  background-color: #edb74a;
  display: flex;
  align-items: center;
}
@media (max-width: 1101px) {
  .effortless-living {
    display: block;
  }
}
.effortless-living .img-box {
  width: 50%;
}
@media (max-width: 1101px) {
  .effortless-living .img-box {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .effortless-living .img-box {
    width: 100%;
    height: 500px;
    background-image: url(../img/effortless-living-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.effortless-living .img-box img {
  width: 100%;
}
.effortless-living .errortless-content {
  width: 50%;
  padding-left: 5%;
}
@media (max-width: 1101px) {
  .effortless-living .errortless-content {
    width: 100%;
    padding: 7%;
  }
}
@media (max-width: 1024px) {
  .effortless-living .errortless-content {
    padding: 5%;
  }
}
@media (max-width: 500px) {
  .effortless-living .errortless-content {
    text-align: center;
  }
}
.effortless-living .errortless-content span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #414042;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .effortless-living .errortless-content span {
    font-size: 15px;
  }
}
.effortless-living .errortless-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 25px 0;
  line-height: 55px;
}
@media (max-width: 1101px) {
  .effortless-living .errortless-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .effortless-living .errortless-content h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .effortless-living .errortless-content h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.effortless-living .errortless-content h1 strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .effortless-living .errortless-content h1 {
    margin: 10px 0 15px 0;
    font-size: 20px;
    line-height: 24px;
  }
}
.effortless-living .errortless-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}
@media (max-width: 1470px) {
  .effortless-living .errortless-content p {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  .effortless-living .errortless-content p {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .effortless-living .errortless-content p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .effortless-living .errortless-content p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .effortless-living .errortless-content p br {
    display: none;
  }
}

.fixed-icons-right {
  position: fixed;
  right: 30px;
  top: 50%;
  width: 50px;
  z-index: 11;
}
@media (max-width: 500px) {
  .fixed-icons-right {
    top: 65%;
  }
}
.fixed-icons-right ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.fixed-icons-right ul li {
  list-style: none;
}
.fixed-icons-right ul li a img {
  width: 90%;
}
@media (max-width: 500px) {
  .fixed-icons-right ul li a img {
    width: 75%;
  }
}

.action-buttons {
  position: relative;
}

.contact-form {
  width: 350px;
  background-color: #fff;
  position: absolute;
  border-radius: 10px;
  z-index: 11;
  padding: 25px 50px;
  top: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
.contact-form input,
.contact-form select {
  background-color: #f5f5f5;
  color: #999898;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  font-weight: 500;
  border: 1px solid #e5e5e5;
}
.contact-form input:focus,
.contact-form select:focus {
  box-shadow: none;
}
.contact-form label {
  font-size: 13px;
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  display: block;
}
.contact-form .submit-btn {
  width: 100%;
  background-color: #fc7f7f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

footer {
  width: 100%;
  background-color: #0a7c64;
  padding: 3% 0;
}
@media (max-width: 991px) {
  footer {
    padding: 3% 0 8% 0;
  }
}
@media (max-width: 500px) {
  footer {
    padding: 3% 0 15% 0;
  }
}
footer .img-div {
  width: 70%;
}
@media (max-width: 500px) {
  footer .img-div {
    width: 55%;
  }
}
footer .img-div img {
  width: 100%;
}
footer .social-media-links {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 500px) {
  footer .social-media-links {
    margin-top: 25px;
  }
}
footer .social-media-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .social-media-links ul {
    gap: 15px;
  }
}
@media (max-width: 500px) {
  footer .social-media-links ul {
    margin-top: 25px;
  }
}
footer .social-media-links ul li {
  list-style: none;
}
footer .social-media-links ul li a {
  color: #fff;
}
footer .social-media-links ul li a i {
  font-size: 35px;
}
footer .address-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 500px) {
  footer .address-main {
    margin-top: 25px;
  }
}
footer .address-main .address-box {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .address-main .address-box {
    gap: 15px;
  }
}
footer .address-main .address-box i {
  color: #edb74a;
  font-size: 25px;
}
footer .address-main .address-box a {
  color: #fff;
}
footer .address-main .address-box p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
footer .footer-qr {
  width: 100%;
}
footer .footer-qr .img-box {
  float: right;
  width: 35%;
}
@media (max-width: 500px) {
  footer .footer-qr .img-box {
    margin: 25px auto 0;
    float: none;
  }
}
footer .footer-qr .img-box img {
  width: 100%;
}
footer .footer-qr .project-by {
  float: right;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 500px) {
  footer .footer-qr .project-by {
    display: block;
    float: none;
    text-align: center;
  }
}
footer .footer-qr .project-by span {
  color: #edb74a;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
footer .footer-qr .project-by img {
  width: 55%;
}
footer .footer-hr {
  color: #fff;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
footer .footer-disclaimer {
  width: 100%;
  display: flex;
  gap: 5px;
}
@media (max-width: 500px) {
  footer .footer-disclaimer {
    display: block;
    text-align: center;
  }
}
footer .footer-disclaimer span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
footer .footer-disclaimer p {
  font-size: 13px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.packages-div {
  width: 100%;
  display: flex;
  height: 500px;
}
@media (max-width: 1101px) {
  .packages-div {
    display: block;
    height: auto;
  }
}
.packages-div .packages-left {
  width: 58%;
}
@media (max-width: 1470px) {
  .packages-div .packages-left {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .packages-div .packages-left {
    width: 40%;
  }
}
@media (max-width: 1101px) {
  .packages-div .packages-left {
    width: 100%;
  }
}
.packages-div .packages-left .packages-content {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40%;
  line-height: 40px;
}
@media (max-width: 1470px) {
  .packages-div .packages-left .packages-content {
    padding-left: 25%;
  }
}
@media (max-width: 1101px) {
  .packages-div .packages-left .packages-content {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .packages-div .packages-left .packages-content {
    height: 200px;
    padding-left: 10%;
  }
}
@media (max-width: 500px) {
  .packages-div .packages-left .packages-content {
    padding-left: 45px;
    height: 170px;
  }
}
.packages-div .packages-left .packages-content h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .packages-div .packages-left .packages-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .packages-div .packages-left .packages-content h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .packages-div .packages-left .packages-content h2 br {
    display: none;
  }
}
.packages-div .packages-left .packages-content h2:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  left: 0;
  bottom: -10px;
  background-color: #ffc7b6;
  border-radius: 3px;
}
.packages-div .packages-left .packages-content h4 {
  font-size: 14px;
  color: #414042;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  .packages-div .packages-left .packages-content h4 {
    margin-bottom: 3px;
  }
}
.packages-div .packages-left .packages-content h3 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .packages-div .packages-left .packages-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .packages-div .packages-left .packages-content h3 {
    font-size: 28px;
  }
}
.packages-div .packages-left .packages-content h3 sup {
  font-size: 25px;
}
@media (max-width: 500px) {
  .packages-div .packages-left .packages-content h3 sup {
    font-weight: 500;
    font-size: 20px;
  }
}
.packages-div .packages-left .packages-content h3 span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.packages-div .packages-right {
  width: 42%;
  position: relative;
  background-image: url("../img/packages-right-img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.packages-div .packages-right img {
  display: none;
}
@media (max-width: 1101px) {
  .packages-div .packages-right img {
    display: block;
  }
}
@media (max-width: 1470px) {
  .packages-div .packages-right {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .packages-div .packages-right {
    width: 60%;
  }
}
@media (max-width: 1101px) {
  .packages-div .packages-right {
    width: 100%;
    background-image: none;
  }
}
.packages-div .packages-right .configurations {
  position: absolute;
  background-color: #edb74a;
  right: 0;
  bottom: -40px;
  border-bottom-left-radius: 23px;
  border-top-left-radius: 23px;
  padding: 30px;
  width: 330px;
}
@media (max-width: 500px) {
  .packages-div .packages-right .configurations {
    bottom: 0px;
    padding: 30px;
    width: 100%;
    position: inherit;
    border-bottom-left-radius: 23px;
    border-top-left-radius: 0;
    padding-left: 55px;
  }
}
.packages-div .packages-right .configurations p {
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #414042;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .packages-div .packages-right .configurations p {
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
}
.packages-div .packages-right .configurations h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  .packages-div .packages-right .configurations h2 {
    font-size: 20px;
  }
}
.packages-div .packages-right img {
  width: 100%;
}
.packages-div .packages-right:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 30%;
  background-image: url("../svg/one-home-icon.svg");
  left: -32px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1366px) {
  .packages-div .packages-right:before {
    width: 47%;
  }
}
@media (max-width: 1280px) {
  .packages-div .packages-right:before {
    left: -36px;
    height: 33%;
  }
}
@media (max-width: 1101px) {
  .packages-div .packages-right:before {
    width: 30%;
    height: 23%;
    left: 0;
  }
}
@media (max-width: 500px) {
  .packages-div .packages-right:before {
    width: 50%;
    height: 16%;
    left: 0;
    bottom: 131px;
  }
}

.thoughtful-designed {
  width: 100%;
  background-color: #fff;
  padding: 10% 0 4% 0;
}
.thoughtful-designed h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #414042;
  text-align: center;
}
@media (max-width: 1101px) {
  .thoughtful-designed h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .thoughtful-designed h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .thoughtful-designed h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.thoughtful-designed h1 strong {
  font-weight: 700;
}
.thoughtful-designed .effortless-living-carousel {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  margin-top: 60px;
}
@media (max-width: 500px) {
  .thoughtful-designed .effortless-living-carousel {
    margin-top: 30px;
  }
}
.thoughtful-designed .effortless-living-carousel .slick-slide {
  margin-right: 20px;
  height: auto !important;
}
@media (max-width: 500px) {
  .thoughtful-designed .effortless-living-carousel .slick-slide {
    margin-right: 20px;
  }
}
.thoughtful-designed .effortless-living-carousel .slick-track {
  display: flex !important;
  /* line up slides in a flex row   */
  align-items: stretch !important;
}
.thoughtful-designed .effortless-living-carousel .home-item {
  padding: 25px;
  border-radius: 30px;
  height: 100%;
  /* make the inner content fill it  */
  display: flex;
  /* optional: center content        */
  flex-direction: column;
  /* if you want vertical stacking   */
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1101px) {
  .thoughtful-designed .effortless-living-carousel .home-item {
    gap: 15px;
  }
}
.thoughtful-designed .effortless-living-carousel .home-item .img-box {
  width: 35px;
  height: 35px;
}
.thoughtful-designed .effortless-living-carousel .home-item img {
  width: 100%;
  height: 100%;
}
.thoughtful-designed .effortless-living-carousel .home-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #414042;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
}
.thoughtful-designed .effortless-living-carousel .home-item p {
  font-size: 16px;
  font-weight: 300;
  color: #414042;
  font-family: "Montserrat", sans-serif;
}
.thoughtful-designed .effortless-living-carousel .slide-one {
  background: linear-gradient(180deg, #ffece6, rgba(255, 199, 182, 0.568627451));
}
.thoughtful-designed .effortless-living-carousel .slide-two {
  background: linear-gradient(180deg, rgba(23, 92, 165, 0.168627451), rgba(23, 92, 165, 0.3019607843));
}
.thoughtful-designed .effortless-living-carousel .slide-three {
  background: linear-gradient(180deg, rgba(245, 139, 0, 0.2), rgba(245, 139, 0, 0.5019607843));
}
.thoughtful-designed .effortless-living-carousel .slide-four {
  background: linear-gradient(180deg, rgba(10, 124, 100, 0.1490196078), rgba(10, 124, 100, 0.3019607843));
}
.thoughtful-designed .effortless-living-carousel .slide-five {
  background: linear-gradient(180deg, rgba(237, 183, 73, 0.3019607843), rgba(237, 183, 73, 0.5019607843));
}
.thoughtful-designed .effortless-living-carousel .slide-six {
  background: linear-gradient(180deg, #ffece6, rgba(255, 199, 182, 0.568627451));
}

.talegaon-beckons {
  width: 100%;
  background-color: #edb74a;
  display: flex;
  height: 460px;
}
@media (max-width: 991px) {
  .talegaon-beckons {
    display: grid;
    height: auto;
  }
}
.talegaon-beckons .beckons-content {
  width: 50%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 991px) {
  .talegaon-beckons .beckons-content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content {
    text-align: center;
    gap: 10px;
  }
}
.talegaon-beckons .beckons-content p {
  font-size: 18px;
  font-weight: 700;
  color: #414042;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content p {
    font-size: 16px;
  }
}
.talegaon-beckons .beckons-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
  text-align: left;
  line-height: 55px;
}
@media (max-width: 1101px) {
  .talegaon-beckons .beckons-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .talegaon-beckons .beckons-content h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.talegaon-beckons .beckons-content h1 strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content h1 {
    text-align: center;
    line-height: 26px;
  }
}
.talegaon-beckons .beckons-content span {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .talegaon-beckons .beckons-content span {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content span {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
}
.talegaon-beckons .beckons-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content ul {
    gap: 0px;
  }
}
.talegaon-beckons .beckons-content ul li {
  position: relative;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding-left: 20px;
}
.talegaon-beckons .beckons-content ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
  left: 0;
  top: 8px;
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content ul li:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .talegaon-beckons .beckons-content ul li {
    font-size: 15px;
    font-weight: 400;
  }
}
.talegaon-beckons .beckons-img {
  width: 50%;
  background-image: url("../img/talegaon-beckons-right-img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .talegaon-beckons .beckons-img {
    width: 100%;
    background-image: none;
  }
}
.talegaon-beckons .beckons-img .mobile-img {
  display: none;
}
@media (max-width: 991px) {
  .talegaon-beckons .beckons-img .mobile-img {
    display: block;
  }
}
.talegaon-beckons .beckons-img img {
  width: 100%;
}

.youtube-video-thumb {
  width: 100%;
  padding: 4% 0;
}
.youtube-video-thumb .youtube-thumb-div {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.youtube-video-thumb .youtube-thumb-div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #414042;
  width: 65px;
}
.youtube-video-thumb .youtube-thumb-div img {
  width: 100%;
  border-radius: 60px;
}
@media (max-width: 500px) {
  .youtube-video-thumb .youtube-thumb-div img {
    border-radius: 15px;
  }
}
.youtube-video-thumb .youtube-thumb-div:hover svg {
  fill: #f00;
}
.youtube-video-thumb .youtube-thumb-div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 60px;
}

.about-us {
  width: 100%;
  padding-bottom: 4%;
  background-color: #fff;
}
.about-us span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #f18700;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  display: block;
}
@media (max-width: 500px) {
  .about-us span {
    font-size: 14px;
  }
}
.about-us h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #414042;
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 1101px) {
  .about-us h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .about-us h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .about-us h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.about-us h1 strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .about-us h1 {
    margin: 10px 0;
  }
}
.about-us h1 strong {
  color: #f18700 !important;
  font-weight: 800;
}
.about-us p {
  font-size: 16px;
  color: #414042;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.about-us .about-team-grid {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 1101px) {
  .about-us .about-team-grid {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .about-us .about-team-grid {
    margin-top: 40px;
  }
}
.about-us .about-team-grid .team-left {
  width: 50%;
  position: relative;
  border-radius: 30px;
}
@media (max-width: 1101px) {
  .about-us .about-team-grid .team-left {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .about-us .about-team-grid .team-left {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .about-us .about-team-grid .team-left {
    width: 100%;
    height: 450px;
    background-image: url("../img/team-img.png");
    background-position: center;
  }
}
.about-us .about-team-grid .team-left img {
  width: 100%;
  border-radius: 30px;
}
.about-us .about-team-grid .team-left .content-box {
  position: absolute;
  display: flex;
  bottom: 25px;
  padding: 0 20px;
}
.about-us .about-team-grid .team-left .content-box .left-content {
  width: 78%;
}
@media (max-width: 500px) {
  .about-us .about-team-grid .team-left .content-box .left-content {
    width: 100%;
  }
}
.about-us .about-team-grid .team-left .content-box .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
.about-us .about-team-grid .team-left .content-box .left-content p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  line-height: 20px;
}
@media (max-width: 500px) {
  .about-us .about-team-grid .team-left .content-box .left-content p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .about-us .about-team-grid .team-left .content-box .left-content p br {
    display: none;
  }
}
.about-us .about-team-grid .team-left .content-box .right-content {
  width: 22%;
}
@media (max-width: 500px) {
  .about-us .about-team-grid .team-left .content-box .right-content {
    display: none;
  }
}
.about-us .about-team-grid .team-left .content-box .right-content img {
  width: 100%;
}
.about-us .about-team-grid .team-right {
  width: 50%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 1101px) {
  .about-us .about-team-grid .team-right {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .about-us .about-team-grid .team-right {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .about-us .about-team-grid .team-right {
    width: 100%;
  }
}
.about-us .about-team-grid .team-right .mission-vision-div {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  padding: 35px;
}
.about-us .about-team-grid .team-right .mission-vision-div h3 {
  font-size: 22px;
  font-weight: 700;
  color: #414042;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin-bottom: 8px;
}
.about-us .about-team-grid .team-right .mission-vision-div p {
  font-size: 15px;
  font-weight: 300;
  color: #414042;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
@media (max-width: 500px) {
  .about-us .about-team-grid .team-right .mission-vision-div p br {
    display: none;
  }
}

.testimonials {
  width: 100%;
  padding: 4% 0;
}
.testimonials span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #f18700;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  display: block;
}
.testimonials h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  color: #414042;
}
@media (max-width: 1101px) {
  .testimonials h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .testimonials h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .testimonials h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonials h1 strong {
  font-weight: 700;
}
.testimonials #testimonials-carousel {
  width: 100%;
  margin-top: 40px;
}
.testimonials #testimonials-carousel .item {
  background-color: #f7f4f4;
  padding: 40px 25px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.testimonials #testimonials-carousel .item::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("../svg/smile.svg");
  background-repeat: no-repeat;
  right: 20px;
  bottom: 30px;
}
.testimonials #testimonials-carousel .item img {
  width: 17%;
}
.testimonials #testimonials-carousel .item p {
  font-size: 16px;
  font-weight: 300;
  color: #414042;
  font-family: "Montserrat", sans-serif;
}
.testimonials #testimonials-carousel .item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #414042;
  font-family: "Montserrat", sans-serif;
}
.testimonials #testimonials-carousel .item span {
  display: block;
  color: #f18700;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: -25px;
  text-align: left;
  letter-spacing: 0;
}

.awards-section {
  width: 100%;
  padding-bottom: 10%;
  background-color: #fff;
  position: relative;
}
.awards-section:before {
  position: absolute;
  content: "";
  width: 16%;
  height: 30%;
  background-image: url(../svg/one-home-icon.svg);
  right: 65px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .awards-section:before {
    width: 17%;
  }
}
@media (max-width: 1470px) {
  .awards-section:before {
    width: 18%;
  }
}
@media (max-width: 1366px) {
  .awards-section:before {
    width: 19%;
  }
}
@media (max-width: 1280px) {
  .awards-section:before {
    width: 20%;
  }
}
@media (max-width: 1101px) {
  .awards-section:before {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .awards-section:before {
    width: 27%;
  }
}
@media (max-width: 500px) {
  .awards-section:before {
    display: none;
  }
}
.awards-section h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  color: #414042;
}
@media (max-width: 1101px) {
  .awards-section h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .awards-section h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .awards-section h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.awards-section h1 strong {
  font-weight: 700;
}
.awards-section p {
  font-size: 16px;
  font-weight: 600;
  color: #414042;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 5px;
}
.awards-section .awards-carousel {
  width: 100%;
  margin-top: 60px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .awards-section .awards-carousel {
    margin-top: 40px;
  }
}
.awards-section .awards-carousel .slick-slide {
  margin-right: 20px;
}
.awards-section .awards-carousel .item-box {
  display: flex;
  background-color: #f9f9f9;
  padding: 20px;
  align-items: center;
  border-radius: 20px;
  gap: 10px;
}
.awards-section .awards-carousel .item-box .icon-div img {
  width: 100%;
}
.awards-section .awards-carousel .item-box .content-div p {
  font-size: 15px;
  font-weight: 600;
  color: #878787;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.awards-section .awards-carousel .item-box .content-div h2 {
  font-size: 24px;
  font-weight: 600;
  color: #414042;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  text-align: left;
  line-height: 26px;
  margin-top: 5px;
}
@media (max-width: 1101px) {
  .awards-section .awards-carousel .item-box .content-div h2 {
    font-size: 20px;
  }
}

.lifestyle-amenities.location {
  padding: 4% 0;
  position: relative;
}
.lifestyle-amenities.location h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #414042;
  text-align: center;
}
@media (max-width: 1101px) {
  .lifestyle-amenities.location h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .lifestyle-amenities.location h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .lifestyle-amenities.location h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.lifestyle-amenities.location h1 strong {
  font-weight: 700;
}
.lifestyle-amenities.location .features-list {
  list-style: none;
  padding: 0;
  width: 100%;
}
.lifestyle-amenities.location .features-list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  justify-content: space-between;
}
.lifestyle-amenities.location .features-list li p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.lifestyle-amenities.location .features-list li:nth-last-child(1) {
  border-bottom: none;
}
.lifestyle-amenities.location .location-tab {
  height: 450px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .lifestyle-amenities.location .location-tab {
    height: 300px;
  }
}
.lifestyle-amenities.location .location-tab iframe {
  border-radius: 30px;
}

.gallery {
  width: 100%;
  padding: 4% 0;
}
.gallery h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  color: #414042;
}
@media (max-width: 1101px) {
  .gallery h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .gallery h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .gallery h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.gallery h1 strong {
  font-weight: 700;
}
.gallery .gallery-tabs {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 500px) {
  .gallery .gallery-tabs {
    margin-top: 30px;
  }
}
.gallery .gallery-tabs .nav-tabs {
  justify-content: center;
  border: none;
  gap: 8px;
}
@media (max-width: 500px) {
  .gallery .gallery-tabs .nav-tabs {
    gap: 10px;
  }
}
.gallery .gallery-tabs .nav-tabs .left-child {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}
.gallery .gallery-tabs .nav-tabs .right-child {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
.gallery .gallery-tabs .nav-tabs .nav-item .nav-link {
  width: 280px;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(rgb(143, 219, 190) -48%, rgb(10, 124, 100) 124%) rgba(0, 0, 0, 0);
  font-family: "Montserrat", sans-serif;
  padding: 12px 20px;
}
@media (max-width: 1101px) {
  .gallery .gallery-tabs .nav-tabs .nav-item .nav-link {
    width: 240px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .gallery .gallery-tabs .nav-tabs .nav-item .nav-link {
    border-radius: 7px;
  }
}
@media (max-width: 500px) {
  .gallery .gallery-tabs .nav-tabs .nav-item .nav-link {
    border-radius: 7px;
    font-size: 14px;
  }
}
.gallery .gallery-tabs .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(rgb(10, 124, 100) 0%, rgb(10, 124, 100) 100%) rgb(10, 124, 100);
}
.gallery .gallery-tabs .nav-tabs .nav-item .nav-link i {
  color: #fff;
  font-size: 18px;
}
.gallery .gallery-tabs .gallary-images {
  width: 100%;
}
.gallery .gallery-tabs .gallary-images .productImage {
  width: 92%;
  height: 550px;
  margin: 40px auto;
  border-radius: 10px;
}
@media (max-width: 500px) {
  .gallery .gallery-tabs .gallary-images .productImage {
    width: 100%;
    height: 400px;
    margin: 25px auto;
    border-radius: 10px;
  }
}
@media (max-width: 500px) {
  .gallery .gallery-tabs .gallary-images .productImage.unit-plans {
    height: auto !important;
  }
}
.gallery .gallery-tabs .gallary-images .productImage iframe {
  border-radius: 10px;
}
.gallery .gallery-tabs .gallary-images .productImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.gallery .gallery-tabs .gallary-images .thumbs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .gallery .gallery-tabs .gallary-images .thumbs {
    gap: 10px;
  }
}
.gallery .gallery-tabs .gallary-images .thumbs img {
  width: 240px;
  height: 190px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid rgba(65, 64, 66, 0.3882352941);
}
@media (max-width: 1024px) {
  .gallery .gallery-tabs .gallary-images .thumbs img {
    width: 200px;
    height: 175px;
  }
}
@media (max-width: 991px) {
  .gallery .gallery-tabs .gallary-images .thumbs img {
    width: 150px;
    height: 130px;
  }
}
@media (max-width: 500px) {
  .gallery .gallery-tabs .gallary-images .thumbs img {
    width: 90px;
    height: 75px;
    border-radius: 15px;
  }
}

/*********************Thank you page css********************/
.thank-you-page {
  width: 100%;
  height: 100vh;
  background-color: #f5f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .thank-you-page {
    height: 70vh;
  }
}
.thank-you-page h1 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 65px;
  line-height: 75px;
}
@media (max-width: 1600px) {
  .thank-you-page h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1366px) {
  .thank-you-page h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .thank-you-page h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 500px) {
  .thank-you-page h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
.thank-you-page p {
  font-family: "Montserrat", sans-serif;
  color: #f18700;
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .thank-you-page p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .thank-you-page p {
    font-size: 20px;
    margin-top: 10px;
  }
}
.thank-you-page a {
  background-color: #0a7c64;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 14px;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1366px) {
  .thank-you-page a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .thank-you-page a {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
