@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.woff") format("woff"),
    url("../fonts/Roboto.ttf") format("truetype"),
    url("../fonts/Roboto.svg") format("svg"),
    url("../fonts/Roboto.woff2") format("woff2"),
    url("../fonts/Roboto.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/Roboto-Medium.svg") format("svg"),
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.svg") format("svg"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "AdaniFont";
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Adani-Medium.eot);
  src: url(../fonts/Adani-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Adani-Medium.otf) format("otf"),
    url(../fonts/Adani-Medium.svg#AdaniRegular) format("svg"),
    url(../fonts/Adani-Medium.ttf) format("truetype"),
    url(../fonts/Adani-Medium.woff2) format("woff2");
}

:root {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #404040;
  background: #fff;
  overflow-x: hidden;
  font-size: 16px;
}

a {
  color: #555;
  text-decoration: underline;
}

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

@media (max-width: 767px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallerySection {
    padding-top: 5rem;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 33.75rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 71.25rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 82.5rem;
  }
}

.ms-auto {
  margin-left: auto;
}

.me-auto {
  margin-right: auto;
}

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

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

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

.mt-0 {
  margin-top: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.75rem;
}

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

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

.position-relative {
  position: relative;
}

.font-20 {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .section {
    padding-top: 3.75rem;
  }
}

.section-heading {
  color: #dcb04b;
  margin-top: 0;
}

header {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  z-index: 3;
  top: 0;
  transition: ease all 0.3s;
}

header .logo-adani {}

header .logo-adani img,
header .logo-shantigram img {
  /* filter: grayscale(2) contrast(0) brightness(100); */
  z-index: 1;
  position: relative;
  top: -5px;
}

header.sticky-header {
  position: fixed;
  top: 0;
  transition: ease all 0.3s;
}

header::before {
  content: "";
  background: rgb(0, 0, 0);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  /* opacity: 0.8; */
}

.header-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 991px) {
  .header-wrapper {
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .header-wrapper nav {
    position: fixed;
    right: -18.75rem;
    height: 100vh;
    top: 0;
    background: #ffffff;
    width: 18.75rem;
    justify-content: initial;
    padding: 3.813rem 0 0.625rem 0;
    transition: right 0.3s ease;
  }

  .header-wrapper nav.active {
    transition: right 0.3s ease;
    right: 0;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .header-wrapper nav.active ul {
    display: block;
  }

  .header-wrapper nav.active ul li {
    border-top: 0.063rem solid #eee;
  }

  .header-wrapper nav.active ul li.active {
    background: #f8f8f8;
  }

  .header-wrapper nav.active ul li a {
    padding: 1.25 3.75rem;
    color: #000;
  }
}

.header-wrapper nav .btn-brochure {
  border: 0.063rem solid #222;
  border-radius: 6.25rem;
  padding: 0.688rem 1.25rem;
  position: absolute;
  display: inline-block;
  bottom: 7rem;
  left: 4rem;
  font-size: 1rem;
  text-decoration: none;
  color: #000;
}

@media (min-width: 992px) {
  .header-wrapper nav .btn-brochure {
    display: none;
  }
}

.header-wrapper nav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {

  .header-wrapper nav ul li.active a,
  .header-wrapper nav ul li:hover a {
    color: #000;
  }
}

.header-wrapper nav ul li.active a:after,
.header-wrapper nav ul li:hover a:after {
  background: #000;
  width: 100%;
  transition: ease all 1000ms;
}

@media (max-width: 991px) {

  .header-wrapper nav ul li.active a:after,
  .header-wrapper nav ul li:hover a:after {
    display: none;
  }
}

.header-wrapper nav ul li a,
.header-wrapper nav ul li button {
  text-decoration: none;
  position: relative;
  color: #000;
  font-size: 0.875rem;
  line-height: normal;
  position: relative;
  display: block;
  padding: 0.625rem 0.938rem;
  font-weight: normal;
}

.header-wrapper nav ul li a.enq-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 0.063 solid #fff;
  border-radius: 1.563rem;
  text-decoration: none !important;
}

.header-wrapper nav ul li a.enq-btn::after {
  display: none;
}

.header-wrapper nav ul li a:after {
  content: "";
  height: 0.125rem;
  display: block;
  width: 0;
  margin: 0.25rem auto 0 auto;
  transition: ease all 1000ms;
}

@media (max-width: 991px) {
  .header-wrapper nav ul li a:after {
    display: none;
  }
}

.header-wrapper nav ul {
  column-gap: 2rem;
}

.form-open .custom-header {
  z-index: 1;
}

@media (max-width: 991px) {
  header {
    z-index: 4;
  }
}

footer {
  background: #0e1a33;
  text-align: center;
  padding: 3.375rem 1rem 5rem;
  color: #fff;
}

footer p {
  font-weight: 300;
  margin: 1.5rem 0;
  line-height: 1.5;
  font-size: 0.75rem;
  word-wrap: break-word;
}

footer .footerLogo {
  margin-top: 2.5rem;
}

footer .footerLogo img {
  filter: grayscale(2) contrast(0) brightness(100);
}

@media (min-width: 768px) {
  footer p {
    font-size: 0.875rem;
  }
}

footer h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  footer h4 {
    font-size: 1.25rem;
    font-weight: 300;
  }
}

footer p a {
  color: #fff;
}

footer .ul-website {
  display: flex;
  list-style-type: none;
  justify-content: center;
  column-gap: 1.5rem;
  padding-left: 0;
}

footer .ul-website li {
  position: relative;
}

footer .ul-website li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  footer .ul-website li a {
    font-size: 0.875rem;
  }
}

footer .ul-website li:last-child:after {
  display: none;
}

footer .ul-social-media {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
}

.hero-banner {
  position: relative;
}

.hero-banner .banner-thumb span {
  position: absolute;
  right: 5px;
  bottom: 7.5rem;
  z-index: 1;
  font-size: 0.75rem;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

@media (max-width: 991px) {
  .hero-banner .banner-thumb span {
    font-size: 0.5rem;
    bottom: 5.5rem;
  }

  .section-amenities {
    padding-top: 3.5rem;
  }

  .section.section-amenities .note {
    margin-bottom: 0;
    font-size: 0.5rem;
    bottom: 13rem;
    right: 0.5rem;
  }
}

.hero-banner .banner-thumb {
  background: #000;
}

.hero-banner .banner-thumb img {
  width: 100%;
  /* height: 100vh;
  object-fit: cover;
  opacity: 0.8; */
}

@media (min-width: 1200px) {
  .hero-banner .banner-thumb img {
    object-fit: inherit;
  }
}

.gallerySection .slick-dots li button {
  padding: 5px 0;
  width: 16px;
}

.hero-banner .banner-content {
  position: absolute;
  width: 100%;
  bottom: 4.063rem;
  left: 0;
}

.hero-banner .banner-content .banner-content--flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: end;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-banner .banner-content .banner-content--flex {
    flex-wrap: wrap;
    text-align: center;
    row-gap: 1.5rem;
  }
}

@media (max-width: 991px) {
  .hero-banner .banner-content .banner-content--flex .banner-content--location {
    min-width: 100%;
    order: 2;
  }
}

@media (max-width: 991px) {
  section .about-description {
    margin-bottom: 0;
  }
}

.banner-content--specification img {
  max-width: 26.375rem;
}

.banner-content--specification .project-location {
  font-family: "AdaniFont", sans-serif;
  font-size: 1.125rem;
  margin-top: 1.375rem;
  /* color: #fff; */
  margin-bottom: 0px;
}

.banner-content--specification .project-tagline {
  font-family: "AdaniFont", sans-serif;
  font-size: 1.438rem;
  margin-top: 0;
  /* color: #fff; */
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-amenities h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .section-amenities h2 {
    font-size: 2.25rem;
  }
}

.section-amenities {
  position: relative;
  color: #fff;
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.section-amenities .bg-images {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 100%;
}

.section-amenities .bg-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-amenities .container {
  position: relative;
}

.section-amenities .note {
  position: absolute;
  right: 1rem;
  bottom: 18rem;
  z-index: 1;
  font-size: 0.75rem;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

.amenities-row {
  display: flex;
  gap: 3.5rem;
  overflow: auto;
  justify-content: space-between;
}

.amenities-row .amenities-column {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  max-width: 12.5rem;
}

.amenities-row .amenities-column .amenities-thumb {
  border-radius: 100%;
  overflow: hidden;
}

.amenities-row .amenities-column .amenities-thumb img {
  width: 12.5rem;
  height: 12.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.amenities-description {}

.amenities-description h3 {
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 10rem;
  line-height: 1.5rem;
  margin: 1.5rem auto 0;
}

.amenities-description h3 sup {
  font-size: 0.75rem;
}

.overview-section {
  color: #333333;
  text-align: center;
  padding: 6.25rem 0;
}

.overview-section img {
  max-width: 100%;
}

.overview-section h1 {
  font-size: 4rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.overview-section h2 {
  font-size: 1.125rem;
  font-weight: 100;
}

.overview-section h2:after {
  content: "";
  background: #000;
  display: block;
  width: 6.25rem;
  height: 0.063rem;
  margin: 1.875rem auto 1.875rem auto;
}

.overview-section p {
  line-height: 1.5rem;
  max-width: 59.25rem;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .overview-section p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.section-location {
  padding: 6.25rem 0;
}

.section-location .map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.section-location .map-wrapper iframe {
  min-height: 37.313rem;
  width: 100%;
}

.address-wrapper {
  position: absolute;
  right: 4rem;
  background-color: #fff;
  width: auto;
  bottom: 1.5rem;
  border-radius: 0.5rem;
  padding: 1.875rem;
  box-shadow: 0.063rem 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  max-width: 20rem;
  z-index: 1;
}

.address-wrapper p span {
  display: block;
}

.address-wrapper h3 {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
  margin-top: 0;
  font-weight: 500;
}

.address-wrapper p {
  font-weight: 100;
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.heading {
  color: #333333;
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
}

/* .sticky-form {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0e1a33;
  padding: 1.5rem 0;
  transition: ease all 0.3s;
  border-top: 0.063rem solid #fff;
  z-index: 8;
} */

.sticky-form .form-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.sticky-form .form-group .errorMsg {
  display: block;
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.sticky-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 0.063rem solid #fff;
  max-width: 100%;
  width: 100%;
  padding: 1.5rem 0.5rem 0.25rem 0;
  color: #fff;
  outline: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0;
  height: 20px
}



.sticky-form .form-control:focus~.formLabel,
.sticky-form .form-control:not(:placeholder-shown)~label {
  transition: ease all 0.3s;
  font-size: 0.75rem;
  top: 0.5rem;
}

.sticky-form .formLabel {
  transition: ease all 0.3s;
  position: absolute;
  color: #fff;
  left: 0;
  top: 1rem;
  opacity: 0.7;
  font-weight: 100;
  cursor: inherit;
  z-index: 0;
}

.sticky-form .row {
  display: flex;
}

.sticky-form .row .col {
  flex-basis: 0;
  flex-grow: 1;
}

.sticky-form .row .col:last-child {
  text-align: center;
}

.sticky-form button {
  max-width: 10rem;
  width: 100%;
  border: 0.063rem solid #fff;
  padding: 0.5rem;
  text-align: center;
  border-radius: 1rem;
  margin-top: 1rem;
  background: rgb(255 255 255 / 30%);
  color: #fff;
  cursor: pointer;
}

.sticky-form button:hover {
  transition: ease all 0.3s;
  color: #0e1a33;
  background: rgb(255 255 255 / 80%);
}

.sticky-form .container {
  position: relative;
}

.sticky-form .close-form {
  position: absolute;
  right: 0;
  top: -2.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: rgb(255 255 255 / 70%);
  border: 0.063rem solid #0e1a33;
  border-radius: 100%;
  cursor: pointer;
}

.sticky-form.hide {
  bottom: -15rem;
  transition: ease all 0.3s;
}

.sticky-form .close-form:hover {
  background: rgb(255 255 255 / 100%);
}

.sticky-form .close-form span {}

.sticky-form .close-form span::before {
  content: "";
  width: 1rem;
  height: 0.063rem;
  position: absolute;
  background: #0e1a33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sticky-form .close-form span::after {
  content: "";
  width: 1rem;
  height: 0.063rem;
  position: absolute;
  background: #0e1a33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sticky-form .form-check {
  color: #fff;
  position: relative;
  margin-top: 1.5rem;
}

.sticky-form .form-check-input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sticky-form .form-check-input:checked+.form-check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.375rem;
  width: 0.25rem;
  height: 0.438rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}

.sticky-form .form-check-label {
  font-weight: 100;
  display: block;
}

.sticky-form .form-check-label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.063rem solid #fff;
  padding: 0.5rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -0.125rem;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .mobile-trigger {
    display: none;
  }
}

@media (max-width: 991px) {

  .logo-shantigram {
    position: relative;
    left: -25px;
    top: -1px;
  }

  header .logo-shantigram img {
    width: 70%;
  }

  footer {
    padding: 0.375rem 1rem 3rem;
  }

  .masterplan-row {
    flex-wrap: wrap;
  }

  .masterplan-list {
    min-width: 100%;
  }

  .mobile-trigger {
    display: block;
    position: absolute;
    right: 0;
    width: 3.125rem;
    height: 1.75rem;
    border-radius: 0.938rem;
    border: 0.063rem solid #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
  }

  .mobile-trigger span {
    display: block;
    height: 0.063rem;
    background: #000;
    margin: 0.313rem auto 0;
    width: 1.25rem;
    transition: 0.3s ease;
  }

  .mobile-trigger span:first-child {
    margin-top: 0;
  }

  .mobile-trigger.active {
    background: #eee;
    border-color: #ddd;
  }

  .mobile-trigger.active span {
    background: #000;
  }

  .mobile-trigger.active span:first-child {
    margin-top: 0;
    transform: rotate(45deg);
    margin-top: 0.063rem;
  }

  .mobile-trigger.active span:last-child {
    transform: rotate(132deg);
    margin-top: -0.063rem;
  }

  .header-wrapper nav .btn-brochure {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 1.5rem 0 0 1rem;
  }
}

.gallerySection {
  padding-bottom: 6.25rem;
}

.titleHeading {
  font-size: 2.25rem;
  margin-bottom: 1.875rem;
}

.galleryCarousel {
  margin: 0 auto;
  position: relative;
}

.galleryCarousel .slick-arrow {
  height: 2rem;
  width: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  right: 3.125rem;
  z-index: 1;
  top: -3.438rem;
  left: auto;
  transform: rotate(-180deg);
  border: 0.063rem solid #707070;
  border-radius: 50%;
  background-size: 25%;
}

.galleryCarousel .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: none;
}

.galleryCarousel .slick-arrow:hover {
  background-size: 25%;
  border: 0.063rem solid #000;
}

.galleryCarousel .desc img {
  min-height: 26.875rem;
  border-radius: 1.25rem;
  min-width: 100%;
}

.galleryCarousel .slick-slide {
  width: 71.25rem;
}

@media (max-width: 991px) {
  .galleryCarousel .slides-numbers {
    right: 1.25rem;
  }

  .galleryCarousel .item .desc:after {
    right: 0.625rem;
    bottom: 3.75rem;
    padding: 0.063rem 0.8rem;
  }
}

.galleryCarousel .gallery a {
  position: relative;
  display: block;
}

.galleryCarousel .gallery a .galleryThumb {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.galleryCarousel .gallery a .galleryThumb:after {
  content: "";
  opacity: 0.6;
  background-image: linear-gradient(180deg, transparent, #000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 19rem;
}

.galleryCarousel .gallery {
  margin-bottom: 0;
}

.galleryCarousel .playpause {
  background-repeat: no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .galleryCarousel .playpause {
    width: 3.125rem;
    height: 3.125rem;
    z-index: 1;
  }
}

.galleryCarousel .slick-slider .slick-dots {
  bottom: -3rem;
  text-align: right;
}

.galleryCarousel .slick-slider .slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.188rem;
}

.galleryCarousel .slick-slider .slick-dots li.slick-active button {
  font-size: 0.875rem;
  color: #333333;
  border-bottom: 0.063rem solid #333333;
}

.galleryCarousel .slick-slider .slick-dots li.slick-active button::before {
  display: none;
}

.galleryCarousel .slick-slider .slick-dots li button:before {
  background: #000;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  opacity: 0.25;
  left: 0.313rem;
}

.galleryCarousel .desc {
  position: relative;
  margin: 0 5px;
}

.galleryCarousel .desc .impression {
  position: absolute;
  bottom: 2%;
  right: 2%;
  color: #fff;
  z-index: 9;
  font-size: 0.625rem;
}

.galleryCarousel video,
.galleryCarousel img {
  width: 100%;
  display: block;
  max-height: 100%;
}

@media (min-width: 992px) {

  .galleryCarousel video,
  .galleryCarousel img {
    height: 42.5rem;
    object-fit: cover;
    object-position: bottom center;
  }
}

@media (max-width: 991px) {

  .galleryCarousel video,
  .galleryCarousel img {
    height: 37.5rem;
    object-fit: cover;
    object-position: bottom center;
  }
}

.masterplan-title {
  font-size: 2.25rem;
  margin-bottom: 0;
  color: #333333;
  margin-top: 0;
}

.masterplan-row {
  display: flex;
}

.masterplan-list h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-right: 2rem;
  color: #161615;
}

.masterplan-img {
  overflow: scroll;
  object-fit: cover;
  margin-top: 1.25rem;
  max-height: 31.25rem;
  border-radius: 1rem;
}

.masterplan-img img {
  border-radius: 1rem;
}

.masterplan-list {
  min-width: 20%;
}

.masterplan-img::-webkit-scrollbar,
.amenities-row::-webkit-scrollbar {
  display: none;
}

.masterplan-listitem {
  font-size: 0.875rem;
  text-align: left;
  color: #161615;
  opacity: 1;
  line-height: 1.8rem;
}

.masterplan-listitem li {
  padding-left: 0.313rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  visibility: hidden;
}

.overlay.active {
  visibility: visible;
}

body.menu-active {
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.brochure-wrapper {
  text-align: center;
}

.download-brochure {
  color: #333333;
  border: 0.063rem solid #333333;
  border-radius: 1.75rem;
  display: inline-block;
  padding: 1rem;
  min-width: 15.375rem;
  text-align: center;
  text-decoration: none;
  margin-top: 6.25rem;
}

.highlights {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media (min-width: 992px) {

  .single-highlight:first-child,
  .highlight-heading {
    margin-left: calc(((100% - 57rem) / 2) - 0.938rem);
  }

  .single-highlight:last-child {
    margin-right: calc(((100vw - 57rem) / 2) - 0.938rem);
  }
}

@media (min-width: 1200px) {

  .single-highlight:first-child,
  .highlight-heading {
    margin-left: calc(((100% - 68rem) / 2) - 0.938rem);
  }

  .single-highlight:last-child {
    margin-right: calc(((100vw - 68rem) / 2) - 0.938rem);
  }
}

@media (min-width: 1400px) {

  .single-highlight:first-child,
  .highlight-heading {
    margin-left: calc(((100% - 79rem) / 2) - 0.938rem);
  }

  .single-highlight:last-child {
    margin-right: 0;
    padding-right: calc(((100vw - 79rem) / 2) - 0.938rem);
  }
}

.highlight-heading {
  display: flex;
  align-items: center;
  font-size: 2.25rem;
  font-weight: 600;
}

.highlights-content {
  display: flex;
  gap: 1.5rem;
  overflow-x: scroll;
}

.highlights-content::-webkit-scrollbar {
  display: none;
}

.single-highlight {
  margin: 1.875rem 0 0.875rem;
}

.sub-heading {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.063rem;
  margin-bottom: 1rem;
}

.sub-content {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.75rem;
}

.highlight-text {
  margin: 0;
}

.h-image-container {
  position: relative;
  margin: 0;
}

.highlights-image {
  width: 24.375rem;
  height: 24.375rem;
  margin-bottom: 1.625rem;
  border-radius: 1.25rem;
}

.impression-type {
  font-size: 0.813rem;
  position: absolute;
  bottom: 10%;
  right: 3%;
  z-index: 1;
  color: #fff;
}

.enquiryBtn {
  padding: 0.75rem 2.5rem;
  background: #0c2948;
  border: none;
  color: #fff;
  border-radius: 2.5rem;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  max-width: 2.5rem;
  min-width: 11.25rem;
}

.popup-form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.popup-form .form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
}

.popup-form .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.063rem solid #404040;
  box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.05),
    inset 0 -0.938rem 0.625rem -0.75rem rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.625rem;
  border-radius: 0.188rem;
  position: absolute;
  left: 0;
  top: 0;
}

.popup-form .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.35rem;
  width: 0.275rem;
  height: 0.5rem;
  border: solid #404040;
  border-width: 0 0.1rem 0.1rem 0;
  transform: rotate(45deg);
}

.popup-form {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
  border: 0.063rem solid;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  border-radius: 0.5rem;
  padding: 2.5rem;
}

.ovarLay {
  position: fixed;
  background: rgba(0, 0, 0, 70%);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.form-open .ovarLay,
.form-open-download .overlay .thnku-form-open .ovarLay {
  opacity: 1;
  visibility: visible;
}

.form-open .popup-form,
.form-open-download .popup-form {
  opacity: 1;
  visibility: visible;
}

.popup-form .form-control {
  margin-bottom: 1.875rem;
}

.popup-form .close_btn {
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
  cursor: pointer;
}

.form-open-download .overlay {
  opacity: 1;
  visibility: visible;
}

.enq-btn {
  cursor: pointer;
}

.form-open,
.otp-form-open,
.thnku-form-open {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}

.popup-form .form-item {
  position: relative;
  display: block;
}

.popup-form .form-item input,
.banner-form-container input {
  transition: all 0.2s ease 0s;
  border-radius: 0rem;
  display: block;
  width: 100%;
  height: 3.375rem;
  border: none;
  border-image: initial;
  font-size: 1rem;
  border-bottom: 0.063rem solid #000;
  box-shadow: none;
  z-index: 1;
  position: relative;
  background: transparent;
  padding: 0;
  outline: none !important;
}

.popup-form .form-item input:focus {
  outline: none;
  box-shadow: none;
}

/* .popup-form .form-item input::placeholder {
  opacity: 0;
} */

/* .popup-form .form-item input:focus ~ .formLabel,
.popup-form .form-item input:not(:placeholder-shown) ~ .formLabel {
  transition: ease all 0.3s;
  font-size: 0.75rem;
  top: 0.25rem;
} */

.popup-form .form-item .formLabel {
  position: absolute;
  top: 1.063rem;
  color: #404040;
  transition: all 0.4s ease 0s;
  z-index: 0;
}

.popup-form h3 {
  color: #404040;
  font-size: 1.5rem;
  line-height: normal;
  margin: 0;
  padding-bottom: 0.75rem;
}

.popup-form p {
  color: #676767;
  font-size: 1rem;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.error {
  display: block;
  color: #de0000;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .popup-form {
    transform: none;
    top: auto;
    max-width: 100%;
    border-radius: 0;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    bottom: -200%;
    padding: 2.5rem 0.938rem 1.25rem;
  }

  .form-open .popup-form,
  .form-open-download .popup-form,
  .form-open-download {
    bottom: 0;
    max-width: 91.5vw;
  }
}

.otpForm .verification-code {
  max-width: 20.5rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .otpForm .verification-code {
    max-width: 29.5rem;
  }
}

.otpForm .verification-code--inputs {
  margin: auto;
  text-align: center;
}

.otpForm .verification-code--inputs input[type="text"] {
  max-width: 20.5rem;
  width: 3rem;
  height: 4.063rem;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-size: 1.75rem;
  margin: 0 0.5rem;
  color: #404040;
  padding: 0;
  border-bottom: 0.063rem solid #404040;
}

@media (min-width: 768px) {
  .otpForm .verification-code--inputs input[type="text"] {
    max-width: 29.5rem;
    width: 4.563rem;
  }
}

.otpForm .verification-code--inputs input[type="text"]:first-child {
  margin-left: 0;
}

.otpForm .verification-code--inputs input[type="text"].verification-input {
  border-bottom: 0.063rem solid #de0000;
}

.otpForm .enquiryBtn {
  margin-top: 5rem;
  outline: none;
}

.otpForm {
  max-width: 37.75rem;
  width: 100%;
  height: 29.938rem;
  position: fixed;
  background: #fff;
  top: auto;
  bottom: -29%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.75rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

@media (min-width: 992px) {
  .otpForm {
    top: 50%;
    bottom: auto;
  }
}

.otpForm .otp_close_btn_container {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
}

.otpForm .otp_close_btn {
  margin-right: 1.25rem;
  cursor: pointer;
}

.otpForm .top {
  margin: 0 0 2.625rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .otpForm .top {
    padding-left: 2.625rem;
  }
}

.otpForm .top h3 {
  color: #404040;
  font-size: 1.5rem;
  margin-bottom: 1.125rem;
}

.otpForm .top p {
  color: #676767;
  font-size: 0.875rem;
  margin: 0;
}

.otp_input_container {
  padding-bottom: 1.557rem;
}

.otp_input_container .invalid_otp_err {
  color: #de0000;
  font-size: 0.875rem;
  height: 1rem;
}

.resend-wrp .resend-btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5rem;
}

.resend-wrp .resend-btn .resend-icon {
  width: 1.293rem;
  height: 1.302rem;
}

.resend-wrp .resend-btn .resend-text {
  font-size: 0.875rem;
  text-decoration: none;
}

.otp-form-open .otpForm {
  opacity: 1;
  visibility: visible;
}

.otp-form-open .ovarLay {
  opacity: 1;
  visibility: visible;
}

.thankyou-form {
  transform: translateY(-50%);
  max-width: 37.75rem;
  width: 100%;
  position: fixed;
  background: #fff;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.75rem;
  z-index: 10;
  border: 0.063rem solid rgba(204, 204, 204, 1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

@media (max-width: 991px) {
  .thankyou-form {
    bottom: 0;
    top: inherit;
    transform: inherit;
  }
}

.thnku-form-open .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.thnku-form-open .thankyou-form {
  opacity: 1;
  visibility: visible;
}

.thankyou-form .inner {
  max-width: 25rem;
  margin: 0 auto;
  padding: 5.625rem 0 3rem 0;
}

.thankyou-form .top h3 {
  color: #404040;
  font-size: 1.5rem;
  line-height: normal;
  margin: 0;
  padding-bottom: 0.75rem;
}

.thankyou-form .top {
  text-align: left;
  padding-bottom: 1.5rem;
}

.thankyou-form .inner .top p {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0;
}

.thankyou-form .item {
  padding-bottom: 0.625rem;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .thankyou-form .item {
    flex: 0 0 50%;
  }

  .md-none {
    display: none;
  }
}

.thankyou-form .item h5 {
  margin: 0;
  color: #404040;
  opacity: 50%;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 300;
  padding-bottom: 0.5rem;
}

.thankyou-form .item h4 {
  margin: 0;
  color: #404040;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
  opacity: 0.8;
}

.thankyou-form .btm {
  padding-bottom: 3.5rem;
}

.thankyou-form .btm {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}

.thankyou-form .btm .wrap2 {
  margin-left: 6.25rem;
}

.thankyou-form .thankyou_close_btn {
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
  cursor: pointer;
}

.thankyou-form .button-section {
  text-align: center;
}

.thankyou-form .button-section .btn {
  padding: 0.75rem 2.5rem;
  background: rgba(12, 41, 72, 1);
  border: none;
  color: #fff;
  border-radius: 2.5rem;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  max-width: 2.5rem;
  min-width: 11.25rem;
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  .hero-banner .banner-content {
    bottom: 2rem;
  }

  .section.section-amenities .note {
    transform: none;
    bottom: 1rem;
  }

  .amenities-row {
    gap: 1.5rem;
    width: calc(100% + 1.25rem);
  }

  .amenities-row .amenities-column:last-child {
    margin-right: 1.25rem;
  }

  .banner-content--specification img {
    max-width: 15.25rem;
  }

  .banner-content--specification .project-location {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 0.625rem;
  }

  .banner-content--specification .project-tagline {
    font-size: 0.75rem;
  }

  .amenities-row .amenities-column .amenities-thumb img {
    width: 7.5rem;
    height: 7.5rem;
  }

  .amenities-description h3 {
    font-size: 0.875rem;
    margin-top: 1rem;
  }

  .overview-section {
    padding: 3.75rem 0;
  }

  .overview-section h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .overview-section h2:after {
    margin: 1.25rem auto 1.25rem auto;
    width: 3.125rem;
  }

  .overview-section h2 {
    font-size: 1rem;
  }

  .highlights {
    margin: 0;
    padding: 3.5rem 0;
  }

  .highlight-heading {
    margin-top: 0;
    padding-left: 1.25rem;
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .highlights-content .single-highlight:first-child {
    padding-left: 1.25rem;
  }

  .highlights-image {
    width: 17.5rem;
    height: 17.5rem;
    margin-bottom: 1rem;
  }

  .highlights-content {
    width: 100%;
  }

  .single-highlight .sub-heading {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: unset;
    margin-bottom: 0.75rem;
  }

  .single-highlight .sub-content {
    font-size: 1rem;
  }

  .galleryCarousel .desc img {
    height: unset;
    min-height: unset;
  }

  .titleHeading,
  .masterplan-title {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .galleryCarousel video,
  .galleryCarousel img {
    height: unset;
    min-height: unset;
  }

  .masterplan-img {
    margin-top: 0;
  }

  .masterplan-list h3 {
    margin-left: 0;
  }

  .masterplan-listitem {
    display: flex;
    padding-left: 0;
    padding-left: 1rem;
    column-gap: 1.5rem;
  }

  .masterplan-listitem li {
    max-width: 42%;
    width: 100%;
    padding: 0;
  }

  .section-location {
    padding: 3.25rem 0;
  }

  .section-location .heading {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .masterplan-listitem {
    flex-wrap: wrap;
  }

  .masterplan-img img {
    max-width: 200%;
  }

  .highlightContainer .single-highlight:last-child {
    padding-right: 1.25rem;
  }

  .address-wrapper p {
    max-height: 0;
    transition: ease all 0.3s;
    overflow: hidden;
    margin: 0;
  }

  .thankyou-form .top h3 {
    margin-left: 0.938rem;
  }

  .thankyou-form .top p {
    margin-left: 0.938rem;
  }

  .thankyou-form .btm .wrap2 {
    margin-left: 2.25rem;
  }

  .thankyou-form .btm {
    margin-left: 0.938rem;
  }
}

.gallery .slick-prev {
  background-image: url(../../../../images/Realty/inspire-corporate-capital/images/arrow.png);
  height: 32px;
  width: 32px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  right: 50px;
  z-index: 1;
  top: -55px;
  left: auto;
  transform: rotate(-180deg);
  border: 1px solid #707070;
  border-radius: 50%;
  background-size: 25% !important;
}

.gallery .slick-next {
  background-image: url(../../../../images/Realty/inspire-corporate-capital/images/arrow.png);
  height: 32px;
  width: 32px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  right: 50px;
  z-index: 1;
  top: -55px;
  left: auto;
  transform: rotate(0deg);
  border: 1px solid #707070;
  border-radius: 50%;
  background-size: 25% !important;
}

@media (max-width: 991px) {
  .masterplan-row .masterplan-listitem {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-left: 1rem;
    column-gap: 1.5rem;
  }

  .masterplan-listitem li {
    max-width: 42%;
    width: 100%;
    padding: 0;
  }

  .masterplan-list h3 {
    margin-left: 0;
  }

  .masterplan-row .masterplan-list {
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .highlight-heading {
    margin-left: calc(((100% - 42rem) / 2) - 0.938rem);
  }

  .single-highlight:first-child,
  .highlight-heading {
    margin-left: calc(((100% - 42rem) / 2) - 0.938rem);
  }
}

@media (max-width: 767px) {
  .highlight-heading {
    margin-left: calc(((100% - 33rem) / 2) - 0.938rem);
  }

  .single-highlight:first-child,
  .highlight-heading {
    margin-left: calc(((100% - 33rem) / 2) - 0.938rem);
  }
}

@media (max-width: 576px) {
  .highlight-heading {
    margin-left: 0;
  }

  .single-highlight:first-child,
  .highlight-heading {
    margin-left: 0;
  }

  .address-wrapper {
    padding: 0.875rem;
  }

  .address-wrapper h3 {
    margin-bottom: 0;
    position: relative;
    font-size: 1.125rem;
    font-weight: 100;
  }

  .address-wrapper h3:after {
    content: "";
    background-image: url(../../../../images/Realty/inspire-corporate-capital/images/arrow.png);
    height: 2rem;
    width: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    border-radius: 50%;
    background-size: 25%;
    position: absolute;
    transition: ease all 0.3s;
  }

  .address-wrapper.active p {
    max-height: 15rem;
    transition: ease all 0.3s;
  }

  .address-wrapper.active p {
    margin-top: 0.5rem;
  }

  .address-wrapper.active h3:after {
    transform: translateY(-50%) rotate(90deg);
    transition: ease all 0.3s;
  }
}

.slick-next:before,
.slick-prev:before {
  content: "";
}

@media (max-width: 767px) {
  .galleryCarousel .gallery a .galleryThumb:after {
    min-height: 4rem;
  }
}

button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.galleryCarousel .desc span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  height: 3.625rem;
  width: 3.625rem;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
}

.galleryCarousel .desc span img {
  max-width: 90%;
  object-fit: contain;
  min-height: inherit;
  border-radius: inherit;
  min-width: inherit;
  height: inherit;
  object-position: inherit;
  width: inherit;
  max-height: inherit;
  vertical-align: middle;
}

.galleryCarousel .desc label {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: .7rem;
  padding: 0.375rem 1rem;
  border-radius: 3.125rem;
  opacity: 1;
  transition: all .5s ease;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.error-modal {
  display: none;
  color: red;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 30px;
}

.error-banner {
  display: none;
  color: red;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 20px;
}

.error-footer {
  display: none;
  color: red;
  font-size: 12px;
  position: absolute;
  right: 22px;
  top: 25px;
}

.check-box,
.footercheck-box {
  left: 0;
  top: 25px;
  background: rgb(37 36 36 / 90%);
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
  z-index: 5;
}

.form-control :disabled {
  width: 50px !important;
  margin-bottom: 0px !important;
  text-align: center;
  border-radius: 0px !important;
  background-color: #eee !important;
}

#modal_phone {
  padding-left: 10px;
}

.w-100 {
  width: 100%;
}

/* banner-form-css */
.banner-form-title {
  color: #404040;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0px;
}

.banner-query-box {
  position: relative;
  margin-bottom: 20px;
}

.banner-query-box.d-flex {
  display: flex;
}

.banner-btn {
  padding: 11px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #404040;
  color: #ffffff;
  border: 1px solid #404040;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

.banner-btn:hover {
  color: #404040;
  background-color: #fff;
  border: 1px solid #404040;
}

.m-0 {
  margin: 0px !important;
}

.mt-2 {
  margin-top: 4rem;
}

.thank-you-container {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}

.text-center {
  text-align: center !important;
}

.menuenqbtn {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 0px;
}

.formrow {
  max-width: 100%;
  overflow: hidden;
}

.disclaimer-para {
  text-align: justify;
}

@media (min-width: 768px) {
  .pulse {
    animation: pulse-animation 2s infinite;
  }

  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px #fff;
    }

    100% {
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  }

  .enquire-now {
    position: fixed;
    width: max-content;
    bottom: 20px;
    right: 15px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    line-height: 100%;
    z-index: 9;
    border: 4px solid #fff;
    background: linear-gradient(to right, #C4A054 50%, rgba(12, 41, 72, 1) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    left: auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
  }

  .footer-row .row {
    display: flex;
  }

  .footer-row .col-md-6 {
    width: 50%;
    max-width: 50%;
    padding: 0px 30px;
  }

  .md-none {
    display: none;
  }

  header .logo-adani img {
    width: 20%;

  }

  .hero-banner .banner-thumb {
    background: #000;
    margin-top: 91px;
  }

  #term-and-condition .modal-content {
    padding: 10px;
  }

  #term-and-condition {
    background: #ddd;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
    z-index: 99;
    overflow-y: scroll;
    height: 80vh;
  }
}

@media (max-width: 767px) {
  header .logo-adani img {
    width: 34%;
    margin-top: -5px;
  }

  .hero-banner .banner-thumb {
    /* background: #000; */
    /* margin-top: -140px; */
  }

  .mobile-trigger {
    top: -8px;
  }

  .sm-none {
    display: none;
  }

  .enquire-now {
    position: fixed;
    width: max-content;
    bottom: 0px;
    right: 0px;
    left: auto;
    width: 100%;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    line-height: 100%;
    z-index: 9;
    border-top: 4px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    background: linear-gradient(to right, #C4A054 50%, rgba(12, 41, 72, 1) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    left: auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
  }

  header::before {
    content: "";
    background: rgb(0, 0, 0);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    /* opacity: 0.8; */
  }

  .footer-row .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .sticky-form .container {
    padding: 0px;
  }

  .sticky-form .form-check-input:checked+.form-check-label:after {
    left: 15px;
  }

  .sticky-form {
    margin-bottom: 40px;
  }

  .sticky-form .form-check-label::before {
    margin-right: 10px;
  }

  #term-and-condition .modal-content {
    padding: 10px;
  }

  #term-and-condition {
    background: #ddd;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 97%;
    max-width: 97%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
    z-index: 99;
    overflow-y: scroll;
    height: 90vh;
  }
}

.project-screen-logo {
  width: 250px;
}


.privacy-policy-content {
  margin-top: 100px;
}

.privacy-page-heading {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-size: 25px;
  font-family: "Montserrat", sans-serif !important;
}


button:disabled {
  opacity: .5;
  cursor: not-allowed
}