@font-face {
  font-family: "CentraleSans-Bold";
  src: url("../fonts/CentraleSans-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CentraleSansRegular";
  src: url("../fonts/CentraleSansRegular.otf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: "CentraleSansRegular";
  color: #000;
  letter-spacing: 1px;
}

a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1500px;
  margin: 0px auto;
  padding: 0 17px;
}

.clearfix {
  clear: both;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

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

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

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

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

.img-responsive {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.img-full {
  width: 100%;
  height: auto;
}

.center-block {
  margin: 0 auto;
}

.wrap {
  display: table;
}

.block {
  display: table-cell;
  vertical-align: middle;
}

.float-none {
  /*float: none !important;*/
}

section {
  float: left;
  width: 100%;
}

.pd0 {
  padding: 0px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

header {
  position: fixed;
  z-index: 999;
  left: 0;
  box-shadow: 1px 1px 11px 0px;
  /* top: 0; */
  width: 100%;
  padding: 10px 65px;
  background-color: #ffffff;
  transition: ease all 0.5s;
}

.padding {
  padding: 50px 0px;
}

.section-extra-padding {
  padding: 170px 0px;
}

.over-p {
  padding: 0px 60px;
  font-size: 15px;
}

.logo-wrapper > a > img {
  display: block;
  width: 60%;
  padding: 12px 12px;
  /* margin-left: 63px; */
  margin: 0 auto;
  border-radius: 0px 0px 15px 15px;
  position: relative;
  top: -25px;
  background: #fff;
  box-shadow: -1px 2px 20px 0px #0000007a;
}

.number-wrapper {
  margin-right: 10px;
  font-size: 16px !important;
  line-height: 30px !important;
  width: 170px;
  display: inline-block;
  line-height: 30px !important;
  color: #fff !important;
  text-align: right;
}

.enquire-now-btn {
  background-color: #cdab64;
  padding: 0px 10px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 1s;
  /* Safari */
  transition: 1s;
}

footer {
  width: 100%;
  line-height: 32px;
  background-color: #000000;
  background-image: url(../images/foot.webp);
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

footer a {
  color: #ffffff;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}

footer a img {
  vertical-align: middle;
}

.enquire-form {
  width: 300px;
  position: absolute;
  background: rgba(52, 52, 52, 1);
  right: 20px;
  top: 30px;
  border: 1px solid #ccc;
  padding: 10px;
  display: none;
}

.nav-wrapper {
  clear: right;
  text-align: left;
}

nav {
  /*margin-top: 10px;*/
}

nav a {
  display: inline-block;
  margin: 12px 0px 0px 16px;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
}

nav button {
  display: inline-block;
  /* margin: -5px 0px 0px 45px; */
  /* text-transform: capitalize; */
  color: #b2854b;
  font-size: 18px !important;
  cursor: pointer;
}

.btn360 {
  width: 70px;
  height: 133px;
  position: fixed;
  right: -5px;
  bottom: 228px;
}

nav a.active {
  color: #000;
}

nav a:hover {
  color: #47bc90;
}

nav button:hover {
  color: #cdab64;
}

.lh30 {
  line-height: 30px;
}

.slide {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.section-title {
  font-size: 40px;
  /*margin-bottom: 20px;*/
  color: #5f4289;
  font-weight: 600;
  text-align: center;
}

.section-title1 {
  font-size: 40px;
  /*margin-bottom: 20px;*/
  color: #b2854b;
  text-align: center;
}

.section-subtitle {
  font-size: 18px;
  margin: 30px 0px;
  /* font-family: 'Overpass', sans-serif; */
  text-align: center;
  /* display: grid; */
  position: sticky;
  color: #000;
  border: 3px solid #4bbd8d;
}

.section-subtitlew {
  font-size: 18px;
  margin: 30px 0px;
  /* font-family: 'Overpass', sans-serif; */
  /* text-align: center; */
  /* display: grid; */
  position: sticky;
  color: #000;
  border: 2px solid #fff;
}

.title {
  position: relative;
  top: -25px;
  background: #001626;
  width: 420px;
  display: block;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 10px;
  padding: 8px 15px;
}

.title:before {
  content: "";
  border: 2px solid #49bd8c;
  padding: 20px 0px;
  position: absolute;
  width: 100%;
  margin: 0px -10px;
  z-index: -1;
  left: 16px;
  border-radius: 10px;
}

.section-subtitle1 {
  font-size: 18px;
  margin: 30px 0px;
  /* font-family: 'Overpass', sans-serif; */
  text-align: center;
  /* display: grid; */
  position: sticky;
  color: #000;
  border: 3px solid #67c07f;
}

.section-subtitlew1 {
  font-size: 18px;
  margin: 30px 0px;
  /* font-family: 'Overpass', sans-serif; */
  text-align: center;
  /* display: grid; */
  position: sticky;
  color: #000;
  border: 2px solid #fff;
}

.title1 {
  position: relative;
  top: -25px;
  background: #001626;
  width: 300px;
  margin: 0 auto;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 20px;
  text-align: left;
  font-weight: 900;
  color: #fff;
}

.title1:before {
  content: "";
  border: 2px solid #47be92;
  padding: 25px 0px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 5px;
  border-radius: 10px;
}

.titlew {
  position: absolute;
  top: -35px;
  background: #001626;
  width: 420px;
  font-weight: 900;
  font-size: 19px;
  margin: 0px;
  left: 0px;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 10px;
  padding: 5px 15px;
}

.titlew:before {
  content: "";
  border: 2px solid #47be92;
  padding: 24px 0px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 6px;
  border-radius: 10px;
}

.ptitlew {
  position: absolute;
  top: -35px;
  background: #001626;
  width: 370px;
  font-weight: 900;
  font-size: 19px;
  line-height: 22px;
  margin: 0px;
  left: 0px;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 10px;
  padding: 5px 15px;
}

.ptitlew:before {
  content: "";
  border: 2px solid #47be92;
  padding: 25px 0px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 6px;
  border-radius: 10px;
}

.apt-titlew {
  position: relative;
  top: -12px;
  background: #001626;
  width: 65%;
  font-weight: 900;
  font-size: 21px;
  margin: 35px 0px 15px;
  left: 10px;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 10px;
  padding: 5px 15px;
}

.apt-titlew:before {
  content: "";
  border: 2px solid #47be92;
  padding: 16px 0px;
  position: absolute;
  width: 100%;
  /* z-index: -1; */
  border-top: none;
  left: 6px;
  border-radius: 10px;
}

.floor-t {
  position: absolute;
  top: -25px;
  background: #001626;
  /* width: 350px; */
  font-weight: 900;
  /* font-size: 28px; */
  margin: 0px;
  left: 15%;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 10px;
  padding: 5px 15px;
}

.floor-t:before {
  content: "";
  border: 2px solid #47be92;
  padding: 20px 0px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 5px;
  border-radius: 10px;
}

.content-wrapper p {
  font-weight: 500;
}

.specs-tab {
  display: none;
}

.specs-tab ul {
  padding-left: 0px;
}

.specs-tab li {
  padding: 5px 20px;
  position: relative;
  list-style-type: none;
  color: #fff;
}

.specs-tab ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 24px;
  background: #fff;
}

.specs-title {
  font-size: 30px;
}

.specs-right {
  padding: 0px 50px;
}

.grey {
  color: #4d4e50;
}

.amenities {
  width: 70%;
  margin: 20px auto;
}

.amenities-img {
  width: 30%;
  margin: 30px auto;
}

.amenities-text {
  width: 70%;
  margin: 0 auto;
  font-size: 17px;
  padding: 14px 10px;
}

section.grey {
  /* background-color: #f5f5f5; */
}

section p,
section ul,
section ol {
  font-size: 16px;
  line-height: 28px;
}

.hide-in-desktop {
  display: none;
}

/* form */

.form-group {
  margin-bottom: 15px;
}

.contactuslabels {
  color: #bf9e61;
}

.form-group input {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.submit {
  cursor: pointer;
  background: #bf9e61;
  color: #fff;
  padding: 10px;
}

.error {
  color: #f00 !important;
  position: absolute;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

label.error {
  /*position: absolute;*/
  /* top: 230px; */
  margin: -15px 35px;
  font-size: 10px;
}

.hide-in-mobile {
  display: block;
}

.footer-mobile {
  display: none;
}

.top-padding {
  padding-top: 70px;
}

.banner-bottom-tagline .col-6 {
  padding: 0 10px;
}

.overview-parallax {
  width: 80%;
  margin: 0 auto;
  background-attachment: fixed;
  /*height: 512px;*/
  background-repeat: round;
}

.overview-parallax img {
  /*margin-top: 233px;*/
}

.left-padding {
  padding-left: 50px;
}

/* style for new sections like contact form*/

.form-p {
  text-align: center;
  margin-bottom: 20px !important;
  color: #000;
}

#contact {
  background-image: url(../images/white-texture.webp);
  background-size: cover;
  background-position: center;
  /* padding: 40px; */
}

#floor-plan {
  background-image: url(../images/white-texture.webp);
  background-size: cover;
  background-position: center;
  /* padding: 40px; */
}

#overview {
  background-image: url(../images/white-texture.webp);
  background-size: cover;
  background-position: center;
  /* padding: 40px; */
}

#aparment {
  background-image: url(../images/blue-texture.webp);
  background-size: cover;
  background-position: center;
  /* padding: 40px; */
}

.intl-tel-input {
  width: 100%;
}

.form-btn {
  margin: 0px auto;
  display: block;
  background: #5f4289;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  border-radius: 51px;
  padding: 8px 39px 8px;
  transition: ease all 0.5s;
}

.form-btn:hover {
  border-color: #272727;
  background: transparent;
  color: #fff;
  transition: ease all 0.5s;
}

.contact-div {
  padding-bottom: 20px;
}

#contctform-phone {
  width: 100%;
}

#price-model {
  z-index: 9999 !important;
  opacity: 1;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  /* background: #272727; */
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  color: #fff;
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.thankmsg {
  margin: 10% auto;
  padding: 15px;
  height: auto !important;
}

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

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.oops-subtitle {
  color: #fff;
  font-size: 18px;
}

.go-home {
  color: #ffffff;
  background: #fff;
  font-size: 19px;
  padding: 10px;
  width: 265px;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  margin: 0px auto;
  margin-top: 30px;
  border: 2px solid;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #272727;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 25px;
}

.oops-greet {
  color: #272727;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.her {
  background-color: #0ed15c;
  color: #fff;
  border-bottom: none !important;
}

.tbl > tbody > tr > td {
  border-top: none !important;
  width: 40%;
  padding: 8px 5px;
  line-height: 1.42857143;
  font-size: 12px;
  text-align: initial;
  vertical-align: top;
  border-bottom: 2px solid #5dbf83;
}

.tbl > tbody > tr > td a {
  color: #000;
  background: #5ed25d;
  padding: 5px;
  display: block;
  text-align: center;
}

.her h3 {
  margin: 5px 0px;
  font-size: 14px;
  color: #000;
}

.modal-dialog {
  top: 50px;
  background: transparent !important;
}

.close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: 25px;
  position: relative;
  z-index: 9999;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  background-color: #272727 !important;
  text-shadow: none;
  color: #b2854b;
  border-color: #272727;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease;
  font-weight: 800;
}

.modal-backdrop.fade {
  opacity: 0.5;
  z-index: unset;
}

#disclaimer p {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.testimonial {
  border-radius: 25px;
  padding: 50px 0px 0px;
  margin: 50px 10px 30px;
  border: 3px solid #d7ad64;
  position: relative;
  /* height: 100px; */
  font-weight: 800;
  display: block;
  justify-content: center;
  align-items: center;
}

.testimonial .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #cfa864;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 140;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 18px;
  color: #5e595b;
  line-height: 27px;
  text-align: center;
  margin: 0;
  position: relative;
  height: 35px;
}

.testimonial .titleb {
  display: block;
  padding: 16px 0px;
  /* width: 30px; */
  /* margin: 0 auto; */
  /* background: #000; */
  /* border: 1px solid #ffffff; */
  /* font-size: 0px; */
  /* height: 20px; */
  /* font-weight: 700; */
  /* border-radius: 50%; */
  /* color: #44bc9a; */
  /* letter-spacing: 1px; */
  margin: 20px 0px -20px 0px;
  /* text-transform: uppercase; */
  /* position: absolute; */
  /* bottom: 73px; */
  /* left: 0; */
  /* right: 0; */
  /* top: 9%; */
}

.testimonial .post {
  font-size: 25px;
  color: #46bc94;
}

#configuration {
  padding: 70px 0px;
  background: url(../images/conf-img.webp) center;
  background-size: cover;
  /* background-attachment: fixed; */
}

#gallery {
  padding: 50px 0px;
  background: url(../images/white-texture.webp) center;
  /* background-size: cover; */
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
  /* background-position: inherit; */
}

#grow {
  padding: 70px 0px;
  background: url(../images/last-img.webp) center;
  background-size: cover;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-position: inherit;
}

.confback {
  background-color: #ffffffc4;
  /* padding: 50px 0px; */
  /* height: 600px; */
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.border-aprt {
  display: flex;
  align-items: center;
  outline: 3px solid #5abe84;
  outline-offset: -17px;
}

.pad-tab {
  padding: 40px 10px 10px;
  display: inline-block;
}

.grow-tab {
  padding: 40px 20px 10px;
  display: inline-block;
}

.overview-img {
  /* width: 821px; */
  /* margin: 0px auto; */
  /* height: 425px; */
  /* object-fit: cover; */
  /* outline: 4px solid #fff; */
  /* outline-offset: -13px; */
  /* box-shadow: 0px 0px 2px 5px #23212152; */
}

.over-logo {
  width: 150px;
  background: #654690;
  padding: 14px;
  border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -6px;
  margin: 14px auto;
  display: block;
}

.sec-gray p {
  /* font-family: 'PlayfairDisplayItalic'; */
  text-align: inherit;
  color: #5a5a5a;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0px;
}

.owl-carousel .owl-nav {
  margin-top: 0;
  /* resetting margins for nav buttons */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  margin: 0;
  /* removes margins around nav buttons */
  background: #ecf0f1;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  bottom: 0px;
  font-size: 7px;
  /* border-radius: 71px; */
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #ecf0f1;
  color: #34495e;
}

.owl-nav button.owl-prev {
  left: -50px;
  /* starting position */
}

.owl-nav button.owl-next {
  right: -50px;
  /* starting position */
}

/* Dots */

.owl-theme .owl-dots {
  margin-top: 10px;
  /* restores top margin for dots only */
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #ecf0f1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c4a26d;
  /* for active dot */
}

.view-carousel .owl-nav button.owl-prev,
.gal-carousel .owl-nav button.owl-prev {
  position: absolute !important;
  top: 40%;
  left: 30px;
  display: block !important;
  border: 0px solid black;
  /* starting position */
  color: #fff;
  background: #000;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 70px;
}

.view-carousel .owl-nav button.owl-next,
.gal-carousel .owl-nav button.owl-next {
  position: absolute !important;
  top: 40%;
  right: 26px;
  display: block !important;
  /* right: 0px; */
  border: 0px solid #000;
  color: #fff;
  border-radius: 70px;
  background: #000;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
}

.view-carousel .owl-carousel:hover .owl-nav button.owl-prev,
.gal-carousel .owl-carousel:hover .owl-nav button.owl-prev {
  left: 25px;
  /* target position after transition */
}

.view-carousel .owl-carousel:hover .owl-nav button.owl-next,
.gal-carousel .owl-carousel:hover .owl-nav button.owl-next {
  right: 25px;
  /* target position after transition */
}

#floor-plan img {
  display: block;
  width: 70%;
  filter: blur(1px);
  margin: 0 auto;
}

#gallery img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  /* height: 437px; */
}

.form-container {
  /* font-family: 'Roboto', sans-serif; */
  padding: 40px 10px;
}

#contact .form-container {
  /* font-family: 'Roboto', sans-serif; */
  padding: 0 10px;
}

.form-container .form-horizontal {
  background-image: url(../images/white-texture.webp);
  background-size: cover;
  background-position: center;
  padding: 15px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.form-container .title-form {
  color: #fff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  margin: 0 -10px 10px -10px;
  position: relative;
}

.form-container .subtitle {
  color: #000;
  font-size: 14px;
  text-align: center;
}

.form-container .title-form:before,
.form-container .title-form:after {
  content: "";
  background: linear-gradient(45deg, transparent 49%, #0a57b5 50%);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 100%;
}

.form-container .title-form:after {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}

.form-horizontal .form-group {
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0 30px 20px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
}

.form-horizontal .input-icon {
  color: #b5b5b5;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 30px;
  margin: 0 0 0 4px;
  vertical-align: top;
  border-right: 1px solid #b5b5b5;
  display: inline-block;
}

.form-horizontal .form-control {
  color: #222;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  width: calc(100% - 55px);
  height: 33px;
  padding: 3px 10px 0 10px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  transition: all 0.3s;
}

.form-horizontal .form-control:focus {
  box-shadow: none;
  border: none;
}

.form-horizontal .form-control::placeholder {
  color: #b5b5b5;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.form-horizontal .btn {
  color: #fffc;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 26%;
  padding: 6px 15px 4px;
  margin: 0 0 20px 30px;
  border: none;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s ease;
}

.form-horizontal .btn:hover,
.form-horizontal .btn:focus {
  color: #fff;
  background-color: #d31128;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form-horizontal .forgot-pass {
  font-size: 12px;
  text-align: right;
  width: calc(100% - 145px);
  margin: 0 30px 20px 0;
  vertical-align: middle;
  display: inline-block;
}

.form-horizontal .forgot-pass a {
  color: #999;
  transition: all 0.3s ease;
}

.form-horizontal .forgot-pass a:hover {
  color: #777;
  text-decoration: underline;
}

.form-horizontal .user-signup {
  color: #fff;
  background: linear-gradient(#00c6ff, #0072ff);
  text-align: center;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  display: block;
}

.form-horizontal .user-signup a {
  color: #fff;
  transition: all 0.3s ease;
}

.form-horizontal .user-signup a:hover {
  text-decoration: underline;
}

#contact .form-container .form-horizontal {
  background-image: url(../images/white-texture.webp);
  background-size: cover;
  background-position: center;
  padding: 5px 40px;
  box-shadow: none;
  border-radius: 10px;
}

.contactback {
  /* background-color: #000000b5; */
  padding: 0px 40px;
  height: 450px;
}

.footer {
  /* background-color: #f5f5f5; */
  padding: 20px 40px;
  text-align: center;
}

.btn1 {
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 5px solid #3c40c6;
  padding: 7px 17px;
  border-radius: 20px 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.1s;
}

.btn1:hover {
  color: #fff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 0;
}

.btn1:before,
.btn1:after,
.btn1 span:before,
.btn1 span:after {
  content: "";
  /* background-color: #fff; */
  width: 0;
  height: 5px;
  position: absolute;
  top: -5px;
  right: 0;
  transition: all 0.3s ease;
}

.btn1:after,
.btn1 span:after {
  width: 5px;
  height: 0;
  right: -5px;
  transition: 0.45s ease;
}

.btn1 span:before {
  width: 0;
  top: auto;
  bottom: -5px;
  right: auto;
  left: 0;
}

.btn1 span:after {
  right: auto;
  left: -5px;
  bottom: -5px;
  top: auto;
}

.btn1:hover:before,
.btn1:hover span:before {
  width: 100%;
}

.btn1:hover:after,
.btn1:hover span:after {
  height: 125%;
}

.btn1.green {
  color: #05c46b;
  border-color: #05c46b;
}

.btn1.green:hover {
  color: #fff;
  background-color: #05c46b;
}

button.btn1.interested {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  /* width: 160px; */
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
  color: #fff;
  border: 3px solid #fff;
}

button.btn1.bro {
  position: fixed;
  bottom: 15px;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  /* width: 160px; */
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
  color: #fff;
  border: 3px solid #fff;
}

.apt-o li img {
  /* background: #11132a; */
  width: 32px;
  padding: 4px;
}

.apt li img {
  width: 45px;
  margin-right: 0px;
  display: block;
  float: left;
}

.width-icon {
  width: 45px;
}

.width-txt {
  padding: 10px 5px 0px;
  font-size: 11px;
}

.carousel-inner {
  margin-top: 65px;
}

.pad-tab p {
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px 24px;
}

.grow-tab p {
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px 24px;
}

.grow-tab ul li {
  list-style: none;
  /* padding: 0px 15px; */
  font-size: 14px;
  letter-spacing: 0px;
}

.grow-tab ul li::before {
  content: "\2022";
  color: #47bd92;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.grow-tab ul {
  padding: 0px 15px;
}

.grow-last {
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 24px;
  margin: 30px 0px 24px !important;
}

.feature {
  padding: 40px 30px;
}

.comon-btn {
  background: #fff;
  width: 400px;
  margin: 20px auto;
  display: block;
  /* position: relative; */
  /* top: -25px; */
  background: #001626;
  /* width: 420px; */
  /* display: block; */
  font-weight: 900;
  /* margin: 0 auto; */
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  border-radius: 10px;
  padding: 3px 4px;
}

.fixed-footer-cust {
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
}

.i-am {
  padding: 0;
  background: #0000;
}

/* .dbroucher {
    padding: 7px 0px 0px !important;
    background: #0000;
    border-top: 3px solid;
    font-size: 15px !important;
} */

.fix-link {
  color: #fff !important;
  font-size: 14px;
  padding: 0px 0px 0px;
  margin: -1px;
}

.div-line {
  border-right: 1px solid #fff;
}

.disclimer h3 {
  font-size: 12px;
  line-height: 20px;
  /* margin-bottom: 70px; */
}

@media only screen and (max-width: 479px) {
  .testimonial {
    padding: 49px 10px 4px;
  }
  .testimonial .description:before {
    top: -20px;
  }
  .testimonial .title {
    font-size: 12px;
  }
  .testimonial .post {
    font-size: 24px;
  }
}

.text {
  padding: 0px 10px;
  font-size: 13px;
  text-align: center;
  color: #14281d;
  line-height: 27px;
  margin: 0px;
  margin: -23px 0px;
  /* height: 0px; */
}

.mtext1 {
  padding: 0px 3px;
  font-size: 14px;
  text-align: center;
  color: #14281d;
  line-height: unset;
  margin: 0px;
  height: auto;
}

.ellipsis {
  color: #14281d;
}

.arrow {
  top: 0px;
}

.more,
.less {
  color: #53be87;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0px;
  background: #000;
  position: relative;
  font-size: 25px;
  top: -5px;
  display: inline-flex;
  width: 25px;
  border-radius: 70px;
  /* display: grid; */
  height: 25px;
}

.fa {
  margin: 0 5px;
}

@media all and (max-width: 700px) {
  .footer-mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background-color: #343434;
    padding: 5px;
    text-align: center;
    color: #fff;
  }
  #form_success {
    color: #343434 !important;
  }
  .left-padding {
    padding-left: 0px;
  }
  .hide-in-desktop {
    display: block;
  }
  /*footer {*/
  /*display: none;*/
  /*}*/
  .close-btn {
    display: block;
    right: 10px;
    font-weight: bold;
  }
  .enquire-form {
    display: none;
    position: fixed;
    left: 0;
    bottom: 30px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.92);
    height: 95%;
    z-index: 9999;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-overflow-scrolling: touch;
    padding: 5%;
    overflow-y: scroll;
    padding-bottom: 0px;
    width: 100%;
  }
  .enquire-now-wrapper {
    display: none;
  }
  header {
    padding: 7px 0px;
  }
  .banner-bottom-tagline > .col-6:first-child {
    border-right: 0px solid #fff;
    margin-bottom: 10px;
  }
  .logo-wrapper {
    top: -24px;
    height: auto;
    z-index: 99;
  }
  .nav-wrapper {
    width: 100%;
    /* margin-top: 50px; */
    position: absolute;
    background-image: linear-gradient(
      to right,
      #67c07f,
      #0fbba1,
      #00b3be,
      #00a7d1,
      #4698d3
    );
    top: 58px;
    left: 0;
    border: 4px solid #fff;
    display: none;
  }
  nav a {
    display: block;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    padding: 12px 0px;
  }
  .burger-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #000;
  }
  .col-left,
  .col-right {
    width: 100%;
  }
  .section-title {
    font-size: 40px;
    margin: 0px;
  }
  .section-subtitle {
    font-size: 20px;
    margin-bottom: 36px;
  }
  .amenities {
    width: 100%;
  }
  .hide-in-mobile {
    display: none;
  }

  .border-aprt {
    display: initial;
    outline-offset: 5px;
  }
  .titlew {
    font-size: 14px;
  }
  .titlew:before {
    padding: 18px 0px;
  }
  .view-carousel .owl-nav button.owl-prev {
    left: 5px;
  }
  .view-carousel .owl-nav button.owl-next {
    right: 5px;
  }
  .form-horizontal .btn {
    width: 40%;
    margin: 10px 35px;
    display: initial;
  }
  .contactback {
    padding: 0px 10px;
  }
  #contact .form-container .form-horizontal {
    padding: 10px 0px;
  }
  .width-txt {
    padding: 10px 0px 0px 3px;
  }
  #floor-plan img {
    width: 100%;
  }
  .title {
    font-size: 18px;
    padding: 10px 9px;
    width: 300px;
  }
  .title:before {
    padding: 15px 0px;
    position: absolute;
    width: 100%;
  }
  .logo-wrapper > a > img {
    display: block;
    width: 50%;
  }
  .apt-titlew {
    width: 95%;
    font-size: 16px;
  }
  .apt-titlew:before {
    padding: 13px 0px;
  }
  .floor-t:before {
    padding: 14px 0px;
  }
  .floor-t {
    top: -20px;
    font-size: 20px;
    left: 15%;
  }
  .feature {
    padding: 40px 5px;
  }
  .title1:before {
    padding: 20px 0px;
  }
  .title1 {
    width: 250px;
    font-size: 16px;
  }
  .titlew {
    width: 100%;
  }
  .ptitlew:before {
    padding: 20px 0px;
  }
  .ptitlew {
    width: 100%;
    font-size: 16px;
  }
  .dbroucher {
    padding: 0px 0px 0px !important;
    background: #0000;
    /* border-left: 3px solid; */
    font-size: 15px !important;
  }
  .comon-btn {
    width: 100%;
    font-size: 16px;
  }
  .logo-wrapper > a > img {
    margin: 0;
  }
  .testimonial .description {
    font-size: 20px;
  }
  .over-p {
    padding: 0px 10px;
    font-size: 15px;
  }
  .btn360 {
    width: 55px;
  }
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  /* height: 88vh!important; */
}

.highlightimg {
  position: absolute;
  right: 15px;
  /*background: #0000004f;*/
  bottom: 0px;
  padding: 10px;
  color: #fff;
  font-size: 10px;
}

.highlightimg2 {
  position: absolute;
  right: 15px;
  /*background: #0000004f;*/
  bottom: 0px;
  padding: 10px;
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .highlightimg {
    position: absolute;
    right: 15px;
    /*background: #0000004f;*/
    bottom: 0px;
    padding: 7px;
    color: #fff;
    font-size: 7px;
  }
  .highlightimg2 {
    position: absolute;
    right: -4px;
    /* background: #0000004f; */
    bottom: -4px;
    padding: 7px;
    color: #fff;
    font-size: 5px;
  }
}

/* -------------------  TAB -----------------------*/

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  /*margin-top: 50px;*/
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -6px;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #fff;
  background-color: #008802;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  /* color: #000521; */
  /* border: none; */
  border: 3px solid #fff;
  /* border-radius: 0; */
  background-color: #f1f1f1;
}

.mytab > li > a {
  color: #000000;
  /* padding: 9px 10px !important; */
  /* border: none; */
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  width: 300px;
  background: #f1f1f1;
  border: 3px solid #fff;
}

/*-------------------------------------------------*/

@media screen and (max-width: 767px) {
  .title1 {
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 11px;
    width: 100%;
  }

  #otp-form input,
  #otp-form select {
    height: 40px;
    width: 100%;
    padding-left: 37px;
    border: none;
    background: #f3f3f3;
  }
}

/*----otp box css -----*/
.otploding_wrap {
  /*display: flex;*/
  display: none;
  margin-bottom: 0 !important;
}

.otploding_wrap p {
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 0;
}

.otpsending {
  z-index: 1;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #ee3c35;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.otp_box {
  display: none;
}

.section__marquee {
  width: 100%;
  background-color: #000;
  position: relative;
}
.marque-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  place-items: center;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}
.marque-div h2 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  animation: marque 25s linear infinite;
}

@keyframes marque {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/*----End otp box css -----*/

@media screen and (max-width: 767px) {
  .title1 {
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 11px;
    width: 100%;
  }

  #otp-form input,
  #otp-form select {
    height: 40px;
    width: 100%;
    padding-left: 37px;
    border: none;
    background: #f3f3f3;
  }
}

.resend {
  margin: 20px auto;
  display: block;
  color: #000;
  text-decoration: underline;
  position: absolute;
  text-align: center;
  /* background-color: red; */
  font-size: 12px;
  right: 0;
  text-transform: capitalize;
  letter-spacing: 2px;
  /*width: 20%;*/
  padding: 6px;
  /*box-shadow: 0 0 10px rgb(0 0 0 / 30%);*/
  transition: all 0.4s ease 0s;
}

.bookan a {
  background: #000000;
  color: #fff;
  padding: 6px;
  display: block !important;
  margin: 0px auto;
  width: 154px;
  position: absolute;
  right: 25px;
  top: -16px;
  text-align: center;
}

.faq_Section {
  padding: 50px 0;
}
.faq-title {
  position: relative;
  background: #001626;
  background-image: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 22px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
.faq-title::before {
  content: "";
  border: 2px solid #47be92;
  padding: 17px 0px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 5px;
  border-radius: 10px;
}
#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  border-radius: inherit;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 10px;
}
.panel-default > .panel-heading {
  background-color: transparent !important;
}
#accordion .panel-title {
  padding-bottom: 15px;
}
#accordion .panel-title a {
  display: block;
  padding: 12px 10px;
  font-size: 18px;
  background-color: transparent;
  font-weight: 600;
  height: 40px;
  color: #000;
  /* background: #575856; */
  text-transform: capitalize;
  border: none;
  position: relative;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 32px;
  /* border-radius: 50%; */
  background-color: transparent;
  text-align: center;
  font-size: 15px;
  color: #000;
  border: 5px solid #fff;
  position: absolute;
  top: 0px;
  border-radius: -22px;
  right: -18px;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
  content: "\f107";
}

#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after {
  transform: rotate(360deg);
}

#accordion .panel-body {
  /* padding: 0px 25px; */
  font-size: 14px;
  color: #000;
  background-color: transparent;
  line-height: 25px;
  border-top: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .resend {
    display: block;
    color: #fff;
    position: absolute;
    /* background-color: red; */
    right: -15px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* width: 77%; */
    padding: 6px;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 30%);*/
    transition: all 0.4s ease 0s;
  }
  #accordion .panel-title a {
    font-size: 14px;
    padding: 10px 18px 0 0;
  }
  #accordion .panel-title {
    padding-bottom: 24px;
  }
  #accordion .panel-body {
    padding: 0;
  }
  #accordion .panel-body p {
    font-size: 14px;
    line-height: inherit;
  }
}

.reg__form {
  padding: 20px 0;
}
.reg__form .title-form {
  color: #fff;
    background-image: linear-gradient( to right, #67c07f, #0fbba1, #00b3be, #00a7d1, #4698d3 );
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    position: relative;
}

 