@font-face {
  font-family: "BegumSans-Regular";
  src: url("../fonts/BegumSans-Regular.otf");
  /* src: url('../fonts/CorporateS-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CorporateS-Regular.woff2') format('woff2'), url('../fonts/CorporateS-Regular.woff') format('woff'), url('../fonts/CorporateS-Regular.svg#CorporateS-Regular') format('svg'); */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

/* #1f3250 */

html,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  -webkit-font-smoothing: BegumSans-Regular;
  font-family: "BegumSans-Regular";
  color: #343434;
  overflow-x: hidden;
}

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

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

.pd0 {
  padding: 0 !important;
}

.container {
  max-width: 90%;
  margin: 0px auto;
  padding: 0 20px;
  width: 1350px;
}

.clearfix {
  clear: both;
}

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

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

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

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

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

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

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

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

.center-block {
  margin: 0 auto;
}

.col-1 {
  width: 8.333333333333333%;
}

.col-2 {
  width: 16.66666666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333333333%;
}

.col-8 {
  width: 66.66666666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333333%;
}

.col-11 {
  width: 91.66666666666667%;
}

.col-12 {
  width: 100%;
}

.col-12-5 {
  width: 20%;
}

.w70 {
  width: 70%;
}

.w30 {
  width: 30%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
}

.wrap {
  display: table;
  padding: 35px 0px;
}

.wrap1 {
  display: table;
  /* padding: 45px 0px 0px; */
}

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

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

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

.c-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

header {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 1px 1px 2px 1px;
  padding: 20px 0px;
  background-color: #fff;
  transition: ease all 0.5s;
}

/* .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
    height: 92vh;
} */
.number {
  margin: 10px 0px !important;
  text-align: center;
  font-size: 22px;
}

.logo-wrapper {
  position: absolute;
  left: 30px;
  top: -15px;
  padding: 0px;
  /* background-color: #fff; */
  /* height: 122px; */
  /* border-bottom: 5px solid #ffc20e; */
}

.section-padding {
  padding: 110px 0px;
}

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

.pull-left {
  /* background: #858585; */
  border-radius: 0px 0px 10px 10px;
  padding: 10px 5px;
}

.logo-wrapper>a,
.logo-wrapper>a>img {
  display: block;
  width: 120px !important;
  margin-top: -10px;
}

.logo-wrapper1>a,
.logo-wrapper1>a>img {
  display: block;
  width: 125px;
  margin-top: -2px;
}

.logo-right {
  width: 100px !important;
  display: block;
  margin-top: 0px;
}

.logo-left {
  width: 100px;
}

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

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

footer {
  width: 100%;
  line-height: 32px;
  background-color: #000000;
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

footer a {
  color: #fff;
  vertical-align: middle;
}

footer a img {
  vertical-align: middle;
}

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

.nav-wrapper {
  clear: right;
}

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

nav a {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  /*text-transform: capitalize;*/
  color: #000 !important;
  font-size: 18px;
  cursor: pointer;
  font-family: "BegumSans-Regular";
}

nav a.active {
  color: #cdab64;
}

nav a:hover {
  color: #cdab64;
}

.lh30 {
  line-height: 30px;
}

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

/*.home-slide1{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner1.jpg)*/

/*}*/

/*.home-slide2{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner2.jpg)*/

/*}*/

/*.home-slide3{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner3.jpg)*/

/*}*/

.section-title {
  font-size: 40px;
  /*margin-bottom: 20px;*/
  /* font-family: 'BegumSans-Regular'; */
  color: #1f3250;
  text-align: center;
  font-weight: 700;
}

.section-subtitle {
  font-size: 25px;
  margin-bottom: 50px;
  font-family: "BegumSans-Regular";
  text-align: center;
}

.section-subtitle12 {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: "BegumSans-Regular";
  text-align: center;
}

.section-subtitle:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 2px;
  width: 100%;
  /* background-color:  #1f3250; */
  bottom: -22px;
}

.fwbold {
  font-family: "BegumSans-Regular";
}

.section-subtitle-white {
  font-size: 25px;
  margin-bottom: 50px;
  font-family: "BegumSans-Regular";
}

.section-subtitle-white:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -22px;
}

.specs-subtitle-white {
  font-size: 18px;
  margin-bottom: 50px;
  font-family: "BegumSans-Regular";
}

.specs-subtitle-white:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -22px;
}

.specs-list li {
  list-style-type: none;
}

.specs-list li a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0px;
  display: block;
  position: relative;
}

.specs-list li a:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 20px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 10px;
}

.f28 {
  font-size: 28px;
  color: #fff;
}

.specs-list {
  padding-left: 15px;
  z-index: 99;
  width: 90%;
}

.specs-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 1px;
  height: 100%;
  z-index: -1;
}

.active-specs {
  background-color: #ffc20e;
  color: #000000 !important;
  margin-left: -15px;
  padding: 10px 15px !important;
  border-radius: 0px 20px 20px 0px;
  /*width: 250px;*/
}

.active-specs:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 20px;
  width: 0px !important;
  height: 0px !important;
  background: #000;
  border-radius: 10px;
}

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

.specs-tab {
  display: none;
}

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

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

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

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

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

.grey {
  color: #4d4e50;
}

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

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

.hi-icon-wrap {
  text-align: center;
}

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

section.grey {
  background-color: #E1D9D0;
}

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

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

.tagline {
  right: 15px;
  top: 290px;
  text-align: left;
  position: absolute;
}

.tagline-left {
  left: 15px;
  top: 260px;
  text-align: left;
  position: absolute;
}

.tagline-top {
  font-size: 60px;
  color: #fff;
  line-height: 54px;
  margin-bottom: 20px;
  font-family: "Exo2-SemiBold";
}

.tagline-bottom {
  font-size: 26px;
  color: #d2ac67;
  font-family: "Exo2-SemiBold";
}

.white {
  color: #fff;
}

.golden {
  color: #1f3250;
}

.banner-bottom-tagline {
  width: 100%;
  left: 0px;
  text-align: center;
  /*bottom: 0px;*/
  z-index: 99;
  background: #343434;
  padding: 10px 0px;
  font-size: 18px;
  font-family: "Exo2-SemiBold";
}

.banner-bottom-tagline>.col-6:first-child {
  border-right: 1px solid #fff;
}

.banner-bottom-tagline span {
  font-size: 25px;
}

.box {
  width: 50%;
  float: left;
  padding: 10px;
  min-height: 260px;
}

.box-text {
  font-size: 20px;
  padding: 0px 10px;
  font-family: "Gotham-Medium";
}

.box ul {
  font-size: 15px;
  padding-left: 14px;
}

.box1 {
  border-right: 1px solid #1f3250;
  border-bottom: 1px solid #1f3250;
}

.box2 {
  border-bottom: 1px solid #1f3250;
}

.box3 {
  border-right: 1px solid #1f3250;
}

/* PAGER */

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 120px;
  width: 100%;
  z-index: 99;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #cdab64;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  zoom: 1;
  display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.padding {
  /* padding: 70px 0px; */
}

.padding1 {
  padding: 70px 0px;
}

.specification-bg {
  background-image: url(../images/SpecificationsBG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: initial !important;
}

/* form */

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

.contactuslabels {
  color: #bf9e61;
}

.form-group input {
  position: relative;
}

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

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

.error {
  color: #f00 !important;
}

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

label.error {
  /*position: absolute;*/
  /* top: 62px; */
}

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

.footer-mobile {
  display: none;
}

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

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

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

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

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

/* style for new sections like contact form*/

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

#contact {
  background-image: url(../images/swimming.jpg);
  background-size: cover;
  background-position: center;
  /* padding: 70px; */
}

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

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

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

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

#contctform-phone {
  width: 100%;
}

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

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

.tbl>tbody>tr>td {
  border-top: none !important;
  vertical-align: middle;
  width: 30%;
}

.her h3 {
  margin: 8px 0px;
}

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

#main-pop .modal-header,
#myModal1 .modal-header,
#price-model .modal-header,
#iam-model .modal-header,
.modal-header {
  background: #B96A36;
  color: #fff;
}

.modal-header .close,
#main-pop close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -25px;
}

#price-popup input,
#price-popup select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#price-popup .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#price-popup .input-group-addon {
  background: #B96A36;
  color: #fff;
  border: 0;
}

#main-popup input,
#main-popup select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#main-popup .input-group-addon {
  background: #B96A36;
  color: #fff;
  border: 0;
}

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

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

@media all and (max-width: 1366px) {
  .overview-parallax {
    width: 75%;
  }

  .tagline {
    top: 210px;
  }

  .tagline-left {
    left: 120px;
    top: 150px;
  }
}

@media all and (max-width: 1024px) {
  .logo-wrapper {
    left: 20px;
  }

  .box {
    min-height: 270px;
  }
}

@media all and (max-width: 768px) {
  .banner-bottom-tagline span {
    font-size: 23px;
  }

  .box {
    width: 100%;
    min-height: auto;
  }

  .box1,
  .box2,
  .box3,
  .box4 {
    border: 0px;
  }

  .overview-parallax {
    height: auto;
    background-image: none;
    width: 100%;
  }

  .overview-parallax img {
    margin-top: 0px;
  }
}

@media all and (max-width: 700px) {
  .hide-in-desktop.menu-icon {
    left: 50%;
    transform: translate(-50%, -34%);
    top: 29px;
    right: unset;
  }

  .footer-mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background-color: #343434;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: "ProximaNovaA-Semibold";
  }

  #form_success {
    color: #343434 !important;
  }

  .overview-parallax {
    height: auto;
    background-image: none;
    width: 100%;
  }

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

  .overview-parallax img {
    margin-top: 0px;
  }

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

  /*footer {*/
  /*display: none;*/
  /*}*/
  .close-btn {
    display: block;
    right: 10px;
    font-weight: bold;
  }

  .enquire-form {
    display: none;
    position: fixed;
    left: 0;
    bottom: 30px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.92);
    height: 95%;
    z-index: 9999;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-overflow-scrolling: touch;
    padding: 5%;
    overflow-y: scroll;
    padding-bottom: 0px;
    width: 100%;
  }

  .banner-bottom-tagline .col-6 {
    width: 100%;
  }

  .banner-bottom-tagline span {
    font-size: 18px;
  }

  .banner-bottom-tagline {
    font-size: 15px;
  }

  .tagline-top {
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
  }

  .tagline-bottom {
    font-size: 20px;
    line-height: 24px;
  }

  .tagline {
    top: 170px;
    width: 90%;
  }

  .tagline-left {
    top: 300px;
  }

  .enquire-now-wrapper {
    display: none;
  }

  header {
    padding: 10px 0px;
  }

  .banner-bottom-tagline>.col-6:first-child {
    border-right: 0px solid #fff;
    margin-bottom: 10px;
  }

  .logo-wrapper {
    top: -24px;
    height: auto;
    z-index: 99;
  }

  .logo-wrapper>a,
  .logo-wrapper>a>img {
    display: inline-block;
    width: 71px !important;
    transition: 0.8s;
    margin-top: 1px;
  }

  .logo-left {
    width: 73px;
  }

  .logo-right {
    width: 35px;
  }

  .nav-wrapper {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    background-color: #fff;
    top: 25px;
    left: 0;
    display: none;
  }

  nav a {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 12px 0px;
  }

  .burger-menu {
    display: block;
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 21px;
    color: #000;
  }

  .col-left,
  .col-right {
    width: 100%;
  }

  .section-title {
    font-size: 23px;
    line-height: 30px;
  }

  .section-subtitle {
    font-size: 13px;
    margin-bottom: 36px;
  }

  .amenities {
    width: 100%;
  }

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

  .box {
    width: 100%;
    padding: 10px 5px;
    min-height: 0px;
  }

  .box1,
  .box2,
  .box3,
  .box4 {
    border: 0px;
  }

  button.accordion {
    background-color: #343434;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    /* padding: 10px; */
  }

  .acc-content {
    display: inline-block;
    padding: 10px;
  }

  button.accordion:after {
    content: "\02795";
    font-size: 13px;
    color: #fff;
    float: left;
    margin-left: 0px;
    /* background-color: #f7c034; */
    padding: 12px 15px;
  }

  button.accordion.active:after {
    content: "\2796";
  }

  div.panel {
    /* padding: 0 0px; */
    /* background-color: transparent; */
    /* max-height: 0; */
    overflow: hidden;
    transition: 0.6s ease-in-out;
    /* opacity: 0; */
  }

  .accordian-specs {
    margin-top: 20px;
  }

  div.panel.show {
    opacity: 1;
    max-height: 800px;
  }

  div.panel ul {
    padding: 0 7px;
    font-size: 17px;
    line-height: 28px;
  }

  .full-height {
    height: auto !important;
  }

  .mobile-accordian {
    margin-top: 20px;
  }

  .specification-bg {
    background-color: #cdab64;
    background-image: none;
  }

  .wrap {
    display: block;
  }

  .wrap1 {
    display: block;
  }

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

  .box-title .pull-left {
    display: inline-block;
  }
}

#CaptchaDiv {
  float: left;
  border: 1px solid #fff;
  width: 150px;
  height: 35px;
  padding: 0px 0px;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  margin: 10px;
}

#refresh {
  cursor: pointer;
}

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

#video-form .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#video-form .input-group-addon {
  background: #1f3250;
  color: #fff;
  border: 0;
}

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #fff;
}

#contact-form .input-group-addon {
  background: #B96A36;
  color: #fff;
  border: 0;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: #0000002e; */
  position: absolute;
  top: 0;
  transform: translate(-3%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0; */
}

button.btn-play {
  position: relative;
  top: 0px;
  bottom: 0;
  padding: 0;
  margin: 0;
  /* margin-left: -209px; */
  /* border: 2px solid; */
  border-radius: 16px;
  font-size: 22px;
  width: 60px;
  z-index: 999;
  outline: 0 !important;
  /* width: 100%; */
  padding: 6px;
  background-color: #ff4200;
  color: #fff;
}

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

#contact-form textarea {
  border: none;
  resize: none;
  /*height: 40px;*/
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#contact-form .selected-flag {
  background: #ba1f6b;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#contact-form .flag-container {
  padding: 0px !important;
}

@media only screen and (max-width: 380px) {
  .her h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 580px) {
  .tbl-holder {
    overflow: scroll;
  }

  .tbl {
    width: 100% !important;
  }
}

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

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

.space {
  margin-top: 6%;
}

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

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

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

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

button.btn.btn-danger.interested {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #B96A36;
  width: 160px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffffff;
}

button.btn.btn-danger.download {
  position: fixed;
  bottom: 15px;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #B96A36;
  width: 190px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffffff;
}

.interested-div {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border: 5px solid #1f3250;
  /*padding: 2%;*/
  border-radius: 5px;
  background-color: #f3f3f3;
  z-index: 999;
  transition: 0.4s ease-in;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 300px;
}

.interested-div-close {
  position: absolute;
  right: 0px;
  bottom: auto;
  top: -1%;
  padding: 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  border: 1px none #ffffff;
  background-color: #1f3250;
  font-weight: bolder;
}

p.popup-title {
  text-align: center;
  font-size: 20px;
  color: black;
}

p.inner-interested {
  position: absolute;
  top: 0vh;
  left: 0vh;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #1f3250;
  width: 100%;
  padding: 1%;
  text-align: center;
  color: white;
}

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

#float-form .input-group-addon {
  background: #B96A36;
  color: #fff;
  border: 0;
}

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

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#float-form .selected-flag {
  background: #1f3250;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

.flot-btn,
.flot-btn:focus {
  background: #1f3250 !important;
  box-shadow: none !important;
  color: #fff !important;
  border: 2px solid #1f3250 !important;
  margin: 0px auto !important;
  display: block !important;
  padding: 6px 20px !important;
}

.flot-btn:hover {
  background: transparent;
  box-shadow: none;
  border-color: #1f3250;
  color: #1f3250;
}

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

#broucher-form .input-group-addon {
  background: #B96A36;
  color: #fff;
  border: 0;
}

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

#broucher-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/* #iam-interested input,
#float-form select {
    height: 40px !important;
    border: none !important;
    padding-left: 9px !important;
    width: 100%;
    background: #fff !important;
} */

#iam-interested .input-group-addon {
  background: #1f3250;
  color: #fff;
  border: 0;
}

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

/* #iam-interested .form-group {
    height: 40px;
    margin-bottom: 23px;
} */

.tittle-logo {
  width: 150px;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  #banner-form {
    position: absolute;
    width: 254px;
    right: 2%;
    top: 20%;
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bannerform {
    padding: 40px 20px;
    background: #d0d0d0;
    display: none;
  }

  .rightlogo {
    margin-left: -20px;
  }

  .pull-left {
    /* background: #858585;  */
    border-radius: 0px 0px 10px 10px;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }

  .logo-right {
    width: 97px !important;
    display: block;
    margin-top: 3px;
  }
}

#carousel-example-generic {
  margin-top: 53px;
}

.m-banner {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  .d-banner {
    display: none !important;
  }

  .m-banner {
    display: block !important;
  }

  #carousel-example-generic {
    margin-top: 60px;
  }
}

.rera img {
  width: 115px;
  float: left;
  margin-right: 10px;
}

.rera-h {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
}

.rera-txt {
  margin: 0px;
  line-height: 23px;
}

.copy {
  line-height: 23px;
}

.taxi {
  width: 15%;
  display: block;
  margin: 0px auto;
}

@media (max-width: 991px) and (min-width: 475px) {
  .rera-wrap {
    width: 400px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 474px) {
  .rera img {
    width: 100px;
    float: none;
  }

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

@media only screen and (max-width: 991px) {
  .copy {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .copy {
    /*margin-top: 35px;*/
    text-align: center;
  }

  #contact {
    /* height: 550px; */
    /* padding: 50px 150px; */
  }
}

.rera-link {
  margin: 0;
  font-size: 19px;
}

.amenities-main p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 19px;
  font-size: 15px;
}

@media only screen and (max-width: 395px) {
  .amenities-main p {
    /*height: 45px;*/
    /*line-height: 19px;*/
    font-size: 14px;
  }
}

.hi-icon img {
  width: 90px;
  /* background: #fff; */
  /* border: 2px solid #000;
    border-radius: 50%; */
  padding: 5px;
}

#amenities h3 {
  margin-top: 0px !important;
}

.tbl {
  /*border: none;*/
  /*box-shadow: 8px 8px 19px #bbbbbb;*/
  background: #fff;
}

.glyphicon-chevron-left:before {
  content: "" !important;
}

.glyphicon-chevron-right:before {
  content: "" !important;
}

.carousel-control img {
  width: 35px;
}

/*------------- gallery ------------------------*/

.latest-post,
.latest-post-inner {
  min-height: 420px;
  max-height: 240px;
  margin-bottom: 30px;
}

.latest-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.latest-post-inner {
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: 2px solid #1f3250;
}

.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
  color: #fff;
  position: relative;
}

.latest-post .latest-post-inner a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
  position: absolute;
  bottom: 30px;
}

.latest-post .latest-post-inner:before {
  content: "";
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: transparent;
}

.latest-post .latest-post-inner .link-icon {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  color: #fff;
  z-index: 999;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
  background-color: #493e3e;
  display: table;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
  background-color: rgba(73, 62, 62, 0.7);
  transform: scale(1.2);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover {
  background-color: rgba(56, 55, 64, 0.57);
}

.sl-prev {
  display: block !important;
}

.sl-next {
  display: block !important;
}

/*------------- End of gallery ------------------------*/

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
}

.mytab li {
  float: none !important;
  display: inline-block;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #000;
  background-color: #E1D9D0;
  border: none !important;
  cursor: pointer;
  border-radius: 5px;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  border-color: transparent !important;
  background-color: transparent;
  border-radius: 5px;
  color: #000000;
}

.mytab>li>a {
  color: #E1D9D0;
  font-weight: 600;
}

#gallery {
  /* background: #f5f5f5; */
  padding: 50px 0;
}

#aboutus {
  background: #f5f5f5;
  padding: 50px 0;
}

.gall-head {
  font-size: 50px;
  color: #1f3250;
  font-family: "BegumSans-Regular";
}

.underline2 {
  background: #636466;
  height: 4px;
  border-radius: 10px;
  width: 120px;
  margin: 0px auto;
  margin-top: -8px;
}

@media only screen and (max-width: 480px) {
  .gall-head {
    font-size: 25px;
    font-weight: 700;
  }
}

#sp-footer h2 {
  font-size: 15px;
  margin: 0;
  color: #000;
  margin-bottom: 8px;
  /* font-family: 'Gotham-Medium'; */
  margin-top: 10%;
}

#sp-footer p {
  line-height: 20px;
  color: #000;
  /* margin-bottom: 70px; */
  margin-top: 10%;
}

.sl-wrapper .sl-navigation button {
  z-index: 999999 !important;
}

.fixHeader {
  background-color: #fff;
  transition: ease all 0.5s;
}

.hi-icon-wrap {
  padding: 1em 0 0em !important;
}

#configuration {
  background: url("../images/config.jpg") center;
  background-size: cover;
  background-attachment: fixed;
}

.back {
  padding: 40px 0px 90px;
  background-color: rgba(0, 0, 0, 0.7);
}

.contact-back {
  padding: 40px 150px;
  background-color: #0000009c;
}

/*#overview{*/

/*background: #f5f5f5;*/

/*}*/

#amenities {
  /*background: url("../images/amenities.jpg") center;*/
  padding: 30px 0;
}

@media all and (max-width: 767px) {
  #sp-footer {
    text-align: center;
  }

  .rera-sec {
    margin-bottom: 42px;
  }

  #sp-footer h2 {
    margin-top: 13px;
  }
}

@media all and (max-width: 328px) {
  .footer-logo li:first-child {
    border: none !important;
  }
}

.fixed-footer-cust {
  background: #1f3250;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {}

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

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

.free-call:hover {
  color: #ffffff;
}

.i-am,
.dwnld_d {
  padding: 0;
  background: transparent;
}

.foo-txt {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.footer-call {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.footer-call a {
  color: #ffffff;
  text-decoration: none;
}

.thank-logo {
  margin: 0px auto;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

#video {
  width: 68%;
  margin: 0px auto;
  display: block;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  #video {
    width: 100%;
    height: 175px;
  }

  .fa-chevron-right {
    font-size: 3rem;
  }

  .fa-chevron-left {
    font-size: 3rem;
  }
}

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

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

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

.amenities-head:after {
  bottom: -5px !important;
}

.footer-logo {
  margin-bottom: 0;
  padding-left: 0px;
}

.footer-logo li {
  list-style: none;
  display: inline-block;
}

.footer-logo li img {
  width: 100px;
}

.footer-logo li:first-child {
  /*margin-right: 5px;*/
  /*border-right: 1px solid;*/
  /*padding-right: 10px;*/
}

.rera-sec {
  background: #1f3250;
  padding: 8px 0px;
}

.rera-sec p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 19px;
  margin: 0px;
}

.rera-sec h3 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

#location {
  background: #E1D9D0;
  padding: 50px 0;
}

.g-txt {
  text-align: center;
  margin: 0px;
}

.panoroma {
  /*background: url('../images/panoroma.jpg') no-repeat left center transparent;*/
  transition: background-position 15000ms ease-in-out;
  height: 100vh;
}

.box ul li {
  font-size: 14px;
}

.inner-banner {
  /*background: url("../images/panoroma.jpg");*/
}

.pd0 {
  padding: 0px;
}

.logo-color {
  /* background: #ffffff; */
  /*padding: 7px;*/
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 40px;
  }
}

.form-disc {
  font-size: 9px;
  line-height: 11px;
}

.form-disc a {}

.form-disc-white {
  font-size: 9px;
  line-height: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 1px;
}

.form-disc-white a {
  color: #ffffff;
}

.hide-bullets {
  list-style: none;
  margin-left: -40px;
}

.thumbnail {
  padding: 0;
  cursor: pointer;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 100%;
}

a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #1f3250;
}

.fa-chevron-right {
  margin-left: -30px;
  width: 30px;
  height: 30px;
  margin-top: -40px;
  font-size: 5rem !important;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.fa-chevron-left {
  margin-right: -10px;
  width: 30px;
  height: 30px;
  margin-top: -40px;
  font-size: 5rem !important;
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.flogo {
  margin-top: 4%;
}

.selldof .title {
  display: none;
}

.pd-0 {
  padding: 0 !important;
}

.dflex {
  display: flex;
}

.ame-list {
  padding-left: 6px;
}

.ame-list1 {
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .dflex {
    display: grid;
  }

  .fit-list {
    position: absolute;
  }

  .fit-img {
    margin-top: 100%;
  }

  .fit-img1 {
    margin-top: 91%;
  }

  .contact-back {
    padding: 20px;
    background-color: #0000009c;
  }

  .lifestyle {
    /* background-color: #c5464f; */
    margin-top: 8%;
  }

  .fitness {
    /* background-color: #755388; */
    margin-top: 8%;
  }

  .garden {
    /* background-color: #61a54f; */
    margin-top: 8%;
  }

  .arcade {
    /* background-color: #4d9ba7; */
    margin-top: 8%;
  }

  .kids {
    /* background-color:  #1f3250; */
    margin-top: 8%;
  }
}

.lifestyle {
  /* background-color: #c5464f; */
}

.fitness {
  /* background-color: #755388; */
}

.garden {
  /* background-color: #61a54f; */
}

.arcade {
  /* background-color: #4d9ba7; */
}

.kids {
  /* background-color:  #1f3250; */
}

#5c7fc45c7c0dac454c01451a .btn {
  width: 100% !important;
}

.modal-header {
  border: none !important;
}

.modal-body {
  background: #ccc;
}

.selldof .form-control {
  height: 40px !important;
  border: none !important;
  width: 100%;
  background: #fff !important;
}

.selldof label {
  display: none !important;
}

.selldof .title {
  display: none !important;
}

.selldof .btn {
  width: 45%;
  display: block !important;
  margin: 0px auto;
  font-size: 14px !important;
  background-color: #1f3250 !important;
  color: #fff !important;
  border: 1px solid #1f3250 !important;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  /*box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);*/
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}

#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #1f3250;
  text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #1f3250;
  color: white;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #1f3250;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  content: "\f00d";
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.panel-body {
  padding: 15px;
  /* height: 370px; */
}

.panel-group .panel-heading {
  border-bottom: 0;
  background: #1f3250;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .panel-body {
    padding: 15px 0px;
    height: initial;
    /* margin-bottom: 54px; */
  }

  #contact {
    /* padding: 40px; */
  }
}

.tbl-holder {
  margin-bottom: 30px;
}

.sec-disc {
  background: #222;
  padding: 15px 0;
}

.sec-disc p {
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  margin-bottom: 0;
}

#location img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #000;
}

@media only screen and (max-width: 767px) {
  #location img {
    margin-top: 10px;
    height: auto;
  }

  /* .ame-height {
        height: 170px;
    } */

  .pull-right {
    float: right;
    right: 50px;
  }

  #sp-footer p {
    line-height: 20px;
    color: #000;
    /* margin-bottom: 45px; */
    margin-top: 0px;
  }

  .sec-disc {
    margin-bottom: 40px;
  }
}

.timeline {
  list-style-type: none;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 0px;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 0px;
  padding: 0px 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.li.complete .status {
  border-top: 2px solid #222;
}

.status {
  padding: 0px 40px;
  /* display: flex; */
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}

.li.complete .status h4 {
  color: #222;
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
}

.status h4 {
  font-weight: 600;
}

.li.complete .status:before {
  background-color: #cb2940;
  border: none;
  transition: all 200ms ease-in;
}

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 46%;
  transition: all 200ms ease-in;
}

.locationBox1 {
  /* margin: 18px 0px; */
  /* margin-top: 65px; */
}

.locationBox1 .location-icon {
  color: #fff;
  font-size: 50px;
  width: 60px;
  height: 60px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
}

.locationBox1 .location-icon:before {
  content: "";
  /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
  width: 100%;
  height: 100%;
  border-radius: 55px 50px 0px 50px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  /* border: 5px solid #222222; */
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  box-shadow: 3px 3px 10px #222222;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.location-icon span {
  color: #1f3250;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 52px;
  /* margin: 0 auto 40px; */
  /* display: block; */
  position: relative;
  z-index: 1;
  top: -33px;
}

.amenities-main1 h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
}

/* .locationBox1 .location-icon:hover::before {
    transform: rotate(90deg);
} */

.locationBox2 {
  /* margin: 18px 0px; */
  margin-top: 65px;
}

.locationBox2 .location-icon1 {
  color: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
}

.locationBox2 .location-icon1:before {
  content: "";
  /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  /* border: 5px solid #d5b659; */
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  box-shadow: 3px 3px 10px #004889;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.location-icon1 img {
  color: #fff;
  font-size: 50px;
  width: 65px;
  height: 65px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  z-index: 1;
  top: 10px;
}

.amenities-main2 h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
}

.locationBox2 .location-icon1:hover::before {
  transform: rotate(90deg);
}

.title {
  text-align: center;
  color: #000;
  font-size: 15px;
}

.over-img {
  width: 50%;
}

.divider {
  width: 50%;
}

.headline {
  height: 3px;
  width: 50px;
  background: #1f3250;
  margin: 0 auto;
  margin-top: 5px;
}

.headline.white {
  background: #ffffff;
}

@media (max-device-width: 768px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
  }

  .li.complete .status {
    border-top: 2px solid #f2d379;
    width: 55%;
  }

  .locationBox1 {
    margin: -5px 15px -16px 0px;
    margin-top: 19px;
  }

  .li.complete .status:before {
    background-color: #222;
    border: none;
    transition: all 200ms ease-in;
    display: none;
  }

  .wrap:hover .footer1 {
    border-width: 0 0 100px 100px;
  }

  .wrap:hover .footer1 {
    border-width: 0 0 100px 100px;
  }

  .divider {
    width: 100%;
  }

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

.amimain-wrap {
  position: relative;
}

.ame-img,
.ame-img1 {
  width: 60px;
}

.ame-head,
.ame-head1 {
  font-size: 25px;
  margin-top: 10px;
  text-align: center;
}

.amibg-left {
  width: 50%;
  position: absolute;
  z-index: -9;
  opacity: 0.2;
  top: 0;
  left: 0;
}

.amibg-right {
  width: 40%;
  position: absolute;
  z-index: -9;
  opacity: 0.2;
  top: 0;
  right: 0;
}

.amenities-wrap {
  /* padding-top: 25px; */
  /* padding-left: 50px; */
}

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

.modal {
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 999999 !important;
}

.bro3 {
  background: #802920;
  color: #fff !important;
  padding: 2px 5px;
}

/* -----------connectivity-------------- */

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

.panel-group {
  margin-bottom: 20px;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-default {
  /* border-color: #ddd; */
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 10px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

#accordion .panel-title a {
  display: block;
  padding: 12px 34px;
  font-size: 14px;
  font-weight: 600;
  /* height: 35
px
; */
  color: #fff;
  text-align: center;
  background: #1f3250bf;
  border: 2px solid;
  position: relative;
  transition: all 0.3s ease 0s;
}

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

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 31px;
  /* border-radius: 50%; */
  background: #B96A36;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: 3px solid #B96A36;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}

.collapse {
  display: none;
}

#accordion .panel-body {
  padding: 15px 25px;
  background: #fff;
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  border-top: none;
  position: relative;
}

#location p {
  margin-bottom: 10px;
  /* line-height: 37px; */
}

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

/*---------------------------------------------------------------------------------------Connectivity-----------------------------------------------*/

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}

.panel-group .panel {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 11px;
}

.panel .panel-heading {
  padding: 0;
  margin-top: 0px;
  border-radius: 10px;
  border: none;
}

.panel-heading a {
  color: #fff !important;
  display: block;
  border: none;
  padding: 7px 35px 11px;
  font-size: 20px;
  background-color: #1f3250;
  font-weight: 600;
  position: relative;
  color: #fff;
  box-shadow: none;
  transition: all 0.1s ease 0;
}

.panel-heading a:after,
.panel-heading a.collapsed:after {
  content: "\f068";
  font-family: fontawesome;
  text-align: center;
  position: absolute;
  left: -20px;
  top: 0px;
  color: #fff;
  background-color: #1f3250;
  border: 5px solid #fff;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  /* border-radius: 50%; */
  transition: all 0.3s ease 0s;
}

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

.panel-heading a.collapsed:after {
  content: "\f067";
}

#accordion .panel-body {
  background-color: #fff;
  color: #8c8c8c;
  line-height: 25px;
  padding: 20px 25px 20px 25px;
  border-top: none;
  font-size: 14px;
  position: relative;
}

.loc-list {
  padding-left: 0;
}

.loc-list li {
  margin-bottom: 8px;
  list-style: none;
  text-align: left;
  /*background: #ededed;*/
  padding: 1px 24px;
  font-weight: bold;
  color: #000;
}

.loc-list li i {
  color: #1f3250;
  margin-right: 10px;
  font-size: 16px;
}

.loc-list li span {
  float: right;
  font-weight: 800;
  color: #1f3250;
}

.patch-wrap {
  background: rgba(72, 99, 144, 0.3);
  text-align: center;
  border-radius: 20px;
  width: 583px;
  margin: 0 auto;
  max-width: 100%;
}

.patch-wrap img {
  width: 100%;
  background: #1f3250;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 8px 8px 20px #d4d4d4;
  opacity: 1;
  display: block;
  /*width: 100%;*/
  height: 371px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  margin: 0px auto;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.patch-wrap:hover .small-map {
  opacity: 0.3;
}

.patch-wrap:hover .middle {
  opacity: 1;
}

.text {
  background-color: #1f3250;
  color: white;
  font-size: 16px;
  padding: 10px 25px;
}

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

  /*.download-btn {*/
  /*border: none;*/
  /*border-radius: 0;*/
  /*bottom: 45%;*/
  /*transform: rotate(-90deg);*/
  /*left: -55px;*/
  /*font-size: 15px;*/
  /*}*/
  .committee-wrap img {
    width: 70px;
    margin-top: 10px;
    height: 78px;
    display: inline;
  }

  .bo {
    padding: 0px;
  }

  .boe223 p {
    text-align: justify;
    font-size: 18px;
    margin-top: -18px;
  }

  .extras {
    margin-top: 0;
  }

  .unorder {
    display: inline-block;
    font-size: 14px;
    margin: 5px -5px;
  }

  .loc-list li {
    margin-bottom: 8px;
    list-style: none;
    text-align: left;
    background: #ededed;
    /* padding: 26px 10px; */
    font-size: 12px;
  }

  .patch-wrap img {
    width: 100%;
    background: #1f3250;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px #d4d4d4;
    opacity: 1;
    display: block;
    /* width: 100%; */
    height: 300px;
    transition: 0.5s ease;
    backface-visibility: hidden;
    margin: 0px auto;
  }

  .panel-heading a {
    color: #fff !important;
    display: block;
    border: none;
    padding: 5px 35px 4px;
    font-size: 20px;
    background-color: #1f3250;
    font-weight: 600;
    position: relative;
    color: #fff;
    box-shadow: none;
    transition: all 0.1s ease 0;
  }

  .panel-heading a:after,
  .panel-heading a.collapsed:after {
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left: -20px;
    top: -4px;
    color: #fff;
    background-color: #1f3250;
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
  }

  .over-content p {
    font-size: 19px;
    line-height: 37px;
    color: #000;
    margin-top: 0% !important;
    margin-bottom: 10%;
  }

  .hi-icon img {
    width: 90px !important;
    background: #fff;
    padding: 5px;
    margin: auto;
  }
}

/*---------------------------------------------------------------------------------------extra end-----------------------------------------------*/

#kenytChatBubble.style1 {
  position: fixed;
  bottom: 54px !important;
  margin-bottom: 25px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-shadow: 0 0 14px rgb(0 0 0 / 50%);
  transition: background-color 0.7s ease-in-out, box-shadow 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  right: 0;
  margin-right: 20px;
  left: 20px !important;
}

#kenytChatBubble.style1 .chatWithUsMessageWrapper {
  right: -120px !important;
}

#chatbox-container.position-right {
  right: 0;
  left: 20px;
}

/* .middle-center {
    margin-top: 18%;
} */

.over-content p {
  font-size: 19px;
  line-height: 37px;
  color: #000;
  margin-top: 3%;
  font-weight: 700;
  text-align: center;
}

.qr-box {
  margin: 0 auto;
  width: 55%;
  text-align: center;
}

.qr-box p {
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  color: white;
}

.qr-box img {
  width: 120px !important;
  margin: auto;
  /* margin-bottom: 20px; */
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
  padding: 3px;
}

.gal-carousel .owl-prev,
.gal-carousel .owl-next {
  filter: invert(1);
}

.regis {
  width: 50%;
  margin: 0px auto;
}

.fom-hei {
  margin-bottom: 10px !important;
}

#register-form .input-group-addon {
  background: #B96A36;
  color: #f1f1f1;
  border: 0;
}

#register-form input {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #fff;
}

.error {
  color: #f00 !important;
}

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

.bor {
  border: 2px #B96A36 solid !important;
}

@media only screen and (max-width: 767px) {
  .regis {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 29px 0;
  }
}

/* amenities scrolleer */

.gal-carousel-new .item {
  text-align: center;
  padding: 10px;
}

.icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-bottom: 30px;
}

.icon-wrapper i {
  font-size: 40px;
  /* Adjust icon size */
  color: #333;
  /* Icon color */
}

.icon-wrapper p {
  margin: 0;
  font-size: 14px;
  /* Adjust text size */
  color: #E1D9D0;
  /* Text color */
  font-weight: 700;
}

@media (max-width: 768px) {
  .icon-wrapper i {
    font-size: 30px;
    /* Reduce icon size on smaller devices */
  }

  .icon-wrapper p {
    font-size: 12px;
    /* Adjust text size on smaller devices */
  }

  .over-content p {
    font-size: 13px;
    line-height: 27px;
    text-align: center;
  }
}

.img1 img {
  display: block;
  margin: 0px auto;
  /* border: 2px solid #E1D9D0 !important; */
  border-radius: 0%;
  width: 100px !important;
  /* height: 80px; */
  padding: 15px;
  /* outline: 2px solid #E1D9D0 !important; */
  outline-offset: 5px;
  transition: 0.5s;
  filter: invert(1);
}

.img1 {
  outline: 1px solid #fff;
  outline-offset: 5px;
}


/* config */
.config-wrap {
  text-align: center;
  border-top: 10px solid #E1D9D0;
  border-bottom: 40px solid #E1D9D0;
  border-left: 10px solid #E1D9D0;
  border-right: 10px solid #E1D9D0;
  padding: 25px 0px;
  margin-bottom: 10px;
  transition: ease all 0.5s;
}

.config-wrap h3,
.config-wrap1 h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 30px;
}

.config-wrap h3 span {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.config-line {
  height: 3px;
  background: #ffffff;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.config-wrap h2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  color: #fff;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
  background: #fff;
  border: none;
  font-size: 20px;
  color: #000;
  width: 75%;
  padding: 7px 0;
  border-radius: 20px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
  box-shadow: 5px 5px;
}

.owl-nav button.owl-prev {
  background: none;
}

.bgGreen {
  background: #657C69;
}

.desc-item {
  margin-bottom: 25px;
}

.desc-item p {
  color: #fff;
  font-weight: 600;
  text-align: start;
  font-size: 18px;
  padding: 5px;
}

.desc-item::after {
  content: "";
  display: block;
  left: 0px;
  height: 2px;
  width: 55%;
  background-image: linear-gradient(160deg, rgba(108, 150, 60, 1) 35%, rgba(173, 191, 55, 1) 70%, rgba(174, 192, 55, 1) 76%);
}

.price-click-configuration, .floor-btn {
  text-transform: uppercase;
  background: #B96A36;
  color: #fff !important;
  border: none;
  letter-spacing: 1px;
  font-size: 16px !important;
  outline: none !important;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  /* background-color: #03406b; */
  color: #fff;
  font-size: 16px;
  padding: 8px 19px;
  margin: 30px 0px;
  display: inline-block;
  font-weight: 800;
}

.floor-carousel .owl-item img {
  filter: blur(5px);
}

/* --------------project hightlight new section----------- */


/*----------------------------- */
.testimonial {
  margin: 0 20px 50px;
}

.testimonial .pic {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 15px 15px 0;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.testimonial .testimonial-profile {
  display: inline-block;
  position: relative;
  top: 15px;
}

.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
  text-transform: capitalize;
  margin: 0 0 7px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #93b86b;
}

.testimonial .description {
  padding: 20px 22px;
  background: #1f3250;
  font-size: 15px;
  color: #fff;
  height: 107px;
  outline: 2px solid #fff;
  outline-offset: -8px;
  text-align: center;
  line-height: 25px;
  margin: 0;
  font-weight: 700;
  position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
  content: "";
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: #1f3250 transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.testimonial .description:after {
  border-width: 18px 18px 0 0;
  left: auto;
  right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset !important;
  text-decoration: none;
}

/* ------------about us counter starts********************** */
/* ---counter---- */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 14px; */
  padding-bottom: 6%;
}

.grid-item {
  padding: 30px;
  text-align: center;
  /* border-radius: 8px; */
  background: #1f3250;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.count {
  font-size: 1.5em;
  margin: 0;
  color: #b72471;
  position: relative;
  margin-right: 4px;
  font-weight: 600;
}

.cou-2 {
  font-size: 1.5em;
  margin: 0;
  color: #0c3730;
}

.text-cont {
  margin: 10px 0 0;
  font-size: 21px;
  color: #E1D9D0;
  line-height: 32px;
  font-weight: 700;
}

.count-flex {
  display: flex;
  justify-content: center;
}

.count-lakh {
  font-size: 40px;
  color: #E1D9D0;
  font-weight: 800;
}

.custom-flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

/* -----------abut us counter end--- */

.owl-nav img {
  height: 40px;
  width: 40px;
}

.head-line {
  height: 3px;
  background: #222;
  width: 60px;
  margin: 15px auto 20px;
}

.roadpoint {
  color: #fff;
  padding: 9px;
  text-align: justify;
  line-height: 19px;
  list-style: disc;
}

.road {
  position: relative;
  z-index: 9999;
  bottom: 25px;
  /* left: 41%; */
  display: block;
  margin: 0px auto;
  font-size: 15px !important;
  background: #b7935f;
  border: 2px solid;
  color: #fff;
  padding: 8px 12px 10px 12px;
  border-radius: 20px;
  font-weight: 600;
  outline: none !important;
}

@media only screen and (max-width: 991px) {
  .custom-flex {
    grid-template-columns: repeat(5, 1fr);
  }
}


@media screen and (max-width: 767px) {
  .grid-item {
    padding: 20px;
    border-bottom: 2px solid #fff;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    /
  }

  .testimonial {
    margin: 0 20px 50px;
  }

  .count-lakh {
    font-size: 28px;
  }

  .text-cont {
    font-size: 19px;
  }

  .custom-flex {
    grid-template-columns: repeat(4, 1fr);
  }


  .download-btn {
    border: none;
    border-radius: 0;
    bottom: 46% !important;
    transform: rotate(-90deg);
    left: initial !important;
    right: -80px;
    margin: 0;
    font-weight: 600 !important;
    font-size: 16px !important;
  }

  button.btn.btn-danger.download {
    position: fixed;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #1f3250;
    width: 190px;
    font-weight: 600;
    font-size: 14px;
    padding: 5px;
    border: 2px solid #ffffff;
  }
}



@media only screen and (max-width: 576px) {
  .custom-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}








/* ----------------------------------------------footer animated css start---------------------------------------------------------- */

@media only screen and (max-width: 567px) {
  .menu-body {
    position: fixed;
    bottom: 0px;
    left: 50%;
    font-family: 'Mulish', sans-serif;
    padding: 0px 0px 0px 0px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 100%;
    background-color: #000;
    z-index: 99;
    display: block !important;
  }

  .text {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding:0px;
}

  .navigationo {
    /* height: 70px; */
    background: var(--brandgray);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    bottom: 0px;
    background-color: #000;
    position: fixed;
    width: 100vw;
  }

  .navigationo ul {
    display: flex;
    width: 325px;
    padding: 0;
    justify-content: space-between;
  }

  .navigationo ul li {
    position: relative;
    list-style: none;
    /* width: 90px;
    height: 65px; */
    z-index: 1;
  }

  .navigationo ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .navigationo ul li a .icon {
    position: relative;
    display: block;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    transition: 0.5s;
    width: 50px;
    height:
      50px;
    /* color: blue; */
    color: #fff !important;
    padding-bottom: 30px;
    border-radius: 50%;
  }

  .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
  }

  .navigationo ul li.active a .text {
    opacity: 1;
    /* transform: translateY(10px); */
    font-size: 12px;
  }

  .navigationo ul li.active a .icon {
    transform: translateY(-20px);
    padding-bottom: 18px;
    color: black;
    /* width: 50px;
  height: 
  50px; */
    background-color: #1f3250;
    /* border-radius: 50%; */
  }

  .list .text {
    font-size: 12px;
    color: #fff !important;
  }

}


.navigationo ul li.active a .icon i {
  color: #fff;
}

.menu-body {
  display: none ;
}

.menu-body.show{
  bottom: 0;
  transition: all 0.4s ease;
}
/* ----------------------------------------------footer animated css end---------------------------------------------------------- */







#regisster-form .input-group-addon , #view-plan .input-group-addon{
  background: #B96A36;
  color: #fff;
  border: 0;
}


#regisster-form .form-group,  #view-plan .form-group{
  height: 40px;
  margin-bottom: 20px;
}

#regisster-form input, #regisster-form select,  #view-plan input, #view-plan select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}