.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-container {
  max-width: 1545px;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  margin: 0;
}

.book-btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 34px auto 0;
}
.book-btn a, .book-btn .unlock {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background-color: #FE3C67;
  margin: 0 auto;
  padding: 17px 34px 16px;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.book-btn a:hover, .book-btn .unlock:hover {
  background-color: #3208A8;
  color: #FFFFFF;
}

h2 {
  font-family: "Prompt", sans-serif;
  font-size: 50px;
  line-height: 65px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1E1E1E;
}

h4 {
  font-family: "Prompt", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 34.05px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

h5 {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 29.96px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
}

p {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.btn {
  margin: 0 auto;
  max-width: 300px;
}
.btn .submit-btn {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  padding: 22px 20px 20px;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  background-color: #0A422C;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btn .submit-btn:hover {
  background-color: #3208A8;
}

h1 {
  font-family: "Prompt", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
}

.top-outer {
  background: url(../images/outer-bg-2.png) no-repeat center;
  background-size: cover;
}

.header {
  padding-top: 24px;
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .icon {
  margin-right: 19px;
}
.header .icon:nth-child(2) {
  margin-right: 0;
}

.banner {
  padding: 80px 0 108px;
}
.banner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner .left-section {
  width: 65%;
  padding-right: 46px;
  max-width: 820px;
}
.banner .right-section {
  width: 35%;
  min-width: 413px;
}
.banner h1 {
  margin: 0;
  max-width: 555px;
  text-transform: uppercase;
  color: #1E1E1E;
}
.banner h2 {
  font-family: "Prompt", sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 58.97px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1E1E1E;
  padding-top: 6px;
  margin: 0;
}
.banner h2 span {
  color: #FE3C67;
}
.banner .box {
  width: 100%;
}
.banner .box:last-child {
  margin-right: 0;
}
.banner .middle-block {
  padding-bottom: 30px;
  padding-top: 30px;
}
.banner .image-block {
  position: relative;
  width: 100%;
}
.banner .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.banner .image-block .qr {
  position: absolute;
  left: 7px;
  top: 9px;
  width: 40px;
}
.banner .code {
  background-color: #C02D47;
  padding: 7px 20px;
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.banner .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner li {
  margin-right: 28px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.banner li::before {
  content: "";
  background: url(../images/banner/location-icon.svg) no-repeat center;
  width: 18px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.banner li a {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1E1E1E;
  text-decoration: none;
}
.banner ul {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.banner ul:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.banner .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.banner .right-part {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .right-part::before {
  content: "";
  background: url(../images/banner/label-image-green.png) no-repeat center;
  width: 270px;
  height: 224px;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}
.banner .right-part .count {
  font-family: "Agdasima", sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 153.93px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FE3C67;
}
.banner .right-part .text {
  font-family: "Prompt", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  padding-top: 30px;
}
.banner .right-part .top {
  color: #0B8D5B;
  margin-left: 32px;
  max-width: 110px;
  border-bottom: 1px dashed #FFFFFF;
  padding-bottom: 8px;
}
.banner .right-part .bottom {
  max-width: 121px;
  color: #0B8D5B;
  padding-top: 8px;
  margin-left: auto;
}
.banner .left-part {
  width: 70%;
}

.quick-enquiry {
  background-color: #1B9264;
  padding: 56px 39px;
}
.quick-enquiry textarea {
  height: 100px;
}
.quick-enquiry h3 {
  font-family: "Prompt", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 54.47px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin: 0;
}
.quick-enquiry p {
  color: #FFFFFF;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-top: 10px;
}
.quick-enquiry .error {
  color: #ED315A;
}
.quick-enquiry label {
  font-family: "Prompt", sans-serif;
  margin: 0 auto 6px;
  max-width: 290px;
  display: block;
}
.quick-enquiry input,
.quick-enquiry textarea {
  display: block;
  background-color: #FFFFFF;
  outline: none;
  border-radius: 10px;
  padding: 13px 15px;
  border: none;
  color: rgba(30, 30, 30, 0.5);
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0 auto 17px;
  width: 100%;
  max-width: 270px;
}

.flat-list {
  padding: 111px 0 90px;
}
.flat-list h2 {
  margin-top: 0;
  font-family: "Prompt", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000000;
}
.flat-list h2 span {
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .flat-list h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .flat-list h2 {
    font-size: 42px;
    line-height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .flat-list h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  .flat-list h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (max-width: 580px) {
  .flat-list h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.flat-list h4 {
  margin: 0;
  padding-bottom: 3px;
}
.flat-list .flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flat-list .flat:nth-child(1) .location::before {
  width: 7px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.flat-list .flat:nth-child(2) .location::before {
  width: 6px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.flat-list .flat:nth-child(3) .location::before {
  width: 9px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.flat-list .flat:nth-child(4) .location::before {
  width: 8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.flat-list .flat .bottom-block a, .flat-list .flat .bottom-block .unlock {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flat-list .flat .bottom-block a:hover, .flat-list .flat .bottom-block .unlock:hover {
  background-color: #ff0038;
}
.flat-list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.flat-list .wrap .left-section {
  gap: 40px;
  width: calc(66.66% - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flat-list .wrap .left-section .flat {
  width: calc(50% - 20px);
}
.flat-list .wrap .right-section {
  width: calc(33.33% - 8px);
}
.flat-list .wrap .right-section .flat {
  margin-left: auto;
  height: 100%;
}
.flat-list p {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #656161;
  margin: 0;
}
.flat-list p span {
  color: #656161;
  font-weight: 600;
}
.flat-list .bottom-block {
  background-color: #DFD59E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(101, 97, 97, 0.25);
  margin-top: auto;
}
.flat-list .bottom-block .reg-no {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 0 20px;
  padding-right: 7px;
}
.flat-list .bottom-block a, .flat-list .bottom-block .unlock {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  background-color: #ED315A;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
  cursor: pointer;
  text-wrap: nowrap;
}
.flat-list .image-block {
  position: relative;
}
.flat-list .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.flat-list .qr {
  position: absolute;
  left: 18px;
  bottom: 18px;
}
.flat-list .location {
  background-color: #E2C779;
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 30px 12px 30px;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}
.flat-list .location::before {
  content: "";
  background-color: #ED315A;
  width: 7px;
  height: 52px;
  display: block;
  position: absolute;
  right: 10px;
  top: -3px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.flat-list .location a {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: none;
  color: #1E1E1E;
  position: relative;
}
.flat-list .location a::before {
  content: "";
  background: url(../images/flat-list-one/location-icon.svg) no-repeat center;
  width: 12px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 0;
}
.flat-list .details {
  background-image: url(../images/flat-list-one/detail-bg.png);
  background-repeat: no-repeat;
  background-position: 93% 25%;
  padding: 16px 20px;
  border: none;
  border-bottom: none;
}
.flat-list ul {
  margin: 0;
  padding: 0;
}
.flat-list ul li {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  list-style: none;
  padding-left: 23px;
  color: #656161;
}
.flat-list ul li::before {
  content: "";
  background: url(../images/flat-list-one/tick.svg) no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.flat-list .new-launch-flat .image-block {
  overflow: hidden;
}
.flat-list .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #F9F3E4;
  border: 1px solid rgba(101, 97, 97, 0.25);
}
.flat-list .boxContent .bottom-block {
  margin-top: auto;
}
.flat-list .new-launch {
  background-color: #6FB6ED;
  text-align: center;
  padding: 40px 60px 50px;
  position: relative;
  position: relative;
}
.flat-list .new-launch::before {
  content: "";
  background: #6FB6ED;
  width: 27px;
  height: 40px;
  display: block;
  position: absolute;
  right: 90px;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 9;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.flat-list .new-launch .new {
  background-color: #FB5C7E;
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 29.96px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  padding: 23px 13px;
  border-radius: 100px;
  position: absolute;
  left: 56px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 9;
}
.flat-list .new-launch .location {
  position: static;
  background-color: #6FB6ED;
  color: #073558;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  clip-path: unset;
  margin-top: 15px;
}
.flat-list .new-launch .location::before {
  display: none;
}
.flat-list .new-launch .location a {
  color: #073558;
}
.flat-list .new-launch .location a::before {
  background: url(../images/flat-list-one/location-icon3.svg) no-repeat center;
}
.flat-list h3 {
  font-family: "Prompt", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 54.46px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #073558;
  margin: 0;
  text-align: center;
}

.flat-list.second {
  background-color: rgba(186, 175, 115, 0.1);
}
.flat-list.second .wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flat-list.second .location {
  background-color: #FFFFFF;
}
.flat-list.second .location::before {
  background: #D8B44C;
}
.flat-list.second .details {
  background-image: unset;
  background-color: transparent;
  border: none;
}
.flat-list.second .bottom-block {
  background-color: #F8F5ED;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.flat-list.second .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(101, 97, 97, 0.25);
}
.flat-list.second .boxContent .bottom-block {
  margin-top: auto;
}
.flat-list.second .flat {
  width: calc(33.33% - 27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flat-list.second .flat:nth-child(1) .location::before {
  width: 8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.flat-list.second .flat:nth-child(2) .location::before {
  width: 5px;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
.flat-list.second .flat:nth-child(3) .location::before {
  width: 8px;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}
.flat-list.second .flat:nth-child(4) .location {
  padding-right: 40px;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}
.flat-list.second .flat:nth-child(4) .location::before {
  width: 8px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  right: 8px;
}
.flat-list.second .flat:nth-child(5) .location::before {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.flat-list.second .flat:nth-child(6) .location {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}
.flat-list.second .flat:nth-child(6) .location::before {
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

.customer-review {
  background: url(../images/customer-review/review-bg-2.png) no-repeat center;
  background-size: cover;
  padding: 90px 0 90px;
  position: relative;
  z-index: 1;
}
.customer-review::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3EDDA), to(#DFB572));
  background: linear-gradient(180deg, #F3EDDA 0%, #DFB572 100%);
  opacity: 80%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.customer-review h2 {
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1E1E1E;
  margin: 0;
  max-width: 1036px;
  margin: 0 auto;
}
.customer-review h2 span {
  font-weight: 300;
}
.customer-review h3 {
  font-family: "Prompt", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 47.66px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
  text-align: center;
  color: #1E1E1E;
  padding-top: 5px;
}
.customer-review p {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.customer-review .message {
  background-color: #FFFFFF;
  padding: 17px 24px;
  border-radius: 20px;
  position: relative;
}
.customer-review .message p {
  margin: 0;
}
.customer-review .message::before {
  content: "";
  background: url(../images/customer-review/review-arrow.svg) no-repeat center;
  width: 20px;
  height: 20px;
  left: -19px;
  top: 50%;
  position: absolute;
}
.customer-review .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 90px;
  gap: 90px 60px;
}
@media screen and (max-width: 1300px) {
  .customer-review .wrap {
    gap: 60px 30px;
  }
}
@media screen and (max-width: 1150px) {
  .customer-review .wrap {
    padding-top: 50px;
    gap: 30px;
  }
}
.customer-review .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 30px);
  margin-bottom: 32px;
}
.customer-review .review span,
.customer-review .review .right-block {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.customer-review .review .right-block {
  max-width: 91px;
  line-height: 22px;
  padding-top: 4px;
}
.customer-review .review.type-two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.customer-review .review.type-two .message::before {
  left: unset;
  right: -19px;
  background: url(../images/customer-review/review-arrow2.svg) no-repeat center;
}
.customer-review .review.type-two .photo {
  padding-right: 0;
  padding-left: 23px;
}
.customer-review .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: calc(33.33% - 40px);
}
@media screen and (max-width: 1100px) {
  .customer-review .review-box {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 750px) {
  .customer-review .review-box {
    width: 100%;
  }
}
.customer-review .review-box .image {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  width: 150px;
  aspect-ratio: 1;
}
.customer-review .review-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1300px) {
  .customer-review .review-box .image {
    width: 120px;
  }
}
.customer-review .review-box .custom-details {
  padding-top: 14px;
  width: calc(100% - 170px);
}
.customer-review .review-box .name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #2B2323;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .customer-review .review-box .name {
    font-size: 17px;
  }
}
.customer-review .review-box .flat {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #2B2323;
  text-transform: uppercase;
}
@media screen and (max-width: 1150px) {
  .customer-review .review-box .flat {
    font-size: 12px;
  }
}
.customer-review .review-box .place {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #2B2323;
  text-transform: uppercase;
  padding-top: 10px;
}
@media screen and (max-width: 1150px) {
  .customer-review .review-box .place {
    padding-top: 0px;
    font-size: 13px;
    line-height: 22px;
  }
}
.customer-review .photo {
  padding-right: 23px;
}
.customer-review .photo img {
  width: 88px;
  height: 88px;
  border-radius: 100px;
}
.customer-review .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
}
.customer-review .details .left-block {
  margin-right: 10px;
}
.customer-review .name {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
}

.about {
  padding: 94px 0 113px;
}
.about .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: auto;
  width: 100%;
}
.about p {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
  padding-bottom: 13px;
}
.about h6 {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.51px;
  color: #656161;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  max-width: 120px;
  margin: 6px auto 0;
}
.about h6 span {
  font-size: 18px;
  font-weight: 700;
  color: #ED315A;
}
.about h3 {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40.85px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
.about .award-swiper-pagination {
  position: absolute;
  top: 15px !important;
  right: 0;
  left: unset !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  bottom: unset !important;
  z-index: 9;
}
.about .swiper-pagination-bullet-active {
  background-color: #C1A344;
}
.about .swiper-pagination-bullet {
  background-color: rgba(193, 163, 68, 0.9);
  width: 11px;
  height: 11px;
}
.about ul {
  padding: 0;
  margin: 0;
}
.about ul li {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.about ul li::before {
  content: "";
  background: url(../images/about/tick.svg) no-repeat center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.about h2 {
  font-weight: 600;
  margin: 0 0 10px;
}
.about h2 span {
  font-weight: 300;
  text-transform: uppercase;
}
.about .promise-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .left-section {
  width: 70%;
  padding-right: 33px;
}
.about .right-section {
  width: 30%;
  position: relative !important;
  min-width: 384px;
}
.about .box {
  text-align: center;
  width: calc(20% - 20px);
  min-width: 120px;
  margin: 10px;
}
.about .promise {
  border-top: 1px solid rgba(193, 163, 68, 0.5);
  border-bottom: 1px solid rgba(193, 163, 68, 0.5);
  position: relative;
  padding: 58px 0 40px;
  margin-top: 75px;
}
.about .logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 0 15px;
}

.invest {
  background-color: rgba(193, 163, 68, 0.2);
  padding: 91px 0 110px;
}
.invest p.description {
  font-family: "Prompt", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  max-width: 846px;
  margin: 0 auto;
}
.invest h2 {
  text-align: center;
  margin: 0 0 10px;
}
.invest .container {
  background: url(../images/invest/invest-bg.png) no-repeat;
  background-position: 50% 23%;
}
.invest h2 {
  font-weight: 400;
}
.invest h2 span {
  font-weight: 600;
}
.invest .box {
  background: url(../images/invest/box-bg.png) no-repeat center;
  background-size: cover;
  padding: 40px 45px;
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.invest .box::before {
  content: "";
  background: url(../images/invest/box-clip.svg) no-repeat center;
  width: 45px;
  height: 76px;
  display: block;
  position: absolute;
  right: 0;
  top: -16px;
}
.invest li {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.invest li::before {
  content: "";
  background: url(../images/invest/list-icon.svg) no-repeat center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.invest ul {
  margin: 0;
  padding: 0;
}
.invest p {
  margin: 0;
  padding: 5px 0 10px;
}
.invest .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 276px;
}

.book {
  background: url(../images/book/background.png) no-repeat center;
  background-size: cover;
  padding: 106px 0 116px;
  position: relative;
}
.book::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.book h2 {
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
}
.book h2 span {
  font-weight: 700;
}
.book p {
  text-align: center;
  color: #FFFFFF;
  font-family: Open Sans;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  max-width: 846px;
  margin: 0 auto;
}
.book .wrap {
  z-index: 9;
  position: relative;
}

.footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 103px 0;
}
.footer .bottom-section {
  background-color: rgba(193, 163, 68, 0.3);
  padding: 36px 0 35px;
}
.footer .bottom-section p {
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}
.footer .bottom-section p a {
  color: #000;
  text-decoration: none;
}
.footer p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
}
.footer .left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
.footer .left-block {
  width: 35%;
  padding-right: 42px;
}
.footer .left-block .image-block {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  background-color: #FE3C67;
  padding: 21px;
  border-radius: 10px;
}
.footer .right-block {
  width: 65%;
  padding-right: 40px;
}
.footer .right-section {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 300px;
}
.footer .box {
  width: calc(50% - 2px);
  border: 1px solid #E7E7E7;
  padding: 14px 0;
  max-width: 163px;
  border-radius: 10px;
}
.footer .box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer .box a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer .box:first-child {
  border-right: none;
}
.footer .box:last-child {
  border-left: none;
}
.footer .image-block img {
  width: 100%;
}

.thankyou .footer {
  background-color: #f9f3ed;
}
.thankyou .footer .bottom-section {
  background-color: #FFFFFF;
}
.thankyou .header {
  background-color: #3208A8;
}
.thankyou h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.thankyou p {
  text-align: center;
}
.thankyou .top-section {
  padding: 50px 0;
}

@media screen and (max-width: 1330px) {
  .banner .left-section {
    padding-right: 40px;
    width: calc(65% - 40px);
  }
  .banner .right-section {
    min-width: unset;
  }
  .banner .right-section .quick-enquiry {
    padding: 56px 30px;
  }
  .banner .locations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner li {
    margin-bottom: 10px;
  }
  .quick-enquiry {
    position: sticky;
    top: 0;
  }
  .flat-list .flat {
    width: calc(50% - 10px);
  }
  .flat-list .right-section .flat {
    width: 100%;
  }
}
@media screen and (max-width: 1304px) {
  .flat-list .bottom-block a {
    line-height: 18px;
  }
  .flat-list .wrap {
    gap: 20px;
  }
  .flat-list .wrap .left-section {
    gap: 20px;
  }
  .flat-list .wrap .left-section .flat {
    width: calc(50% - 10px);
  }
  .flat-list.second .flat {
    width: calc(33.33% - 14px);
  }
}
@media screen and (max-width: 1250px) {
  .banner h1 {
    max-width: 432px;
  }
  .banner h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .banner,
  .flat-list,
  .customer-review,
  .about,
  .footer .wrap,
  .invest {
    padding: 80px 0;
  }
  h1 {
    font-size: 58px;
  }
  .banner .right-part .count {
    font-size: 120px;
  }
  .banner .right-part .text {
    font-size: 18px;
  }
  .quick-enquiry h3 {
    font-size: 37px;
  }
  .quick-enquiry p {
    font-size: 18px;
  }
  .flat-list .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flat-list .wrap .left-section {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .flat-list .wrap .right-section {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .flat-list .image-block {
    width: 100%;
  }
  .flat-list .image-block img {
    width: 100%;
  }
  .flat-list .wrap .flat.new-launch-flat {
    margin-left: 0;
    width: calc(50% - 10px);
  }
  .flat-list .wrap .flat.new-launch-flat .image-block {
    max-height: 744px;
  }
  .flat-list h3 {
    font-size: 40px;
  }
  .flat-list.second .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 900px;
    margin: 0 auto;
  }
  .flat-list.second .flat {
    width: calc(50% - 10px);
  }
  .customer-review h2 {
    font-size: 50px;
  }
  .customer-review p {
    font-size: 16px;
  }
  .customer-review .name {
    font-size: 18px;
  }
  h2 {
    font-size: 48px;
  }
  h5 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .about h3 {
    font-size: 28px;
  }
  .about h6 {
    font-size: 16px;
  }
  .about h6 span {
    font-size: 17px;
  }
  .about ul li {
    font-size: 18px;
  }
  .book p {
    font-size: 24px;
  }
  .footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .left-section {
    width: 100%;
  }
  .footer .right-section {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1160px) {
  .banner h1 {
    max-width: 430px;
  }
  .banner .right-part {
    right: 3px;
  }
}
@media screen and (max-width: 1060px) {
  .banner h1 {
    max-width: 460px;
  }
  .banner .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner .left-section {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .banner .right-section {
    width: 100%;
  }
  .banner .right-part {
    right: 27px;
  }
  .quick-enquiry {
    max-width: 560px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 991px) {
  .banner,
  .flat-list,
  .customer-review,
  .about,
  .footer .wrap {
    padding: 70px 0;
  }
  h1 {
    font-size: 52px;
    line-height: 60px;
  }
  h4 {
    font-size: 22px;
  }
  .flat-list h3 {
    font-size: 32px;
  }
  .banner h2 {
    font-size: 32px;
  }
  .banner h1 {
    max-width: 430px;
  }
  .banner .middle-block {
    padding-top: 50px;
  }
  .customer-review h2 {
    font-size: 42px;
    line-height: 53px;
  }
  .customer-review h3 {
    font-size: 32px;
  }
  .customer-review .review {
    width: calc(50% - 10px);
  }
  h2 {
    font-size: 42px;
  }
  .invest {
    padding: 70px 0;
  }
  .invest .box {
    padding: 30px 35px;
  }
  .invest li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .invest li::before {
    top: 4px;
  }
  .invest p.description {
    font-size: 18px;
  }
  .about .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .left-section {
    width: 100%;
    padding-right: 0;
  }
  .about .right-section {
    width: 100%;
    margin-top: 40px;
  }
  .about h3 {
    font-size: 24px;
  }
  .book p {
    font-size: 22px;
  }
  .book-btn a,
  .book-btn .unlock {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .flat-list {
    padding: 70px 0;
  }
  .flat-list.second {
    padding-bottom: 50px;
  }
  .quick-enquiry h3 {
    font-size: 32px;
  }
  .footer .left-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .left-block {
    width: 100%;
    padding-right: 0;
  }
  .footer .right-block {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .footer .right-block p {
    text-align: center;
  }
  .footer .right-section {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-top: 40px;
  }
  .footer .wrap {
    padding: 70px 0;
  }
  h1 {
    font-size: 42px;
  }
  .banner {
    padding: 70px 0;
  }
  .banner .right-part {
    position: relative;
    margin-left: auto;
    margin-right: 93px;
    margin-bottom: 51px;
  }
  .banner .top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner .middle-block {
    max-width: 430px;
    margin: 0 auto;
  }
  .banner h1 {
    max-width: 700px;
    text-align: center;
  }
  .banner h2 {
    text-align: center;
    font-size: 24px;
  }
  .banner .left-part {
    width: 100%;
  }
  .banner .right-part {
    right: 0;
    margin: 38px auto 50px;
  }
  .customer-review {
    padding: 70px 0;
  }
  .customer-review h2 {
    font-size: 35px;
  }
  .customer-review h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .invest p.description {
    font-size: 17px;
  }
  .about {
    padding: 70px 0;
  }
  .about p {
    font-size: 16px;
  }
  .about ul li {
    font-size: 17px;
  }
  .about h3 {
    font-size: 22px;
  }
  .book {
    padding: 70px 0;
  }
  .book p {
    font-size: 20px;
    padding-top: 5px;
    line-height: 35px;
  }
  .book-btn a,
  .book-btn .unlock {
    font-size: 17px;
  }
}
@media screen and (max-width: 700px) {
  .flat-list.second .flat {
    width: 100%;
  }
  .flat-list .flat {
    width: 100% !important;
  }
  .flat-list .wrap .flat.new-launch-flat {
    width: 100%;
    margin: 0 auto;
  }
  .customer-review .review {
    width: 100%;
  }
  .customer-review h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .customer-review h3 {
    font-size: 26px;
  }
  .invest .box {
    width: 100%;
  }
  .invest .container {
    background-position: 50% 12%;
  }
  .invest .wrap {
    padding-top: 244px;
  }
}
@media screen and (max-width: 580px) {
  .invest {
    padding: 60px 0;
  }
  .flat-list {
    padding: 60px 0;
  }
  h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    padding: 60px 0;
  }
  .banner .box {
    width: 100%;
    max-width: unset;
    margin: 0 0 15px;
  }
  .banner .middle-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner .image-block {
    max-height: 100%;
  }
  .banner .image-block img {
    width: 100%;
    display: block;
  }
  .banner .right-section {
    min-width: 100%;
  }
  h2 {
    font-size: 26px;
    line-height: 35px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .customer-review {
    padding: 60px 0 40px;
  }
  .customer-review .name {
    font-size: 17px;
  }
  .customer-review h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .customer-review h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .invest li {
    font-size: 15px;
  }
  .invest p.description {
    font-size: 16px;
  }
  .about {
    padding: 60px 0;
  }
  .about ul li {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .about ul li::before {
    top: 3px;
  }
  .about h3 {
    font-size: 20px;
  }
  .about .right-section {
    min-width: 100%;
  }
  .book {
    padding: 60px 0;
  }
  .book p {
    font-size: 17px;
    line-height: 30px;
  }
  .book-btn a,
  .book-btn .unlock {
    font-size: 16px;
  }
  .quick-enquiry input,
  .quick-enquiry textarea {
    font-size: 16px;
  }
  .footer .wrap {
    padding: 60px 0;
  }
  .footer .bottom-section {
    padding: 25px 0;
  }
  .footer .bottom-section p {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .quick-enquiry {
    padding: 30px 20px;
  }
  .quick-enquiry input,
  .quick-enquiry textarea, .quick-enquiry label {
    max-width: 80%;
    font-size: 14px;
  }
  .quick-enquiry .btn {
    max-width: 90%;
  }
  .quick-enquiry .btn a {
    font-size: 16px;
    padding: 19px 16px 19px;
  }
}
.popUpWrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.42);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.popUpWrapper.showPopup {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.popUpWrapper .popUp {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.popUpWrapper .popUp .closepop {
  position: absolute;
  width: 30px;
  right: -45px;
  top: -25px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .popUpWrapper .popUp .closepop {
    width: 30px;
    right: 0px;
    top: -40px;
  }
}