body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  font-variation-settings:
    "wdth" 100;

}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;

}

h1,
h2,
h3 {
  text-transform: capitalize;
}

p {
  line-height: 23px;
}

h1 {
  font-size: 35px;
  position: relative;
  color: #ffffff;
  font-weight: 600;

  text-transform: uppercase;
  font-family: 'Lora'
}



h2 {
  margin-bottom: 10px;
  color: #375544;
  font-size: 35px;
  letter-spacing: 3px;
  word-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Lora'
}


h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 19px;
  color: #fff;
  position: relative;
  font-weight: 500;
  background: #375544;
  padding: 8px 32px;
  display: inline-block;
}


a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: initial;
  line-height: initial;
}


p {
  letter-spacing: initial;
  line-height: 23px;
  font-size: 17px;
}

.btan a {
  color: #ffffff;
}

.btan {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 17px 40px;
  color: #ffffff;
  background: #375544;
  z-index: 99;
}

.btan::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}

.btan:hover:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

}

.btan:hover {
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: all 0.5s;
  background-color: #375544;
}

.btan a:hover {
  color: #fff;
}

/* =============sticky_icon==================== */

.sticky_icon {
  display: none;
}


.heading {
  position: relative;
  padding-left: 12px;
}

.heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #375544;
}



.fixed-tag {
  position: fixed;
  top: 0;
  z-index: 9999;
}


/* =========================header start========================= */
.hero-5-scroll-wrap {
  height: 32px;
  width: 20px;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
}


.scroll-down {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 340px);
  height: 88px;
  width: 680px;
  text-align: center;

  z-index: 99;

}

.hero-5-scroll-wrap::before {
  content: "";
  height: 6px;
  width: 2px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-animation: scrollMove 1.5s infinite;
  animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {

  to {
    transform: translateY(12px);
    transition: 0.3s;
    opacity: 0.2;
  }

  from {
    transform: translateY(0%);
    transition: 0.3s;

  }

}

/*  */

.phone_none {
  display: flex;
  border: 1px solid #ccc;
}

.phone_none select {
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  width: 110px;
  appearance: none;
  -webkit-appearance: none;
  border-right: 1px solid #ddd;
  background-color: none;
}

.phone_none input {
  border: none !important;
  padding: 10px;
  font-size: 14px;
  flex: 1;
  outline: none;
  z-index: 99;
  position: relative;
}

.phone_none input::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}



.phone_none input {
  background-color: #fff !important;
  color: #000000 !important;
  width: 100%;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
  }
}




/* popup form on restart */

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.madal-reload .modal-dialog {
  position: relative;
  width: 870px !important;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  justify-content: center;
  display: flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.madal-reload .modal-dialog .phone-group {
  width: 95%;
}

.madal-reload .modal-header {
  padding: 0;
  height: 0;
  border: 0;
  display: block !important;
}

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
  margin: 12px;
}

.madal-reload .form-control {
  background-color: #fff !important;
  border: 1px solid #929292;

}


.madal-reload #SubmitQuerytop {
  background: #375544;
}

.madal-reload h5 {
  color: #000000;
  font-size: 33px;
}

.madal-reload p {
  border-top: 1px solid #959595;
}



.madal-reload .motal_form_text span i {
  color: #375544;
}

.madal-reload .motal_form_text h3 {
  font-size: 25px;
}

.btan_g {
  background: #375544;
  border: 2px solid #000;
  padding: 3px 11px;
  color: #ffffff;
  font-size: 22px;
  position: relative;
  top: 8px;
  left: -10px;
  z-index: 99;
  float: right;
  border-radius: 9pc;
}


/*  */






.header {
  padding: 6px 0;
  z-index: 999;
  margin: 0 auto;
  border-left: transparent;
  border-right: transparent;
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  border-bottom: 1px solid #fff;
  background: #fff !important;
}



.header a {
  color: #000000 !important;

}


/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #375544;
  border-bottom: none;
  height: auto;
  right: 0;
  top: 0;
  left: 0;
}

.header.is-sticky .menu {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: 0px solid #375544;
  border-right: 0px solid #375544;
}

.header.is-sticky a {
  color: #0f0f0f !important;
}

.header .contect-us {
  padding: 3px 21px 3px 3px;
  background: #375544;
  border-radius: 7px;
  animation: 1.2s infinite mobile;
  border: 1px solid #fff;

}

@keyframes mobile {

  0%,
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.header .contect-us ul li .fa {
  padding: 11px 13px 11px 12px;
  background: #fff;
  border-radius: 3px;
  margin-right: 11px;
  color: #375544;
  border-radius: 7px;
}

.header .contect-us ul li span {
  color: #ffffff;
}

.header .contect-us ul li a {
  background: transparent;
  padding: 0px;
}

.header .contect-us ul li a:hover {
  background: transparent;
  padding: 0px;
}



@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}

.menu ul li {
  display: inline-block;
}

.menu ul li a {
  position: relative;
}


.menu ul li a:hover:after {
  width: 100%;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.header ul li a {
  transition: all 0.5s;
  color: rgb(255, 255, 255)0f0;
  font-size: 18px;
  padding: 0 20px;

}



.header ul li a.active {
  color: #0e0e0e !important;
}

.header ul li a:hover {
  color: #375544 !important;
}

/* =========header closed========= */


/* ===========================banner = style = start ===================== */
.banner_bg {
  position: relative;

}

.banner_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0));
  z-index: 1;

  /* background-image: url("../img/slider-bg-overlay-2.png"); */
}


.banner_bg .banner_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;



}

.banner_text {
  position: absolute;
  bottom: 3rem;
  left: 1rem;
  z-index: 9;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;

}


.Banner-form {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}




.banner .banner_wrapper_text .bgk ul li i {
  font-size: 58px;
  animation: flip infinite 4s;
  background: #375544;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0) translateY(0%);
    animation-timing-function: ease-out;
  }

  /* 70% {
  transform: perspective(400px) rotateY(300deg) translateY(-50%);
  animation-timing-function: ease-in;
} */
  100% {
    transform: perspective(400px) rotateY(360deg) translateY(0%);
    animation-timing-function: ease-in;
  }
}


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.offer-text {
  background-color: #582430;
  text-align: center;
  padding: 8px;
  margin-top: 12px;
  font-size: 18px;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}


.offer-patch2 {
  width: 15%;
  left: auto;
  position: absolute;
  top: 48%;
  right: 80%;
  z-index: 99;
}


.banner .banner_wrapper_text .bgk ul li h3 {
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 6px 17px;
  width: fit-content;
  border-radius: 19px;
}


.banner .banner_wrapper_text .bgk ul li p {
  font-size: 22px !important;
  color: #fff;
  letter-spacing: 2px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 6px 17px;
  border-radius: 19px;
  width: fit-content;

}

.banner .banner_wrapper_text .banner_highlight h3 {
  min-width: 100%;
  width: fit-content;
  letter-spacing: 1px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #ffffff;
  padding: 7px;
  background: #375544;
  ;
}


.new-launch img {
  height: 7rem !important;
  object-fit: contain;
  animation: scaleImage 2s infinite alternate ease-in-out;
}

/* Keyframes for scaling */
@keyframes scaleImage {
  0% {
    transform: scale(0.8);
    /* smaller size */
  }

  100% {
    transform: scale(1);
    /* original size */
  }
}

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

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

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


.banner .banner_wrapper_text h3 {
  font-size: 17px;
  color: #ffffff;
}

.banner .banner_wrapper_text .price_bg {
  padding: 11px;
  width: 469px;
  background: #375544;

}

.banner .banner_wrapper_text h5 {
  background: #375544;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  font-size: 25px;
  font-weight: bold;

}

.banner .banner_wrapper_text i {
  color: #ffffff;
  padding: 2px !important;
  background: #375544;
}




.banner .banner_wrapper_text h6 {
  font-size: 17px;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  color: #ffffff !important;
  letter-spacing: 1.2px;
  position: relative;
  padding: 3px;
  letter-spacing: 1.2px;
  position: relative;
  background: none;
}

.banner .banner_wrapper_text h6::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #ffffff;
  width: 97px;
  height: 3px;
  content: "";
}



.banner .banner_wrapper_text ul li h5 {
  font-size: 26px;

}


.banner .banner_wrapper_text {
  padding: 36px 20px;
  position: relative;
  width: 474px;
  background: #000000d1;
}

.banner_wrapper_text {
  position: relative;
  left: -50%;
  opacity: 0;
  animation: slideInRight 1s ease forwards;
  animation-delay: 0s;
  animation-delay: 1s;
}


@keyframes slideInRight {
  to {
    left: 0;
    opacity: 1;
  }
}


.banner_bg .banner h4 {
  display: none;
}

.banner .banner_text .form_section {
  padding: 28px 42px;
  margin: 0 23px 0 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 364px;
  background: #eaeaeae8;
  border-top: 20px solid #375544;
}

.form-label {
  color: #4f4b4b;
  text-align: left !important;
  float: left;
  margin-left: 5px;
}

.text_form {
  height: 45px;
  padding: 12px 52px !important;
}

.highlight_tag {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.highlight_tag img {
  width: 300px;

}





.icon-inside {
  position: absolute;
  width: 50px;
  height: 44px;
  left: 9px;
  top: 0;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #375544;
  z-index: 3;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.form_section p {
  color: #070707;
  border-bottom: 4px solid #375544;
  border-bottom-style: solid;
  padding: 0px 0 10px 0;
  border-style: double;
}

.banner .banner_text .form_section h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  background: #375544;
}

.form_bottom .form_section {
  padding: 28px 42px;

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;

  background: #eaeaeae8;
  border-top: 20px solid #375544;
}


#SubmitQuerytop {
  background: #375544;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 42px;
  border: none;
  font-weight: bold;
  border-radius: 9px;
  transition: 0.3s;
}

#SubmitQuerytop:hover {
  background-color: #424242;
  transition: 0.3s;
  border: none;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

.img_high {
  position: absolute;
  top: 6%;
  z-index: 99;
  right: 48%;
}

.img_high img {
  width: 109px;
}




/* slider */

.slick-dots {
  bottom: 7px;
  z-index: 99;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}


.slick-dots li.slick-active button::before {
  opacity: .95;
  color: #c99c3e;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
}

/* =============== banner start style closed ========================= */




/*=============== about bg start ============ */

.about_bg {
  padding: 90px 0;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}


.about_bg .about_img img {
  border: 5px solid #375544;
  border-radius: 20px;
}

.about_bg h2 {
  color: #15816f !important;
}


.about_bg .about_text p {
  letter-spacing: 0.7px;
  word-spacing: 1px;
  line-height: 25px;
  font-size: 17px;
  color: #000;
}

/*=============== about bg end ============ */


.header_line {
  z-index: 99;
  position: relative;
  padding: 9px 0;
  background: #375544;
}

marquee {
  font-size: 58px;
  letter-spacing: 9px;
}

.header_line span {
  -webkit-text-stroke: 1px #ffffff !important;
  color: transparent !important;

}

/* ======= price list section start ============= */
#price {
  padding: 90px 0 90px 0;
  background-size: cover;
  position: relative;
}



.price-section * {
  position: relative;
  z-index: 2;
}

/* Section Heading */
.section-title {
  text-align: start;
  margin-bottom: 3rem;
  color: #0e3e63;
}

.section-title h2 {
  margin-bottom: .5rem;
}

.section-title h3 {
  font-size: 24px;
}

.section-title p {
  font-size: 1.1rem;
  opacity: 0.8;
}

/* Price Card */
.price-card {
  position: relative;
  overflow: hidden;
  justify-content: start;
  align-items: center;
  transition: transform .4s ease, box-shadow .4s ease;
  overflow: hidden;
}


.price-card:hover {
  transform: translateY(-10px);
}



/* Price Details */
.price-detail {
  background: #f1ead7;
  border: 2px solid #375544;
  color: #111;
  padding: 1rem 1.2rem 1.2rem 1rem;
  text-align: center;
}


.price-detail h3 {
  font-size: 1.1rem;
  background: #375544;
  color: #ffffff;
  padding: 5px 0;
}

.price-detail p {
  color: #000;
  font-size: 16px;
  margin: 12px;
}

.price-detail h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}

/* Button */
.enquiry-btn {
  display: inline-block;
  background: #375544;
  border: 1px solid #ddd;
  color: #fffdfd;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.enquiry-btn:hover {
  background: #375544;
  color: #fff;
}

/* Owl Nav */
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  background: #375544 !important;
  color: #fff !important;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -1rem;
  font-size: 22px !important;
  pointer-events: auto;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.owl-nav button:hover {
  background: #375544 !important;
  color: #fff !important;
}


/* Dots */
#twoBoxSlider .owl-dots {
  margin-top: 25px;
}

#twoBoxSlider .owl-dots .owl-dot span {
  background: #777 !important;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}

#twoBoxSlider .owl-dots .owl-dot.active span {
  background: #375544 !important;
  transform: scale(1.2);
}


/* highlight section css starts here */





.highlight {

  position: relative;

  padding: 100px 0;

  background-color: #373737;

}

.highlight h2{
  color: #fff !important;
}

.highlight::before {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-image: url("..//img/highlight-bg.jpg");

  opacity: 0.03;

}



.highlight .overhead p {

  color: #fff;

  letter-spacing: 3px;

  font-size: 20px;

}

.highlight .overhead h1 {

  font-size: 37px;

  letter-spacing: 1px;

  text-transform: capitalize;

  line-height: 49px;

  color: #fff;

}



.high-icon {

  background-color: #fff;
  color: #375544;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 41px;

}

.high-main {

  display: flex;

  flex-wrap: wrap;

  position: relative;

}

.high-box:nth-child(1)::before,
.high-box:nth-child(4)::before,
.high-box:nth-child(7)::before {

  content: '';

  position: absolute;

  right: -3px;

  top: 7.5%;

  height: 70%;

  width: 1px;

  background: #ffffff63;

}

.cnter-line {

  width: 100%;

  height: 1px;

  background: #ffffff63;

  margin: 9px 0 17px 0;

}

.highlight .overhead {

  height: 100%;

}


.highlight .overhead img {
  border: 5px solid #15816f;
  border-radius: 20px;
}


.high-text {

  padding-left: 20px;

}

.high-box {

  display: flex;

  flex: 0 0 calc(47% - 5px);

  width: calc(50% - 5px);

  margin: 10px;

  position: relative;

}



.high-icon img {

  max-width: 45px;

}

.high-text h1 {

  font-size: 23px;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #fff;

}

.high-text p {

  color: #fff;

}


/* highlight section css ends here */

/* =======================amenities style start ===================== */

#floor {
  padding: 4rem 0rem;
  position: relative;
  width: 100%;
}

.left-animationimage {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url('../img/leaf-vector.png');
  width: 20rem;
  height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-animationimage {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-image: url('../img/flower_bg.png');
  width: 13rem;
  height: 12rem;
  background-size: contain;
  background-repeat: no-repeat;
}


@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}


.floor_plan_box h5 {
  text-align: center;
  color: #fff;
  padding: 12px 0;
  background: #375544;
  ;

}



.floor_plan_img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  display: flex;
  text-align: center;
  width: 182px;
  height: 47px;
  margin: auto;
}

.floor_plan_img img {
  opacity: 0.5;
  filter: blur(6px);
  border: 16px solid #375544;
}

.floor_plan_img {

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}


.floor_plan .floor_over {
  font-size: 69px;
  position: absolute;
  line-height: 100px;
  font-weight: 600;
  z-index: 99;
  opacity: 0.2;
  text-transform: uppercase;
  right: 25px;
  writing-mode: tb-rl;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  height: 100%;
  text-align: center;

}

.floor_plan .floor_over h3 {
  color: #000000;
  font-size: 71px;
  letter-spacing: 13px;
}

/* =======================amenities style end ===================== */












/* =========== gallery section start =========== */

.gallery_section {
  padding: 90px 0;
}


.gallery_section .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
  right: 0;
}

.gallery_section h2 {
  color: #000;
}

.gallery_section p {
  color: #375544;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.2px;
}

.gallery_box img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}


.slick-dots li.slick-active button::before {
  opacity: .75;
  color: #375544;
}

.slick-dots li button::before {
  font-size: 18px;

}


.gallery_section .img_col img {
  width: 100%;
  border: 2px solid #375544;
}

.slick-prev {
  right: 66px !important;
  left: auto !important;
}

.slick-next {
  right: 16px !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: -80px;
  display: block;
  width: 42px;
  height: 43px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #375544;
  border: none;
  outline: none;
  background: #375544;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: -80px;
  display: block;
  width: 42px;
  height: 43px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #375544;
  border: none;
  outline: none;
  background: #375544;
}

.slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 31px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========== gallery section end =========== */


/* amenities section starts here */
.amenities {

  position: relative;
  background: #e9e2de;

}

.amenities .container {

  max-width: 100%;

}

.amenities .ami-main-box {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  padding: 70px 0;

}

.amenities .ami-main-box .ami-box {

  width: 28%;

  text-align: center;

}



.amenities .ami-main-box .ami-box h2 {

  color: #375544;

  letter-spacing: 2px;

  font-size: 28px;

}



.flip-box-front h2 {

  color: #375544;

  letter-spacing: 2px;

  font-size: 20px;

}



.amenities .ami-main-box .ami-box .img-icon {

  border: 1px solid #000000;

  display: inline-block;

  padding: 60px;

  margin: 23px 0;

  border-radius: 10px;

}

.amenities .ami-main-box .ami-box.active .img-icon {

  background-color: #f2f3ea;

  transition: 0.50s;

}

.amenities .ami-main-box .ami-box.active h2 {

  color: #f2f3ea;

  transition: 0.50s;

}

.amenities .img-icon img {

  max-width: 50%;

}

.mt_ami {

  margin-top: 60px;

}

.ami-bg {

  background-image: url("../img/banner1.jpg");

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;

}

.bounce {

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  text-align: center;

}

.bounce-inner {

  background: #f2f3ea;

  padding: 64px 36px;

  display: flex;

  align-items: center;

  border-radius: 12px;

  /* border-radius: 243px 250px 250px 250px; */

  position: relative;

}

.amenities .overhead p {

  color: #375544;

  letter-spacing: 3px;

  font-size: 20px;

  text-transform: uppercase;

}

.amenities .overhead h1 {

  font-size: 32px;

  letter-spacing: 1px;

  text-transform: capitalize;

  line-height: 49px;

  color: #343434;

  margin-bottom: 30px;

}

.ami-backgorund {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

}

.flip-box {
  background-color: transparent;
  height: 129px;
  perspective: 1000px;
  margin-bottom: 106px;



}





.flip-box-inner {

  position: relative;

  width: 100%;

  height: 100%;

  text-align: center;

  transition: transform 0.8s;

  transform-style: preserve-3d;

}





.flip-box:hover .flip-box-inner {

  transform: rotateY(180deg);

}


img-ico.amenities .img-icon img .flip-box-front,

.flip-box-back {

  position: absolute;

  width: 100%;

  height: 100%;

  -webkit-backface-visibility: hidden;
  /* Safari */

  backface-visibility: hidden;

}



.img-icon {
  border: 1px solid #000000;
  display: inline-block;
  padding: 22px 15px;
  margin: 26px 0;
  border-radius: 10px;

}

.flip-box-front {



  color: black;

}



.flip-box-back {

  background: #375544;

  color: #ffffff;

  transform: rotateY(180deg);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 0 20px;

}





.bounce {
  animation: ami-bouce 1200ms ease 1400ms alternate-reverse infinite;
}



@keyframes ami-bouce {

  from {

    transform: translateY(-10px);

  }

  to {

    transform: translate(0px);

  }

}



/* amenities section css ends here */




/* ===================floor style end======================================= */


.virtual_side_bg {
  background-image: url("../img/virtual_site.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  position: relative;
  cursor: pointer;
}

.virtual_side_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #000000b2;
}

.virtual_side {
  position: relative;
  z-index: 1;
}


.virtual_side .virtual_text {
  color: #fff;
}


.virtual_side .virtual_text .fa-circle-play {
  font-size: 105px;
}

.virtual_side .virtual_text h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 3px;
  text-shadow: 1px 3px 4px #000;
}


.virtual_side .virtual_text p {
  font-size: 18px;
  border: 2px solid #fff;
  border-right: none;
  border-left: none;
  padding: 13px;
}




/* location advantage section css starts here */


.location {

  padding: 100px 0;

  position: relative;
  background-image: url("..//img/download.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;

}

.location .overhead {

  text-align: center;

}

.location .overhead h2 {
  color: #375544 !important;
}


.location .overhead p {

  color: #fff;

  letter-spacing: 3px;

  font-size: 20px;

  text-transform: uppercase;

}

.location-text {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

}



.loc-box {

  display: flex;

  padding: 8px;

  width: 100%;

  margin: 7px;

  background-image: url("../img/highlight-bg-locatin.jpg");

  background-size: cover;
  align-items: center;
  background-repeat: no-repeat;

  border-radius: 6px;

}

.loc-num {

  margin-right: 20px;

}

.loc-text p span {



  color: var(--drk-down);

}

.loc-num h1 {

  background: #323131;

  width: 40px;

  height: 40px;

  text-align: center;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  margin-bottom: 0;
  margin-top: 0;
  font-size: 21px;

}





.location-img {

  height: 100%;

}

.loc-text p {

  letter-spacing: 0.5px;

  margin-bottom: 0;

}







.location-img img {

  height: 100%;

  object-fit: cover;

  width: 100%;

}


/* loaction section css ends here */










.footer_bg {
  background-image: url("../img/map_bg.png");
  padding: 90px 0;
  color: #fff;
  position: relative;
  z-index: 2;
  background-size: cover;
}


/* .footer_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;

} */



.footer {
  position: relative;
  z-index: 1;
}

.footer_bg h3 {
  position: relative;
  color: #375544;
}



.footer_contant p {
  line-height: 26px;
  letter-spacing: 1.1px;
  color: #000;
}

.footer_contant .contact_us ul li i {
  font-size: 14px;
  color: #ffffff;
  background-color: #375544;
  border-radius: 50pc;
  padding: 15px;
}

.footer_contant .contact_us ul li p {
  color: #375544;
  font-weight: bold;
}

.footer_contant .contact_us ul li span {
  font-size: 18px;
  color: #000000;
}


.contect-form {

  margin: 0 50px;

}

.contect-form .form_section {
  padding: 28px 42px;

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;

  background: #fff;
  border-top: 20px solid #375544;
}

.contect-form h3 {
  position: relative;
}



.foooter_form .form-control::placeholder {
  color: #fff;

}



.footer_b .information-web {
  margin: 0 auto;
  font-size: 14px;
}

.footer-bootom {
  border-top: 1px solid #375544;

  padding: 23px 0;
  color: #000000;
}

.footer-bootom ul a {
  font-size: 16px;
  color: #375544;
  text-decoration: underline
}


/* ====================================footer  form style end===================================================== */






/* scroll style btn css=========== */

.go-top {
  position: fixed;
  bottom: 9%;
  right: 3%;

  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 991;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f062";
  padding: 13px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  background: #375544;
  border-radius: 25px;
  left: 0;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: 'Questrial';
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}


.phone-group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

.phone-group select {
  border: none;
  padding: 10px 12px;
  background-color: #f9f9f9;
  font-size: 14px;
  width: 110px;
  appearance: none;
  -webkit-appearance: none;
  border-right: 1px solid #ddd;
}

.phone-group input {
  border: none;
  padding: 10px;
  font-size: 14px;
  flex: 1;
  outline: none;
}

.modal-image img {
  width: 100%;
}

/* ==============================responsiive================================================== */




@media only screen and (min-width: 991px) and (max-width: 1600px) {

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 25px;
  }


  .header .menu ul li a {
    padding: 0 11px;
    font-size: 14px;

  }

  .header .logo img {
    width: 100px !important;
  }

  .header .contect-us ul li .fa {
    padding: 7px 10px 6px 7px;
  }

  .header .contect-us {
    padding: 7px 8px;
  }

  .header .contect-us ul li a {
    font-size: 13px;
  }

  .banner .banner_wrapper_text {
    position: relative;
    width: 370px;
    padding: 25px 24px;
  }

  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 18px !important;
    font-weight: 623;
    margin-top: 5px !important;

  }

  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 3px;
  }

  .banner .banner_wrapper_text h6 {
    font-size: 14px;
  }

  .banner .banner_wrapper_text h3 {
    font-size: 16px;
  }

  .banner .banner_text .form_section {
    width: 280px;
    padding: 30px 15px;
    border-top: 8px solid #375544
  }

  .text_form {
    height: 36px;
    padding: 12px 45px !important;
    font-size: 14px;
  }

  .icon-inside {
    position: absolute;
    width: 34px;
    height: 35px;
    font-size: 18px;
    font-size: 1.05rem;
  }

  .flip-box-back h5 {
    font-size: 14px;
  }

  .amenities .overhead h1 {
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 29px;
    margin-bottom: 25px;
  }

  .banner .banner_text .form_section h3 {
    font-size: 14px;
    padding: 7px;
  }

  #SubmitQuerytop {
    font-size: 12px;
    height: 31px;
  }

  .call_now {
    font-size: 14px;
  }

  .call_now .fa {
    color: #fff;
    font-size: 14px;
  }

  .flip-box {
    height: 39px;
  }

  .img-icon {
    padding: 20px;
    margin: 10px 0;
  }

  .amenities .img-icon img {
    max-width: 47%;
  }

  .flip-box-back h2 {
    font-size: 18px;
  }

  .flip-box-front h2 {
    font-size: 13px;
  }

  .bgk {
    margin-top: 15px !important;
  }

  .form_section p {
    font-size: 13px;
  }

  .highlight_tag img {
    width: 230px;
  }

  .madal-reload .modal-dialog {
    width: 700px !important;
  }

  .btan_g {
    padding: 3px 9px;
    font-size: 15px;
  }

  .madal-reload h5 {
    font-size: 21px;
  }

  .price_list_high h3 {
    font-size: 16px !important;
  }


}


@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .new-launch img {
    display: none;
  }

  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    width: 60%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
  }

  .header .menu a {
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    justify-content: flex-start;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;

  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }



  .mobilemenu {
    position: relative;
    background-color: #000000;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -27px;
    cursor: pointer;
  }




  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #000000;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #000000;
  }



  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    right: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }




  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color: transparent;
  }

  .header ul li a.active {
    background: transparent;
    padding: 0px;
  }

  .header ul li a {
    padding: 0;
  }

  .header ul li a:hover {
    transform: all 0.5s;
    color: #375544 !important;
    background: transparent;
    padding: 0px;
  }

  .header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #375544;
  }

  .Banner-form {
    position: relative;
  }

  .banner_bg .banner_img img {
    height: 727px;
  }

  .banner_slider_text h5 {
    padding: 12px 0;
  }

  .banner_bg .banner h4 {
    display: block;
    margin: 13px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: linear-gradient(to right, #375544d9, #37554485);
    width: 41px;
    height: 38px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }

  .banner h4 h3 {
    border: 2px solid #ffffff;
    padding: 4px 32px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
    font-size: 20px !important;
  }


  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 22px !important;

  }

  .gallery_bg .gallery_wrap {

    height: 50vh;
  }

  .gallery_bg .gallery_img h3 {
    font-size: 25px;
    left: 15px;
    top: 10px;
  }

  .footer_bg {

    padding: 50px 0;
  }


  .header .contect-us {
    display: none;
  }



  /* ========================sticky_icon mob====================================== */

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }


  .sticky_icon ul li a {
    color: #ffffff;
  }

  .sticky_icon ul li {
    background-color: #375544;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }

  .footer-bootom {
    border-top: 1px solid #000000;
    background-color: #ffffff;
    padding: 23px 0 70px 0;
  }


  .about::after {
    display: none;
  }

  .contect-form {

    margin: 0 0px;

  }

  .contect-form .form_section {
    margin: 0;
  }


  .high_img {
    position: absolute;
    z-index: 9;
    top: 13%;
    right: 14%;
  }

  .header .menu {
    background-color: transparent;
    padding: 0PX;
    border-radius: 0PX;
    border-bottom: 0px solid #375544;
    border-right: 0px solid #375544;
  }

  .bgk {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }

  .bgk::after {
    display: none;
  }

  .bgk::before {
    display: none;
  }


  .banner .banner_wrapper_text {
    margin: 0 0 0 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
  }

  .banner_highlight i {
    color: #fff !important;
  }

  .location_img::after {
    display: none;
  }


  .banner .banner_wrapper_text {
    margin: 0 0 0 0;
  }



  .banner .banner_wrapper_text .bgk ul {
    width: 100%;
  }

  .banner .banner_wrapper_text .price_bg {
    width: 100%;

  }

  .banner_bg {
    margin: 0;
  }

  .img_high img {
    width: 74px;
  }

  .highlight_bg .highlight_text_high {
    margin: 0;
  }

  .highlight_bg .highlight_text_high li {
    padding-bottom: 15px;
  }

  .highlight_bg .highlight_text_high li p {
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 16px;
  }



  .amenities_right {
    margin: 0;
  }

  .location_img {
    margin: 0;
  }

  .banner .banner_wrapper_text .banner_highlight_text {
    border: 0;
  }

  marquee {
    font-size: 42px;
    letter-spacing: 9px;
  }

  .highlight_tag {
    position: absolute;
    top: 6%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }


  .highlight_tag img {
    width: 150px;
  }


}

@media only screen and (max-width: 767px) {
  h1 {
    color: #000;
  }

  p {
    font-size: 16px;
  }

  .banner .banner_wrapper_text i {
    color: #000;
  }

  .banner .banner_wrapper_text h6 {
    color: #000 !important;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    color: #ffffff;
    background: #375544;
    font-size: 16px !important;
    padding: 12px;
  }


  .banner .banner_wrapper_text ul li h5 {
    font-size: 24px;
  }

  .banner_bg .banner_img img {
    height: 100%;
  }

  .ami-bg {
    order: -1;
  }



  .bounce-inner {
    padding: 45px 36px;
    margin: 22px 0;
  }

  .overhead {
    text-align: center;
  }

  .highlight .overhead p,
  .price-list .overhead p,
  .amenities .overhead p,
  .floor-plan .overhead p,
  .location .overhead p {
    font-size: 23px;
    margin-bottom: 2px;
  }

  .amenities .overhead h1 {
    font-size: 18px;
    line-height: 30px;
  }


  .amenities .ami-main-box {
    padding: 36px 0;
  }

  .flip-box {
    width: 139px;
    height: 164px;
    margin: 10px 10px 19px 10px;
  }

  .img-icon {
    padding: 26px;
  }

  .amenities .img-icon img {
    max-width: 50%;
  }

  .flip-box-back {
    padding: 0 7px;
  }

  .flip-box-back h5 {
    font-size: 15px;
  }

  .flip-box-front h2 {
    font-size: 16px !important;
  }


  .highlight .overhead {
    border: none;
  }

  .highlight .overhead h1 {
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 31px;
  }

  .high-box:nth-child(1)::before,
  .high-box:nth-child(4)::before,
  .high-box:nth-child(7)::before {
    content: unset;
  }

  .high-box {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0px;
    margin-bottom: 0px;
    align-items: flex-start;
    margin-bottom: 28px;
    border-bottom: none;
  }

  .high-icon img {
    max-width: 34px;
  }

  .banner_text {
    z-index: 99;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .banner .banner_wrapper_text ul li h5 {
    font-size: 21px;
  }

  .banner .banner_wrapper_text .bgk ul li i {
    font-size: 42px;

  }


  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 18px;
    color: #000000;
    border: 2px solid #000;
  }


  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 17px !important;
    font-weight: 623;
    color: #000000;
    border: 2px solid #000;
  }

  .banner .banner_wrapper_text {
    height: 100%;
    width: 100%;
    background: no-repeat;
    padding: 0;
  }


  .amenities_section ul {
    min-height: 330px;
    overflow-y: scroll;
    height: 330px;
  }

  .amenities_section ul .amenity-box {
    padding: 7px;
    margin: 7px;
    min-width: unset;
    width: 150px;
    z-index: 9;
  }

  .amenities_section ul .amenity-box img {
    max-width: 50px;
  }

  .col-12 .m_view ul .amenity-box:first-child .overlay {
    opacity: 1;
    pointer-events: none;
  }

  .amenities_section ul .amenity-box .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    filter: unset;

  }

  .amenities_section ul .amenity-box .overlay img {
    max-width: 100%;
  }


  .location-point.left {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  .location-point {
    position: unset;
    text-align: left;
    z-index: 999;
    padding: 0px 0px 10px;
  }

  .central-logo {
    position: unset;
    transform: unset;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .location-name {
    margin-bottom: 0px;
  }

  .connecting-line {
    display: none;
  }

  .location-point {
    position: unset;
    text-align: left;
    z-index: 999;
    padding: 0px 0px 10px;
  }

  .high_img {
    position: absolute;
    z-index: 9;
    top: 31%;
    right: 6%;
  }

  .high_img img {
    width: 147px;
  }


  .mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 10px;
  }

  .mb-tabl {
    margin-bottom: 30px;
  }

  .mt-tabl {
    margin-bottom: 30px;
  }


  .gallery_img {

    margin: 0px;
  }


  .form_bottom .form_section {
    margin: 0;

    padding: 28px 17px;
  }


  .project_box .bg_high li {
    font-size: 14px;
  }



  .img_high {
    position: absolute;
    top: 3%;
    z-index: 99;
    right: 11%;
  }

  .img_high img {
    width: 64px;
  }


  .banner_bg::after {
    background-color: transparent;

    background-image: none;
  }

  .about_bg {
    padding: 50px 0;
  }

  .price_list_bg {
    padding: 50px 0;
  }

  .gallery_bg {
    padding: 50px 0;
  }

  .amenities_bg {
    padding: 50px 0;
  }

  .floor_plan {
    padding: 50px 0;
  }

  .highlight_bg {
    padding: 50px 0;
  }

  .location_bg {
    padding: 50px 0;
  }

  .map {
    overflow: hidden;
    padding-bottom: 89.25%;
    position: relative;
    height: 0;
  }

  .floor_plan_img img {
    height: 100%;
  }

  .gallery_img .overlay {
    width: 214px;
    height: 55px;
  }

  .gallery_img .overlay a {
    color: #000;
    font-size: 15px;
  }

  .gallery_img .overlay a i {
    color: #ffffff;
    font-size: 11px;
  }


  .amenities_bg h5 {
    font-size: 17PX;
  }

  .highlight_bg .highlight_text_high .highlight_icon {
    position: relative;
    left: 0;
  }

  .contect-form .form_section {
    margin: 0;
  }

  .about_bg .highlight_about_text .about_highlight li h5 {
    font-size: 18px;
  }

  .highlight_bg .hilight_wrapp_text .highlight_wrapp ul li p {
    font-size: 15px;
  }

  .location_bg h5 {
    font-size: 15px;
  }

  .highlight_tag {
    position: absolute;
    top: 17%;
    left: 58%;
    right: 50%;
    bottom: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }



  .about_bg p {
    color: #ffffff;
    line-height: 24.1px;
    letter-spacing: 1.01px;
    font-size: 15px;
  }

  .btan {
    border: 1px solid #fff;
  }

  .price-text {
    padding: 0;
  }

  .gallery_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .new-launch img {
    display: none;
  }

  .map-image img {
    margin-left: 0;
  }

  .floor-card {
    height: 160px;
  }

  .floor-img {
    height: 250px;
  }

  .slick-prev,
  .slick-next {
    top: auto;
    bottom: -80px
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {

    top: auto;
    bottom: -80px;

  }

}