@font-face {
    font-family: 'DIN-Regular';
    src: url("../fonts/DIN-Regular.eot");
    src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#DIN-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DIN-Light';
    src: url("../fonts/DIN-Light.eot");
    src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg#DIN-Light") format("svg");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DIN-Medium';
    src: url("../fonts/DIN-Medium.eot");
    src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DIN-Bold';
    src: url("../fonts/DIN-Bold.eot");
    src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'HighTide';
    src: url("../fonts/HighTide.eot");
    src: url("../fonts/HighTide.eot?#iefix") format("embedded-opentype"), url("../fonts/HighTide.woff") format("woff"), url("../fonts/HighTide.ttf") format("truetype"), url("../fonts/HighTide.svg#HighTide") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  :root{
      --Din_light:'DIN-Light';
      --Din_regular:'DIN-Regular';
      --Din_medium:'DIN-Medium';
      --Din_bold:'DIN-Bold';
  }
  
   html {
       scroll-behavior: smooth;
    color: #000;
    font-family: var(--Din_light);
    
     
  }
  body { font-family: var(--Din_light); }
  
  .modal .close{color:#000; opacity:1;}
  
  .in { padding-right:0 !Important;}
  .top { padding:10px 0; border-bottom:1px solid #bd9234; background:#fff;}
  .top .logo{max-width: 180px;}
  .toplog { width:50%;}
  .menurow {position:sticky; top:0px; background:#fff; z-index:999; border-bottom:1px solid #bd9234;}
  .menu {
      padding: 5px 0;
  }
  .p_logo{
    width: 145px;
    /* margin: 10px 0; */
  }
  .navbar-toggler { display:none;}
  .menu li{}
  .menu li a{ padding:10px 15px; color:#bd9234!important; font-size:17px; letter-spacing:1px;  text-align:center; text-transform: capitalize; position:relative; font-weight:400;}
  .menu li a:hover { text-decoration:none; color:#000;}
  .nomaring {margin:0;}
  .mt_50{
      margin-top:50px;
  }
  .slider { position:relative; display: flex;}
  #cont {
      float: right;
      position: absolute;
      right: 26px;
      background: rgb(204, 204, 204);
      padding: 13px 15px;
      display: none;
       background:#bd9234;
      color: #fff;
      top: 0;
  }
  #cont  a { color:#FFF;}
  .formbox {
    padding: 36px;
    /* bottom: 0; */
    background: #f6f2e3;
    z-index: 99;
    z-index: 99;
    flex: 0 0 26%;
    max-width: 24%;
    display: flex;
    align-items: center;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
   
  }
  .formbox .content{width:100%;}
  .formbox h1 {
     text-align: center;
      font-size: 35px;
      font-weight: 600 !important;
      color:#000;
      font-weight: bolder;
      letter-spacing: 1px;
      margin: 0;
      line-height: 30px;
      text-transform: uppercase;
  }
  
  .formbox h1 span {
      display: block;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 6px;
  }
  
  .leftsection p { text-align:justify;}
  .formbox .form-control {
      border-radius: 0;
      margin-bottom: 7px;
      height: 44px; border-bottom:1px solid #000; border:0;
  }
  .formbox input[type=text], .formbox input[type=email]  {
      border-radius: 0;
      color: #000;
      border: 0;
      padding: 6px;
      font-size: 16px;
      border-bottom: 1px solid #fff;
  }
  input[type=text].input-field::-webkit-input-placeholder { color:#000 !Important;}
  .formbox input[type=button] {
      width: 30%;
      border-radius: 0;
      color: #fff;
      border: 0;
      font-family:var(--Din_medium);
      padding: 10px;
      font-size: 14px;
      background: #bd9234;
      letter-spacing: 1px; cursor:pointer;
  }
  .formbox .project_logo{
      max-width: 200px;
  }
  
  .formbox h2 {
      font-size: 20px;
      text-align: center;
      letter-spacing:1px;
      /* background-color: #69b145; */
      padding: 10px 0;
      color: #bd9234;
      font-weight:600;
      margin: 0;
      text-transform: uppercase;
  }
  .formbox h2 span{ font-size:16px; display:block; padding: 0 0 5px;}
  .formbox h3 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #141414;
    margin: 26px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .formbox h4 {
      font-size: 20px;
      text-align: center;
      letter-spacing: 1.5px;
      background-color: #fff;
      padding: 10px;
      color: #333;
      font-weight: 600;
      margin-top:10px;
  }
  .banner-offer img {
      width: 69%;
  }
  .formbox b {
      letter-spacing: .5px;
      font-size: 18px;
      font-weight: normal;
      font-family: var(--Din_medium);
      text-align: right;
      float: right;
      padding: 7px 0 0;
      color: #fff;
  }
  .formbox b a { color: #000;}
  .formbox b a:hover {text-decoration:none;}
  .formbox .fieldRow {
      float: left;
      padding: 0 0 10px;
      width: 100%; margin-bottom:10px; 
  }
  .billionaire-logo {margin:-129px auto 0; border-radius: 42px 42px 0 0;}
  .formbox .fieldRow ul { margin:0; padding:0;}
  .formbox .fieldRow ul li{ list-style:none; float:left; margin-right:10px;}
  .formbox .fieldRow ul li label { margin-right:5px;}
  .formbox .fieldRow ul li label input {}
   
  .formbox2 { padding:30px;}
  .formbox2 h1 {
     text-align: center;
  font-size: 22px;
  color:
  #000;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  }
  .formbox2 .form-control {
      border-radius: 0;
      margin-bottom: 7px;
      height: 44px; border-bottom:1px solid #000; border:0;
  }
  .formbox2 input[type=text] {  border-radius:0; color:#000;  border:0; padding:8px; font-size:16px; /* background:transparent; */ border-bottom:1px solid #ccc; }
  .formbox2 input[type=button] { width:40%; border-radius:0; color:#fff;  border:0; padding:8px; font-size:16px; background:#bd9235; cursor: pointer;}
  .formbox2 h2 {
      font-size: 16px;
      text-align: center;
      letter-spacing: 1px;
      /* background-color: #69b145; */
      padding: 5px 0;
      color: #000; font-weight:500;
      margin: 0;text-transform: uppercase;
  }
  .formbox2 h2 span{ font-size:14px; display:block;}
  .formbox2 h3 {
      font-size: 18px;
      text-align: center;
      letter-spacing: 1.5px;
     /*  background-color: #69b145; */
      padding: 5px 0; font-weight:500;
      color: #000;
      margin: 0;
  }
  .formbox2 h4 {
      font-size: 18px;
      text-align: center;
      letter-spacing: 1.5px;
      /* background-color: #bd9133; */
      padding: 5px 0;
      color: #000; font-weight:500;
      margin: 5px 0;
  }
  .formbox2 b {
      letter-spacing: 1.5px;
      font-size: 18px;
      text-align: right;
      float: right;
      padding: 7px 0 0;
      color: #fff;
  }
  .formbox2 b a{
  color: #000;
      }
  input[type=text].input-field::-webkit-input-placeholder { color:#fff;}
  .modal-content { background: #f6f3e3;}
  .input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin: 10px auto;
  }
  .frmbtn {
      margin-top:25px; cursor:pointer;
  }
  .input-container .fa { font-size:18px;}
  .icon {
    padding: 10px;
    border-top-color: #bd9467;
      border-right-color: #bd9467;
      border:2px solid #bd9467;
     
    min-width: 50px;
    text-align: center;
  }
  
  .input-field {
    width: 100%;
    padding: 7px;
    outline: none;
  }
  
  .input-field:focus {
    border: 2px solid dodgerblue;
  }
  .banner-offer p {
      background: #50a07c;
      color: #fff;
      text-align: center;
      padding: 10px;
      text-transform: uppercase;
      font-size: 27px;
  }
  .banner-offer {
      position: absolute;
      top: 52%;
      left: 0%;
      padding: 0;
      height:auto!important;
      /* background-color: #fff; */
  }
  

  
  .slider #demo .price-banner {
      background-color: rgba(255,255,255,0.8);
      padding: 10px 0;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
     
      height:auto;
  }
  
  .banner-offer h5 {
      font-size:40px;
      text-align: center;
      letter-spacing: 1px;
      padding: 10px 0px;
      color: 
  #fff;
  font-weight: 600;
  margin: 0;
  line-height: 25px;
  background:#851f83cf;
  }
  .banner-offer h5 span {
      display: block;
      color: 
      #fff;
      font-size: 20px;
      padding-top: 10px;
      line-height: 28px;
  }
  .banner-offer h5 span a { color:#fff;}
  .price-banner .flex-wrp {
      align-items: baseline !important;
  }
  
  .price-banner .wrapper {
      /* max-width: 870px; */
      width: 100%;
      margin: 0 auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  .payment{
      position: absolute;
      width: 470px;
      bottom: 105px;
      z-index: 2;
      left:22px;
      padding: 20px;
          background-color:#bd9234;
  }
  
  .ame{
          position: relative;
          margin-bottom:25px;
  }
  
  .ame h6{
              position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0,0,0,0.7);
      color: #fff;
      padding: 5px;
      width: 88%;
      text-align: center;
      letter-spacing: 0.5px;
      font-weight: 600;
      margin-left: 15px;
      font-size: 14px;
      margin-right: 15px;
  }
  
  
  .price-banner p {
    padding: inherit;
    color: #000;
    font-size: 14px;
    font-family: var(--Din_regular);
    letter-spacing: 0.5px;
    margin: 0 30px 0 0;
  
  }
  .flex-wrp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  
  
  .launching{
      position: absolute;
  bottom: 19%;
  width: 602px;
  left: 0;
  }
  
  .launching img{
      
  }
  
  .price-banner p strong {
      display: block;
      letter-spacing: 0.5px;
      font-weight: normal;
      font-family: var(--Din_medium);
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 700;
  }
  
  
  .launching2 {
      display:none;
  }
  .about.amenities{
      padding: 0px;
  }
  .about { padding:50px 0;  }
  .about p {text-align:justify; line-height:23px; font-size:16px; letter-spacing:0.5px;}
  .about b { font-size:20px; letter-spacing:2px; font-weight:600; color:#000;text-transform: uppercase;}
  #gallery2{ color:#000;}
  .amenity_carousel{
      display:flex;
  }
  .carousel-indicators2 {
      position: relative;
      padding: 40px 25px;
      left: 0;
      top: 0;
      bottom: 0;
      background: #f6f2e3;
      /* background: #f6f2e3; */
      right: 0;
      z-index: 99;
      max-width: 400px;
      flex: 0 0 auto;
      margin: 0;
      width: 100%;
      margin-right: 4px;
  }
  .carousel-indicators2 .btn-gold {
    
      background-color: #bd9234;
      border-radius: 0;
      color: #ffffff;
      padding: 10px 25px;
      margin-top: 10px;
  } 
  .carousel-indicators2 .btn-gold a{ color:#fff; font-weight: 600;}
  .carousel-indicators2 .btn-gold a:hover {text-decoration:none;} 
  .carousel-indicators2 h1{ font-size:24px; line-height: 1.2em; font-weight:600; letter-spacing:1.5px; position:relative;}
  .amenity_carousel .carousel-inner div{
      height: 100%;
  }
  
  .sectionTitle span.icon {
      display: block;
      height: 56px;
      position: relative;
      width: 56px;
       display: inline-block;
      float: left;
  } 
  .sectionTitle h1{
      margin-left: 75px;
      padding: 0px 0 3px;
      font-size: 24px;
      line-height: 1.2em;
      font-weight: 600;
      letter-spacing: 1.5px;
      position: relative; color:#000;text-transform: uppercase;
      margin-bottom: 20px;
  }
  .sectionTitle h1 .location{
    color: #bd9234;
    font-size: 18px;
    display: block;
  }
  .sectionTitle span.icon:before {
      border-top-color: #fbda39db;
      border-right-color: #fbda39db;
      top: 0;
      right: 0;
  }
  .carousel-indicators2 h1 .fa { position:absolute; font-size:80px;}
  .carousel-indicators2 h1  span {
    color: #fff;
  
      display: block;
  }
  .carousel-indicators2 .carousel-control-prev {
      bottom: 40px;
      top: auto;
      left: auto;
      right: 54px;
  }
  .carousel-indicators2 .carousel-control-next {
      bottom: 40px;
      top: auto;
  }
  .carousel-indicators2 .fa { font-size:30px; color:#bc9134;}
  .carousel-inner .carousel-item img {width:100%;height:100%; object-fit: cover; }
  .propertyPrice {
      padding: 20px 0 0 0;
      margin: 40px auto 50px;
      padding-top: 0;
      position: relative;
  }
  .propertyPrice .owl-stage{display: flex; flex-wrap: wrap; padding-top: 100px;justify-content: center;}
  .propertyPrice .owl-item{margin:10px!important;max-width: calc(40% - 20px);flex: 0 0 calc(40% - 20px);}
  .propertyPrice .sectionTitle.active span.before-block, .page-about-us-about-management span.before-block {
      display: inline-block;
      background-color: #f6f3e3;
      position: absolute;
      width: 500px;
      left: 0;
      top: -40px;
      height: 100%;
      z-index: -9;
      padding: 70px 0;
  }
  .pricebc {
      position: absolute;
      left: 0;
     /* background-image: linear-gradient(#bd9234, #bd9234d1);*/
      padding: 43px 0px 20px 182px;
      background: #f6f3e3;
  }
  
  }
  .owl-stage {
      /* position: absolute; */
      -ms-touch-action: pan-Y;
      touch-action: manipulation;
      -moz-backface-visibility: hidden;
      top: 29px;
      margin-left: 100px;
  }
  
  .owl-stage .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      margin-right: 20px;
     margin-top: 115px;
  }
  
  .owl-stage .owl-item .slide {
      float: left;
      padding: 5px;
      width: 100%;
      height: 100%;
  }
  
  .owl-stage .owl-item .slide .box {
      background-color: #fff;
      -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
      float: left;
      /* padding: 20px; */
      position: relative;
      width: 100%;
      /* max-height: 240px; */
      border: 1px solid #bd9234;
      background: #f7f4e7;
      height: 100%;
  }
  .propertyPrice .slide .box ul{margin:0;padding: 20px 20px 0px 20px;/* border: 2px solid #bd9234; */background: #f7f4e7;}
  .propertyPrice .slide .box ul li {
      color: #bd9234;
      font-family: "DIN-Regular";
      font-size: 16px;
      padding: 0 0 5px;
      width: 100%;
      margin-right: 5px;
      list-style: none;
  }
  .propertyPrice .slide .box ul li:last-child{
    padding: 12px 15px;
    margin: 12px auto;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    border: 1px solid #bd9234;
    color: #ffffff;
    background: #bd9234;
    } 
  .propertyPrice .slide .box ul li:last-child a {
      /* color: #bd9234; */
      text-align: center;
      font-weight: 400;
      text-decoration: none;
      }

  
  
  .propertyPrice .slide .box ul li span {
      color: #000;
      display: block;
      font-family: "DIN-Medium";
     
      font-size: 16px;
      padding: 7px 0 0;
  }
  .clear{ clear:both;}
  .life { position:relative; margin:80px auto 0;}
  .lifebg { position:absolute; background: #f6f3e3; bottom:0; left:0; right:0; height:200px; z-index:-9;}
  #lifeslider { margin-top:50px;}
  #lifeslider .fa { font-size:35px; color:#fff;}
  
  #lifeslider .carousel-control-next, .carousel-control-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50px;
      color: #fff;
      text-align: center;
      opacity: .5;
      transition: opacity .15s ease;
  }
  #lifeslider .carousel-inner .carousel-item h2 {
      position: absolute;
      left: 0;
      right: 0;
      font-size: 18px;
      letter-spacing: 1.5px;
      bottom: 0;
       background: #f6f3e3;
      padding: 15px 0;
      text-align: center; color:#000;
      font-weight: 600; margin:0;
      text-transform: uppercase;
  }
  .life ul{padding-left: 15px;}
  .life ul li{ margin:1px auto;}
  .life ul li span {
      padding: 0 10px;
      background: #bd9234;
      display: inline-block;
      float: right;
      width: 80px;
      color: #fff;
  }
  .life ul li {
   
  font-size:15px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 5px;
  }
  .ourservice { position:relative; margin:80px auto;}
   
  /******************* Accordion Demo - 6 *****************/
  #accordion6 .panel{
      border: 1px solid #bf6026;
      border-radius: 0;
      box-shadow: none;
      margin-left: 50px;
      margin-bottom: 12px;
  }
   
  #accordion6 .panel-heading{
      padding: 0;
      background: #fff;
      position: relative;
  }
  #accordion6 .panel-heading:before,
  #accordion6 .panel-heading:after{
      content: "";
      border-right: 8px solid #bf6026;
      border-bottom: 8px solid transparent;
      border-top: 8px solid transparent;
      position: absolute;
      top: 12px;
      left: -9px;
  }
  #accordion6 .panel-heading:after{
      border-right: 7px solid #fff;
      border-bottom: 7px solid transparent;
      border-top: 7px solid transparent;
      position: absolute;
      top: 13px;
      left: -6px;
  }
  #accordion6 .panel-title a{
      display: block;
      padding: 3px 20px 3px 20px;
      border: none;
      font-size: 20px;
      font-weight: 400;
      color: #bf6026;
      position: relative;
      background: #f1f1f2;
  }
  #accordion6 .panel-title a:before,
  #accordion6 .panel-title a.collapsed:before{
      content: "\f068";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 15px;
      color: #bf6026;
      text-align: center;
      border: 1px solid #bf6026;
      position: absolute;
      top: 0;
      left: -50px;
      transition: all 0.5s ease 0s;
  }
  #accordion6 .panel-title a.collapsed:before{ content: "\f067"; }
  #accordion6 .panel-body{
      padding: 0 15px 15px;
      border: none;
      font-size: 14px;
      color: #807e7e;
      line-height: 28px;
  }
  #accordion6 .panel-body p{ margin-bottom: 0; }
  
  /******************* Accordion Demo - 5 *****************/
  #accordion5 .panel{
      border: none;
      border-radius: 0;
      box-shadow: none;
     margin: 0 0 20px 28px;
  }
  #accordion5 .panel-title a{
      display: block;
      padding: 10px 20px 10px 60px;
      background: #bd9234;
      border-radius: 30px;
      border: 2px solid #bd9234;
      font-size: 20px;
      font-weight:400;
      color: #fff;
      position: relative;
  }
  #accordion5 .panel-title a.collapsed{
      border: 2px solid #bd9234;
      background: #fff;
      color: #000;
      text-transform: uppercase;
  }
  #accordion5 .panel-title a.collapsed:hover { text-decoration:none;}
  #accordion5 .panel-title a:before,
  #accordion5 .panel-title a.collapsed:before{
      content: "\f068";
      font-family: "fontawesome";
      font-weight: normal;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 50%;
      background: #bd9234;
      font-size: 18px;
      color: #fff;
      text-align: center;
      border-right: 3px solid #fff;
      position: absolute;
      top: -10px;
      left: -30px;
      z-index: 1;
      transition: all 0.3s ease 0s;
  }
  #accordion5 .panel-title a.collapsed:before{
      content: "\f067";
      font-family: 'fontawesome';
      font-weight: normal;
      background-image: linear-gradient(#bd9234, #bd9234d1);
      border: none;
  }
  #accordion5 .panel-body{
      padding: 10px 15px 0;
      margin: 0 0 0 30px;
      border: none;
      font-size: 14px;
      color: #333;
      line-height: 28px;
      position: relative;
  }
  #accordion5 .panel-body p img { margin:0 auto; display:block;}
  #accordion5 .panel-body:before{
      content: "";
      display: block;
      width: 5px;
      height: 98%;
      background: #bd9234;
      position: absolute;
      top: 0;
      left: -30px;
  }
  #accordion5 .panel-body:after{
      content: "";
      border-top: 20px solid #bd9234;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      position: absolute;
      bottom: 0;
      left: -48px;
  }
  .salient-features {
      margin: 20px 0px 50px;
  }
  .salient-features ul {
      margin: 0 0 0 10px;
      padding: 0;
  }
  .salient-features ul li{ list-style:square; letter-spacing:1px; font-size:15px; font-weight:600; line-height:24px;}
  
  /******************* Accordion Demo - 4 *****************/
  #accordion4 .panel{
      border: none;
      border-radius: 0;
      box-shadow: none;
      margin: 0 0 10px;
      overflow: hidden;
      position: relative;
  }
  #accordion4 .panel-heading{
      padding: 0;
      border: none;
      border-radius: 0;
      margin-bottom: 10px;
      z-index: 1;
      position: relative;
  }
  #accordion4 .panel-heading:before,
  #accordion4 .panel-heading:after{
      content: "";
      width: 50%;
      height: 20%;
      box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
      position: absolute;
      bottom: 15px;
      left: 10px;
      transform: rotate(-3deg);
      z-index: -1;
  }
  #accordion4 .panel-heading:after{
      left: auto;
      right: 10px;
      transform: rotate(3deg);
  }
  h4.panel-title{margin:10px 0px !important;}
  h4.panel-title a{text-decoration: none;}
  #accordion4 .panel-title a{
      display: block;
      padding: 15px 70px 15px 70px;
      margin: 0;
      background: #fff;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #d11149;
      border-radius: 0;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
      position: relative;
  }
  #accordion4 .panel-title a:before,
  #accordion4 .panel-title a.collapsed:before{
      content: "\f106";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 55px;
      height: 100%;
      text-align: center;
      line-height: 50px;
      border-left: 2px solid #D11149;
      position: absolute;
      top: 0;
      right: 0;
  }
  #accordion4 .panel-title a.collapsed:before{ content: "\f107"; }
  #accordion4 .panel-title a .icon{
      display: inline-block;
      width: 55px;
      height: 100%;
      border-right: 2px solid #d11149;
      font-size: 20px;
      color: rgba(0,0,0,0.7);
      line-height: 50px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
  }
  #accordion4 .panel-body{
      padding: 10px 15px;
      margin: 0 0 20px;
      border-bottom: 3px solid #d11149;
      border-top: none;
      background: #fff;
      font-size: 15px;
      color: #333;
      line-height: 27px;
  }
  
  .footer {
      background: #000;
      padding: 20px 0;
      display: flex;
      justify-content: flex-end;
      margin-top:20px;
  }
  .footer h2 {
     text-align: left;
  font-size: 15px;
  color:
  #bd9234;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  }
  .footer h2 span{ font-size:12px; color:#fff; }
  .footermenu {
      margin: 0;
      padding: 0;
      width: 100%;
       
      display: flex;
      display: flex;
      justify-content: end;
  }
  .footermenu li {
      list-style: none; 
      float: left; font-size:16px; letter-spacing:1px;
      padding: 5px 15px; color:#fff; margin-top:0px;
  }
  .footermenu li a{ color:#fff;}
  .footermenu li a:hover { text-decoration:none;}
  .footer p { color:#fff; font-size:14px; text-align:center; letter-spacing:1px; margin:0;}
  .footer p  a {color:#fff;}
  
  .footer hr {
      margin-top: 10px;
      margin-bottom:10px;
      border: 0;
      border-top: 1px solid #fff;
  }
  
  .slider #demo{
      flex: 0 0 auto;
      max-width: 76%;
      width: 100%;

  }
  
  .slider #demo div{
      height: 100%;
  }
  
  .slider .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 60px;
      left: 0;
      z-index: 15;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: flex-start;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 20px;
      list-style: none;
  }
  .slider .carousel-indicators li {
      box-sizing: content-box;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: .5;
      transition: opacity .6s ease;
  }
  .slider .carousel-indicators li.active{opacity:1;}
  
  .mobile-section {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      
      display: none;
  }
  
  
   
   
  
  /*********************** Demo - 21 *******************/
  .box21{text-align:center;position:relative; margin-bottom:20px; padding:20px 20px;}
  .box21:after,.box21:before{content:"";width:2px;height:2px;border-radius:50%;background:rgba(187, 143, 64, .5);position:absolute;top:50%;left:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
  .box21:hover:after,.box21:hover:before{-webkit-transform:scale(400);-moz-transform:scale(400);-ms-transform:scale(400);-o-transform:scale(400);transform:scale(400)}
  .box21:before{-o-transition:all .5s linear .3s;-moz-transition:all .5s linear .3s;-ms-transition:all .5s linear .3s;-webkit-transition:all .5s linear .3s;transition:all .5s linear .3s}
  .box21:hover:before{-moz-transition-delay:0s;-webkit-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}
  .box21:after{-o-transition:all .5s linear .6s;-moz-transition:all .5s linear .6s;-ms-transition:all .5s linear .6s;-webkit-transition:all .5s linear .6s;transition:all .5s linear .6s}
  .box21:hover:after{-moz-transition-delay:.2s;-webkit-transition-delay:.2s;-o-transition-delay:.2s;-ms-transition-delay:.2s;transition-delay:.2s}
  .box21 img{width:120px;height:auto; margin-bottom:30px; height:90px;}
  .box21 h2 { font-weight:600; text-align:center; margin:0 0 30px; padding:0; font-size:20px;}
  .box21 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;background:0 0;color:#fff;padding-top:25px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-ms-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;transition:all .3s linear 0s;z-index:1}
  .box21:hover .box-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-transition-delay:.4s;-webkit-transition-delay:.4s;-o-transition-delay:.4s;-ms-transition-delay:.4s;transition-delay:.4s}
  .box21 .title{font-size:21px;font-weight:700;text-transform:uppercase;border-bottom:1px solid #fff;padding-bottom:20px;margin-top:20px}
  .box21 .description {
      font-size: 16px;
      font-style: normal;
      padding: 0 10px;
      margin: 15px 0;
  }
  .box21 .read-more{display:block;width:120px;background:#000;border-radius:5px;font-size:14px;color:#fff;text-transform:capitalize;padding:10px 0;margin:0 auto}
  
  #overview{
       /* background-image: url("../images/leaf-leaves-vector-green-fresh.png"); */
       width:100%;
       background-repeat: no-repeat;
  
  }
  .box{
      /* background-image: url("../images/leaf-1.png"); */
       width:100%;
      
       background-repeat: no-repeat;
      background-position: bottom left;
  }
  h4.animate-heading {
      font-size: 21px;
      animation: bigtext 1s linear infinite;
      transform: scale(0.9);
      font-weight: normal;
      font-family: var(--Din_medium);
      color: #fff;
      background-color: #236836;
  }
  @keyframes bigtext{
      0%{transform: scale(0.9);}
      50%{transform: scale(1);}
      100%{transform: scale(0.9);}
  }
  .animate-heading-2 {
      animation: atext 1s linear infinite;
      transform: scale(0.9);
  }
  @keyframes atext{
      0%{transform: scale(0.9);}
      50%{transform: scale(1);}
      100%{transform: scale(0.9);}
  }

  .more_inquire{padding: 120px 0;  background-size: cover; background-attachment: fixed; background-repeat: no-repeat; color: #fff; text-align: center;position: relative;}
.more_inquire::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: 1;
}
.more_inquire .content{
    position: relative;
    z-index: 2;
}

.btn-outline{
  
    padding: 10px 15px;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    background: #c2a972;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;

}
.decision_corner .btn-outline {color: #fff; font-size: 14px;}


.decision_corner{padding: 50px 0; background-image: linear-gradient(to bottom, #f9f5ef, #f6f3e3); text-align: center;}
.decision_corner img {
            width: 80%;
        }
        .decision_corner{
            .Heading {
                font-size: 34px;
                margin-bottom: 8px;
                font-weight: 600;
            }
            .sub_heading {
                    font-size: 20px;
                    font-weight: 600;
                    margin-bottom: 15px;
                }
 .title {
                        font-size: 17px;
                        margin-bottom: 8px;
                        display: block;
                        font-weight: 600;
                        color: #353535;
                    }
                    & .boxes {
                        &:first-child {
                            border-right: 1px solid #aa8b6c;
                        }
                    }
                        .boxes {
                            padding: 0 15px;
                        }
                }
                .btn-outline {
                    background: #bd9235;
                    border: 1px solid #bd9235;
                    color: #ffffff;
                    border-radius: 0px;
                    padding: 10px 25px;
                }
                .btn-outline {
                    &:hover {
                        background: #bd9235;
                        color: #fff;
                    }
                }
                .btn.focus, .btn:focus {
                    outline: 0;
                    box-shadow: none;
                }

                .desktop-whatsapp {
                    position: fixed;
                    bottom: 34px;
                    right: -6px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    z-index: 999;
                }
                .desktop-whatsapp img {
                    width: 50px;
                }
                .formbox .projectlogo{
                    width: 60%;
                }
                i.fa.fa-edit {
                    color: #bd9234;
                    font-size: 30px;
                    margin-right: 4px;
                
                }

               .wrapper  {
                    padding: 0px 14px ;
                }

                .Page.navigation{
                    position: absolute;
                    bottom: 24px;
                    right: 11%;
                }
                
.carousel-indicators-numbers {
    li {
      text-indent: 0;
      margin: 0 6px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #000;
      background-color: #f6f3e3;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #bd9234;  
        display: flex;
        justify-content: center;
        align-items: center;      
      }
    }
}

.owlCustomWrap{
    display: inline-block;
}
.indi{
    position: absolute;
    bottom: 2%;
    left: -7% !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    z-index: 999;
    width: 200px;
}
.carousel-indicators-numbers {
    & li {
        &.active, &:hover {
            margin: 0 6px;
            padding: 12px;
            width: 30px;
            height: 30px;
            background-color: #bd9234;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
}

.carousel-control-next {
    right: 12px;
}
.carousel-indicators {
    background: #f6f2e3;
}
       

.amenity_carousel{
    position: relative;
}

.amenity_carousel .fa{
    color: #bd9234;
}
.amenity-arrow{
    position: absolute;
    bottom: 8%;
    left: 4% !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    z-index: 999;
    font-size: 36px;
}
  
  @media only screen and (max-width:990px){.box21{margin-bottom:30px}
  }
  @media only screen and (max-width:479px){.box21 .box-content{padding-top:0}
  .ame{
          position: relative;
          margin-bottom:25px;
  }
  .zopim{
          display:none !important;
      }
  .ame h6{
      width: 90%;
      
  }
  .payment {
      position: absolute;
      width: 50%;
      bottom: 15px;
      z-index: 2;
      /* left: 22px; */
      padding: 20px;
      background-color: #bd9234;
  }
  .footer {
      background: #000;
      padding: 20px 0;
      display: flex;
      justify-content: flex-end;
       margin-top:0px;
  }
  .resp-mrng img{
      margin-bottom:15px;
  }
  }
  @media only screen and (max-width:359px){.box21 .title{padding-bottom:10px}
  
  .ame h6{
      width: 88%;
  }
  }
  @media (max-width:1600px){
    .formbox {
        max-width: 26%;
    }
    .slider #demo {
        max-width: 74%; 
    }
    .top .logo {
        max-width: 126px;
    }
      .formbox h1 {
      text-align: center;
      font-size: 26px;
  }
  
      .input-container {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 10px auto;
  }
  
  }
   
   
   @media(min-width:1300px) and (max-width:1500px){
    .desktop-whatsapp {
    
        bottom: 10px;
       
    }
       .ame{
          position: relative;
          margin-bottom:25px;
  }
  
  .ame h6{
      width: 88%;
      
  }
   }
  @media(min-width:1500px) and (max-width:1920px){
  
  .formbox input[type=text] {
      border-radius: 0;
      color: #000;
      border: 0;
      padding: 8px;
      font-size: 16px;
      border-bottom: 1px solid #ccc;
      height: 50px;
  }
  #gallery2 {
       
  }
  #gallery2 ul{
       
  }
  #gallery2 ul li{
      line-height:35px;
  }
   
  } 
   
  .aminties-sec li {
      margin-top:5px;
      font-size: 16px;
      font-family: var(--Din_medium);
  }
  .salient-Project.Highlights h2 {
      font-size:22px;
      font-weight: 700;
  }
  
  .aminties-sec {
      padding-left: 15px;
      padding-top: 10px;
  }
  .resp-mrng {
      margin-bottom: 30px;
      position: relative;
  }
  .floor-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #333;
      padding: 2px 10px;
      color: #333;
      text-decoration: none;
  }
  .floor-btn:hover{
      text-decoration: none;
  
  }
  .salient-Project.Highlights {
      padding-bottom: 30px;
  }
  
  .panel-body h3 {
      font-weight: bold;
      font-size: 18px;
      margin: 0;
  }
  /* background:#bd9234;*/
  .zopim{left: 10px !important;
  right: unset !important;}
  
  
  
  
  
  .blink-soft {
    animation: blinker 2s linear infinite;
    color: #000000;
    font-weight: 500;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  
  
  
  
  .banner-offer .box {
      width: 478px;
      height: 320px;
      background-color: #fff;
      padding: 10px;
      margin-left: 5%;
      position: relative;
  }
  
  .banner-offer .content-box {
      width: 405px;
      height: 234px;
      border: 1px solid #000;
      display: block;
      margin: 0px auto;
      margin-top: 26px;
      text-align: center;
      background-color: #fff;
  }
  
  
  h4.paymentplan-heading {
      background-color: #fff;
      padding: 10px;
      position: absolute;
      display: block;
      margin: 0px auto;
      text-align: center;
      font-size: 32px;
      font-weight: 900;
      font-family: 'DIN-Medium';
      color: #5b5b5b;
      bottom: 9%;
      left: 27%;
      width: 35%;
  }
  
  h2.schme-heading {
      font-size: 18px;
      font-weight: 700;
      background-color: #fff;
      color: #5b5b5b;
      margin-top: 40px;
      text-transform: uppercase;
  }
  .content-box {
      width: 416px;
      height: 234px;
      border: 1px solid #000;
      display: block;
      margin: 0px auto;
      margin-top: 29px;
      text-align: center;
  }
  
  h4.rental-heading {
      font-size: 19px;
  }
  
  h4.semihome-heading {
      font-size: 18px;
      font-weight: 700;
      color: #5b5b5b;
      text-transform: uppercase;
  }
  
  h4.acrooms-heading {
      font-size: 16px;
  }
  /*
  .banner-offer img {
      position: absolute;
      width: 77%;
      left: 44%;
      top: 2%;
  }
  */
  
  .sectionTitle h1 span{
      display:block;
      color: #bd9234;
      font-family: var(--Din_medium);
      font-weight: normal;
  }

  div#onload .modal-dialog.modal-dialog-centered {
    max-width: 1047px;
}

div#onload .modal-body .col-lg-6 img {
    width: 100%;
}
  @media(max-width: 1280px){

    
    /* .desktop-whatsapp {
        bottom: 94px;
    } */
      .banner-helping img {
      position: absolute;
      bottom: 1%;
      width: 72%;
      left: 48%;
  }
  }
  @media(max-width:768px){
    .p_logo {
       
        margin: 10px 0;
    }
    .decision_corner
        .title {
            font-size: 12px;
            margin-bottom: 8px;
            display: block;
            font-weight: 600;
            color: #353535;
        }
    .whatsapp_icon .icons {
            position: fixed;
            z-index: 999;
            left: 0px;
            bottom: 26px;
        }
        .whatsapp_icon 
            .icons1 {
                left: auto;
                right: 16px;
            bottom: 34px;

            }
   
    .desktop-whatsapp img {
        width: 55px;
        border: 4px solid #fff;
        border-radius: 50%;
    }

    .more_inquire{padding: 100px 0;
        .heading{font-size: 22px; margin-bottom: 18px; }
        .sub_heading {
            font-size: 18px;
        }
    }
      .modal-content img.center-block {
      width: 102%;
  }
  
      .content-box {
      width: 100%;
      height: 234px;
  }
  
  h4.paymentplan-heading {
      font-size: 26px;
      margin-top: -73px;
  }
  
  .content-box {
      width: 100%;
      height: 219px;
  }
  
  /*
  .banner-offer img {
      position: absolute;
      top: 0%;
      width: 72%;
      left: 14%;
  }
  */
  
  
  .banner-offer .box {
      width:100%;
      height: 300px;
      background-color: #fff;
      /* padding: 10px; */
      margin-left:0%;
      margin-bottom: 0px;
  }
  }
  
  
  .banner-helping {
      position: absolute;
      top: 17%;
  }
  
  img.img-fluid.payment-banner {
      position: absolute;
      top: -1%;
      left: 26%;
      width: 47%;
  }
  
  
  @media(max-width: 768px){
    @media (max-width: 767px) {
        .carousel {        width: 100%;
            position: relative !important;
        }
    }
    .decision_corner {
        .content_div{padding: 0;}
        .Heading {font-size: 22px;}
        .sub_heading {font-size: 14px;}        
    }
  
  .banner-offer .box {
      width: 100%;
      margin-left: 0%;
  }
  img.img-fluid.payment-banner {
      position: absolute;
      top: -14%;
      left: 18%;
      width: 65%;
  }
  h4.paymentplan-heading {
      font-size: 26px;
      margin-top: -73px;
      margin-top: -8%;
      padding: 10px;
      width: 50%;
      margin-left: 27%;
      background-color: #fff;
      position: absolute;
  }
  
  .banner-offer .content-box {
      width: 100%;
      position: relative;
  }
  }
  .aminitest-sec ul {
      margin-top: 10px;
  }
  
  
  
  @media (min-width: 1500px) and (max-width: 1920px){
  img.img-fluid.payment-banner {
      position: absolute;
      top: 0px;
      left: 21%!important;
      width: 60%!important;
  }
  .banner-offer .content-box {
      width: 413px;
  }
  .banner-offer {
      padding: 10px;
  }
  }
  
  
  img.img-fluid.payment-content {
      position: absolute;
      left: 7%;
      top: 26%;
      width: 85%;
  }
   
  @media(max-width: 1600px){
     .banner-offer img {
      width: 60%;
  } 
  .amenity-arrow {
    position: absolute;
    bottom: 12%;
    left: 11% !important;
   
}
  }
  @media(max-width: 1450px){
      .banner-offer img {
      width: 55%;
  }

  .amenity-arrow {
    position: absolute;
    bottom: 12%;
    left: 12% !important;
}
.indi {
    position: absolute;
    bottom: 3%;
    left: -3% !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    z-index: 999;
    width: 200px;
}
  }
  
  @media(min-width: 1500px) and (max-width: 1800px){
      h4.paymentplan-heading {
      left: 33%;
      width: 41%;
  }
  }
  
  
  @media(max-width:1500px){
      .formbox{
          padding: 20px 40px;
      }
  
      .formbox .project_logo{
          max-width: 150px;
      }
  
      .formbox h1 span{
          line-height: initial;
      }
  
      .formbox h2{
          font-size: 16px;
          margin-top: 5px;
      }
  
      .formbox h4{
          font-size: 18px;
          margin-top: 0;
      }
  
      .formbox .payment_plan{
          font-size: 14px;
          font-weight: 400;
      }
  
      .formbox h3{
        margin: 18px 0;
        font-size: 18px;
      }
  
      .formbox input[type=button]{
          font-size: 12px;
      }
  }
  
  @media(max-width:1400px){
    .amenity-arrow {
        position: absolute;
        bottom: 8%;
        left: 12% !important;
    }
    .indi {
        position: absolute;
        bottom: 3%;
        left: -4% !important;
       
    }
    .wrapper {
        padding: 8px;
    }
    .price-banner p strong {
      
        font-size: 15px;
    }
    .indi {
        position: absolute;
        bottom: -2%;
    }
    .carousel-indicators2 .carousel-control-next {
        bottom: 18px;
     
    }
      .menu li a{
          font-size: 14px;
      }
  
      .banner-offer {
          position: absolute;
          top: 55%;
          left: 0%;
          padding: 0;
          /* background-color: #fff; */
      }
          .banner-offer img {
          width: 47%;
      }
          h4.paymentplan-heading {
          bottom: 7%;
          left: 32%;
          width: 52%;
      }
      img.img-fluid.payment-banner {
          position: absolute;
          top: -1%;
          left: 21%;
          width: 57%;
      }
      img.img-fluid.payment-content {
          position: absolute;
          left: 8%;
          top: 25%;
          width: 85%;
      }
      .formbox{
          padding: 15px 30px;
      }
  
      .formbox .project_logo{
          max-width: 130px;
      }
      .formbox h2{
          padding: 10px 0;
      }
   
      .frmbtn{margin-top:15px;}
      .formbox h4{
          font-size: 16px;
      }
      .desktop-whatsapp {
        bottom: 75px;
    }
    .formbox {
        padding: 0px 30px;
    }
    .top {
        padding: 10px 0;
    }
    .desktop-whatsapp {
        bottom: -5px;
        right: -12px;  
    }
    .desktop-whatsapp img {
        width: 38px;
    }
  }
  
  
  @media(max-width: 1280px){
    .amenity-arrow {
        position: absolute;
        bottom: 9%;
        left: 14% !important;
    }
    .price-banner p strong {
        font-size: 13px;
    }
    .indi {
     
        left: -3% !important;
    }
      .banner-offer img {
      width: 43%;
  }
      .banner-offer .content-box {
      width: 405px;
  }
  h4.paymentplan-heading {
      bottom: 8%;
      left: 35%;
      width: 52%;
  }
  img.img-fluid.payment-banner {
      position: absolute;
      top: -1%;
      left: 22%;
      width: 57%;
  }
  }
   
  @media (max-width:767px){
  
      .d_sm_none{display:none!important;}
      .d_sm_block{display:block!important;}
      #overview {
          background-image: url(../images/leaf-leaves-vector-green-fresh.png);
          width: 100%;
          background-repeat: no-repeat;
          background: none;
          margin-top: 25px;
      }
      
      .row.top img {
          width:74%;
          float: left;
      }
  
      .formbox2 input[type=button]{
          cursor: pointer;
      }
  
      .zopim{
          display:none !important;
      }
      
      .launching{
          display:none;
      }
      .launching2 {
          position: relative;
          top: 0;
          width: 100%;
          left: 0;
          display:none;
      }
  
      .launching2 img{
          width:100%;
      }
      
      body {margin-bottom:30px;}  
      .mobile-section {
      background:#000;
      display:flex;
      }
      .modal-dialog {
          max-width: 500px;
          margin: 10px auto;
      }
      .menu {
          padding: 5px 0;
          background-image: linear-gradient(#bd9234, #bd9234d1);
      }
      
      .formbox2 input[type=button] {
          width: 28%;
          border-radius: 0;
          border: 0;
          padding: 8px;
          font-size: 16px;
      }
      .banner-offer h5 {
          font-size: 15px;
          text-align: center;
          letter-spacing: 1px;
          padding: 5px 0;
          color: #fff;
          font-weight: 600;
          margin: 0;
          background: #100f0f;
      }
      .slider #demo .banner-offer {
          height:auto;
          top: 2%;
      }
  
      .slider #demo .banner-offer img{
          width: 80px;
      }
  
      .formbox b a {
          color: #000;
          font-size: 20px;
      }
      .banner-offer h5 { border-radius:0;}
      .mobile-section .btn{ border-radius:0; border:0;} 
      .mobile-section .btn-success {
          background: #bd9234;
          width: 100%;
         font-size: 20px;
         padding: 10px 0px;
      }
      .mobile-section a .fa {
          display: inline-block;
          font-size: 16px;
          margin-bottom: 5px;
      }
      .mobile-section a  {
          width:49%;
      }
      .formbox {
          position:relative;
          right: 0;
          top: 0;
          padding: 15px 15px;
          bottom: 0;
          max-width: 100%;
          z-index: 99;
          left: 0;
      }   
      .frmbtn {
          margin-top: 5px;
          cursor: pointer;
      }
      .sectionTitle {
          text-align: center;
      }
      .sectionTitle span.icon {
          display: block;
          height: 56px;
          position: relative;
          width: 56px;
          display: inline-block;
          float: none; 
      }
      .sectionTitle h1 {
        margin-left: 0;
        padding: 0px 0 0px;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 600;
        letter-spacing: 1.5px;
        position: relative;
        margin-top: 16px;
    }
      .sectionTitle h1 b{
          display:inline;
          font-size: 20px;
          line-height: initial;
      }
      .about {
          padding: 15px 10px;
      }
      .about b {
          letter-spacing: 2px;
          font-weight: 600;
          text-align: center;
          display: block;
          font-size: 14px;
      }
      
      .sectionTitle h1 span {
          display: inline;
      }
      .formbox input[type=button] {
          width: 100%;
          border-radius: 0;
          color: #fff;
          border: 0;
          padding: 8px;
          font-size: 16px;
      }
      .formbox b {
          letter-spacing: 1.5px;
          font-size: 24px;
          text-align: center;
          float: none;
          padding: 7px 0 0;
          color: #000;
          display: block;
      }
      .price-banner {
          background-color: rgba(255, 255, 255, 0.8);
          padding: 20px 0;
          position: relative; display:none;
          width: 100%;
          bottom: 0;
          z-index: 2;
          padding: 12px 0;
      }
      .carousel-indicators2 ul { margin:0; padding:0 0 0 20px;}
      .carousel-indicators2 .btn-gold {
          
          border-radius: 0;
          color: #fff;
          padding: 10px 25px;
          margin-top: 30px;
      }
      .propertyPrice {
          padding: 20px 0 0 0;
          margin: 26px auto 0px;
          padding-top: 0;
          position: relative;
      }
      .price-banner .wrapper {
          /* max-width: 870px; */
          width: 100%;
          margin: 0 auto;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          display: block;
      }   
      .price-banner p {
          padding: 5px 0;
          font-size: 15px;
          font-family: "DIN-Regular";
          margin: 2px 0;
          text-align: center;
          width: 100%;
          border-bottom: 1px solid #ccc;
      }
      .carousel-indicators2 {
          position: relative;
          padding: 20px 25px 10px 25px;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          z-index: 99;
          width: 100%;
          margin: 0;
          max-width: 100%;
      }
      
      .carousel-indicators2 .carousel-control-prev {
          bottom: 80px;
          top: auto;
          left: 0;
          right: 0;
      }
  
      .pricebc {
          position: relative;
          left: 0;
      
          padding: 10px 0;
      }
      .owl-stage {
          /* position: absolute; */
          -ms-touch-action: pan-Y;
          touch-action: manipulation;
          -moz-backface-visibility: hidden;
          top: 29px;
          margin-left: 0;
      }
      .owl-stage .owl-item {
          position: relative;
          min-height: 1px;
          float: none;
          -webkit-backface-visibility: hidden;
          -webkit-tap-highlight-color: transparent;
          -webkit-touch-callout: none;
          margin-right: 0;
          margin-top: 0;
      }
      #accordion5 .panel {
          border: none;
          border-radius: 0;
          box-shadow: none;
          margin: 0 0 15px 30px;
      }
      .footermenu {
          margin: 0;
          padding: 0;
          width: 100%;
          
          display: block;
          
      }
      .owlCustomWrap { display:block;}
      .navbar-toggler {
          padding: .25rem .75rem;
          font-size: 1.25rem;
          line-height: 1;
          background-color: transparent;
          border-radius: .25rem;
          right: 15px;
          top: 18px;
          display: block;
          position: absolute;
          outline:none!important;
          border:none;
      }
      .salient-Project.Highlights h2 {
          text-align: left;
      }
  
      .navbar {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0;
      }
      .menurow {
          position: absolute;
          top: 69px;
          background: #bd9133;
          z-index: 999;
          border:none;
          left: 0;
          right: 0;
      }
      .menu li a {
          padding: 10px 15px;
          color: #fff !important;
          font-size: 16px;
          letter-spacing: 1px;
          text-align: center;
          text-transform: capitalize;
          position: relative;
          font-weight: 600;
          display: block;
          border-bottom: 1px dotted #000;
      }
      .slider .carousel-indicators {
          position: absolute;
          right: 0;
          bottom: -19px;
          left: 0;
          z-index: 15;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: flex-start;
          padding-left: 0;
          margin-right: 0;
          margin-left: 0;
          list-style: none;
      }
      .formbox2 {
          padding: 30px 5px;
          
      }
      
      .modal {
          position: fixed;
          top:10px;
          left: 0;
          z-index: 1050;
          display: none;
          width: 100%;
          height: 100%;
          overflow: hidden;
          outline: 0;
          margin: 0 !important;
      }
      #accordion5 .panel-title a {
          display: block;
          padding: 5px 20px 5px 30px;
          
      
          font-size: 16px; line-height:22px;
          font-weight: 400; letter-spacing:1px;
          color: #fff;
          position: relative;
      }
      h4.panel-title {
          margin: 30px 0px !important;
      }
      #accordion5 .panel-title a:before, #accordion5 .panel-title a.collapsed:before {
          width: 40px;
          height: 40px;
          line-height: 40px;
          border-radius: 50%;
          
          font-size: 13px;
          color: #fff;
          text-align: center;
          border-right: 3px solid #fff;
          position: absolute;
          top: -6px;
          left: -30px;
          z-index: 1;
          transition: all 0.3s ease 0s;
      }
      .Highlights h2 { font-size:15px; text-align:center; font-weight:600;}
      .footer h2 {
          text-align: center;
          font-size: 18px;
          font-weight: 900;
          letter-spacing: 3px;
          margin: 0;
          padding: 0;
      }
      /* .owl-stage .owl-item .slide .box { */
          /* background-color: #3781b4;} */
      .footer h2 span {
          font-size: 12px;
          color:
          #fff;
          margin-top: 10px;
          display: block;
      }
      #lifeslider .carousel-inner .carousel-item h2 {
          font-size: 14px;
          padding: 8px 0;
      }
      .propertyPrice .slide .box ul {
          margin: 0;
          padding: 0;
          text-align: center;
      }
      .propertyPrice .slide .box ul li:last-child a {
          text-align: center;
      }
      .propertyPrice .slide .box ul li span {
          color:#bd9234;
          display: block;
          font-family: "DIN-Medium";
          font-size: 17px;
          padding: 7px 0 0;
      }
      .propertyPrice .slide .box ul li {
          color: #000;
          font-family: "DIN-Regular";
          font-size: 16px;
          padding: 0 0 5px;
          width: 100%;
          margin-right: 5px;
          list-style: none;
      }
      .footermenu li {
          list-style: none;
          float: none;
          font-size: 16px;
          letter-spacing: 1px;
          padding: 5px 0px;
          color: #fff;
          text-align: center;
      }
      #lifeslider {
          margin-top:20px;
      }
      .life {
          position: relative;
          margin: 15px auto;
      }
      
      .lifebg {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: auto;
          z-index: -9;
      }
      .salient-features ul li {
          list-style: square;
          letter-spacing: 1px;
          font-size: 15px;
          font-weight: 600;
          line-height: 24px;
          text-align: justify;
      }
  
      .slider{
          display: unset;
      }
  
      .slider #demo{
          max-width: 100%;
      }
  
      .sectionTitle h1 .location {
        font-size: 13px;
        margin-top: 4px;
    }
  
      .amenity_carousel{
          display:unset;
      }
  
      .propertyPrice .owl-stage{
          padding-top: 10px;
      }
  
      .propertyPrice .owl-item{
          max-width: calc(100%);
          flex: 0 0 auto;
          width: 100%;
          margin: 0 0 10px !important;
      }
  } 
  @media (max-width: 767px) {
    .desktop-whatsapp img {
        width: 60px;
    }
    .price-banner {
        display: block;
        padding: 4px;
    }
    .slider #demo {
        max-width: 100%;
        /* height: 70vh; */
    }
  
    .price-banner p {
        padding: 0px 0;
        font-size: 14px;
        text-align: left;
    }
    .price-banner p strong {
        font-size: 14px;
    }
    .slider #demo .price-banner {
        padding: 12px 0px;
    
    }
    .btn-outline {
        padding: 6px 8px;
    }
    .wrapper {
        padding: 10px;
        text-align: center;
        background: #f6f2e3;
    }
    .key-points p {
        border-bottom: 1px dotted #999896;
        padding: 8px 6px;
        margin-bottom: 0px;
    }

    .slider #demo .price-banner {
        padding: 12px 0px;
        display: none;
    }

    .carousel-indicators2 .carousel-control-next {
        bottom: 10px;
        top: auto;
        right: 14px;
    }
    .carousel-indicators2 ul {
    
        display: none;
    }
    .carousel-indicators2 .btn-gold {

        display: none;
    }
    .d_sm_block.amenities-mobile-lower-block {
        background: #f6f2e3;
        margin-top: 20px;
        padding: 20px 10px;
    }
    .carousel-item  .btn-gold {
        background-color: #bd9234;
        border-radius: 0;
        color: #ffff;
        padding: 4px 14px;
        margin-top: 10px;
    }
    .carousel-item  .btn-gold a{
        color: #ffff;    
    }
  

    .amenity_carousel .carousel-inner div {
        height: auto;
    }
    .about p {
        text-align: justify;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: 0px;
        margin-bottom: 6px;
    }
    .decision_corner .btn-outline {
        font-size: 12px;
    }
  
    .carousel-indicators .active {
        background-color: #bd9234;
    }
    .indi {
        position: absolute;
        bottom: 0%;
        left: 52% !important;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        z-index: 999;
        width: 200px;
    }
    .carousel-indicators2 .carousel-control-next {
        bottom: 10px;
        right: -1px;
        bottom: -215%;
        background: #f6f2e3;
    }
    .amenities-mobile-lower-block h4{
        font-size: 20px;
        font-weight: 700;
    }
    .carousel-indicators {
        background: #f6f2e3;
        height: 50px;
        bottom: -11px;
    }
    .slider .carousel-indicators {
        display: none;
    }
    .carousel {
     
        width: 100%;
    }
    .amenity-arrow {
        position: absolute;
        bottom: 5%;
        left: 82% !important;
    }
}

@media (max-width: 670px) {
    .indi {
        left: 49% !important;
    }
    .amenity-arrow {
     
        bottom: 6%;
     
    }
}

@media (max-width: 590px) {
    .indi {
        left: 42% !important;
    }
}

@media (max-width: 500px) {
    .indi {
        left: 32% !important;
    }
    .amenity-arrow {
        bottom: 7%;
    }
}

@media (max-width: 414px) {
.carousel-indicators2 .carousel-control-next {
    right: -1px;
    bottom: -233%;
}
.indi {
    position: absolute;
    bottom: -1%;
    left: 25%!important ;
   
}
}

@media (max-width: 375px) {
    .carousel-indicators2 .carousel-control-next {
        right: -1px;
        bottom: -215%;
    }
    }


.more-section{
    background-image: url(../images/gallery/2.webp);
    -webkit-background-image: url(../images/gallery/2.webp);
    -moz-background-image: url(../images/gallery/2.webp);
    -o-background-image: url(../images/gallery/2.webp);
    -ms-background-image: url(../images/gallery/2.webp);
    background-repeat: no-repeat;
    background-attachment: unset;
}
.project-name{
  
        background: #bd9234;
        color: #fff;
        font-size: 20px;
        padding: 10px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 0px;

}
.project-location{
    text-align: center;
    /* border: 2px solid #bd9234; */
    margin: 0px;
    padding: 6px;
    background: #f1e7d1;
}
.propertyPrice a{
    color: #fff;

}
.highlights{
    padding: 80px 0px;
}