html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0px;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0px;
}



/* .amen p {
  padding: 0px 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
} */

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px !important;
}


.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0px;
  padding-right: 0px;
}

.adven {
  color: #010101;
  padding-top: 30px;
}

.fixed-top {
  position: fixed;
  top: -2px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.nav1 {
  background-color: #F6F6F6;
  /* background-image: url('../images/navback.webp'); */
  /* background-size: cover; */
  /* background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important; */
  border-bottom: 1px solid #f0af1e;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}



.leg {
  display: flex;
}

.cust-container {
  max-width: max-content;
  padding-left: 0px;
  padding-right: 0px;
}

/* #header
{
  background-image: url('../images/header.png');
} */
.regular {
  font-family: "SFRounded";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.sfmedium {
  font-family: "SFRounded";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.sfbold {
  font-family: "SFRounded";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.sfblack {
  font-family: "SFRounded";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.sflight {
  font-family: "SFRounded";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.cairobold {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;

}


.cairolight {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.cairoregular {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.CitrRegular {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;

}


.innercontainer {
  width: 100%;
  margin: auto;
}

.bannertxt {
  position: absolute;
  top: 45%;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
}

.mobile {
  display: none;
}

.bannertxt>img {
  /* width: 640px; */
  width: 500px;
  margin: auto;
  text-align: center;
  display: block;
}

.innercontainertwo {
  width: 85%;
  margin: auto;
  display: block;
}

.bannertwo {
  background: #e8f2f9;
  width: 100%;
  height: auto;
  padding: 50px 0px 60px;
  text-align: center;
}

.innercontent {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #454343;
  text-align: center;
}

.overp {
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  padding: 22px;

}

.innercontent ul {
  padding: 0px;
  margin: 20px 0px 0px 0px;
  list-style: none;
}

.innercontent ul li {
  position: relative;
  padding: 0px 27px;
  /* font-size: 30px; */
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  color: #454343;
}

/* .innercontent ul li:after {
    background: rgba(0, 83, 123, 255);
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 1.5px;
} */

.innercontent ul li.blue_line1 {
  border-right: 3px solid #DFD2BD;
  /* height: 40px; */
  height: 30px;
}

.innercontent ul li.blue_line2 {
  border-right: 3px solid rgba(0, 83, 123, 255);
  /* height: 40px; */
  /* background: rgba(0, 83, 123, 255);
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 1.5px; */
  height: 30px;
}

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

.innercontent ul li span {
  font-weight: 800;
  font-family: 'Cairo-Medium';
}

.bannerthree {
  width: 100%;
  position: relative;
}

.fullwidth {
  width: 100%;
}

.bannerthree .col-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}

.bannerthree .col-sm-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}

.happiness_section,
.happiness_section img {
  width: 100%;
}

.flowersection {
  float: right;
}

/* .happiness_content {
    padding: 10px 80px 46px 80px;
} */

.happiness_content {
  padding: 10px 80px 10px 80px;
}

.happiness_content p {
  font-size: 16px;
  color: rgba(51, 51, 51, 255);
  margin: 0px;
  padding: 20px 0px 0px 0px;
}

.linenew {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 9.3%;
}

.private_gardern_text {
  background: #3a9bc0;
  width: 50%;
  height: auto;
  padding: 15px 20px 10px 80px;
  margin: 20px 0px;
  color: #fff;
  position: relative;
}

.private_gardern_text:after {
  background: #9ec0c7;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 100%;
  top: 45%;
}

.private_gardern_text h2 {
  font-size: 30px;
  margin: 0px;
  font-weight: 700;
}

.private_gardern_text p {
  font-size: 18px;
  margin: 0px;
}

.linenews {
  position: absolute;
  border: 1px solid #fff;
  top: auto;
  bottom: 71px;
  height: 80%;
  width: 30%;
  left: 6%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0px;
}

.linetwo {
  position: absolute;
  border-top: 1px solid #fff;
  bottom: 71px;
  left: 36%;
  width: 7%;
  top: auto;
}

.masterplansection {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 100px 0px 0px 0px;
}

.masterplan_buttons.masterplan_img {
  width: 80% !important;
  margin: auto;
}

.masterplan_img {
  position: relative;
  width: 100%;
  top: -50px;
}

.masterclassoverlay {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: -30px;
}

.masterclass_content {
  /* margin: 100px 0px 0px 0px; */
  margin: 50px 0px 0px 0px;
}

section.happiness_table_section {
  position: relative;
  width: 100%;
}

.flowersection.right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.toppos {
  position: relative;
  top: 80px;
}

.pad100 {
  padding: 150px 0px 0px 0px;
}

.happiness_img_sec img {
  float: right;
  margin: 10px 0px;
}

.amenities_sec {
  padding: 50px 50px;
}

.amenities_sec h2 {
  font-size: 30px;
  color: rgba(0, 83, 123, 255);
  background: #c9e7f0;
  padding: 30px 30px 20px 30px;
  border-radius: 20px;
  margin: 0px;
}

/* .amenities_sec ul {
    padding: 50px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}

.amenities_sec ul li {
    padding: 0px 0px 12px 0px;
    color: rgba(0, 0, 0, 255);
    font-size: 18px;
} */

.amenities_sec ul {
  padding: 25px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}

.amenities_sec ul li {
  padding: 0px 0px 5px 0px;
  color: rgba(0, 0, 0, 255);
  font-size: 16px;
}

.amenities_sec.pad50 {
  padding: 15px 50px;
}

.flowertwo {
  margin: -150px 0px 0px 0px;
}

.leaving_stone_section {
  width: 100%;
  position: relative;
}

.curveline {
  position: relative;
  top: -110px;
  left: -48%;
}

.leavingpara {
  padding: 20px 0px 20px 0px;
}

.leavingpara p {
  font-size: 16px;
  margin: 0px;
  color: rgba(51, 51, 51, 255);
}

.acc_sec .card {
  border: 0px;
  border-radius: 0px;
  margin: 10px 0px;
}

.acc_sec .card-header {
  border: 0px;
  background: #3d96bb;
  color: #fff;
  padding: 5px 20px;
}

.acc_sec .card-body h3 {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 83, 123, 255);
  margin: 0px 0px 15px 0px;
  padding: 0px 20px;
  text-align: center;
}

.btn-link:hover,
.btn-link,
.btn-link:focus {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
}

.acc_sec .card-body {
  background: #f9f9f9;
  padding: 30px 0px;
}

.acc_sec .card-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 83, 123, 255);
  margin: 0px 0px 15px 0px;
  padding: 0px 20px;
  text-align: center;
}

.acc_sec .card-body ul {
  padding: 0px 20px 20px 20px;
  margin: 0px;
  list-style: none;
}

.acc_sec .card-body ul li {
  display: block;
  padding: 0px 0px 7px 0px;
  font-size: 14px;
  color: rgba(77, 77, 77, 255);
  font-weight: 500;
  text-align: center;
}

.pad40 {
  padding: 0px 0px 0px 40px;
}

.acc_sec .card-body .col-sm-4 {
  border-right: 2px solid #3d96bb;
}

.acc_sec .card-body .col-sm-4:last-child {
  border: 0px;
}

.card1 {
  border: 0px;
}

.acc_img img {
  margin: 20px auto;
  display: block;
}

.acc_img {
  position: relative;
}

.green-border:after {
  content: "";
  position: absolute;
  /* background: #3d96bb; */
  /* width: 1px; */
  border-right: 2px solid #3d96bb;
  height: 200px;
  right: 0px;
  top: 100px;
}

.acc_img.card1:after {
  display: none;
}

.acc_sec .card-body .col-sm-4 .card1:last-child .acc_img:after {
  display: none;
}

.acc_sec .card-body .col-sm-3,
.acc_sec .card-body .col-sm-4 {
  padding: 0px 20px;
}

.acc_sec .card-body .col-sm-3:last-child .acc_img:after {
  display: none;
}

.gallerysection {
  padding: 30px 0px 80px 0px;
}

.gallery_img_sec {

  width: 100%;
  /* margin: auto; */
  position: relative;
}

.gallery_img_sec img {
  /* width: 80%; */
  width: 100%;
  /* margin: auto; */
  display: block;
  justify-self: center;
}

.carousel-indicators li {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background-color: #173c62 !important;
  cursor: pointer;
  opacity: 1 !important;
}

.invest_Section_details {
  background: #253d89;
  width: 100%;
  padding: 80px 0px;
  position: relative;
}

.invest_head h1 {
  color: #fff;
}

.invest_img {
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 150px;
  box-shadow: 1px 1px 10px #000;
  margin: 10px auto;
  display: block;
  /* position: relative; */
  top: -10px;
}

.invest_img_content img,
.invest_img_content p {
  display: inline-block;
  vertical-align: middle;
}

.invest_img_content img {
  width: 90px;
}

.invest_img_content p {
  width: 90%;
  color: #fff;
  font-size: 16px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

.invest_img_content {
  padding: 10px 0px;
  height: 100%;
  display: flex;
  align-items: center;
  /* text-align: center; */
}

.invest_head {
  /* padding: 20px 0px; */
  /* padding-left: 40px; */
}

.map_details_section {
  background: #fff;
  width: 100%;
  padding: 70px 0px 30px 0px;
  position: relative;
}

.map_arrow_light {
  background: #fff;
  padding: 10px;
  margin: -40px 0px 0px -40px;
}

.routemap,
.routemap img {
  width: 100%;
}

.routemaparrow {
  padding: 20px 0px 0px 0px;
}

.routemaparrow img {
  width: 100px;
  margin: auto;
  display: block;
}

.office_location {
  padding: 30px 50px;
}

.padtop40 {
  padding-top: 100px;
}

.placehead {
  color: rgba(0, 83, 123, 255);
  background: #bcdae7;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px 6px 30px;
  border-radius: 5px;
  margin: 10px 0px 20px 0px;
}

.placename,
.placedistance {
  font-size: 14px;
  font-weight: 500;
}

.placedistance {
  text-align: left;
  padding-left: 10px;
}

.placename,
.placeline {
  display: inline-block;
  vertical-align: text-top;
}

.placename span {
  border: 1px solid #000;
  width: 100%;
}

.placeline {
  border-top: 2px dotted #000;
  width: 65%;
  position: relative;
  top: 10px;
}

button.btn.btn-link i {
  float: right;
  position: relative;
  top: 5px;
  font-weight: 900;
  font-size: 13px;
}

button.btn.btn-link[aria-expanded="true"] .fa-minus:before {
  content: "\f068";
}

button.btn.btn-link[aria-expanded="false"] .fa-minus:before {
  content: "\f067";
}

.acc_sec .card-body.pad30 {
  padding: 40px 30px;
}

.about {
  /* background: #fff; */
  padding: 50px 0px;
  position: relative;
}

.about_content {
  padding: 40px 80px;
}

.about_content h1 {
  color: #000 !important;
}

form#contact-form {
  width: 80%;
}

p.form_heading {
  font-size: 20px;
}

footer#colophon {
  padding: 50px 0px;
}

.enquirebtn {
  /* display: block;
    text-align: center;
    padding: 3px 20px;
    background-color: #383837;
    color: #fff !important;
    font-size: 18px;
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    width: 160px;
    right: -72px;*/
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;
  position: fixed;
  top: 40%;
  right: -4.5%;
  transform: rotate(-90deg);
  width: 10%;
  padding: 5px 4px;
  float: left;
  background: #f0af1e;
  text-align: center;
  z-index: 999;
  color: #010101 !important;
  display: none;
}



p.form_heading {
  font-weight: 700;
}

button.btn.btn-dark {
  width: 100%;
}

.brochure_btn {
  width: 50% !important;
}

.brochure_btn a {
  color: #fff !important;
}

.get_form {
  padding: 30px 80px;
}

/* legend */

.masterclass_content p {
  width: 100%;
  float: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-left: 6%;
  padding-bottom: 3px;
  margin: 10px 0;
}

.masterclass_content p:hover {
  border: 1px solid black;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.masterplan_circles {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  cursor: default;
  font-size: 10px;
  font-style: italic;
  height: 25px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 25px;
}

.pt_1 {
  right: 49%;
  top: 39%;
}

.pt_2 {
  top: 39%;
  right: 44%;
  /* bottom: 36%; */
}

.pt_3 {
  top: 43%;
  right: 46%;
}

.pt_4 {
  top: 32%;
  right: 38%;
}

.pt_41 {
  bottom: 21%;
  right: 28%;
}

.pt_5 {
  top: 30%;
  left: 39%;
}

.pt_51 {
  top: 29%;
  left: 33%;
}

.pt_6 {
  top: 31%;
  left: 25%;
}

.pt_7 {
  top: 33%;
  left: 35%;
}

.pt_8 {
  top: 42%;
  left: 32%;
}

.pt_81 {
  bottom: 20%;
  left: 16%;
}

.pt_9 {
  bottom: 12%;
  right: 26%;
}

.masterplan_circles:hover {
  transform: scale(1.6);
  background: rgba(84, 154, 188, 0.8);
  color: #fff;
}

.animate_class {
  transform: scale(1.6);
  background: rgba(84, 154, 188, 255);
  color: #fff;
}

.animate_class_list {
  border: 1px solid #000;
  /*border-radius: 10px;*/
  padding: 10px;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari and Chrome */
  -o-transition-duration: 0.5s;
}

.scrolltop {
  position: fixed;
  right: 20px;
  width: 50px;
  bottom: 100px;
  cursor: pointer;
  -webkit-animation: MoveUpDown 1s linear infinite;
  animation: MoveUpDown 5s linear infinite;
  margin-bottom: 5%;
  cursor: pointer;
  z-index: 999999;
}

.scrolltop img {
  width: 50px;
}

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

.copy_rights {
  text-align: end;
}

.contact_border {
  border-radius: 0;
  background-color: #fff;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}

/* disclaimer */

.agree_popup {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
}

.agree_overlay {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.agree_disclaimer {
  border-radius: 10px;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 920px;
  z-index: 10;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.agree_disclaimer h2,
.agree_disclaimer p {
  float: left;
  width: 100%;
  color: #000;
}

#close_btn {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-size: x-large;
  line-height: 14px;
  position: absolute;
  text-align: center;
  right: 20px;
  top: 20px;
}

.agree_disclaimer p {
  text-align: justify;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 10px;
}

.agree_disclaimer button {
  background: rgba(92, 94, 105, 0.98);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  display: table;
  width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 20;
  }

  50% {
    bottom: 40px;
  }
}

.mobiletxt {
  display: none;
}

.investtxt {
  height: 100%;
}

.legend {
  font-family: "Jost", sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 22px !important;
  padding-left: 6%;
}

.legend_circle {
  background: #000;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  /* outline: 3px solid darkblue; */
  font-size: 10px;
  font-style: italic;
  height: 25px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 25px;
}

.legend_circle:before {
  background: 3px solid darkblue;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  outline: 3px solid darkblue;
  font-size: 10px;
  font-style: italic;
  height: 25px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 25px;
}

.footer-ul {
  list-style-type: none;
  /* position: absolute; */
}

.footer_buttons {
  cursor: pointer;
}

.pr-10 {
  padding-right: 10px;
}

.download_form {
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 20px 12px;
  z-index: 9;
  align-items: center;
}

.download_form {
  display: none;
  position: absolute;
  box-sizing: border-box;
  bottom: 45px;
}

.download_header {
  text-align: center;
  /* font-family: barlow_condensedbold; */
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
}

.download_header,
.dwld_ip {
  width: 100%;
  float: left;
  color: #000;
}

.close_download {
  cursor: pointer;
  color: rgba(92, 94, 105, 0.98);
  font-size: 16px;
  /* font-family: barlow_condensedbold; */
  line-height: 14px;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 10px;
}

.dwld_ip {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 9px 6px;
  background: #f6f6f6;
  border: none;
  /* font-family: barlow_condensedbold; */
  font-size: 12px !important;
  line-height: 12px;
  text-align: left;
}

button.primary_btn {
  margin: 0 auto;
  height: 28px;
  border: 0;
  border-radius: 14px;
  background-color: rgba(92, 94, 105, 0.98);
  cursor: pointer;
  color: #fff;
  display: table;
  /* font-family: barlowsemibold; */
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding: 2px 11px;
}

.social {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  text-align: center;
}

.footer-socialmediaicon li {
  display: inline-block;
}

ul.footer-socialmediaicon {
  padding-left: 0px;
}

.happiness_section_mobile,
.desktopicon {
  display: none;
}

.right_leaving {
  float: right;
  /* position: relative;
    right: 0px;
    top: 0px;
    margin: -150px 0px; */
}

.amenities_sec_list_right {
  border-right: 2px solid rgba(0, 83, 123, 255);
  padding: 20px 20px;
  margin: 0px 30px;
}

.amenities_sec_list_right ul {
  text-align: right;
}

.amenities_sec_list_right ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px;
  position: relative;
  margin: 0px;
}

.amenities_sec_list_right ul li:after {
  content: "";
  position: absolute;
  background: rgba(0, 83, 123, 255);
  width: 20px;
  height: 1px;
  /* left: -30px; */
  right: -30px;
  top: 17px;
}

#demo .carousel-item {
  height: 250px;
}

#masterdemo .carousel-item {
  height: 330px;
  padding: 20px 20px;
}

@media (min-width: 1333px) and (max-width: 1500px) {
  .innercontainertwo {
    width: 95%;
  }

  .flowersection img {
    width: 305px;
  }

  .masterclassoverlay img {
    width: 90%;
  }

  .curveline {
    top: -15px;
  }


  section.leaving_stone_section .headercont {
    position: relative;
    top: 20px;
  }

  .happiness_content {
    padding: 15px 80px 15px 80px;
  }

  .private_gardern_text:after {
    background: #9ec0c7;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 100%;
    top: 55%;
  }
}

@media (min-width: 1200px) and (max-width: 1330px) {
  .innercontent ul li {
    padding: 0px 15px;
    font-size: 30px;
  }

  .innercontent ul li:after {
    height: 50px;
  }

  .flowersection img {
    width: 270px;
    float: right;
  }

  .headercont {
    font-size: 50px;
  }

  .happiness_content {
    padding: 0px 20px 26px 50px;
    margin: -40px 0px 0px 0px;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .placeline {
    display: none;
  }

  .acc_sec .card-body .col-sm-3,
  .acc_sec .card-body .col-sm-4 {
    padding: 0px 0px;
  }

  .curveline img {
    width: 100%;
  }

  .curveline {
    position: relative;
    top: -8px;
    left: -31%;
  }

  .invest_img_content img {
    width: 100px;
  }

  .invest_img_content p {
    font-size: 18px;
  }

  .invest_head h1 {
    font-size: 36px;
  }

  .masterplan_buttons.masterplan_img {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .innercontent ul li {
    padding: 0px 15px;
    font-size: 30px;
  }

  .innercontainertwo {
    width: 95%;
    margin: auto;
    /* display: block; */
  }

  img.logo {
    width: 100px;
  }

  .innercontent ul li:after {
    height: 50px;
  }

  .flowersection img {
    width: 270px;
    float: right;
  }

  .headercont {
    font-size: 36px;
  }

  .happiness_content {
    padding: 0px 20px 26px 50px;
    margin: -87px 0px 0px 0px;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .placeline {
    display: none;
  }



  .acc_sec .card-body .col-sm-3,
  .acc_sec .card-body .col-sm-4 {
    padding: 0px 0px;
  }

  .curveline img {
    width: 100%;
  }

  .curveline {
    position: relative;
    top: -8px;
    left: -31%;
  }

  .invest_img_content img {
    width: 86px;
  }

  .invest_img_content p {
    font-size: 18px;
  }

  .masterclass_content img {
    width: 100%;
  }

  .masterclassoverlay img {
    width: 80%;
  }

  .masterclassoverlay {
    left: 0px;
  }

  section.happiness_table_section img {
    width: auto;
  }

  .happiness_img_sec img:nth-child(2) {
    width: 100%;
  }

  .flowertwo img {
    width: 200px !important;
  }

  /* .flowertwo {
        margin: 10px 0px;
    } */
  .flowertwo {
    margin: -100px 0px 0px 0px;
  }

  .amenities_sec.pad50 {
    padding: 15px 0px;
  }

  .happiness_content p {
    font-size: 16px;
  }

  .private_gardern_text h2 {
    font-size: 27px;
  }

  .amenities_sec h2 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .flowersection.right img {
    width: 300px !important;
  }

  .masterplan_buttons.masterplan_img {
    width: 92%;
    margin: auto;
  }

  .enquirebtn {
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10;
    position: fixed;
    top: 10%;
    right: -7%;
    transform: rotate(-90deg);
    width: 17%;
    padding: 5px 4px 6px;
    float: left;
    background: #f0af1e;
    text-align: center;
    z-index: 999;
    color: #010101 !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 11px;
    padding: 16px 2px !important;
  }

  img.logo {
    width: 90px;
  }

  .flowersection {
    width: 100px;
  }

  .happiness_img_sec img {
    width: 100%;
    height: 550px;
  }

  .flowersection img {
    width: 270px;
    float: right;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .private_gardern_text h2 {
    font-size: 27px;
  }

  .happiness_content {
    padding: 0px 20px 26px 50px;
    margin: -87px 0px 0px 0px;
  }

  .headercont {
    font-size: 26px;
  }

  .happiness_content p {
    font-size: 16px;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .private_gardern_text h2 {
    font-size: 20px;
  }

  .amenities_sec h2 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .curveline {
    position: relative;
    top: -8px;
    left: -31%;
  }

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

  .btn-link:hover,
  .btn-link,
  .btn-link:focus {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
  }

  button.btn.btn-link i {
    top: 5px;
  }

  .invest_img_content img {
    width: 70px;
  }

  .invest_img_content p {
    width: 72%;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
    margin: 0px;
  }

  .placeline {
    display: none;
  }

  .padtop40 {
    padding-top: 0px;
  }

  .office_location {
    padding: 20px 20px;
  }

  .placename,
  .placedistance {
    font-size: 7px;
    font-weight: 500;
  }

  .placedistance {
    text-align: left;
    padding-left: 8px;
  }

  .happiness_section,
  .happiness_section img {
    width: 100%;
    height: 550px;
  }

  .masterplan_buttons.masterplan_img {
    width: 99%;
    margin: auto;
  }

  .enquirebtn {
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10;
    position: fixed;
    top: 10%;
    right: -6%;
    transform: rotate(-90deg);
    width: 17%;
    padding: 5px 4px 6px;
    float: left;
    background: #f0af1e;
    text-align: center;
    z-index: 999;
    color: #010101 !important;
  }
}

@media (max-width: 767px) {
  .gallerysection .LOC-ANUHYA .loc-right p {
    text-align: center !important;
  }

  .gallerysection .innercontainertwo p {
    text-align: justify !important;
  }

  .copyrights {
    text-align: center !important;
    padding: 20px 0 0px !important;
  }

  .docm-btn {
    font-size: 17px !important;
    margin-right: 0px !important;
    padding: 10px 5px !important;
  }

  .navbar-toggler-icon {
    display: none;
  }

  .bannerone,
  .bannerone img {
    margin-top: 40px !important;
  }

  .banner-shape {
    position: relative !important;
    left: 0 !important;
    top: 20% !important;
    z-index: 9;
    width: 100% !important;
    background: #fff;
  }

  .banner-shape img {
    width: 47%;
  }

  .desktop {
    display: none;
  }

  .leg {
    margin-left: 48px;
  }

  .mobile {
    display: block;
  }

  .bannertxt>img {
    width: 70%;
  }

  .innercontainertwo {
    width: 100%;
  }

  .bannertwo {
    padding: 40px 0px;
  }

  .flowersection {
    width: 100%;
  }

  .innercontent ul li {
    position: relative;
    padding: 10px 10px;
    font-size: 14px;
  }

  .innercontent ul {
    margin: 0px 0px;
    padding-top: 10px;
  }

  .innercontent ul li:after {
    height: 41px;
    top: 10px;
    width: 1px;
  }

  .innercontent p {
    font-size: 14px;
    padding: 0px 20px;
  }

  .innercontent ul li span {
    display: block;
  }

  .invest_Section_details {
    padding: 20px 20px;
  }

  .invest_img {
    display: none;
  }

  .headercont {
    font-size: 30px;
  }

  .happiness_table_section {
    padding: 20px 0px 20px 0px;
  }

  .happiness_content p {
    font-size: 14px;
    padding: 20px 0px 0px 0px;
  }

  .invest_head h1 span {
    display: inline;
    padding: 0px 5px;
  }

  .invest_img_content img {
    width: 120px;
    margin: auto;
    display: block;
  }

  .invest_img_content p {
    width: 100%;
    font-size: 17px;
    text-align: left;
    padding: 0px 0px 20px 0px;
    /* border-bottom: 1px solid #fff; */
  }

  nav.navbar.navbar-expand-md.narbartop {
    padding: 10px 5px;
  }

  img.logo {
    width: 90px;
  }

  .img-fluid.logo18 {
    width: 80px;
    position: relative;
    top: -5px;
    left: 10px;

  }

  .flowersection img {
    width: 40%;
    float: right;
  }

  .bannerthree .col-sm-5,
  .bannerthree .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .happiness_content {
    padding: 0px 20px;
  }

  .linetwo {
    display: none;
  }

  .private_gardern_text:after {
    display: none;
  }

  .private_gardern_text {
    width: 90%;
    margin: 10px auto;
    padding: 5px 10px;
    top: -12%;
    background: transparent;
    position: absolute;
  }

  .private_gardern_text h2 {
    font-size: 27px !important;
  }

  .bannerthree {
    padding: 0px 0px 20px 0px;
  }

  .linenews {
    position: absolute;
    border: 1px solid #fff;
    top: 80px;
    bottom: auto;
    height: 270px;
    width: 74%;
    left: 6%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-right: 0px;
    border-bottom: 0px;
  }

  .masterplan_buttons.masterplan_img {
    width: 99%;
    margin: auto;
  }

  .masterplansection {
    padding: 30px 0px 0px 0px;
  }

  .masterplansection .headercont {
    padding: 0px 20px;
  }

  .legend {
    padding: 0px 10px;
  }

  .masterplan_img {
    top: 0px;
    padding: 0px 10px;
  }

  .masterplan_img img {
    width: 100%;
  }

  .masterclass_content {
    margin: 20px 0px;
  }

  .masterclass_content img {
    width: 100%;
  }

  .toppos,
  .flowersection.right {
    position: relative;
    top: 0px;
  }

  .pad100 {
    padding: 0px;
  }

  .happiness_img_sec img,
  .amenities_sec.pad50 img {
    float: none;
    margin: auto;
    display: block;
    width: 100%;
  }

  .amenities_sec.pad50 {
    padding: 10px 0px;
  }

  .amenities_sec {
    padding: 20px 0px;
  }

  .amenities_sec h2 {
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
  }

  .amenities_sec ul {
    padding: 20px 0px 0px 0px;
  }

  .amenities_sec ul li {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
  }

  .flowertwo {
    margin: 0px;
  }

  .flowertwo img {
    width: 40%;
    margin-top: -70px;
  }

  .pad40 {
    padding: 0px;
  }

  .btn-link:hover,
  .btn-link,
  .btn-link:focus {
    font-size: 14px;
  }

  button.btn.btn-link i {
    font-size: 12px;
  }

  .acc_sec .card {
    margin: 0px 0px;
    border-bottom: 1px solid #ccc;
  }

  .acc_sec .card-header {
    padding: 5px;
  }

  .curveline {
    position: relative;
    top: -100px;
    left: 0px;
    display: none;
  }

  .curveline img {
    width: 100%;
  }

  .leavingpara p {
    font-size: 16px;
  }

  .acc_sec .card-body.pad30 {
    padding: 15px;
  }

  .acc_sec .card-body .col-sm-3,
  .acc_sec .card-body .col-sm-4 {
    padding: 0px 0px;
  }

  .acc_sec .card-body .col-sm-4,
  .acc_sec .card-body .col-sm-3 {
    border-right: 0px solid #3d96bb;
    border-bottom: 1px solid #3d96bb;
    padding-top: 20px;
  }

  .acc_img:after {
    display: none;
  }

  .carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
  }

  .map_details_section {
    padding: 20px 0px;
  }

  .map_arrow img {
    width: 130px;
  }

  .routemaparrow,
  .routemaparrow img {
    width: 100% !important;
  }

  .map_arrow_light {
    background: #fff;
    padding: 10px;
    margin: 10px 0px 0px 0px;
  }

  .map_arrow {
    padding: 0px 10px;
  }

  .routemaparrow {
    padding: 10px 0px 0px 0px;
    margin: auto;
    display: block;
  }

  .padtop40 {
    padding: 20px 0px;
  }

  .office_location {
    padding: 10px 0px;
  }

  .placeline {
    display: none;
  }

  .carousel-indicators li {
    background: rgba(0, 83, 123, 0.6);
  }

  .carousel-indicators li.active {
    /* background: rgba(0, 83, 123, 1); */
  }

  #carouselGalleryIndicators li {
    background: rgba(255, 255, 255);
  }

  #carouselGalleryIndicators li.active {
    background: rgba(255, 255, 255, 0.5);
  }

  .placename {
    width: 100%;
    display: block;
  }

  #demo .carousel-indicators {
    bottom: -30px;
  }

  .placedistance {
    float: right;
  }

  .map_details_section .mobile {
    width: 100%;
    padding: 0px 20px;
  }

  .about_content {
    padding: 10px 0px;
  }

  footer#colophon {
    /* word-break: break-all; */
    padding: 20px;
  }

  form#contact-form {
    width: 100%;
    padding-bottom: 10px;
  }

  .enquirebtn {
    bottom: 0px;
    transform: rotate(0deg);
    right: 0px;
    width: 100%;
    padding: 8px 5px;
    top: auto;
  }

  .get_form {
    padding: 10px 0px;
  }

  .gallery_img_sec img {
    width: 100%;
  }

  .sevices-img {
    padding-top: 20px;
  }

  .acc_sec .card-body {
    background: #f9f9f9;
    padding: 0px;
  }

  .green-border:after {
    content: "";
    position: absolute;
    /* background: #3d96bb; */
    /* width: 1px; */
    border-right: none;
    /* height: 200px;
        right: 0px;
        top: 100px; */
  }

  .masterclass_content p:hover {
    border: 1px solid black;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
  }

  .masterplan_circles:hover {
    transform: none;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .animate_class {
    transform: scale(1.6);
    background: rgba(84, 154, 188, 255);
    color: #fff;
  }

  .adven {
    color: #ffff;
    padding-top: 35px;
  }

  .cairobold {
    font-family: "Jost", sans-serif;
    font-weight: bold;
    font-style: normal;
  }

  .CitrRegular {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    padding-top: 30px;
  }

  .animate_class_list {
    border: 1px solid #000;
    /*border-radius: 10px;*/
    padding: 10px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari and Chrome */
    -o-transition-duration: 0.5s;
  }

  .innercontent ul li.blue_line1 {
    border-right: 3px solid rgba(0, 83, 123, 255);
    height: 55px;
  }

  .innercontent ul li.blue_line2 {
    border-right: 3px solid rgba(0, 83, 123, 255);
    height: 55px;
  }

  /* .pt_1 {
        right: 48%;
        top: 38%;
    }
    .pt_2 {
        top: 36%;
        right: 41%;
    }
    .pt_3 {
        top: 43%;
        right: 44%;
    }
    .pt_4 {
        top: 31%;
        right: 35%;
    }
    .pt_41 {
        bottom: 21%;
        right: 27%;
    }
    .pt_8 {
        top: 40%;
        left: 28%;
    }
    .pt_9 {
        bottom: 11%;
        right: 24%;
    } */
  .footer-right-content {
    text-align: left;
  }

  .copy_rights {
    text-align: center;
  }

  ul.footer-socialmediaicon {
    text-align: center;
    margin-bottom: 0px;
  }

  .ebouch {
    padding-left: 0px;
    text-align: center;
    margin: 10px;
    /* margin-top: 18px;
        padding-bottom: 10px; */
  }

  .agree_disclaimer {
    width: 90% !important;
    top: 10px;
    height: 500px;
    overflow: auto;
  }

  .desktoptxt {
    display: none;
  }

  .mobiletxt {
    display: inline-block;
  }

  .legend {
    padding: 10px !important;
    font-size: 18px !important;
  }

  .masterclass_content p {
    font-size: 14px;
    padding: 0px 5px;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    margin: 5px 0px;
  }

  /* .masterclass_content p:hover {
        border: 0px;
    } */
  .happiness_table_section h1 {
    padding: 0px 20px;
  }

  .happiness_table_section .headercont span {
    display: inline-block;
  }

  .leaving_stone_section {
    padding: 0px 20px;
  }

  .gallerysection {
    padding: 40px 0 !important;
    /* padding-bottom: 70px; */
  }

  .routemaparrow {
    margin-left: -10px;
  }

  .about {
    margin: 20px 0px;
    padding: 20px;
  }

  .happiness_section_mobile {
    display: block;
    position: relative;
  }

  .private_gardern_text {
    top: auto;
    bottom: 0px;
    left: 33px;
  }

  .private_gardern_text h2 {
    font-size: 20px !important;
  }

  .private_gardern_text p {
    font-size: 16px !important;
  }

  .agree_disclaimer h2 {
    font-size: 20px;
  }

  .amenities_sec.imagewidth {
    padding: 0px 0px 0px 0px;
  }

  .imagewidth img {
    width: 98%;
    margin: auto;
    display: block;
  }

  .amenities_sec_list {
    border-left: 2px solid rgba(0, 83, 123, 255);
    padding: 20px 20px;
    margin: 0px 30px;
  }

  .amenities_sec_list ul {
    padding: 0px;
    margin: 0px;
  }

  .amenities_sec_list ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px;
    position: relative;
    margin: 0px;
  }

  .amenities_sec_list ul li:after {
    content: "";
    position: absolute;
    background: rgba(0, 83, 123, 255);
    width: 20px;
    height: 1px;
    left: -30px;
    top: 14px;
  }

  .amenities_sec_list h2 {
    font-size: 16px;
    color: rgba(0, 83, 123, 255);
    background: #c9e7f0;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    margin: 0px 0px 10px -10px;
    display: inline-block;
  }

  .invest-carousel img {
    width: 100%;
    padding: 5px;
  }

  .invest-carousel p {
    color: #fff;
    font-size: 14px;
    /* padding: 0px 5px; */
    padding-top: 10px;
  }

  .invest-carousel .col-7,
  .invest-carousel .col-5 {
    padding: 0px;
  }

  .invest-carousel {
    border-left: 1px solid #000;
    padding: 20px 0px;
    margin-left: 20px;
  }

  .invest-carousel .carousel-indicators {
    bottom: -30px;
  }

  .invest-carousel .carousel-indicators li {
    background: #fff;
    opacity: 0.5;
  }

  .invest-carousel .carousel-indicators li.active {
    opacity: 1;
  }

  .footer-right-content-inner p {
    font-size: 12px;
  }

  .invest_head h1 {
    margin-left: 10px;
  }

  .invest_head h1 span {
    padding: 0px;
  }

  .invest-carousel .carousel-item {
    height: 125px;
  }

  a.mob.desktopicon {
    display: block;
    width: 40px;
  }

  a.mob.desktopicon img {
    width: 100%;
    cursor: pointer;
  }

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

  .flowersection.right_leaving {
    position: relative;
    right: 0px;
    top: 0px;
    margin: -95px 0px;
  }

  .download_icon {
    padding: 10px;
  }

  .footerlink p {
    font-size: 12px;
  }

  .footercontent {
    font-size: 12px;
  }
}

@media (min-width: 1500px) {
  .leavingpara {
    margin-top: -100px;
  }

  /* .happiness_content p {
        font-size: 26px;
        color: rgba(51, 51, 51, 255);
        margin: 0px;
        padding: 20px 0px 0px 0px;
    } */
}

@media (min-width: 1600px) {
  .happiness_content {
    padding: 0px 80px 58px 80px;
  }

  .masterplan_buttons.masterplan_img {
    width: 70% !important;
    margin: auto;
  }

  .happiness_content {
    padding: 40px 80px 40px 80px;
  }

  /* .happiness_content p {
        font-size: 26px;
        color: rgba(51, 51, 51, 255);
        margin: 0px;
        padding: 20px 0px 0px 0px;
    } */
}

.blu {
  border-right: 0px solid #3d96bb;
  border-bottom: 1px solid #3d96bb;
  margin: 10px 0px;
}

.pr-10 {
  padding-right: 10px;
}

@media (min-width: 900px) and (max-width: 1400px) {
  .private_gardern_text:after {
    background: #9ec0c7;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 100%;
    top: 58%;
  }

  .placedistance {
    text-align: left;
    padding-left: 0px;
  }

  .placename,
  .placedistance {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 1700px) and (max-width: 1900px) {
  .masterplan_buttons.masterplan_img {
    width: 70% !important;
    margin: auto;
  }

  .happiness_content p {
    font-size: 24px;
    color: rgba(51, 51, 51, 255);
    margin: 0px;
    padding: 20px 0px 0px 0px;
  }
}

@media (min-width: 1900px) and (max-width: 2200px) {
  .masterplan_buttons.masterplan_img {
    width: 65% !important;
    margin: auto;
  }

  .happiness_content p {
    font-size: 24px;
    color: rgba(51, 51, 51, 255);
    margin: 0px;
    padding: 20px 0px 0px 0px;
  }
}

@media (min-width: 2200px) and (max-width: 2600px) {
  .masterplan_buttons.masterplan_img {
    width: 62% !important;
    margin: auto;
  }
}

.logo18 {
  width: 90px;
}

/* Hide all sections by default */
.toggleSection {
  display: none;
}

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 65px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-p {
  position: relative;
  z-index: 9;
  top: 10px;
  margin-bottom: 0;
  color: #fff;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #173c62 !important;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 20px;
  left: 2px;
  bottom: 2px;
  z-index: 2;
  background-color: #ffc107;
  transition: 0.4s;
}

.sun svg {
  position: absolute;
  top: 6px;
  left: 36px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.moon svg {
  fill: #73c0fc;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

/* .switch:hover */
.sun svg {
  animation: rotate 15s linear infinite;
}

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

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

/* .switch:hover */
.moon svg {
  animation: tilt 5s linear infinite;
}

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

  25% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }

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

.input:checked+.slider {
  background-color: #DFD2BD;
}

.input:focus+.slider {
  box-shadow: 0 0 1px #DFD2BD;
}

.input:checked+.slider:before {
  transform: translateX(30px);
}

#amenities,
#daysection {
  background-color: #ffc107;
  padding: 50px 0;
}

.nightbg {
  background-color: #5d1046 !important;
  color: #fff !important;
}

#nightsection {
  background-color: #5d1046;
  padding: 50px 0;
  color: #fff;
}

#nightsection .amen img {
  filter: invert(87%) sepia(21%) saturate(215%) hue-rotate(358deg) brightness(98%) contrast(84%) !important;
}

.amen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 120px;
}

.amen-head {
  font-size: 35px;
  color: #454343;
  margin: 0px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.amen-head-dark {
  color: #fff;
}

.amen-color {
  color: #5d1046 !important;
}

.amen-color-dark {
  color: #ffc107 !important;
}

/* .amen img {
  width: 70px;
} */

.cta-numb {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none !important;
}


@media (max-width: 767px) {

  .gallerysection iframe {
    width: 100%;
  }

  .gallery_img_sec iframe {
    width: 100% !important;
  }

  #amenities,
  #daysection,
  #nightsection {
    padding: 40px 10px !important;
  }

  .amen img {
    width: 50px;
  }

  .amen p {
    font-size: 12px;
  }

  .nightimg,
  .dayimg {
    width: 100%;
  }

  .amen {
    height: auto;
    justify-content: space-around;
    flex-direction: column;
  }
}

.dev-logo {
  width: 200px;
}

.thank-sec {
  width: 100%;
  padding: 120px 0px;
  /* height: 80vh; */
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 30px;
  background: #5c3a3b;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 130px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #5c3a3b;
  border-radius: 25px;
}

.oops-subtitle {
  /* color: #fff; */
  font-size: 30px;
}

.navbar .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
}

.navbar .navbar-toggler-icon {
  background-image: url(../images/download.svg) !important;
  filter: invert(1);
}

.error {
  color: rgb(228, 35, 1);
}

.config {
  padding: 20px 50px;
}

.price-click {
  color: #71298f;
  text-decoration: none;
}

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

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 130px;
}



#main-modal input,
#main-modal select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #dcdcdc;
  margin-bottom: 0;
  padding-left: 0;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
}

#main-modal .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

#main-modal input::placeholder,
#main-modal textarea::placeholder {
  color: #222222;
}

#main-modal .input-group-addon {
  background: #fff;
  color: #1f1b20;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

#main-modal textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

#main-modal .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  opacity: 1;
  outline: none;
  background: transparent;
  border: none;
}

.modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.form-control:focus {
  box-shadow: none !important;
}

.popup-btn {
  margin: 0 auto;
  display: block;
  background: #fff;
  border: none;
  color: #000;
  font-size: 16px;
  padding: 10px 25px 6px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.error {
  color: #ff0000;
}

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

a.nav-link {
  text-align: center;
}

#navbarSupportedContent {
  background-color: transparent;
  justify-content: end;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  /* padding: 25px; */
}

.navbar-light .navbar-nav .nav-link {
  color: #010101 !important;
  padding: 15px 25px;
}

/* .navbar-light .navbar-nav .nav-item:hover{
  border-bottom: 1px solid #ff8407;

} */

.amen-btn-wrap {
  text-align: center;
}

@media screen and (max-width: 768px) {




  .config {
    padding: 20px 0px;
  }

  .config-table td {
    font-size: 12px;
  }

  .location-map {
    height: 400px;
  }

  .basecamp-heading {
    margin-right: unset !important;
  }

  .invest_head {
    padding: 20px 0px;
    padding-left: unset !important;
  }

  .mount-img {
    position: absolute;
    right: 0px !important;
    bottom: -25px !important;
    width: 210px !important;
  }

  #navbarSupportedContent {
    background-color: #fff;
  }

  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #000 !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }

  .amen-btn-wrap {
    text-align: left;
  }
}


.db-btn {
  background-color: #fe8632;
  color: #fff;
  text-transform: uppercase;
  border: navajowhite;
  padding: 12px;
  margin: auto;
  /* display: block; */
  letter-spacing: 1px;
  border-radius: 15px;
}

.docm-btn {
  background-color: #f0af1e;
  color: #010101;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 10px 30px;
  /* margin: auto; */
  /* float: right; */
  font-size: 16px;
  /* display: block; */
  letter-spacing: 1px;
  border-radius: 5px;
  text-decoration: none;
}

.doc-btn {
  background-color: #ffff;
  color: #1E564E;
  text-transform: uppercase;
  border: 2px solid #B8926A;
  padding: 12px;
  margin: auto;
  float: right;
  /* display: block; */
  letter-spacing: 1px;
  border-radius: 15px;
}

.gal-line {
  position: absolute;
  width: 100% !important;
  bottom: -11.5%;
  right: -4%;
}


.carousel-indicators {
  bottom: -50px;
}

.intl-tel-input {
  position: relative;
  display: block !important;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #ffc107 !important;
}

#configuration,
#gallery {
  background: url('../images/bg.png');
}

.mount {
  position: relative;
}


.mount-img {
  position: absolute;
  right: -80px;
  bottom: -70px;
  width: 460px;
}

.mount-img img {
  width: 100%;
}

/* input[type='radio'] {
  accent-color: #e5ac98;
} */

.line-orange {
  width: 150px;
  height: 1px;
  background-color: #e5ac98;
}

.legents-options {
  width: 180px;
}

.basecamp-heading {

  margin-right: 190px;
}


input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #4d4d4d;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #e5ac98;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.call-btn {
  filter: invert(87%) sepia(33%) saturate(4896%) hue-rotate(352deg) brightness(102%) contrast(103%);
  width: 35px;
}

.pdtable {
  padding: 15px !important;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0px;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0px;
  font-family: "Jost", sans-serif;
}

.amen p {
  padding: 25px;
  text-align: center;
  /* font-weight: 600; */
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}



.cust-container {
  max-width: max-content;
  padding-left: 0px;
  padding-right: 0px;
}

/* #header
{
  background-image: url('../images/header.png');
} */

/* .navbar
{
  background-image: url('../images/header.png');
} */

.regular {
  font-family: "SFRounded";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.sfmedium {
  font-family: "SFRounded";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.sfbold {
  font-family: "SFRounded";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.sfblack {
  font-family: "SFRounded";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.sflight {
  font-family: "SFRounded";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.cairobold {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.cairolight {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.cairoregular {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.CitrRegular {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

.bannerone,
.bannerone img {
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.innercontainer {
  width: 100%;
  margin: auto;
}

.bannertxt {
  position: absolute;
  top: 45%;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
}

.mobile {
  display: none;
}

.bannertxt>img {
  /* width: 640px; */
  width: 500px;
  margin: auto;
  text-align: center;
  display: block;
}

.innercontainertwo {
  width: 85%;
  margin: auto;
  display: block;
  position: relative;
  padding-top: 30px;
}

.bannertwo {
  background: #e8f2f9;
  width: 100%;
  height: auto;
  padding: 50px 0px 60px;
  text-align: center;
}

.innercontent p {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #eeeeee;
  text-align: center;
}

.innercontent ul {
  padding: 0px;
  margin: 20px 0px 0px 0px;
  list-style: none;
  padding-bottom: 36px;
}

.innercontent ul li {
  position: relative;
  padding: 0px 27px;
  /* font-size: 30px; */
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  color: #f1f1f1;
}

/* .innercontent ul li:after {
    background: rgba(0, 83, 123, 255);
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 1.5px;
} */

.innercontent ul li.blue_line1 {
  border-right: 3px solid #ebebeb;
  /* height: 40px; */
  height: 30px;
}

.innercontent ul li.blue_line2 {
  border-right: 3px solid #eeeeee !important;
  /* height: 40px; */
  /* background: rgba(0, 83, 123, 255);
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 1.5px; */
  height: 30px;
}

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

.innercontent ul li span {
  font-weight: 800;
  font-family: 'Cairo-Medium';
}

.bannerthree {
  width: 100%;
  position: relative;
}

.fullwidth {
  width: 100%;
}

.bannerthree .col-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}

.bannerthree .col-sm-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}

.happiness_section,
.happiness_section img {
  width: 100%;
}

.flowersection {
  float: right;
}

/* .happiness_content {
    padding: 10px 80px 46px 80px;
} */

.happiness_content {
  padding: 10px 80px 10px 80px;
}

.happiness_content p {
  font-size: 16px;
  color: rgba(51, 51, 51, 255);
  margin: 0px;
  padding: 20px 0px 0px 0px;
}

.linenew {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 9.3%;
}

.private_gardern_text {
  background: #3a9bc0;
  width: 50%;
  height: auto;
  padding: 15px 20px 10px 80px;
  margin: 20px 0px;
  color: #fff;
  position: relative;
}

.private_gardern_text:after {
  background: #9ec0c7;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 100%;
  top: 45%;
}

.private_gardern_text h2 {
  font-size: 30px;
  margin: 0px;
  font-weight: 700;
}

.private_gardern_text p {
  font-size: 18px;
  margin: 0px;
}

.linenews {
  position: absolute;
  border: 1px solid #fff;
  top: auto;
  bottom: 71px;
  height: 80%;
  width: 30%;
  left: 6%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0px;
}

.linetwo {
  position: absolute;
  border-top: 1px solid #fff;
  bottom: 71px;
  left: 36%;
  width: 7%;
  top: auto;
}

.masterplansection {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 100px 0px 0px 0px;
}

.masterplan_buttons.masterplan_img {
  width: 80% !important;
  margin: auto;
}

.masterplan_img {
  position: relative;
  width: 100%;
  top: -50px;
}

.masterclassoverlay {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: -30px;
}

.masterclass_content {
  /* margin: 100px 0px 0px 0px; */
  margin: 50px 0px 0px 0px;
}

section.happiness_table_section {
  position: relative;
  width: 100%;
}

.flowersection.right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.toppos {
  position: relative;
  top: 80px;
}

.pad100 {
  padding: 150px 0px 0px 0px;
}

.happiness_img_sec img {
  float: right;
  margin: 10px 0px;
}

.amenities_sec {
  padding: 50px 50px;
}

.amenities_sec h2 {
  font-size: 30px;
  color: rgba(0, 83, 123, 255);
  background: #c9e7f0;
  padding: 30px 30px 20px 30px;
  border-radius: 20px;
  margin: 0px;
}

/* .amenities_sec ul {
    padding: 50px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}

.amenities_sec ul li {
    padding: 0px 0px 12px 0px;
    color: rgba(0, 0, 0, 255);
    font-size: 18px;
} */

.amenities_sec ul {
  padding: 25px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}

.amenities_sec ul li {
  padding: 0px 0px 5px 0px;
  color: rgba(0, 0, 0, 255);
  font-size: 16px;
}

.amenities_sec.pad50 {
  padding: 15px 50px;
}

.flowertwo {
  margin: -150px 0px 0px 0px;
}

.leaving_stone_section {
  width: 100%;
  position: relative;
}

.curveline {
  position: relative;
  top: -110px;
  left: -48%;
}

.leavingpara {
  padding: 20px 0px 20px 0px;
}

.leavingpara p {
  font-size: 16px;
  margin: 0px;
  color: rgba(51, 51, 51, 255);
}

.acc_sec .card {
  border: 0px;
  border-radius: 0px;
  margin: 10px 0px;
}

.acc_sec .card-header {
  border: 0px;
  background: #3d96bb;
  color: #fff;
  padding: 5px 20px;
}

.acc_sec .card-body h3 {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 83, 123, 255);
  margin: 0px 0px 15px 0px;
  padding: 0px 20px;
  text-align: center;
}

.btn-link:hover,
.btn-link,
.btn-link:focus {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
}

.acc_sec .card-body {
  background: #f9f9f9;
  padding: 30px 0px;
}

.acc_sec .card-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 83, 123, 255);
  margin: 0px 0px 15px 0px;
  padding: 0px 20px;
  text-align: center;
}

.acc_sec .card-body ul {
  padding: 0px 20px 20px 20px;
  margin: 0px;
  list-style: none;
}

.acc_sec .card-body ul li {
  display: block;
  padding: 0px 0px 7px 0px;
  font-size: 14px;
  color: rgba(77, 77, 77, 255);
  font-weight: 500;
  text-align: center;
}

.pad40 {
  padding: 0px 0px 0px 40px;
}

.acc_sec .card-body .col-sm-4 {
  border-right: 2px solid #3d96bb;
}

.acc_sec .card-body .col-sm-4:last-child {
  border: 0px;
}

.card1 {
  border: 0px;
}

.acc_img img {
  margin: 20px auto;
  display: block;
}

.acc_img {
  position: relative;
}

.green-border:after {
  content: "";
  position: absolute;
  /* background: #3d96bb; */
  /* width: 1px; */
  border-right: 2px solid #3d96bb;
  height: 200px;
  right: 0px;
  top: 100px;
}

.acc_img.card1:after {
  display: none;
}

.acc_sec .card-body .col-sm-4 .card1:last-child .acc_img:after {
  display: none;
}

.acc_sec .card-body .col-sm-3,
.acc_sec .card-body .col-sm-4 {
  padding: 0px 20px;
}

.acc_sec .card-body .col-sm-3:last-child .acc_img:after {
  display: none;
}

.gallerysection {
  padding: 30px 0px 50px 0px;
}

.gallery_img_sec {

  width: 100%;
  margin: auto;
  position: relative;
}

.gallery_img_sec img {
  /* width: 80%; */
  width: 80%;
  /* margin: auto; */
  display: block;
}

.carousel-indicators li {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background-color: #173c62 !important;
  cursor: pointer;
  opacity: 1 !important;
}

.invest_Section_details {
  background: #253d89;
  width: 100%;
  padding: 40px 0px;
  position: relative;
}

.invest_head h1 {
  color: #fff;
}

.invest_img {
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 150px;
  box-shadow: 1px 1px 10px #000;
  margin: 10px auto;
  display: block;
  /* position: relative; */
  top: -10px;
}

.invest_img_content img,
.invest_img_content p {
  display: inline-block;
  vertical-align: middle;
}

.invest_img_content img {
  width: 90px;
}

.invest_img_content p {
  width: 90%;
  color: #fff;
  font-size: 16px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

.invest_img_content {
  padding: 10px 0px;
  height: 100%;
  display: flex;
  align-items: center;
  /* text-align: center; */
}

.invest_head {
  /* padding: 20px 0px; */
  /* padding-left: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.map_details_section {
  background: #fff;
  width: 100%;
  padding: 70px 0px 30px 0px;
  position: relative;
}

.map_arrow_light {
  background: #fff;
  padding: 10px;
  margin: -40px 0px 0px -40px;
}

.routemap,
.routemap img {
  width: 100%;
}

.routemaparrow {
  padding: 20px 0px 0px 0px;
}

.routemaparrow img {
  width: 100px;
  margin: auto;
  display: block;
}

.office_location {
  padding: 30px 50px;
}

.padtop40 {
  padding-top: 100px;
}

.placehead {
  color: rgba(0, 83, 123, 255);
  background: #bcdae7;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px 6px 30px;
  border-radius: 5px;
  margin: 10px 0px 20px 0px;
}

.placename,
.placedistance {
  font-size: 14px;
  font-weight: 500;
}

.placedistance {
  text-align: left;
  padding-left: 10px;
}

.placename,
.placeline {
  display: inline-block;
  vertical-align: text-top;
}

.placename span {
  border: 1px solid #000;
  width: 100%;
}

.placeline {
  border-top: 2px dotted #000;
  width: 65%;
  position: relative;
  top: 10px;
}

button.btn.btn-link i {
  float: right;
  position: relative;
  top: 5px;
  font-weight: 900;
  font-size: 13px;
}

button.btn.btn-link[aria-expanded="true"] .fa-minus:before {
  content: "\f068";
}

button.btn.btn-link[aria-expanded="false"] .fa-minus:before {
  content: "\f067";
}

.acc_sec .card-body.pad30 {
  padding: 40px 30px;
}

.about {
  /* background: #fff; */
  padding: 0px 0px;
  position: relative;
}

.about_content {
  padding: 40px 80px;
}

.about_content h1 {
  color: #000 !important;
}

form#contact-form {
  width: 80%;
}

p.form_heading {
  font-size: 20px;
}

footer#colophon {
  padding: 50px 0px;
}

.enquirebtn {
  /* display: block;
    text-align: center;
    padding: 3px 20px;
    background-color: #383837;
    color: #fff !important;
    font-size: 18px;
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    width: 160px;
    right: -72px;*/
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;
  position: fixed;
  top: 42%;
  right: -3.8%;
  transform: rotate(-90deg);
  width: 10%;
  padding: 5px 4px;
  float: left;
  background: #f0af1e;
  text-align: center;
  z-index: 999;
  color: #010101 !important;
  /* display: none; */
}


p.form_heading {
  font-weight: 700;
}

button.btn.btn-dark {
  width: 100%;
}

.brochure_btn {
  width: 50% !important;
}

.brochure_btn a {
  color: #fff !important;
}

.get_form {
  padding: 30px 80px;
}

/* legend */

.masterclass_content p {
  width: 100%;
  float: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-left: 6%;
  padding-bottom: 3px;
  margin: 10px 0;
}

.masterclass_content p:hover {
  border: 1px solid black;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.masterplan_circles {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  cursor: default;
  font-size: 10px;
  font-style: italic;
  height: 25px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 25px;
}

.pt_1 {
  right: 49%;
  top: 39%;
}

.pt_2 {
  top: 39%;
  right: 44%;
  /* bottom: 36%; */
}

.pt_3 {
  top: 43%;
  right: 46%;
}

.pt_4 {
  top: 32%;
  right: 38%;
}

.pt_41 {
  bottom: 21%;
  right: 28%;
}

.pt_5 {
  top: 30%;
  left: 39%;
}

.pt_51 {
  top: 29%;
  left: 33%;
}

.pt_6 {
  top: 31%;
  left: 25%;
}

.pt_7 {
  top: 33%;
  left: 35%;
}

.pt_8 {
  top: 42%;
  left: 32%;
}

.pt_81 {
  bottom: 20%;
  left: 16%;
}

.pt_9 {
  bottom: 12%;
  right: 26%;
}

.masterplan_circles:hover {
  transform: scale(1.6);
  background: rgba(84, 154, 188, 0.8);
  color: #fff;
}

.animate_class {
  transform: scale(1.6);
  background: rgba(84, 154, 188, 255);
  color: #fff;
}

.animate_class_list {
  border: 1px solid #000;
  /*border-radius: 10px;*/
  padding: 10px;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari and Chrome */
  -o-transition-duration: 0.5s;
}

.scrolltop {
  position: fixed;
  right: 20px;
  width: 50px;
  bottom: 100px;
  cursor: pointer;
  -webkit-animation: MoveUpDown 1s linear infinite;
  animation: MoveUpDown 5s linear infinite;
  margin-bottom: 5%;
  cursor: pointer;
  z-index: 999999;
}

.scrolltop img {
  width: 50px;
}

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

.copy_rights {
  text-align: end;
}

.contact_border {
  border-radius: 0;
  background-color: #fff;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}

/* disclaimer */

.agree_popup {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
}

.agree_overlay {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.agree_disclaimer {
  border-radius: 10px;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 920px;
  z-index: 10;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.agree_disclaimer h2,
.agree_disclaimer p {
  float: left;
  width: 100%;
  color: #000;
}

#close_btn {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-size: x-large;
  line-height: 14px;
  position: absolute;
  text-align: center;
  right: 20px;
  top: 20px;
}

.agree_disclaimer p {
  text-align: justify;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 10px;
}

.agree_disclaimer button {
  background: rgba(92, 94, 105, 0.98);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  display: table;
  width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 20;
  }

  50% {
    bottom: 40px;
  }
}

.mobiletxt {
  display: none;
}

.investtxt {
  height: 100%;
}

.legend {
  font-family: "Jost", sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 22px !important;
  padding-left: 6%;
}

.legend_circle {
  background: #000;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  /* outline: 3px solid darkblue; */
  font-size: 10px;
  font-style: italic;
  height: 25px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 25px;
}

.legend_circle:before {
  background: 3px solid darkblue;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  outline: 3px solid darkblue;
  font-size: 10px;
  font-style: italic;
  height: 25px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 25px;
}

.footer-ul {
  list-style-type: none;
  /* position: absolute; */
}

.footer_buttons {
  cursor: pointer;
}

.pr-10 {
  padding-right: 10px;
}

.download_form {
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 20px 12px;
  z-index: 9;
  align-items: center;
}

.download_form {
  display: none;
  position: absolute;
  box-sizing: border-box;
  bottom: 45px;
}

.download_header {
  text-align: center;
  /* font-family: barlow_condensedbold; */
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
}

.download_header,
.dwld_ip {
  width: 100%;
  float: left;
  color: #000;
}

.close_download {
  cursor: pointer;
  color: rgba(92, 94, 105, 0.98);
  font-size: 16px;
  /* font-family: barlow_condensedbold; */
  line-height: 14px;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 10px;
}

.dwld_ip {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 9px 6px;
  background: #f6f6f6;
  border: none;
  /* font-family: barlow_condensedbold; */
  font-size: 12px !important;
  line-height: 12px;
  text-align: left;
}

button.primary_btn {
  margin: 0 auto;
  height: 28px;
  border: 0;
  border-radius: 14px;
  background-color: rgba(92, 94, 105, 0.98);
  cursor: pointer;
  color: #fff;
  display: table;
  /* font-family: barlowsemibold; */
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding: 2px 11px;
}

.social {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  text-align: center;
}

.footer-socialmediaicon li {
  display: inline-block;
}

ul.footer-socialmediaicon {
  padding-left: 0px;
}

.happiness_section_mobile,
.desktopicon {
  display: none;
}

.right_leaving {
  float: right;
  /* position: relative;
    right: 0px;
    top: 0px;
    margin: -150px 0px; */
}

.amenities_sec_list_right {
  border-right: 2px solid rgba(0, 83, 123, 255);
  padding: 20px 20px;
  margin: 0px 30px;
}

.amenities_sec_list_right ul {
  text-align: right;
}

.amenities_sec_list_right ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px;
  position: relative;
  margin: 0px;
}

.amenities_sec_list_right ul li:after {
  content: "";
  position: absolute;
  background: rgba(0, 83, 123, 255);
  width: 20px;
  height: 1px;
  /* left: -30px; */
  right: -30px;
  top: 17px;
}

#demo .carousel-item {
  height: 250px;
}

#masterdemo .carousel-item {
  height: 330px;
  padding: 20px 20px;
}

@media (min-width: 1333px) and (max-width: 1500px) {
  .innercontainertwo {
    width: 95%;
  }

  .flowersection img {
    width: 305px;
  }

  .masterclassoverlay img {
    width: 90%;
  }

  .curveline {
    top: -15px;
  }


  section.leaving_stone_section .headercont {
    position: relative;
    top: 20px;
  }

  .happiness_content {
    padding: 15px 80px 15px 80px;
  }

  .private_gardern_text:after {
    background: #9ec0c7;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 100%;
    top: 55%;
  }
}

@media (min-width: 1200px) and (max-width: 1330px) {
  .innercontent ul li {
    padding: 0px 15px;
    font-size: 30px;
  }

  .innercontent ul li:after {
    height: 50px;
  }

  .flowersection img {
    width: 270px;
    float: right;
  }

  .headercont {
    font-size: 50px;
  }

  .happiness_content {
    padding: 0px 20px 26px 50px;
    margin: -40px 0px 0px 0px;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .placeline {
    display: none;
  }



  .acc_sec .card-body .col-sm-3,
  .acc_sec .card-body .col-sm-4 {
    padding: 0px 0px;
  }

  .curveline img {
    width: 100%;
  }

  .curveline {
    position: relative;
    top: -8px;
    left: -31%;
  }

  .invest_img_content img {
    width: 100px;
  }

  .invest_img_content p {
    font-size: 18px;
  }

  .invest_head h1 {
    font-size: 36px;
  }

  .masterplan_buttons.masterplan_img {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .innercontent ul li {
    padding: 0px 15px;
    font-size: 30px;
  }

  .innercontainertwo {
    width: 95%;
    margin: auto;
    /* display: block; */
  }

  img.logo {
    width: 100px;
  }

  .innercontent ul li:after {
    height: 50px;
  }

  .flowersection img {
    width: 270px;
    float: right;
  }

  .headercont {
    font-size: 36px;
  }

  .happiness_content {
    padding: 0px 20px 26px 50px;
    margin: -87px 0px 0px 0px;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .placeline {
    display: none;
  }


  .acc_sec .card-body .col-sm-3,
  .acc_sec .card-body .col-sm-4 {
    padding: 0px 0px;
  }

  .curveline img {
    width: 100%;
  }

  .curveline {
    position: relative;
    top: -8px;
    left: -31%;
  }

  .invest_img_content img {
    width: 86px;
  }

  .invest_img_content p {
    font-size: 18px;
  }

  .masterclass_content img {
    width: 100%;
  }

  .masterclassoverlay img {
    width: 80%;
  }

  .masterclassoverlay {
    left: 0px;
  }

  section.happiness_table_section img {
    width: auto;
  }

  .happiness_img_sec img:nth-child(2) {
    width: 100%;
  }

  .flowertwo img {
    width: 200px !important;
  }

  /* .flowertwo {
        margin: 10px 0px;
    } */
  .flowertwo {
    margin: -100px 0px 0px 0px;
  }

  .amenities_sec.pad50 {
    padding: 15px 0px;
  }

  .happiness_content p {
    font-size: 16px;
  }

  .private_gardern_text h2 {
    font-size: 27px;
  }

  .amenities_sec h2 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .flowersection.right img {
    width: 300px !important;
  }

  .masterplan_buttons.masterplan_img {
    width: 92%;
    margin: auto;
  }

  .enquirebtn {
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10;
    position: fixed;
    top: 10%;
    right: -7%;
    transform: rotate(-90deg);
    width: 17%;
    padding: 5px 4px 6px;
    float: left;
    background: #f0af1e;
    text-align: center;
    z-index: 999;
    color: #010101 !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 11px;
    padding: 16px 2px !important;
  }

  img.logo {
    width: 90px;
  }

  .flowersection {
    width: 100px;
  }

  .happiness_img_sec img {
    width: 100%;
    height: 550px;
  }

  .flowersection img {
    width: 270px;
    float: right;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .private_gardern_text h2 {
    font-size: 27px;
  }

  .happiness_content {
    padding: 0px 20px 26px 50px;
    margin: -87px 0px 0px 0px;
  }

  .headercont {
    font-size: 26px;
  }

  .happiness_content p {
    font-size: 16px;
  }

  .private_gardern_text {
    padding: 10px 10px 10px 50px;
  }

  .private_gardern_text h2 {
    font-size: 20px;
  }

  .amenities_sec h2 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .curveline {
    position: relative;
    top: -8px;
    left: -31%;
  }

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

  .btn-link:hover,
  .btn-link,
  .btn-link:focus {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
  }

  button.btn.btn-link i {
    top: 5px;
  }

  .invest_img_content img {
    width: 70px;
  }

  .invest_img_content p {
    width: 72%;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
    margin: 0px;
  }

  .placeline {
    display: none;
  }

  .padtop40 {
    padding-top: 0px;
  }

  .office_location {
    padding: 20px 20px;
  }

  .placename,
  .placedistance {
    font-size: 7px;
    font-weight: 500;
  }

  .placedistance {
    text-align: left;
    padding-left: 8px;
  }

  .happiness_section,
  .happiness_section img {
    width: 100%;
    height: 550px;
  }

  .masterplan_buttons.masterplan_img {
    width: 99%;
    margin: auto;
  }

  .enquirebtn {
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10;
    position: fixed;
    top: 10%;
    right: -6%;
    transform: rotate(-90deg);
    width: 17%;
    padding: 5px 4px 6px;
    float: left;
    background: #f0af1e;
    text-align: center;
    z-index: 999;
    color: #010101 !important;
  }
}

@media (max-width: 767px) {

  .footer-section {
    padding-bottom: 70px !important;
  }

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

  .innercontainertwo {
    padding-top: 0px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .bannertxt>img {
    width: 70%;
  }

  .innercontainertwo {
    width: 100%;
  }

  .bannertwo {
    padding: 40px 0px;
  }

  .flowersection {
    width: 100%;
  }

  .innercontent ul li {
    position: relative;
    padding: 10px 10px;
    font-size: 14px;
  }

  .innercontent ul {
    margin: 0px 0px;
    padding-top: 10px;
  }

  .innercontent ul li:after {
    height: 41px;
    top: 10px;
    width: 1px;
  }

  .innercontent p {
    font-size: 14px;
    padding: 10px 20px 20px;
  }

  .innercontent ul li span {
    display: block;
    font-size: 24px;
    /* position: relative; */
    /* z-index: 9; */
  }

  .invest_Section_details {
    padding: 20px 20px;
  }

  .invest_img {
    display: none;
  }

  .headercont {
    font-size: 30px;
  }

  .happiness_table_section {
    padding: 20px 0px 20px 0px;
  }

  .happiness_content p {
    font-size: 14px;
    padding: 20px 0px 0px 0px;
  }

  .invest_head h1 span {
    display: inline;
    padding: 0px 5px;
  }

  .invest_img_content img {
    width: 120px;
    margin: auto;
    display: block;
  }

  .invest_img_content p {
    width: 100%;
    font-size: 17px;
    text-align: left;
    padding: 0px 0px 20px 0px;
    /* border-bottom: 1px solid #fff; */
  }

  nav.navbar.navbar-expand-md.narbartop {
    padding: 10px 5px;
  }

  img.logo {
    width: 90px;
  }

  .img-fluid.logo18 {
    width: 80px;
    position: relative;
    top: -5px;
    left: 10px;
  }

  .flowersection img {
    width: 40%;
    float: right;
  }

  .bannerthree .col-sm-5,
  .bannerthree .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .happiness_content {
    padding: 0px 20px;
  }

  .linetwo {
    display: none;
  }

  .private_gardern_text:after {
    display: none;
  }

  .private_gardern_text {
    width: 90%;
    margin: 10px auto;
    padding: 5px 10px;
    top: -12%;
    background: transparent;
    position: absolute;
  }

  .private_gardern_text h2 {
    font-size: 27px !important;
  }

  .bannerthree {
    padding: 0px 0px 20px 0px;
  }

  .linenews {
    position: absolute;
    border: 1px solid #fff;
    top: 80px;
    bottom: auto;
    height: 270px;
    width: 74%;
    left: 6%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-right: 0px;
    border-bottom: 0px;
  }

  .masterplan_buttons.masterplan_img {
    width: 99%;
    margin: auto;
  }

  .masterplansection {
    padding: 30px 0px 0px 0px;
  }

  .masterplansection .headercont {
    padding: 0px 20px;
  }

  .legend {
    padding: 0px 10px;
  }

  .masterplan_img {
    top: 0px;
    padding: 0px 10px;
  }

  .masterplan_img img {
    width: 100%;
  }

  .masterclass_content {
    margin: 20px 0px;
  }

  .masterclass_content img {
    width: 100%;
  }

  .toppos,
  .flowersection.right {
    position: relative;
    top: 0px;
  }

  .pad100 {
    padding: 0px;
  }

  .happiness_img_sec img,
  .amenities_sec.pad50 img {
    float: none;
    margin: auto;
    display: block;
    width: 100%;
  }

  .amenities_sec.pad50 {
    padding: 10px 0px;
  }

  .amenities_sec {
    padding: 20px 0px;
  }

  .amenities_sec h2 {
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
  }

  .amenities_sec ul {
    padding: 20px 0px 0px 0px;
  }

  .amenities_sec ul li {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
  }

  .flowertwo {
    margin: 0px;
  }

  .flowertwo img {
    width: 40%;
    margin-top: -70px;
  }

  .pad40 {
    padding: 0px;
  }

  .btn-link:hover,
  .btn-link,
  .btn-link:focus {
    font-size: 14px;
  }

  button.btn.btn-link i {
    font-size: 12px;
  }

  .acc_sec .card {
    margin: 0px 0px;
    border-bottom: 1px solid #ccc;
  }

  .acc_sec .card-header {
    padding: 5px;
  }

  .curveline {
    position: relative;
    top: -100px;
    left: 0px;
    display: none;
  }

  .curveline img {
    width: 100%;
  }

  .leavingpara p {
    font-size: 16px;
  }

  .acc_sec .card-body.pad30 {
    padding: 15px;
  }

  .acc_sec .card-body .col-sm-3,
  .acc_sec .card-body .col-sm-4 {
    padding: 0px 0px;
  }

  .acc_sec .card-body .col-sm-4,
  .acc_sec .card-body .col-sm-3 {
    border-right: 0px solid #3d96bb;
    border-bottom: 1px solid #3d96bb;
    padding-top: 20px;
  }

  .acc_img:after {
    display: none;
  }

  .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
  }

  .map_details_section {
    padding: 20px 0px;
  }

  .map_arrow img {
    width: 130px;
  }

  .routemaparrow,
  .routemaparrow img {
    width: 100% !important;
  }

  .map_arrow_light {
    background: #fff;
    padding: 10px;
    margin: 10px 0px 0px 0px;
  }

  .map_arrow {
    padding: 0px 10px;
  }

  .routemaparrow {
    padding: 10px 0px 0px 0px;
    margin: auto;
    display: block;
  }

  .padtop40 {
    padding: 20px 0px;
  }

  .office_location {
    padding: 10px 0px;
  }

  .placeline {
    display: none;
  }

  .carousel-indicators li {
    background: rgba(0, 83, 123, 0.6);
  }

  .carousel-indicators li.active {
    /* background: rgba(0, 83, 123, 1); */
  }

  #carouselGalleryIndicators li {
    background: rgba(255, 255, 255);
  }

  #carouselGalleryIndicators li.active {
    background: rgba(255, 255, 255, 0.5);
  }

  .placename {
    width: 100%;
    display: block;
  }

  #demo .carousel-indicators {
    bottom: -30px;
  }

  .placedistance {
    float: right;
  }

  .map_details_section .mobile {
    width: 100%;
    padding: 0px 20px;
  }

  .about_content {
    padding: 10px 0px;
  }

  footer#colophon {
    /* word-break: break-all; */
    padding: 20px;
  }

  form#contact-form {
    width: 100%;
    padding-bottom: 10px;
  }

  .enquirebtn {
    bottom: 0px;
    transform: rotate(0deg);
    right: 0px;
    width: 100%;
    padding: 16px 10px;
    top: auto;
    display: block;
  }

  .get_form {
    padding: 10px 0px;
  }

  .gallery_img_sec img {
    width: 100%;
  }

  .sevices-img {
    padding-top: 20px;
  }

  .acc_sec .card-body {
    background: #f9f9f9;
    padding: 0px;
  }

  .green-border:after {
    content: "";
    position: absolute;
    /* background: #3d96bb; */
    /* width: 1px; */
    border-right: none;
    /* height: 200px;
        right: 0px;
        top: 100px; */
  }

  .masterclass_content p:hover {
    border: 1px solid black;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
  }

  .masterplan_circles:hover {
    transform: none;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .animate_class {
    transform: scale(1.6);
    background: rgba(84, 154, 188, 255);
    color: #fff;
  }

  .animate_class_list {
    border: 1px solid #000;
    /*border-radius: 10px;*/
    padding: 10px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari and Chrome */
    -o-transition-duration: 0.5s;
  }

  .innercontent ul li.blue_line1 {
    border-right: 3px solid rgba(0, 83, 123, 255);
    height: 55px;
  }

  .innercontent ul li.blue_line2 {
    border-right: 3px solid rgba(0, 83, 123, 255);
    height: 55px;
  }

  /* .pt_1 {
        right: 48%;
        top: 38%;
    }
    .pt_2 {
        top: 36%;
        right: 41%;
    }
    .pt_3 {
        top: 43%;
        right: 44%;
    }
    .pt_4 {
        top: 31%;
        right: 35%;
    }
    .pt_41 {
        bottom: 21%;
        right: 27%;
    }
    .pt_8 {
        top: 40%;
        left: 28%;
    }
    .pt_9 {
        bottom: 11%;
        right: 24%;
    } */
  .footer-right-content {
    text-align: left;
  }

  .copy_rights {
    text-align: center;
  }

  ul.footer-socialmediaicon {
    text-align: center;
    margin-bottom: 0px;
  }

  .ebouch {
    padding-left: 0px;
    text-align: center;
    margin: 10px;
    /* margin-top: 18px;
        padding-bottom: 10px; */
  }

  .agree_disclaimer {
    width: 90% !important;
    top: 10px;
    height: 500px;
    overflow: auto;
  }

  .desktoptxt {
    display: none;
  }

  .mobiletxt {
    display: inline-block;
  }

  .legend {
    padding: 10px !important;
    font-size: 18px !important;
  }

  .masterclass_content p {
    font-size: 14px;
    padding: 0px 5px;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    margin: 5px 0px;
  }

  /* .masterclass_content p:hover {
        border: 0px;
    } */
  .happiness_table_section h1 {
    padding: 0px 20px;
  }

  .happiness_table_section .headercont span {
    display: inline-block;
  }

  .leaving_stone_section {
    padding: 0px 20px;
  }

  .gallerysection {
    padding: 20px;
    /* padding-bottom: 70px; */
  }

  .routemaparrow {
    margin-left: -10px;
  }

  .about {
    margin: 20px 0px;
    padding: 20px;
  }

  .happiness_section_mobile {
    display: block;
    position: relative;
  }

  .private_gardern_text {
    top: auto;
    bottom: 0px;
    left: 33px;
  }

  .private_gardern_text h2 {
    font-size: 20px !important;
  }

  .private_gardern_text p {
    font-size: 16px !important;
  }

  .agree_disclaimer h2 {
    font-size: 20px;
  }

  .amenities_sec.imagewidth {
    padding: 0px 0px 0px 0px;
  }

  .imagewidth img {
    width: 98%;
    margin: auto;
    display: block;
  }

  .amenities_sec_list {
    border-left: 2px solid rgba(0, 83, 123, 255);
    padding: 20px 20px;
    margin: 0px 30px;
  }

  .amenities_sec_list ul {
    padding: 0px;
    margin: 0px;
  }

  .amenities_sec_list ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px;
    position: relative;
    margin: 0px;
  }

  .amenities_sec_list ul li:after {
    content: "";
    position: absolute;
    background: rgba(0, 83, 123, 255);
    width: 20px;
    height: 1px;
    left: -30px;
    top: 14px;
  }

  .amenities_sec_list h2 {
    font-size: 16px;
    color: rgba(0, 83, 123, 255);
    background: #c9e7f0;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    margin: 0px 0px 10px -10px;
    display: inline-block;
  }

  .invest-carousel img {
    width: 100%;
    padding: 5px;
  }

  .invest-carousel p {
    color: #fff;
    font-size: 14px;
    /* padding: 0px 5px; */
    padding-top: 10px;
  }

  .invest-carousel .col-7,
  .invest-carousel .col-5 {
    padding: 0px;
  }

  .invest-carousel {
    border-left: 1px solid #000;
    padding: 20px 0px;
    margin-left: 20px;
  }

  .invest-carousel .carousel-indicators {
    bottom: -30px;
  }

  .invest-carousel .carousel-indicators li {
    background: #fff;
    opacity: 0.5;
  }

  .invest-carousel .carousel-indicators li.active {
    opacity: 1;
  }

  .footer-right-content-inner p {
    font-size: 12px;
  }

  .invest_head h1 {
    margin-left: 10px;
  }

  .invest_head h1 span {
    padding: 0px;
  }

  .invest-carousel .carousel-item {
    height: 125px;
  }

  a.mob.desktopicon {
    display: block;
    width: 40px;
  }

  a.mob.desktopicon img {
    width: 100%;
    cursor: pointer;
  }

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

  .flowersection.right_leaving {
    position: relative;
    right: 0px;
    top: 0px;
    margin: -95px 0px;
  }

  .download_icon {
    padding: 10px;
  }

  .footerlink p {
    font-size: 12px;
  }

  .footercontent {
    font-size: 12px;
  }
}

@media (min-width: 1500px) {
  .leavingpara {
    margin-top: -100px;
  }

  /* .happiness_content p {
        font-size: 26px;
        color: rgba(51, 51, 51, 255);
        margin: 0px;
        padding: 20px 0px 0px 0px;
    } */
}

@media (min-width: 1600px) {
  .happiness_content {
    padding: 0px 80px 58px 80px;
  }

  .masterplan_buttons.masterplan_img {
    width: 70% !important;
    margin: auto;
  }

  .happiness_content {
    padding: 40px 80px 40px 80px;
  }

  /* .happiness_content p {
        font-size: 26px;
        color: rgba(51, 51, 51, 255);
        margin: 0px;
        padding: 20px 0px 0px 0px;
    } */
}

.blu {
  border-right: 0px solid #3d96bb;
  border-bottom: 1px solid #3d96bb;
  margin: 10px 0px;
}

.pr-10 {
  padding-right: 10px;
}

@media (min-width: 900px) and (max-width: 1400px) {
  .private_gardern_text:after {
    background: #9ec0c7;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 100%;
    top: 58%;
  }

  .placedistance {
    text-align: left;
    padding-left: 0px;
  }

  .placename,
  .placedistance {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 1700px) and (max-width: 1900px) {
  .masterplan_buttons.masterplan_img {
    width: 70% !important;
    margin: auto;
  }

  .happiness_content p {
    font-size: 24px;
    color: rgba(51, 51, 51, 255);
    margin: 0px;
    padding: 20px 0px 0px 0px;
  }
}

@media (min-width: 1900px) and (max-width: 2200px) {
  .masterplan_buttons.masterplan_img {
    width: 65% !important;
    margin: auto;
  }

  .happiness_content p {
    font-size: 24px;
    color: rgba(51, 51, 51, 255);
    margin: 0px;
    padding: 20px 0px 0px 0px;
  }
}

@media (min-width: 2200px) and (max-width: 2600px) {
  .masterplan_buttons.masterplan_img {
    width: 62% !important;
    margin: auto;
  }
}

.logo18 {
  width: 120px;
}

/* Hide all sections by default */
.toggleSection {
  display: none;
}

.switch {
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 190px;
  height: 50px;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 20px;
  left: 6px;
  bottom: 5px;
  z-index: 2;
  background-color: #ffffff;
  transition: 0.4s;
}



.sun svg {
  position: absolute;
  top: 6px;
  left: 145px;
  z-index: 1;
  width: 45px;
  height: 38px;
}

.moon svg {
  fill: #DFD2BD;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 45px;
  height: 38px;
}

/* .switch:hover */
.sun svg {
  animation: rotate 15s linear infinite;
}

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

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

/* .switch:hover */
.moon svg {
  animation: tilt 5s linear infinite;
}

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

  25% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }

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

.input:checked+.slider {
  background-color: #ffff;
  border: 2px solid #DFD2BD;
}

.input:focus+.slider {
  box-shadow: 0 0 1px #183153;
}

.input:checked+.slider:before {
  transform: translateX(140px);
}

#amenities {
  position: relative;
  padding: 80px 0;
  color: #fff;
  background-image: url(../img/kalyani-city/Hilivinf\ Banner-01.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax effect */
}

/* Overlay */
#amenities::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(37 61 137 / 31%);
  /* #253d89 overlay */
  z-index: 1;
}

/* Content above overlay */
#amenities .container,
#amenities .row {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #amenities {
    background-attachment: fixed;
  }
}

#daysection {
  background-color: #ffffff;
  padding: 0 0 50px;
}



.nightbg {
  background-color: #000 !important;
  color: #fff !important;
}

#nightsection {
  background-color: #000;
  padding: 0 0 50px;
  color: #fff;
}

#nightsection .amen img {
  filter: invert(80%) sepia(29%) saturate(3401%) hue-rotate(350deg) brightness(104%) contrast(108%);
}

.amen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 140px;
}

.amen-head {
  font-size: 35px;
  color: #454343;
  margin: 0px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.amen-head-dark {
  color: #fff;
}

.amen-color {
  color: #2E6A60 !important;
}

.amen-color-dark {
  color: #B59169 !important;
}

.amen img {
  width: 80px;
}

.cta-numb {
  color: #000;
  font-size: 26px !important;
  font-weight: 700;
  text-decoration: none !important;
}

#overview {
  background-color: #f6f6f6;
  position: relative;
  /* height: 100%; */
  overflow-y: hidden;
}

@media (max-width: 767px) {

  .section-title-odd {
    font-size: 28px !important;
    margin-bottom: 15px;
  }

  .amenities p {
    text-align: justify !important;
    padding: 0px !important;
  }

  .overp {
    text-align: justify;
    padding: 10px;
  }

  .discl p {
    text-align: justify;

  }

  .overmob1 {
    border-bottom: 2px solid #010101;
  }

  .overview-down .overline2 {
    border-right: none !important;
  }

  .overview-down h3 {
    font-size: 17px !important;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }

  .overview-down p {
    font-size: 18px !important;
    padding-bottom: 17px;
    padding-top: 22px;
  }

  .overview-down {
    padding: 0px !important;
    margin: 0px !important;
  }

  .enquirebtn a {
    color: #010101;
    text-decoration: none;
    padding: 0px 5px;
    font-size: 18px;
  }

  #amenities,
  #daysection,
  #nightsection {
    padding: 20px;
  }

  .amen img {
    width: 50px;
  }

  .amen p {
    font-size: 17px;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
  }

  .nightimg,
  .dayimg {
    width: 100%;
  }

  .amen {
    height: auto;
    justify-content: space-around;
    /* flex-direction: revert; */
  }
}

.dev-logo {
  width: 200px;
}

.thank-sec {
  width: 100%;
  padding: 120px 0px;
  /* height: 80vh; */
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 30px;
  background: #29675E !important;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 130px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #29675E;
  border-radius: 25px;
}

.oops-subtitle {
  /* color: #fff; */
  font-size: 30px;
}

.navbar .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
  display: none;
}

.navbar .navbar-toggler-icon {
  background-image: url(../images/download.svg) !important;
  filter: invert(1);
}

.error {
  color: rgb(228, 35, 1);
}

.config {
  padding: 20px 50px;
}

.price-click {
  color: #000000;
  text-decoration: none;
}

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

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 130px;
}

.modal-body {
  color: #010101;
  background: url(../images/bg.png);
}

#main-modal input,
#main-modal select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #dcdcdc;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
}

#main-modal .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

#main-modal input::placeholder,
#main-modal textarea::placeholder {
  color: #222222;
}

#main-modal .input-group-addon {
  background: #fff;
  color: #1f1b20;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

#main-modal textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

#main-modal .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  opacity: 1;
  outline: none;
  background: transparent;
  border: none;
}

.modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.form-control:focus {
  box-shadow: none !important;
}

.popup-btn {
  margin: 0 auto;
  display: block;
  background: #fff;
  border: none;
  color: #000;
  font-size: 16px;
  padding: 10px 25px 6px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.error {
  color: #ff0000;
}

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

a.nav-link {
  text-align: center;
}

#navbarSupportedContent {
  background-color: transparent;
  justify-content: end;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  /* padding: 25px; */
}

.navbar-light .navbar-nav .nav-link {
  padding: 15px 0px 0px;
  margin: 0 28px;
  font-size: 18px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #f0af1e;

}

.amen-btn-wrap {
  text-align: center;
}

.pd-txt {
  padding: 0 52px;
}





.db-btn {
  background-color: #29675E;
  color: #fff;
  text-transform: uppercase;
  border: navajowhite;
  padding: 6px 16px;
  /* margin: auto; */
  /* display: block; */
  letter-spacing: 1px;
  border-radius: 15px;
}

.gal-line {
  position: absolute;
  width: 100% !important;
  bottom: -11.5%;
  right: -4%;
}


.carousel-indicators {
  bottom: -50px;
}

.intl-tel-input {
  position: relative;
  display: block !important;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #173c62 !important;
}

#configuration,
#gallery {
  background: url('../images/bg.png');
}

.mount {
  position: relative;
}


.mount-img {
  position: absolute;
  right: -80px;
  bottom: -70px;
  width: 460px;
}

.mount-img img {
  width: 100%;
  /* position: relative; */
  /* z-index: 0; */
}

/* input[type='radio'] {
  accent-color: #e5ac98;
} */

.line-orange {
  width: 150px;
  height: 1px;
  background-color: #F5A853;
}

.legents-options {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basecamp-heading {

  margin-right: 190px;
}


input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #4d4d4d;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #e5ac98;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.call-btn {
  filter: invert(87%) sepia(33%) saturate(4896%) hue-rotate(352deg) brightness(102%) contrast(103%);
  width: 35px;
}

.pdtable {
  padding: 15px !important;
}



.btn-subm {
  background-color: #29675E;
  color: #000;
  width: 100%;
}


.btn-subm {
  background-color: #29675E;
  color: #fff;
  width: 100%;
  border-radius: 15px;
  font-weight: 700;
}


.bscl-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

.display-image {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .config {
    padding: 20px 0px;
  }

  .config-table td {
    font-size: 12px;
  }

  .location-map {
    height: 400px;
  }

  .basecamp-heading {
    margin-right: unset !important;
  }

  .invest_head {
    padding: 10px 0px;
    padding-left: unset !important;
    justify-content: center;
    height: auto;
  }

  .mount-img {
    position: absolute;
    right: 0px !important;
    bottom: -25px !important;
    width: 210px !important;
    /* z-index: 1; */
    opacity: 0.6;
  }

  #navbarSupportedContent {
    background-color: #fff;
  }

  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #000 !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }

  .amen-btn-wrap {
    text-align: left;
  }

  .pd-txt {
    padding: 10px;
  }

  /* a.nav-link {
    position: absolute;
    right: 54px;
} */

  .call-btn {
    filter: invert(87%) sepia(33%) saturate(4896%) hue-rotate(352deg) brightness(102%) contrast(103%);
    width: 35px;
    position: absolute;
    top: 20px;
    right: 15%;
  }

  .switch-p {
    position: relative;
    z-index: 9;
    top: 10px;
    left: 55px;
    /* text-align: center; */
  }


  .bscl-wrap {
    position: static;
    margin-top: 15px;
  }

  .carousel-indicators {
    bottom: -27px;
  }

  .legents-options {
    width: auto;
    padding: 10px;
    text-align: center;
  }

  .mast {
    font-size: 12px;
  }
}


.invest-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff !important;
  padding-bottom: 35px;
}

.inv-img {
  background: #ffffff;
  border-radius: 50%;
  margin: 10px;
  /* height: 80px;
  width: 80px; */
}

.inv-img img {
  width: 70px;
  display: block;
  margin: 10px;
}

.inv-text {
  padding-left: 15px;
}

.inv-text p {
  font-size: 16px;
}




@media screen and (max-width: 768px) {

  .inv-img {
    background: #ffffff !important;
    border-radius: 50%;
    margin: 14px;
    height: 80px;
    width: 25%;
    /* width: 80px; */
  }

  .inv-text {
    width: 75%;
  }

  .doc-btn {
    float: none;
  }

}

.mast-btn {
  position: relative;
  top: 3px;
}

@media (min-width: 825px) and (max-width: 1190px) {
  .gallery_img_sec img {
    /* width: 80%; */
    width: 65%;
    margin: auto;
    display: block;
  }
}

.fix-link {
  /* color: #fff !important; */
  color: #fff;
  text-decoration: none !important;
}

.ml {
  margin-left: 10px;
}


.banner-shape {
  position: absolute;
  left: 66%;
  top: 12%;
  z-index: 9;
  width: 28%;
  /* background: #173c62; */
  background-color: #ffffffe0;
}

#mainform {
  padding: 0px 20px 15px;
  border: 2px solid #000;
}

.banner-shape h4 {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0px;
  font-weight: 800;
}

.banner-shape h3 {

  text-decoration: none;
  font-size: 16px;

  padding: 10px 0px;
  font-weight: 600;
  margin-top: -9px !important;
  text-align: center;
}

.form-control {
  border-radius: 1px !important;
  padding: 13px 8px !important;
}

#submitbtn {
  background-color: #f0af1e;
  width: 100%;
  border-radius: 2px;
  font-size: 27px;
  color: #010101;
  font-weight: 700;
}

.banner-shape img {
  width: 150px;
  padding-bottom: 10px;
}

.form-main-logo {
  margin-top: -20px;
}

.gallerysection .loc-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.LOC-ANUHYA P {
  font-size: 17px;
  padding: 9px 49px 0;
  line-height: 23px;
  text-align: center;
}

.LOC-ANUHYA P span {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  font-weight: 600;
}


.footer-section {
  /* background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important; */
  background-color: #253d89;
  /* background-image: url(Images/texture.png); */
}


hr {
  color: #fff;
}

.footer-section a {
  text-decoration: none;
  color: #fff;
}

.footer-section a:hover {
  color: #fff !important;
}

.footer-main-by span {
  color: #fff;
}

.discl {
  text-align: center;
}

.discl p {
  font-family: "Poppins", sans-serif;
  padding-top: 35px;
  color: #fff;
  font-size: 13px !important;
  line-height: 10px;
  line-height: 30px;
}

.copyrights {
  /* background-color: #2f3f3f; */
  padding: 20px 0px;
}

.copyrights p {
  color: #fff;
}

.footer-main-btn a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff !important;
  border-radius: 3px;
  padding: 10px 15px;
  /* background-color: #3c7e3c; */
  background-image: linear-gradient(rgb(5 48 150 / 83%), rgb(2 26 114 / 76%)), url(./images/texture.png);
}

.amenities h1 {

  width: 100%;
  height: auto;
  padding: 20px 0px 0px;
  text-align: center;
}

.amenities p {

  color: #fff;

  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  padding: 22px;

}

.overview-down {
  border: 2px solid #010101;
  padding: 20px;
  background-color: #f0af1e;
}

.overview-down h3 {
  position: relative;
  padding: 5px 27px 10px;
  /* font-size: 30px; */
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.overview-down p {
  color: #010101;
  font-size: 18px;
  font-weight: 700;
}

.overview-down .overline1 {
  border-right: 2px solid #010101;
}

.overview-down .overline2 {
  border-right: 2px solid #010101;
}

.walkthrough {
  background-color: #173c62;
  position: relative;
  /* height: 100%; */
  overflow-y: hidden;
  padding: 30px 0px 50px;
}

.walkthrough h2 {
  width: 100%;
  height: auto;
  padding: 40px 0px 40px;
  text-align: center;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.card-body li {

  margin-top: 10px;
  list-style-type: square;
}

.accordion-header button {
  cursor: pointer;
  border-bottom: none;
  background-color: #253d89;
}

.accordion-header button {
  font-size: 22px;
  color: #ffffff;

}

a:hover {
  color: #000;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #253d89;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-body {
  background-color: #e3e0e045;
}


.accordion-button::after {
  background: none;
  margin-top: -12px;
  content: "\f078";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
}

.accordion-button:not(.collapsed)::after {
  background: none;
  margin-top: 15px;
}

.gallerysection .innercontainertwo p {
  color: #000;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  padding: 22px;
}

a.btn-common {
  padding: 5px 16px 5px;
  text-decoration: none;
  background: #173c62;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

a.you-tube {
  padding: 5px 16px 5px;
  text-decoration: none;
  background: #ffffff;
  color: #173c62;
  border-radius: 5px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

.meters {
  float: right;
}




/* Grid spacing */
.amenities-row {
  row-gap: 5px !important;
}

/* Column */
.amenity-box {
  padding: 5px;
  display: flex;
}

/* Card */
.amenity-card {
  width: 100%;
  /* background: #ffffff; */
  border-radius: 18px;
  padding: 5px 5px;
  text-align: center;
  /* box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05); */
  transition: 0.35s ease;
}

/* Icon background */
.icon-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Icon */
.icon-circle img {
  width: 64px;
  transition: 0.5s ease;
}

/* Text */
.amenity-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

/* Hover effects */
.amenity-card:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); */
}

.amenity-card:hover .icon-circle {
  background: #f0af1e;
  /* brand color */
}

.amenity-card:hover .icon-circle img {
  transform: rotate(360deg);
  filter: brightness(0) invert(1);
}

/* Tablet */
@media (max-width: 991px) {
  .amenity-card {
    padding: 20px 15px !important;
  }
}

/* .container {
  padding-left: 0;
  padding-right: 0;
} */

/* Mobile */
@media (max-width: 575px) {
  .amenities {
    padding: 60px 0;
  }

  .amenity-card {
    padding: 10px 12px !important;
    border-radius: 14px;
  }

  /* .icon-circle {
    width: 75px;
    height: 75px;
  } */

  .icon-circle img {
    width: 60px;
  }

  .amenity-card h5 {
    font-size: 15px;
  }
}


.investment-carousel .owl-dots {
  display: block !important;
}

/* SECTION */
.investment-highlight {
  background-color: #253d89;
  padding: 40px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* LEFT TITLE */
.investment-title h1 {
  font-size: 35px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
}

/* CAROUSEL WRAPPER */
.investment-carousel {
  max-width: 640px;
  margin: 0 auto;
}

/* SLIDE */
.investment-slide {
  text-align: center;
  padding: 10px 20px;
}

/* ICON WRAP */
.investment-icon {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  backdrop-filter: blur(6px);
  transition: background 0.4s ease, transform 0.6s ease;
  /* Smooth transition */
}

.investment-icon:hover {
  background: #f0af1e;
  /* Change to your desired hover color */
  transform: rotate(360deg);
  /* Full rotation on hover */
}

.investment-icon img {
  width: 64px !important;
}

.investment-icon img {
  transition: filter 0.3s ease;
}

.investment-icon:hover img {
  filter: brightness(0) invert(1);
}

/* CONTENT */
.investment-content h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.investment-content p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 460px;
  margin: 0 auto;
  opacity: 0.9;
}

/* DOTS */
.investment-carousel .owl-dots {

  text-align: center;
}

.investment-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px;
}

.investment-carousel .owl-dot.active span {
  background: #ffffff;
}

.investment-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.35);
  transition: 0.3s ease;
}

.investment-carousel .owl-dot.active span {
  background: #ffffff;
  transform: scale(1.2);
}

/* TABLET */
@media (max-width: 991px) {
  .investment-highlight {
    padding: 40px 10px;
  }

  .investment-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .investment-title h1 {
    font-size: 28px;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .investment-highlight {
    padding: 40px 10px;
  }

  .investment-title h1 {
    font-size: 28px;
  }

  .investment-icon {
    width: 90px;
    height: 90px;
  }

  .investment-icon img {
    width: 42px;
  }

  .investment-content h5 {
    font-size: 18px;
  }

  .investment-content p {
    font-size: 14px;
  }
}



/* Vertical divider */
.investment-divider {
  width: 2px;
  height: 180px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0));
}







#location {
  background-color: #253d89;
}

.loca-map img {
  width: 80%;
}




.site-layout-section {
  background-color: #253d89;
  padding: 80px 0;
  color: #ffffff;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

/* Center underline */
.section-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #f0af1e;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

.section-title-odd {
  font-size: 36px;
  font-weight: 600;
  color: #010101;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

/* Center underline */
.section-title-odd::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #f0af1e;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

.section-desc {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: start;
  padding: 15px;
}

.layout-points {
  font-size: 18px;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.layout-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 16px;
  list-style: none;
  font-family: "Poppins",
    sans-serif;
}


.layout-points li::before {
  content: "👉";
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  left: -20px;
  top: -2px;
}

.site-layout-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Mobile spacing */
@media (max-width: 768px) {
  .site-layout-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .site-layout-image {
    margin-top: 30px;
  }
}




.layout-view {
  position: relative;
  display: block;
  cursor: pointer;
}

/* Image blurred by default */
.layout-view img {
  width: 100%;
  filter: blur(3px);
  transform: scale(1.01) !important;
  transition: all 0.4s ease;
  border-radius: 8px;
}

/* Overlay always visible */
.layout-overlay {
  position: absolute;
  inset: 0;
  background: rgba(37, 61, 137, 0.7);
  /* #253d89 */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

/* Text */
.layout-overlay span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 14px 30px;
  border-radius: 50px;
}

/* Hover – clearer image */
.layout-view:hover img {
  filter: blur(0);
  transform: scale(1);
}

/* Optional hover effect on text */
.layout-view:hover .layout-overlay span {
  background: #fff;
  color: #253d89;
}




.selldof label {
  display: none !important;
}

.selldof .title {
  display: none;
}

.selldof .form-control,
.sell_do_form_control {
  height: 43px !important;
}



textarea[name="sell_do[form][note][content]"] {
  display: none !important;
}


/* select[name="sell_do[form][lead][project_id]"] {
  display: none !important;
} */

.form-group .btn {
  background-color: #f0af1e !important;
  width: 100% !important;
  border-radius: 2px !important;
  font-size: 27px !important;
  color: #010101 !important;
  font-weight: 700 !important;
  margin-top: -15px !important;
}


.selldo-intl-tel-input.allow-dropdown .selected-flag,
.selldo-intl-tel-input.separate-dial-code .selected-flag {
  width: 50px !important;
}

.selldo-intl-tel-input input {
  padding-left: 50px !important;
}




/* Hide Project of Interest field completely */
.selldof_row select[name="sell_do[form][lead][project_id]"] {
  display: none !important;
}

/* Hide error message */
/* .selldof_row .help-block {
  display: none !important;
} */

/* Remove error styling */
.selldof_row .has-error {
  border: none !important;
}




.hil-consent-line {
  display: flex;
  align-items: self-start;
  justify-content: center;
  gap: 2px;
  margin: 12px 0;
  text-align: center;
}

.hil-consent-line label {
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
}