@font-face {
  font-family: "FontAwesome";
  src: url("your/path/fontawesome-webfont.eot?v=3.0.1");
  src: url("your/path/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"),
    url("your/path/fontawesome-webfont.woff?v=3.0.1") format("woff"),
    url("your/path/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: "Work Sans", sans-serif;
  color: #000;
}

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;
}

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

.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;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

header {
  position: fixed;
  z-index: 999;
  left: 0;
  height: 75px;
  top: 0;
  width: 100%;
  padding: 10px 100px;
  background-color: #fff;
  transition: ease all 0.5s;
  box-shadow: -2px -8px 8px 9px;
}

.logo-wrapper {
  position: absolute;
  left: 0;
  top: -4px;
  text-align: -webkit-center;
  padding: 0px;
  /* background-color: #ffffff; */
  /* height: 122px; */
  /* border-bottom: 3px solid #BA9753; */
}

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

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

.logo-wrapper>a,
.logo-wrapper>a>img {
  display: block;
  width: 152px;
  padding: 0px;
  margin-top: -9px;
}

.number-wrapper {
  font-family: "Work Sans", sans-serif !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: "Work Sans", sans-serif;
}

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

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

footer a img {
  vertical-align: middle;
}

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

.avighnalogo {
  /* display: none !important; */
}

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

nav {
  margin-top: 0px;
}

nav a {
  display: inline-block;
  margin: 15px 0px 0px 15px;
  text-transform: capitalize;
  color: #f99d30;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}

nav button {
  display: inline-block;
  /* margin: -5px 0px 0px 45px; */
  text-transform: capitalize;
  color: #000;
  font-size: 18px !important;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}

nav a.active {
  color: #000;
}

nav a:hover {
  color: #f99d30;
  text-decoration: none;
}

nav button: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.webp)*/

/*}*/

/*.home-slide2{*/

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

/*}*/

/*.home-slide3{*/

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

/*}*/

.section-title {
  font-size: 40px;
  /*margin-bottom: 20px;*/
  font-family: "Work Sans", sans-serif;
  color: #f99d30;
  text-align: center;
}

.section-title1 {
  font-size: 40px;
  /*margin-bottom: 20px;*/
  font-family: "Work Sans", sans-serif;
  color: #ba9753;
  text-align: center;
}

.section-subtitle {
  font-size: 16px;
  margin-bottom: 25px;
  /* font-family: 'Gotham-Medium'; */
  text-align: center;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 900;
}

.border {
  margin: 18px 0px;
  height: 175px;
  /* background: url(../images/bg1.jpg); */
  font-family: "Lato", sans-serif;
  text-align: center;
  padding: 30px 20px;
  height: 500px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 10px #858585;
}

.develop {
  text-align: center;
  color: #947841;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 600;
}

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

.fwbold {
  font-family: "Work Sans", sans-serif;
}

.section-subtitle-white {
  font-size: 25px;
  margin-bottom: 50px;
  font-family: "Work Sans", sans-serif;
}

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

.specs-subtitle-white {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}

.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: #000;
}

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

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

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

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

section p,
section ul,
section ol {
  font-size: 15px;
  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: "Work Sans", sans-serif;
}

.tagline-bottom {
  font-size: 26px;
  color: #d2ac67;
  font-family: "Work Sans", sans-serif;
}

.white {
  color: #fff;
}

.golden {
  color: #b8292f;
}

.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: "Work Sans", sans-serif;
}

.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: "Work Sans", sans-serif;
}

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

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

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

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

/* 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: "Work Sans", sans-serif;
  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: 40px 0px;
}

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

#overview {
  padding: 40px 0;
}

.ov-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.over-wrap {
  background-color: #fffcdf;
  padding: 10px;
  height: 170px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: 2px solid #e6daa5;
  outline-offset: -5px;
  position: relative;
}

.over-wrap img {
  width: 55px;
  filter: invert(62%) sepia(34%) saturate(587%) hue-rotate(1deg) brightness(92%) contrast(87%);
}

.over-wrap p {
  margin: 0 0 0 15px;
  /* text-align: center; */
}

.over-wrap:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

/* 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;
}


.video-wrap {
  /* background: transparent; */
  height: 100vh;
}

.gif-video {
  /* height: 78vh; */
  width: 100vw;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* style for new sections like contact form*/

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

#contact {
  background-image: url(../images/gallery/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
  background-blend-mode: multiply;
  /* padding: 40px; */
}

#walkthrough {
  background: #e6daa5;
  padding: 50px 0;
}

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

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

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

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

#contctform-phone {
  width: 100%;
}

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

form #msg {
  display: none;
}

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

.tbl>tbody>tr>td {
  border-top: none !important;
  width: 33%;
}

.tbl>tbody>tr>td a {
  color: #272727;
}

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

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

#main-pop .modal-header,
#myModal1 .modal-header,
#price-model .modal-header,
#price-model1 .modal-header,
#price-model2 .modal-header,
#iam-model .modal-header,
#broucher .modal-header,
#offer-model .modal-header {
  background-color: #f99d30;
  color: #fff;
  text-align: center;
}

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

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

#price-ultima .form-group,
#price-optima .form-group,
#price-maxima .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#price-ultima .input-group-addon,
#price-optima .input-group-addon,
#price-maxima .input-group-addon {
  background-color: #f99d30;
  color: #ffffff;
  border: 0;
}

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

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

#broucher .input-group-addon {
  background-color: #f99d30;
  color: #ffffff;
  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-color: #f99d30;
  color: #fff;
  border: 0;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  background-color: #f99d30;
  text-shadow: none;
  color: #fff;
  border-color: #fff;
  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;
}

.offer-title {
  font-size: 30px;
  /* margin-bottom: 20px; */
  font-family: "Work Sans", sans-serif;
  color: #d6ae32;
  text-align: center;
  font-weight: 700;
}

.why {
  padding: 40px 0;
}

@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: 15px;
  }

  .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;
  }

  .logo-wrapper>a,
  .logo-wrapper>a>img {
    display: block;
    /* width: 100px; */
    /* height: 40px; */
    padding: 0px;
    margin: 4px;
  }

  .offer-title {
    font-size: 18px;
  }
}

@media all and (max-width: 700px) {
  .footer-mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background-color: #343434;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: "Work Sans", sans-serif;
  }

  #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: 7px 0px;
  }

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

  .logo-wrapper {
    top: -6px;
    /* height: auto; */
    /* z-index: 99; */
  }

  .logo-wrapper>a,
  .logo-wrapper>a>img {
    /* display: inline-block;
            width: 53px;
            transition: 0.8s; */
    /* float: left; */
    display: inline-flex;
  }

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

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

  .burger-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color: #f99d30;
  }

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

  .section-title {
    font-size: 30px;
    margin: 0px;
  }

  .section-subtitle {
    /* font-size: 20px; */
    margin-bottom: 0px;
  }

  .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 30px;
    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;
  }

  .block1 {
    display: block;
    vertical-align: middle;
    margin-top: 13%;
  }

  .block {
    display: block;
    vertical-align: middle;
    margin-top: 0%;
  }

  .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;
}

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

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

.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) {
  .tbl-holder {
    overflow: scroll;
  }

  .her h3 {
    font-size: 15px;
  }
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #bf9152;
  font-size: 39px;
  background-color: #f99d30;
  color: #685f3b;
  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;
}

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

.go-home {
  color: #272727;
  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: #f99d30;
  border-radius: 25px;
}

.oops-greet {
  color: #272727;
  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: #f99d30;
  width: 160px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffff;
  color: #fff;
}

button.btn.btn-danger.interested1 {
  position: fixed;
  bottom: 15px;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #f99d30;
  /* width: 160px; */
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #fff;
  color: #fff;
}

.interested-div {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border: 5px solid #3a7f40;
  /*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: #3a7f40;
  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: #3a7f40;
  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-color: #f99d30;
  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: #272727;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

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

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

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

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

#broucher .selected-flag {
  background: #272727;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

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

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

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

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

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

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

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

#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: #272727;
  color: #fff;
  border: 0;
}

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

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

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

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

  .ov-wrap {
    flex-direction: column;
  }
}

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

#myCarousel {
  margin-top: 43px;
}

.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: 54px;
  }

  #myCarousel {
    margin-top: 54px;
  }
}

.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;
}

@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: 495px;
  }
}

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

/* .amenities-main1 p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 19px;
    font-size: 15px;
    color: #000;
} */

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

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

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

.hi-icon2 img {
  width: 90px;
  height: 100px;
  box-shadow: inset -1px -1px 20px 20px #fff;
  position: relative;
  padding: 20px;
  border-radius: 23px 25px 25px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hi-icon2 img {
  width: 100px;
}

.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 ------------------------*/

#location .latest-post,
.latest-post-inner {
  min-height: 500px !important;
}

#location .amenities-gallery img {
  height: 500px;
  cursor: zoom-in;
  filter: unset;
}

.latest-post,
.latest-post-inner {
  min-height: 240px;
  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 #272727; */
}

.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: #493e3e80; */
  display: table;
  height: 235px;
  width: 345px;
  /* 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(4, 170, 153, 0.5); */
}

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

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

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

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

#floor {
  /* background:#BA9753; */
  padding-bottom: 50px;
  margin-bottom: 5px;
  /* height: 600px; */
}

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

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #fff;
  background-color: #f99d30;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

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

.mytab>li>a {
  color: #000000;
  border: 1px solid #f99d30;
  margin-bottom: 10px;
}

#gallery {
  /* background: url(../images/gallery/ele/11.jpg); */
  background-size: contain;
  background-attachment: fixed;
  padding: 40px 0;
}

.gall-head {
  font-size: 40px;
  /* margin-bottom: 20px; */
  font-family: "Work Sans", sans-serif;
  color: #f99d30;
  text-align: center;
}

.underline2 {
  /* background: #272727; */
  height: 23px;
  /* border-radius: 10px; */
  width: 394px;
  margin: 3px auto 25px;
  background-image: url(../images/divide.webp);
  background-size: cover;
}

.underline24 {
  /* background: #272727; */
  height: 23px;
  /* border-radius: 10px; */
  width: 394px;
  margin: 3px auto 25px;
  background-image: url(../images/24kdiv.webp);
  background-size: cover;
}

.underlinew2 {
  /* background: #272727; */
  height: 35px;
  /* border-radius: 10px; */
  width: 428px;
  margin: 3px auto 25px;
  background-image: url(../images/divw.webp);
  background-size: cover;
}

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

#sp-footer h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 8px;
  line-height: 29px;
  color: #ba9753;
}

#sp-footer p {
  line-height: 20px;
}

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

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

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

#configuration {
  padding: 40px 0px;
  background: url("../images/gallery/exterior/1.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #c5c5c5;
  background-blend-mode: multiply;
}

#amenities {
  /* background: url(../images/bg2.jpg); */
  background-size: contain;
  background-attachment: fixed;
}

#about {
  /* background: #dbc385; */
  padding: 40px 0;
}

.property-highlight h3 {
  text-align: center;
  color: #000;
  font-size: 15px;
  margin: 10px;
  line-height: 25px;
}

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

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

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

  .divide {
    margin-top: 0px !important;
  }

  .contactback {
    padding: 30px !important;
  }

  .latest-post .latest-post-inner {
    /* background-color: rgba(4, 170, 153, 0.5); */
  }
}

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

/*--------------Gallery Style 2 --------------------------*/

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.5s;
  outline: 3px solid #f99d30;
  outline-offset: -4px;
  border: 4px solid transparent;
  /* border-image: linear-gradient(to right, #bb9753, #ffd88f, #bb9753) 1; */
}

.amenities-gallery img {
  width: 100%;
  margin-bottom: 0px;
  transition: all 0.5s;
  /* object-fit: cover; */
  /* height: 300px; */
}

#floor .amenities-gallery img,
#master .amenities-gallery img {
  /* filter: blur(2px); */
}

.amenities-gallery .g-txt {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #c78a2c;
  color: #fff;
  font-size: 16px;
  padding: 6px 15px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(199, 138, 44, 0.5); */
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
  transition: all 1s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

/*--------------End Gallery Style 2------------------------*/

.fixed-footer-cust {
  background-color: #f99d30;
  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: 12px;
}

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

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

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


.am {
  padding: 0;
  background: transparent;
}

.dbroucher {
  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;
  }

  /* .fixHeader .logo-wrapper img {
            display: block !important;
        } */
}

#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-top: 10px;
    padding-left: 0px; */
  width: 210px;
}

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

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

.rera-sec {
  background: #434343;
  padding: 10px 0px;
}

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

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

#location {
  background: #84848521;
}

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

.panoroma {
  background: url("../images/panoroma.webp") 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.webp");
}

.pd0 {
  padding: 0px;
}

.logo-color {
  /* background: #272727; */
}

.hi-icon-effect-1 .hi-icon1 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.hi-icon1 {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  /* margin: 15px 30px; */
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 2px solid #000;
  color: #fff;
}

.property-highlight {
  /* margin-bottom: 40px; */
  /* background: #fff; */
  /* border: 2px solid #d6ae32; */
  /* padding: 10px; */
  /* box-shadow: 1px 1px 1px 1px #d6ae32; */
  /* height: 66px; */
  /* border-radius: 30px 0 30px 0; */
  /* position: relative; */
  /* z-index: 1; */
  /* transition: ease all 0.5s; */
}

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

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

.hi-icon1 img {
  width: 55px;
  /* border: 1px solid; */
  margin-top: 20%;
}

.hi-icon-effect-1 .hi-icon1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #1c3e71;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.hi-icon1:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hi-icon-effect-1a .hi-icon1:hover {
  background: rgb(39, 39, 39);
  color: #41ab6b;
}

.hi-icon-effect-1 .hi-icon1 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1a .hi-icon1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.hi-icon-effect-1 .hi-icon1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px#BA9753;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

section .loc-bord {
  /* border-right: 1px solid; */
  height: 233px;
  color: #ba9753;
}

.divide {
  margin-top: 30px;
}

#crown {
  background-size: cover;
  padding: 50px 0px;
  /* background-color: #ffffff8a; */
  /* background: url(../images/patern.webp) #272727; */
  /* background-repeat: no-repeat; */
  /* background: linear-gradient(-45deg, #f89834, #e91e63, #f25536, #7c7c7c); */
  /* background-size: 400% 400%; */
  /* -webkit-animation: Gradient 15s ease infinite; */
  /* -moz-animation: Gradient 15s ease infinite; */
  /* animation: Gradient 15s ease infinite; */
}

.crown-t {
  color: #ffffff;
  font-weight: 400 !important;
  font-size: 35px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
  margin-top: 10px;
}

.crown-t span {
  color: #ba9753;
  font-size: 40px;
}

.overview {
  padding: 60px 0px;
}

.overview h2 {
  font-size: 55px;
  color: #a67b46;
}

.overview p {
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
}

.contactback {
  /* background-color: #244886a3; */
  padding: 7.3% 145px;
}

.blow-banner img {
  width: 100px;
  margin: 0px auto;
}

.confback {
  background-color: #244886a3;
  padding: 70px;
  /* height: 600px; */
}

.usp {
  /* background-color: #000000c4; */
  padding: 70px 0px;
}

.blow-banner p {
  color: #272727;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
}

.fixHeader {
  background-color: #fff;
  transition: ease all 0.5s;
  box-shadow: -2px -8px 8px 9px;
}

.fixHeader .logo-wrapper img {
  /* display: none; */
}

.fixHeader .nav-wrapper .nav-links a {
  color: #f99d30;
}

.fixHeader .nav-wrapper .nav-links button {
  color: #ba9753;
}

/* .fixHeader nav a {
        display: inline-block;
        margin: 15px 0px 0px 45px;
        text-transform: capitalize;
        color: #000;
        font-size: 18px;
        cursor: pointer;
        font-family: 'Gotham-Medium';
    } */

.fixHeader .nav-wrapper nav a:hover {
  color: #ba9753;
  text-decoration: none;
}

.fixHeader .nav-wrapper nav {
  margin-top: 0px;
}

.breadcrumb {
  display: inline-block;
  padding: 10px 0 0 0;
  margin: 0;
  border-top: 4px solid#BA9753;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.breadcrumb li {
  float: left;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
}

.breadcrumb li:hover {
  background-color: #f99d30;
}

.breadcrumb li {
  padding: 12px 49px;
  margin-right: 6px;
  background: #ba9753 !important;
  color: #000 !important;
  letter-spacing: 0px;
}

.breadcrumb li:after {
  content: "";
  width: 5px;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 10px solid#BA9753;
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li a {
  display: block;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.breadcrumb li:hover a {
  color: #fff;
}

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

  .breadcrumb li,
  .breadcrumb li a {
    padding: 3px 10px;
  }

  .crown-t span {
    color: #ba9753;
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .breadcrumb li {
    margin-right: 5px;
  }

  .breadcrumb li:last-child,
  .breadcrumb li a {
    padding: 3px 5px;
    font-size: 12px;
  }
}

/* .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        font-size: 59px;
        font-family: initial;
        display: none;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: none;
        color: #BA9753;
        text-decoration: none;
    }

    .owl-theme .owl-dots {
        display: none;
    }

    .owl-theme .owl-nav {
        margin-top: -25px;
    } */

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  /* font-size: 41px !important; */
}

.avighnalogo {
  margin-top: 0px;
  margin-left: 0px;
}

@media all and (max-width: 767px) {
  .confback {
    background-color: #000000c4;
    padding: 20px;
    height: unset;
  }

  .padding {
    padding: 50px 0px;
  }

  .hi-icon2 img {
    width: 65px;
  }

  .avighnalogo {
    margin-top: -2px;
    margin-left: 11px;
  }

  .rera-sec p {
    margin: 20px 0px;
  }

  .overview {
    padding: 16px 0px;
  }

  .blow-banner img {
    width: 65px;
    margin: 0px auto;
  }

  .blow-banner p {
    color: #272727;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
  }

  nav button {
    display: block;
    text-align: center;
    margin: 0px;
    color: #bf9152;
    padding: 12px 0px;
  }
}

footer {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.footer {
  background-color: #f99d30;
  padding: 10px 40px;
  text-align: center;
}

.footer:before {
  position: absolute;
  top: 0;
  background: #b6b6b6;
  width: 95%;
  height: 1px;
}

.footer:before,
.form-wrap h5:before {
  left: 50%;
  transform: translatex(-50%);
  content: "";
}

.wrapper-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 25px auto;
  position: relative;
}

.footer img.footer-logo {
  padding-bottom: 25px;
}

.qr-img {
  width: 120px;
  margin: 0 0 15px;
}

img,
input.text,
td,
td img,
textarea {
  vertical-align: middle;
}

.footer p {
  margin-bottom: 20px;
}

.footer p,
.footer span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 1px;
}

.footer h4 {
  font-size: 12px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1px;
}

.footer a {
  font-size: 12px;
  line-height: 30px;
  color: #685f3b;
  letter-spacing: 1px;
}

.footer .disclimer h3 {
  font-size: 8px;
  /* text-transform: uppercase; */
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  /* padding: 0% 16%; */
  /* margin-bottom: 10px; */
  text-decoration: none;
}

.navbar-brand {
  /* float: left; */
  height: 50px;
  padding: 15px 0px;
  font-size: 18px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 13px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}

.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;
}

.wbf-container.theme-peter-river .wbf-header {
  background: #272727 !important;
}

.wbf-container.theme-peter-river .wbf-form .wbf-submit input:hover {
  background: #272727 !important;
}

.wbf-container.theme-peter-river .wbf-form .wbf-submit input {
  background: #272727 !important;
}

.wbf-form .wbf-submit input {
  width: auto;
  color: #ba9753 !important;
  font-weight: 600;
  background: rgb(108, 108, 255);
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /* background: rgb(221, 221, 221); */
  height: 40px;
  margin: 15px auto 0px auto;
  padding: 0 20px;
  display: block;
  border: 1px solid rgb(157, 157, 157);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.wbf-header .wbf-mainheader {
  font-size: 1.6em;
  color: #ba9753 !important;
  float: left;
}

.wbf-footer {
  padding: 20px 30px;
  font-size: 0.8em;
  background: #d1dbfa;
  color: #000000 !important;
}

.wbf-container.theme-peter-river .wbf-footer {
  background: #2727274f !important;
}

.patch-wrap {
  /* background: #e14039; */
  /* padding: 20px; */
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
  /* padding-top: 4em; */
}

.patch-wrap img {
  width: 475px;
  background: #f1f1f1;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 8px 8px 20px #d4d4d4;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  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;
}

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

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

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

.patch-wrap .map-btn .simple-lightbox .sl-navigation button.sl-next {
  display: none !important;
}

.patch-wrap .map-btn .simple-lightbox .sl-navigation button.sl-prev {
  display: none !important;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */

.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1024;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */

.modal1-content {
  margin: 5% auto;
  display: block;
  width: 80%;
  max-width: 900px;
}

/* Caption of Modal Image */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

#club {
  background-size: cover;
  padding: 50px 0px;
  background-color: #ffffff8a;
  /* background: url(../images/patern.webp) #272727; */
  /* background-repeat: no-repeat; */
  /* background: linear-gradient(-45deg, #f89834, #e91e63, #f25536, #7c7c7c); */
  /* background-size: 400% 400%; */
  /* -webkit-animation: Gradient 15s ease infinite; */
  /* -moz-animation: Gradient 15s ease infinite; */
  /* animation: Gradient 15s ease infinite; */
}

.club-img {
  width: 100%;
}

/* Add Animation */

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */

.close1 {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .modal1-content {
    width: 90%;
  }

  header {
    height: 55px;
  }
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */

.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1024;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */

.modal-content {
  margin: 5% auto;
  display: block;
  width: 80%;
  max-width: 900px;
}

/* Caption of Modal Image */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.price-click {
  margin: 0px auto;
  /* display: block; */
  background-image: none;
  /* background:linear-gradient(to right,#BB9753,#ffd88f,#BB9753)!important; */
  text-shadow: none;
  color: #fff !important;
  border-color: #edf3fa;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease;
  font-weight: 800;
}

.over-img {
  width: 100%;
  margin-bottom: 25px;
  outline: 2px solid #e6daa5;
  outline-offset: -8px;
  box-shadow: 1px 1px 10px #474747;
}

.over-img1 {
  width: 100%;
  margin-bottom: 25px;
  outline: 2px solid #f99d30;
  outline-offset: -8px;
  box-shadow: 1px 1px 10px #474747;
  object-fit: cover;
}

/* ==================Configuration section============= */
/* #configuration,#location{
    background: url(../images/config-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
.config-wrap {
  text-align: center;
  border: 10px solid transparent;
  border-image: linear-gradient(to right, #f99d30, #ffd88f, #f99d30) 1;
  border-bottom-width: 30px;
  padding: 25px 0px;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
  position: relative;
}

.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: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #fff;
}

.pricing_btn {
  background-color: #fffad1;
  border: 3px solid #fffad1;
  /* border-image:linear-gradient(to right,#47320f,#ffffff,#47320f) 1; */
  font-size: 20px;
  color: #000 !important;
  width: 50%;
  padding: 5px 0;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.pricing_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: #f99d30;
  transform: translate(-110%, 0) skew(-30deg);
  transition: 0.5s;
}

.pricing_btn:hover .btn-txt {
  color: #fff;
}

.pricing_btn:hover::before {
  transform: translate(-5%, 0) skew(-15deg);
}

.owl-carousel .owl-nav span {
  font-size: 20px;
  color: #fff;
  margin: 2px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background-color: #f99d30 !important;
  border-radius: 50%;
  border: 2px solid #7c1919;
  height: 35px;
  width: 35px;
  transition: 0.5s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #f99d30;
  height: 35px;
  width: 35px;
}

/* ==================Configuration section End============= */
/*----- Border Animation -----*/

.amiwrap {
  position: relative;
  cursor: pointer;
  transition: ease all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
  height: 110px;
  /* background: #d6eed1; */
}

.amiwrap {
  text-align: center;
  /* border:1px solid #000; */
  padding: 5px;
  box-shadow: 1px 1px 10px #858585;
  margin: 15px 0;
}

.abt-h {
  height: auto;
}

.amiwrap:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.2s linear;
  background: #f99d30;
}

.bo {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bo img {
  width: 60px !important;
  margin-left: 25px;
  filter: invert(72%) sepia(92%) saturate(489%) hue-rotate(-15deg) brightness(100%) contrast(90%);

}

.bo p {
  margin: 0px 0px 0px 25px;
  text-align: start;
}

.bo1 {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bo::before {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #f99d30;
  left: 0px;
  top: 0px;
}

.bo::after {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #f99d30;
  right: 0px;
  top: 0px;
}

.amiwrap:hover::before,
.amiwrap:hover::after {
  width: 100%;
}

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after {
  height: 100%;
}

.border-effect::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.border-effect::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.border-effect .bo::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect .bo::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect:hover::before,
.border-effect:hover::after {
  left: 0;
}

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
  top: 0;
}

#sp-main-body {
  padding: 80px 0;
}

/* 100% Image Width on Smaller Screens */
@media screen and (max-width: 768px) {
  .amiwrap {
    position: relative;
    cursor: pointer;
    transition: ease all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    height: 180px;
    border: 5px solid transparent;
    border-image: #f99d30;
  }

  .abt-h {
    height: auto;
  }

  .bo {
    flex-direction: column;
  }

  .bo img {
    margin-left: 0;
  }

  .bo p {
    margin-left: 0;
  }

  #location .amenities-gallery img {
    height: 250px;
  }

  .over-img {
    height: 200px;
    object-fit: cover;
  }

  #overview,
  #amenities,
  #gallery,
  #location {
    background-size: cover !important;
  }
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 90%;
  }

  .price-click {
    margin: 0px auto;
    display: block;
  }
}

.locationBox1 {
  margin: 8px 0px;
  height: 175px;
  background: #fff;
  font-family: "Lato", sans-serif;
  text-align: center;
  padding: 30px 10px;
  height: 370px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  box-shadow: 3px 3px 10px #dbdbdb;
}

@media screen and (max-width: 768px) {
  .locationBox1 {
    margin: 18px 0px;
    height: 175px;
    background: #fff;
    font-family: "Lato", sans-serif;
    text-align: center;
    padding: 15px 6px;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    box-shadow: 3px 3px 10px #dbdbdb;
  }
}

.locationBox1 .description {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 27px;
  padding-left: 10px;
  text-align: center;
  list-style-type: none;
  text-align: center;
}

.locationBox1 .location-icon {
  color: #ffffff;
  font-size: 50px;
  width: 110px;
  height: 121px;
  line-height: 78px;
  margin: 0 auto 15px;
  display: block;
  position: relative;
}

.locationBox1 .location-icon:before {
  content: "";
  /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
  width: 100%;
  height: 100%;
  border-radius: 24px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  /* border: 5px solid #d5b659; */
  border-right: none;
  border-top: none;
  transform: rotate(90deg);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
  background-color: #f99d30;
  position: absolute;
  box-shadow: 3px 3px 10px #4de69d;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.location-icon img {
  color: #ffffff;
  font-size: 60px !important;
  width: 60px !important;
  height: 55px;
  line-height: 78px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  z-index: 1;
  top: 35px;
  filter: invert(1);
}

.amenities-main1 h3 {
  text-align: center;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
}

#crown h3 {
  text-align: center;
  color: #6f6f6f;
  font-size: 16px;
  margin: 6px;
  line-height: 30px;
}

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

.amen.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.ame .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.ame .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.ame .owl-carousel .item {
  text-align: center;
}

.ame .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.ame .owl-carousel .owl-prev.disabled,
.ame .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.ame .owl-carousel .prev-slide {
  background: url(../images/left.webp) no-repeat scroll 0 0;
  left: 5px;
}

.ame .owl-carousel .next-slide {
  background: url(../images/right.webp) no-repeat scroll -24px 0px;
  right: 5px;
}

.ame .owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.ame .owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

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

/* #overview img {
    width: 50%;
    position: relative;
    margin: 0 auto;
} */

.serviceBox {
  font-family: "Cabin", sans-serif;
  text-align: center;
  padding: 5px 0 0;
  position: relative;
  z-index: 1;
  height: 135px;
}

.serviceBox:before {
  content: "";
  /* background: linear-gradient(to top, #ff0a0b, #ff4041); */
  height: 140px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -1;
}

.serviceBox .service-icon {
  color: #ff0a0b;
  background: #efefef;
  font-size: 45px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  margin: 0 auto 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), -1px -5px 1px 1px #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon {
  /* transform: rotateY(360deg); */
}

.serviceBox .service-icon:before {
  content: "";
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.serviceBox .service-content {
  background-color: #fff;
  padding: 5px 15px 15px;
  border-radius: 0 0 15px 15px;
}

.serviceBox .title {
  color: #ff0a0b;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.serviceBox .description {
  color: #888;
  font-size: 15px;
  line-height: 25px;
}

.serviceBox.brown:before {
  /* background: linear-gradient(to top, #742b3e, #c04767); */
}

.serviceBox.brown .service-icon,
.serviceBox.brown .title {
  color: #742b3e;
}

.serviceBox.green:before {
  background: linear-gradient(to top, #2c970d, #80f80d);
}

.serviceBox.green .service-icon,
.serviceBox.green .title {
  color: #2c970d;
}

.serviceBox.purple:before {
  background: linear-gradient(to top, #490646, #8b0a82);
}

.serviceBox.purple .service-icon,
.serviceBox.purple .title {
  color: #490646;
}

.offernew {
  padding: 10px;
  width: 80%;
  position: relative;
  left: 50px;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px;
  }

  .underline2 {
    /* background: #272727; */
    height: 18px;
    /* border-radius: 10px; */
    width: 150px;
    margin: 3px auto 25px;
    background-image: url(../images/divide.webp);
    background-size: cover;
  }

  .underlinew2 {
    /* background: #272727; */
    height: 21px;
    /* border-radius: 10px; */
    width: 295px;
    margin: 3px auto 25px;
    background-image: url(../images/divw.webp);
    background-size: cover;
  }

  .underline24 {
    /* background: #272727; */
    height: 23px;
    /* border-radius: 10px; */
    width: 394px;
    margin: 3px auto 25px;
    background-image: url(../images/24kdiv.webp);
    background-size: cover;
  }

  .offernew {
    padding: 22px;
    width: 100%;
    position: relative;
    left: unset;
  }
}

button.btn.btn-danger.offer {
  position: fixed;
  bottom: 300px;
  right: -80px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #f99d30;
  width: auto;
  font-weight: 600;
  transform: rotate(90deg);
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffffff;
}

.button {
  background-color: #004a7f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

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

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

.aminitieslist {
  padding-left: 0px;
}

.dir li {
  background: #2b2a29;
  margin-bottom: 10px;
  color: #fff;
  list-style: none;
}

.aminitieslist li {
  font-size: 15px;
  padding: 7px 10px;
}

.aminitieslist li::before {
  /* content: url(../images/checked.webp); */
  margin-right: 10px;
}

.aminitieslist li span {
  float: right;
}

#location {
  /* background: url(../images/bg2.jpg); */
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  /* height: 110vh; */
}

.loc-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}

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



.presenting-wrap {
  text-align: center;
  /* margin-top: 80px; */
}

.present {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 8px;
  margin-bottom: 20px;
  color: #d1ad3e;
}

.o-logo {
  width: 283px;
  margin-bottom: 30px;
}

.presenting-wrap h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #656565;
  line-height: 22px;
}

.youtube {
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  #accordion .panel-body {
    padding: 10px 3px;
    /* background:linear-gradient(to right,#BB9753,#ffd88f,#BB9753)!important; */
    border-top: none;
    font-size: 9px;
    color: #29256a;
    /* line-height: 6px; */
    /* letter-spacing: 1px; */
    border-radius: 0 0 5px 5px;
  }

  .border {
    margin: 18px 0px;
    height: 450px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    font-family: "Lato", sans-serif;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #858585;
  }

  .loc-bord {
    border-right: none !important;
    height: 260px !important;
  }

  #crown h3 {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 8px;
    line-height: 21px;
  }

  /* .property-highlight {
        margin-bottom: 40px;
        background: #fff;
        border: 2px solid #d6ae32;
        /* padding: 10px; 
        box-shadow: 1px 1px 1px 1px #d6ae32;
        height: auto;
        border-radius: 30px 0 30px 0;
        position: relative;
        z-index: 1;
        transition: ease all 0.5s;
    } */

  .youtube {
    width: 100%;
    height: 300px;
  }

  .loc-wrap {
    flex-direction: column;
    align-items: unset;
  }
}

#video-model .modal-header {
  background-color: #f99d30;
  color: #fff;
}

#video-model .close {
  color: #fff !important;
  opacity: 1 !important;
}

#video-model {
  z-index: 9999 !important;
}

#video-model input,
#video-model select {
  height: 40px;
  border: none;
  background: #eaeaea;
  width: 100%;
}

#video-model .input-group-addon {
  background-color: #f99d30;
  color: #fff;
  border: 0;
}

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

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

#video-model .selected-flag {
  background-color: #f99d30;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#floor-model .modal-header {
  background-color: #f99d30;
  color: #fff;
  text-align: center;
}

#floor-model .close {
  color: #fff !important;
  opacity: 1 !important;
}

#floor-model {
  z-index: 9999 !important;
}

#floor-model input,
#floor-model select {
  height: 40px;
  border: none;
  background: #eaeaea;
  width: 100%;
}

#floor-model .input-group-addon {
  background-color: #f99d30;
  color: #fff;
  border: 0;
}

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

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

#floor-model .selected-flag {
  background-color: #f99d30;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

.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;
}

#booking-model .modal-header {
  background-color: #f99d30;
  color: #fff;
}

#booking-model .close {
  color: #fff !important;
  opacity: 1 !important;
}

#booking-model {
  z-index: 9999 !important;
}

#booking-model input,
#booking-model select {
  height: 40px;
  border: none;
  background: #eaeaea;
  width: 100%;
}

#booking-model .input-group-addon {
  background-color: #f99d30;
  color: #fff;
  border: 0;
}

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

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

#booking-model .selected-flag {
  background-color: #f99d30;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}


.go-home {
  color: #1c1c1c;
  background: #fff;
  font-size: 19px;
  text-align: center;
  padding: 10px;
  width: 350px;
  margin: 0px auto;
  margin-top: 30px;
  border: 2px solid #f99d30;
  border-radius: 5px;
  transition: ease 0.5s;
}

#dis .modal-header {
  background-color: #f99d30;
  color: #fff;
}

#dis .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -10px;
}

#priv .modal-header {
  background-color: #f99d30;
  color: #fff;
}

#priv .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -10px;
}


.dis p {
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  margin: 5px auto;
}

.priv p {
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  margin: 5px auto;
}

.flogo {
  width: 105px;
  position: relative;
  margin-top: -20px;
}

.over-head {
  font-weight: 800;
  font-size: 20px;
  margin: 0px 0px 25px 0px !important;
}

.over-p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #820128;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #820128;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

#floorplan {
  padding: 40px 0px;
}

.glob-sec {
  width: 100%;
  padding: 100px 0px;
}

.privacy-wrap h3 {
  font-size: 30px;
  font-weight: 800;
  color: #f99d30;
  margin-bottom: 15px;
  line-height: 1.5;
}

.privacy-wrap h5 {
  font-size: 20px;
  font-weight: 800;
  color: #f99d30;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* ----------------new location section------- */
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  background: transparent;
  margin-bottom: 15px;
}

#accordion a {
  display: block;
  padding: 11px 12px;
  border: 2px solid #f99d30;
  text-decoration: none;
  transition: ease all 0.5s;
  text-transform: uppercase;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #f99d30;
  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: 0;
  text-align: center;
}

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

#accordion .panel-body p i {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

/* 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);
  margin-right: 10px;
  transition: all 0.2s ease-in;
}

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

.panel-body {
  padding: 15px;
  border: none !important;
  background: #f99d3082;
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
  color: #fff;
}

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
}

.loc-list li {
  margin-bottom: 7px;
  background: #ededed;
  padding: 12px 5px;
}

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

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

/* -----accordion end-------------------- */

/***********************banner form**************** */
.bg-color {
  background: #fff;
}

.padding11 {
  padding: 50px 0px;
}

/* ---------------checkbox css ends--------------- */

.over-ban {
  width: 100%;
  /* margin-left: 50px; */
  background-color: #f99d30;
  padding: 15px 10px 30px 10px;
  /* position: absolute; */
  box-shadow: 1px 1px 5px #999;
  border-radius: 6px;
  /* margin-top: 11%; */
  /* height: 300px; */
  outline: 2px solid #f99d30 !important;
  outline-offset: 5px !important;
}

.get-toch {
  text-align: center;
  padding-bottom: 2rem;
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  /* text-transform: uppercase; */
}

.form-control {
  padding: .75rem .75rem !important;
}

@media (max-width: 768px) {
  .get-toch {
    font-size: 30px;
  }

  .over-ban {
    /* height: 311px; */
  }
}

/* read more */

.read-more-button {
  cursor: pointer;
  display: inline;
}

.short-text {
  display: inline;
}

.message {
  display: none;
}


@media all and (max-width: 700px) {
  .message {
    display: block;
  }
}

.hiding-mobile {
  display: block;
}

@media all and (max-width: 700px) {
  .hiding-mobile {
    display: none;
  }

  .underline2 {
    display: none;
  }

  .content-wrapper .over-p {
    display: none;
  }

}

.over-p {
  display: block;
}


/* ----project hightlight new slider section---- */
.testimonial {
  /* background-color: #a08454 !important; */
}

.high-sec {
  padding: 30px 0px;
}

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

.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 .description2 {
  padding: 20px;
  background: #f99d30;
  font-size: 14px;
  color: #fff;
  max-width: 80%;
  margin: auto;
  height: 148px;
  text-align: center;
  line-height: 25px;
  /* margin: 0; */
  letter-spacing: 1px;
  position: relative;
  font-weight: 900;
  /* font-family: robotolight !important; */
}

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

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

.desc-text {
  font-size: 22px;
  font-weight: 600;
}

.cust-modal {
  height: 60vh;
  overflow-y: auto;
}