@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");

:root {
  --primary-color: #1f5e91;
  --body-color: #181818;
  --vibrant-color: #dbffe5;
  --light: #f2f7ff;
  --facebook: #4267b2;
  --twitter: #00acee;
  --linkedin: #0e76a8;
  --youtube: #ff0000;
  --whatsapp: #25d366;
  --instagram: #c92bb7;
  --josefin: "Oswald", sans-serif;
  --golden-gradient: radial-gradient(ellipse farthest-corner at right bottom,
      #dbffe5 0%,
      #7ba587 8%,
      #425951 30%,
      #243b33 40%,
      transparent 80%),
    radial-gradient(ellipse farthest-corner at left top,
      #ffffff 0%,
      #a6fbbe 8%,
      #7ba587 25%,
      #425951 62.5%,
      #243b33 100%);
  --golden-gradient-hover: radial-gradient(ellipse farthest-corner at left top,
      #ffffff 0%,
      #a6fbbe 8%,
      #7ba587 25%,
      #425951 62.5%),
    radial-gradient(ellipse farthest-corner at right bottom,
      #dbffe5 0%,
      #7ba587 8%,
      #425951 30%,
      #243b33 40%,
      transparent 80%);
}

body {
  background-blend-mode: multiply;
  font: 400 1rem "Open Sans", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}

svg:not([fill]) {
  fill: currentColor;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  color: var(--body-color);
  transition: all 300ms ease-in-out;
}

a.bg-primary:hover {
  background-color: var(--primary-color) !important;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.object-cover {
  object-fit: cover;
}

.container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}

.filter-white {
  -ms-filter: brightness(70);
  filter: brightness(70);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

/*header*/
.header {
  width: 100%;
  background-color: #fff;
  z-index: 997;
  transition: all 300ms ease-in-out;
}

.container-lg {
  max-width: 90% !important;
}

.header.fixed {
  position: fixed;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  z-index: 9999;
}

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

.logo {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
}

.logo img {
  width: 175px;
}

.estates-logo {
  font-size: 2rem;
  font-weight: 800;
  color: var(--body-color);
}

.estates-logo span {
  font-size: .45em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navi {
  display: flex;
  gap: 30px;
}

.navi ul {
  gap: 0 10px;
}

.navi li a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 8px;
  font-weight: 600;
  position: relative;
  transition: all 300ms ease-in-out;
}

.navi li a.active,
.navi li:hover>a {
  color: #acb1b7;
}

.header .d-flex li {
  background: transparent;
  padding: 3px 10px;
  margin: 4px;
}

.navi li a i {
  font-size: 11px;
  color: var(--primary-color);
}

.menuBtn {
  width: 60px;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  position: relative;
  cursor: pointer;
}

.mbMenuContainer {
  position: fixed;
  top: 0;
  width: 90%;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 70px 20px 20px;
  display: none;
  z-index: 99;
}

.mbMenuContainer ul li a {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gray);
  padding: 10px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.header.fixed .menuBtn {
  width: 40px;
  height: 40px;
  top: 10px;
}

.menuBtn div {
  position: relative;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
}

.menuBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.closeMenuBtn span::before {
  background: var(--primary-color) !important;
}

.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.menuContainer {
  position: fixed;
  inset: 0;
  padding-top: 61px;
  z-index: 996;
  background-color: rgb(0 123 255 / 13%);
  backdrop-filter: blur(5px);
  display: none;
}

.readmore {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 30px;
    background: #265f90;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #ffffff;
    border-style: dotted;
}
.readmore a,
.readmore .button,
.readmore button {
  padding: 10px 15px;
  min-width: 140px;
  color: #ffffff;
  background: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 9;
  border: none;
  cursor: pointer;
}

.readmore .button.white {
  color: #000000;
  background: #fff;
  font-size: 22px;
  padding: 15px 20px;
  font-weight: 900;
  font-style: italic;
  color: #333;
}

.readmore .button.white:hover {
  color: var(--primary-color);
  background: #fff;
}

.readmore a:hover,
.readmore button:hover {
  color: #fff;
  background: #c0a067;
}

.fixed-form {
  position: fixed;
  right: 0;
  width: 20%;
  FONT-WEIGHT: 200;
  background: #fff;
  backdrop-filter: blur(4px);
  z-index: 1000;
  transition: all 300ms ease-in-out;
  color: #000000;
  text-align: center;
  bottom: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fixed-form input {
  padding: 15px 20px;
  margin-bottom: 15px;
}

.fixed-form h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}


.fixed-form .formFooter button {
  width: 100%;
  height: 50px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  transition: all 300ms ease-in-out;
  outline: none;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  margin: auto;
}

.form-close {
  position: absolute;
  left: -17px;
  top: -10px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: maroon;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.form-close:hover {
  background: var(--secondary);
}

/* sticky form */
/* .enquiryBtn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  display: none;
} */

.enquiryBtn i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7b332;
  color: #333;
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
  background: #333;
  color: #f7b332;
}

button.btn.btn-danger {
  background: #fff;
  color: #333;
}

.RESIDENCES button.btn.btn-danger {
    position: absolute;
    top: -60px;
    right: -16px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 0;
    font-weight: 900;
    color: #fff;
    border: 0;
    background: #265f90;
}

.RESIDENCES h4 {
  padding: 0;
  margin: 0;
}

.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.overview {
  color: var(--primary-color);
}

.heading {
  margin-bottom: 2rem;

}

.heading .h1,
.heading h1 {
  text-align: center;
  color: var(--primary-color);
}

.heading h5 {
  text-align: center;
}

.fpContainer .fbBox .inner:hover h6 {
  color: var(--primary-color);
}

.fpContainer .fbBox .inner svg:not([fill]) {
  fill: rgb(255 255 255);
}

.fpContainer .fbBox .inner:hover svg:not([fill]) {
  fill: var(--primary-color);
}

.configuration {
  display: flex;
  border: 1px solid #ececec;
}

.configuration-box {
  border-right: 1px solid #ececec;
  padding: 1em 0;
  flex: auto;
  text-align: center;
  margin: 10px 0;
}

.width-33 {
  width: 33%;
}

.configuration-box:nth-last-child(1) {
  border-right: none;
}

.configuration-box p {
  margin: 0;
}

.configuration-box h5 {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.6px;
}

.configuration-box h5 {
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.configuration-box p {
  font-size: 18px;
  font-weight: 600;

}

.bg-1 {
  background: var(--primary-color);
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  color: #ffffff;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.ami-box p {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  background: var(--primary-color);
}

.hm-fp-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/lining-bg.html) center / 35%;
  z-index: -1;
  opacity: 0.1;
  filter: brightness(10);
}

.fpContainer .fbBox .inner {
  padding: .5rem;
  background: var(--primary-color);
  transition: all 300ms ease-in-out;
  position: relative;
  border-radius: 15px;
}

.fpContainer .fbBox .inner::before {
  border-color: rgb(0 0 0 / 40%);
}


.fpContainer .fbBox .inner:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
  color: var(--body-color);
}

.fpContainer .fbBox .inner:hover small {
  color: #333;
}

.fpContainer .fbBox .inner:hover .readmore .button.white {
  color: #fff;
  background: var(--primary-color);
}

.planBase {
  margin: 1rem 0 1.5rem;
}

.fpDetails {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fpDetails .icon {
  width: 22px;
}

.planBase .fpDetails h6 {
  margin-bottom: 0;
  font-weight: 700;
}

.fpContainer .fbBox .img-fluid {
  overflow: hidden;
  border: 1px solid rgb(0 0 0 / 10%);
}

.rr {
  filter: none;
  ;
}

.fpContainer .fbBox span {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}

.fptypes {
  color: #fff;
}

/* Gallery */
.reflection {
  -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.charSlide {
  width: 70%;
}

.charSlide .imgBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.charSlide img {
  object-fit: cover;
}

.charSlide .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;

  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
  z-index: 1;
  text-align: center;
  -webkit-box-reflect: below -1rem linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.4));
  display: none;
}

/* Gallery */
/* custom swiper controls */

.heading .swiper-button-next,
.heading .swiper-button-prev {
  position: static;
  margin-top: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  scale: 1.2;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  transform: rotate(-180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background: url(../images/arrow-right.png) center / 20px no-repeat #fff;
  transition: all 300ms ease-in-out;
}

.swiper-button-next.sm,
.swiper-button-prev.sm {
  width: 30px;
  height: 30px;
  background-size: 14px;
}

/* custom swiper controls */


/* location map */
.location-advantages ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.touch_sec #enq_form1 input {
  padding: 15px;
  margin-bottom: 20px;
}

.contact-form_c button#fsubmit {
  width: 50%;
  height: 60px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  transition: all 300ms ease-in-out;
  outline: none;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  margin: auto;
}

.contact-form_c {
  background: #ffffff;
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  height: 100%;
}

.location-advantages ul li .loc-row {
  display: flex;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
}

.location-advantages ul li .loc-row img {
  flex: 0 0 25px;
  max-width: 25px;
  filter: brightness(100);
}

.location-advantages ul li .loc-row p {
  margin-bottom: 0;
  padding-left: 10px;
  text-align: left;
}

.location-advantages ul li .loc-dist {
  color: #f3e8a9;
}

.location-advantages ul li .loc-dist small {
  font-size: 13px;
  color: rgba(238, 238, 238, .8);
  margin-left: 5px;
}

.location-map a {
  overflow: hidden;
  border-radius: 5px;
}
.location-map a .readmore {
    bottom: 6%;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}


/* location map */
footer {
  background: #333;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

footer p {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
}

.modal-backdrop.show {
  opacity: 1;
  background: rgb(19 43 93 / 90%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

button.btn-close {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  text-shadow: none;
  opacity: 0.8;
}

.modal .projectName img {
  max-width: 160px;
  margin: auto;
}

.modal-header {
  background: none;
  color: var(--body-color);
  text-align: center;
  display: flex;
  justify-content: center;
}

.modal-header h6 {
  font-weight: 800;
  font-size: 20px;
}

.modal-header .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: var(--body-color);
  color: #fff;
  opacity: 1;
  text-shadow: none;
  z-index: 1;
  transition: all 300ms ease-in-out;
}

/* modal */

.modal .modal-body {
  position: relative;
}

.modal .modal-body .close {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background: #000;
  color: #fff;
  text-shadow: none;
  opacity: 0.8;
}

.modal .projectName {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.modal .projectName img {
  max-width: 160px;
}

.modal .location {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.modal .form_price {
  margin: 20px auto 25px;
  text-align: center;
  width: max-content;
  background: #07332f;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.modal .form-group {
  margin-bottom: 14px;
}

.modal label {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}

.modal .form-control::placeholder {
  font-size: 14px;
}

.modal .submit_btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 12px;
  width: 130px;
  font-size: 14px;
  min-height: 44px;
  display: table;
  margin: 20px auto 0;
  background: var(--primary-color);
  color: #fff;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: maroon;
  color: #fff;
  box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
}

.footer-enquiryBtn {
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;

  justify-content: space-between;
  z-index: 99;
  background: var(--primary-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  text-align: center;
}

.footer-enquiryBtn a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px 5px;
  border-radius: 0 10px 10px 0;
  border-left: 0;
  width: 49%;
}

.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg, #0db634, #015c16);
  border: 0;
  border-radius: 10px;
  color: #fff;
}

.modal {
  z-index: 99999;
}

.specifications-main-1 {
  box-shadow: 0 0 4px #6f696d;
  padding: 10px;
  background: #fffafd;
  min-height: 460px;
}

.specifications-main {
  margin-top: 1.3rem;
  margin-bottom: 10px;
  min-height: 280px;
}

.heading h5 {
  font-weight: 600;
}

.specifications-main:not(#fpContainer1) {
  display: none;
}

.fpHead {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.fpHead li .fpBtn {
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  padding: 4px 6px;
  font-size: 16px;
  cursor: pointer;
}

.fpHead li .fpBtn.active {
  background: #c0a067;
  color: #160510;
}

.specBox ul li strong {
  display: block;
  flex: 0 0 120px;
  margin-right: 10px;
}

.specBox ul li {
  display: flex;
  line-height: 1.5;
  margin-bottom: 10px;
}
.modal #enq_form1 label {
  font-size: 14px;
}

.modal #enq_form1 .readmore .button.white {
  width: 100%;
}

#onload_Modal {
  text-align: center;
}

.fixed-form {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #fff;
  border: 0;
  padding: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  border-radius: 10px;
  max-width: 350px;
}

.enquiryBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

.enquiryBtn i {
  font-size: 20px;
}
#enq_form1 small.mb-2.d-block {
        color: #333;
    text-align: left;
    padding: 3px 6px;
    align-items: center;
    margin: auto;
    font-weight: 500;
}

.btn_popo {
  position: absolute;
  justify-content: center;
  text-align: center;
  margin: auto;
  left: 3%;
}

footer a {
  color: #fff;
}

.modal-body.row.pp {
  padding: 0;
  position: relative;
}

.price_list_bg {
  position: relative;
  padding: 90px 0;
  background-image: url(../img/virtual_site.png);
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-attachment: fixed;
}

.price_list .price_list_box {
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  background-color: #a4cc49;
  border-radius: 20px;
  height: 100%;
}

.price_list .price_list_box .price_list_high {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
  z-index: 11;
  color: #fff;
  top: -43px;
}

.price_list_high h3 {
  font-size: 23px;
  color: #fff;
  border: 6px solid #a7cb53;
  padding: 9px 15px;
  background: #265f90;
}

.Price_list_text {
  color: #000000;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.Price_list_text h5 {
  font-size: 25px !important;
  letter-spacing: 1px;
}

.price_list .price_list_box .Price_list_text_highlight {
  position: relative;
  z-index: 11;
}

.ami-box {
  text-align: center;
  background: #fff;
  height: 100%;
  padding-bottom: 10px;
  font-weight: 700;
  color: #000;
}

.ami-box span {
  padding: 10px;
}

.ami-box img {
  padding: 5px;
}

/* New 13 sep */
.form-inner_w {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 70px 30px;
  background: #fff;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  overflow: hidden;
      border: 0;
}

.form-inner_w:before {
  content: "";
  width: 75px;
  height: 150px;
  position: absolute;
  top: -60px;
  left: 0;
  background: url(../images/img-54.png) top left repeat;
  background-size: cover;
  z-index: -1;
}
.form-inner_w:after {
    content: "";
    width: 75px;
    height: 150px;
    position: absolute;
    bottom: -60px;
    right: 0;
      background: url(../images/img-55.png) top left repeat;
    background-size: cover;
    z-index: -1;
}
.modal-body.pp {
  padding: 0;
  margin: 0;
}

.modal .form-inner_w input {
      margin-bottom: 30px;
    padding: 10px 15px;
  font-size: 16px;
  outline: none;
  background: transparent !important;
  color: #535353;
  font-weight: 500;
  border-radius: 0;
  border: none;
  border-bottom: solid 2px #bdbdbd;
}
.form-inner_w .form-group{
  position: relative;
}

.form-inner_w .form-group span {
    display: flex;
    font-weight: 500;
    padding-bottom: 4px;
    position: absolute;
    top: -20px;
    color: #333 !important;
    left: 7px;
    font-size: 13px;
}
.RESIDENCES h4 {
    padding: 0;
    margin: 0;
    position: relative;
    top: -40px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1f5e91;
}
button#fsubmit {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s 
ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    padding: 0 50px;
    line-height: 55px;
    box-shadow: none !important;
    background: #1f5e91;
}
button#fsubmit:before {
    position: absolute;
    content: '';
    left: 96%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
        background: #a6ca53;
}
button#fsubmit:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
button#fsubmit:hover span {
    z-index: 9;
    position: relative;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
.header .readmore {
    background: transparent;
}
#overview .readmore {
    background: transparent;
}
#gallery .readmore {
    background: transparent;
    border: 0;
    padding: 0;
}
.col-md-6.right_col .readmore {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.fixed-form .RESIDENCES h4 {
    font-size: 18px;
}
#enq_form1 small.mb-2.d-block input {
    padding: 0;
    background: #e7e7e7 !important;
    overflow: visible;
    appearance: auto;
}
p.pk input#checkbox3 {
    margin: 0;
}
.space {
    padding: 50px 0;
}
.location-map {
    background: #296ea9;
    padding: 30px;
    height: 100%;
}