  @font-face {
    font-family: "ABCArizona";
    src: url("../fonts/ABCArizonaMix-Light.otf");
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
  }

  @font-face {
    font-family: "NEUTRATEXT-BOOKALT";
    src: url(../fonts/NEUTRATEXT-BOOKALT\ 1.OTF);
    font-style: normal;
    font-stretch: normal;
  }

  @font-face {
    font-family: "NEUTRATEXT-DEMI";
    src: url(../fonts/NEUTRATEXT-DEMI\ 1.OTF);
    font-style: normal;
    font-stretch: normal;
  }

  /*
  @font-face {
      font-family: 'Roboto', sans-serif;
      src: url('../fonts/web/ProximaNova-Regular.eot');
      src: url('../fonts/web/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/web/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/web/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Roboto', sans-serif;
      src: url('../fonts/web/ProximaNova-Bold.eot');
      src: url('../fonts/web/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/web/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/web/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Roboto', sans-serif;
      src: url('../fonts/web/ProximaNovaA-Semibold.eot');
      src: url('../fonts/web/ProximaNovaA-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/web/ProximaNovaA-Semibold.ttf') format('truetype'), url('../fonts/web/ProximaNovaA-Semibold.svg#ProximaNovaA-Semibold') format('svg');
      font-weight: normal;
      font-style: normal;
  } */

  html,
  body {
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: "NEUTRATEXT-BOOKALT";
    color: #343434;
  }

  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: 1200px; */
    /* 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: center;*/
    position: relative;
    right: 70px;
  }

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

  .img-responsive {
    max-width: 100%;
    height: 8px;

  }

  .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: 60px 0px 60px; */
  }

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

  .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: 9999;
    left: 0;
    top: 0;
    height: 70px;
    width: 100%;
    padding: 8px;
    /*background-color: #00404d;*/
    background-color: #00404d;

    transition: cubic-bezier(0.25, 0.46, 0.88, 0.29) all 0.5s;
    box-shadow: 0 0 4px 0;
  }

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

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

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

  .logo-wrapper>a,
  .logo-wrapper>a>img {
    display: block;
    position: relative;
    width: 145px;
    margin-top: -12px;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 0.5s;
  }

  .number-wrapper {
    font-family: "ABCArizona" !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: 16px;
    cursor: pointer;
    -webkit-transition: 1s;
    /* Safari */
    transition: 1s;
    font-family: "ABCArizona";
  }

  footer {
    width: 100%;
    line-height: 32px;
    /*background-color: #000000;*/
    background-color: #00404d;
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    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: -3px;
  }

  nav a {
    font-family: "NEUTRATEXT-BOOKALT";
    display: inline-block;
    margin: 16px 0px 0px 30px;
    text-transform: capitalize;
    color: #ffffff !important;
    font-size: 18px;
    cursor: pointer;
    /* font-family: 'ABCArizona'; */
  }

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

  /*}*/

  /*.home-slide2{*/

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

  /*}*/

  /*.home-slide3{*/

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

  /*}*/

  .section-title {
    font-family: "NEUTRATEXT-DEMI" !important;
    font-size: 40px;
    color: #00404d;
    text-align: center;
  }

  .ami-iconholder {
    /* background: #ededed; */
    text-align: center;
    padding: 10px;
    position: relative;
    box-shadow: inset 0px 0px 5px 0px;
    margin-bottom: 20px;
    height: 116px;
    transition: ease all 0.5s;
  }

  .ami-iconholder img {
    width: 60px;
  }

  .ami-iconholder h1 {
    font-size: 16px;
    font-weight: 800;
    color: #00404d;
    line-height: 20px;
    margin-top: 0px;
  }

  .ami-iconholder p {
    line-height: 17px;
    margin-top: 10px;
    font-size: 13px;
    /* height: 40px; */
    margin-bottom: 0;
  }

  .ami-iconholder:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #00404d;
    border-right: 5px solid #00404d;
  }

  .ami-iconholder:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 5px solid #00404d;
    border-left: 5px solid #00404d;
  }

  .section-title span {
    color: #fff;
  }

  .section-subtitle {
    font-size: 25px;
    margin-bottom: 16px;
    font-family: "NEUTRATEXT-BOOKALT";
    text-align: center;
  }

  .section-subtitle12 {
    font-size: 13px;
    margin-bottom: 25px;
    font-family: "ABCArizona";
    text-align: center;
  }

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

  .fwbold {
    font-family: "ABCArizona";
  }

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

  .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: "ABCArizona";
  }

  .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: 16px;
    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: #00404d;
    color: #000000 !important;
    margin-left: -16px;
    padding: 10px 16px !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;
  }

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

  section.why {
    background-color: #f5f5f5;
  }

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

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

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

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

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

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

  .white {
    color: #fff;
  }

  .golden {
    color: #00404d;
  }

  .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: "ExFortune City-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: 16px;
    padding-left: 16px;
  }

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

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

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

  /* 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: #00404d;
  }

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

  .benifits {
    padding-top: 70px;
  }

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

  /* form */

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

  .contactuslabels {
    color: #bf9e61;
  }

  .form-group input {
    position: relative;
  }

  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    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: 16px;
  }

  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;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px !important;
    color: #000;
  }

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

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

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

  .form-btn:hover {
    border-color: #00404d;
    background: #00404d;
    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 {
    font-family: "NEUTRATEXT-DEMI";
    /*background-color: #00404d;*/
    background-color: #00404d;
    color: #fff;
    border-bottom: none !important;
  }

  .tbl>tbody>tr>td {
    font-family: "NEUTRATEXT-BOOKALT";
    border-top: none !important;
    vertical-align: middle;
  }

  .her h3 {
    margin: 8px 0px;
    font-size: 21px;
  }

  .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: #00404d;
    color: #fff;
  }

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

  #price-popup input {
    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: #00404d;
    color: #fff;
    border: 0;
  }

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

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

  #price-popup2 .input-group-addon {
    background: #00404d;
    color: #fff;
    border: 0;
  }

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

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

  #price-popup3 .input-group-addon {
    background: #00404d;
    color: #fff;
    border: 0;
  }

  #contact-form select {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #ffffff;
  }

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

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

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

  #main-popup input {
    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: #00404d;
    color: #fff;
    border: 0;
  }

  .price-btn {
    margin: 0px auto;
    display: block;
    /*background-color: #00404d !important;*/
    background-color: #00404d;
    text-shadow: none;
    color: #fff;
    border-color: transparent;
    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;
    }

    .nav-wrapper {
      width: 100%;
      top: 59px;
      position: absolute;
      background-color: #ffffff;
      /* top: 112px; */
      left: 0;
      display: none;
    }

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

    .burger-menu {
      display: block;
      position: absolute;
      right: 20px;
      top: 13px;
      font-size: 18px;
      color: #fff;
    }
  }

  @media all and (max-width: 767px) {
    .img-parent {
    
    height: 300px !important;
    
}
    .map-wrap iframe {
      height: 380px !important;
    }

    .end-content {
      padding: 18px 0px !important;
      display: block !important;
    }

    .maincon1 {
      padding: 0px 45px;
    }

    .card12,
    .card123 {
      padding: 30px 0px !important;
      display: flex;
      justify-content: center;

    }

    .card12::after {
      width: 100% !important;
    }

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

    .innercon h3 {
      font-size: 30px !important;

    }

    .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: 767px) {
    .register_form_wrap .form-title {

      font-size: 11px !important;

    }

    .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: "ABCArizona";
    }

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

    .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: 23px 0px; */
    }

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

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

    .logo-wrapper>a,
    .logo-wrapper>a>img {
      display: inline-block;
      width: 100%;
      transition: 0.8s;
      background: unset;
    }

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

    .section-title {
      font-size: 27px;
    }

    .section-subtitle {
      font-size: 16px;
      margin-bottom: 30px;
    }

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

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

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

  /*#accordion .panel-body p span {*/
  /*position: relative;*/
  /*float: right;*/
  /*}*/

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

  #contact-form .input-group-addon {
    /*background: #00404d;*/
    background-color: #00404d;
    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) {
    .her h3 {
      font-size: 16px;
    }
  }

  @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: #00404d;
    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: #00404d;
    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: #00404d;
    border-radius: 25px;
  }

  .oops-greet {
    color: #00404d;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 16px;
  }

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

  .interested-div {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    border: 5px solid #00404d;
    /*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: 16px;
    border: 1px none #ffffff;
    background-color: #00404d;
    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: #00404d;
    width: 100%;
    padding: 1%;
    text-align: center;
    color: white;
  }

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

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

  #float-form .input-group-addon,
  #form-deg .input-group-addon,
  #register_form .input-group-addon,
  #register_form1 .input-group-addon {
    background: #00404d;
    color: #fff;
    border: 0;
  }

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

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

  #float-form .selected-flag,
  #form-deg .selected-flag,
  #register_form .selected-flag,
  #register_form1 .selected-flag {
    background: #00404d;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

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

  #broucher-formselect {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #00404d;
  }

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

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

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

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

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

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

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

  #offer-form .input-group-addon {
    background: #00404d;
    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: #00404d;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  .register_form_wrap {
    background-color: #00404dc2;
    width: 445px;
    margin: 60px auto;
    padding-bottom: 20px;
  }

  .register_form_wrap .form-title {
    font-family: "NEUTRATEXT-DEMI";
    background: #fff;
    position: relative;
    width: 92%;
    left: 4%;
    top: -36px;
    padding: 16px 0;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: -10px;
    outline: 1px solid #000;
    outline-offset: -7px;
    outline: double;
  }

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

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

  /* #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: #00404d;
    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: 20%;
      z-index: 9999;
    }
  }

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

      margin: 0 auto !important;
      padding-bottom: 20px;
    }

    .sec-bannerform {
      padding: 40px 20px;
      background: #d0d0d0;
      display: none;
    }

    #banner-form {}

    .register_form_wrap {
      width: fit-content;
      margin-bottom: 20px;
    }
  }

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

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

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

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

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

  .rera img {
    width: 116px;
    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: 80px; */
    }
  }

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

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

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

  .hi-icon img {
    width: 90px;
  }

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

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

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

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

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

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

  .thumb-text {
    position: absolute !important;
    bottom: -2px;
    right: -2px;
    width: fit-content;
    padding: 3px 5px;
    background-color: #000000bf;
    margin: 0;
    color: #fff;
    font-size: 13px;
  }

  /*------------- 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: #00404d;
    background-color: #ffffff;
    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: #ffffff;
  }

  .mytab>li>a {

    color: #ffffff;
  }

  #gallery {
    /*background: #f5f5f5;*/
    padding-bottom: 50px;
    padding-top: 40px;
    margin-bottom: 5px;
    background-color: #00404d;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #secvideo {
    background: #f5f5f5;
    padding: 30px 0 60px;
  }

  .gall-head {
    font-size: 50px;
    color: #00404d;
    /* font-family: 'ABCArizona'; */
    font-size: 40px;
    /* margin-bottom: 20px; */
    /* font-family: 'ABCArizona'; */
    color: #00404d;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
  }

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

  #sp-footer h2 {
    font-size: 16px;
    margin: 0;
    color: #000;
    margin-bottom: 8px;
    font-family: "ABCArizona" !important;
  }

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

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

  .fixHeader .logo-wrapper img {
    background-color: #00404d;
    transition: cubic-bezier(0.22, 0.61, 0.69, 0.34) all 0.5s;
    display: none;
    animation-iteration-count: 8;
    animation-fill-mode: forwards;
  }

  .fixHeader nav a {
    margin: 0px 0px 0px 16px;
  }

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

  #configuration {
    background-color: #3f8b9a;
    /* background: url("../images/conf-bg.webp") center; */
    background-size: cover;
    background-attachment: fixed;
  }

  .back {
    padding: 3px 180px;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
  }

  .conf-back {
    position: relative;
    padding: 55px 0 90px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  #overview {
    padding: 60px 0 30px;
  }

  #amenities {
    /*background: url("../images/amenities.webp") center;*/
  }

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

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

    #sp-footer {
      text-align: center;
      margin-bottom: 40px;
    }

    .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: #00404d;
    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: 16px;
  }

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

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

  .i-am {
    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;
    margin-top: 20px;
  }

  .footer-call a {
    color: #ffffff;
    text-decoration: none;
    margin-top: po;
    /* background-color: #0000008c; */
  }

  .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-top: -10px;
    padding-left: 0px;
  }

  .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: #00404d;
    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: 16px;
    font-weight: 800;
  }

  #location {
    /* background: #f5f5f5; */
  }

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

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

  .pd0 {
    padding: 0px;
  }

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

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

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

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

  .fullami-wrap {
    height: 540px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* margin-top: 30px; */
  }

  .flex-wrap {}

  .ame-img {
    width: 60px;
    position: relative;
    margin: 8px auto;
    display: block;
  }

  .ame-head {
    color: #00404d;
    font-size: 21px;
    text-align: center;
    margin-top: 10px;
    font-family: "NEUTRATEXT-DEMI" !important;
  }

  .ame-list {
    /* padding: 0% 10%; */
    /* color: #000; */
    margin-top: 20px;
  }

  .ame-img1 {
    padding: 4% 0 0px 35%;
    position: relative;
  }

  .ame-head1 {
    padding: 1% 35%;
    color: #00404d;
  }

  .ame-list1 {
    padding: 0% 8%;
    color: #000;
  }

  .loclist {
    padding-left: 0;
  }

  .loclist li {
    list-style: none;
    background: #00404d;
    margin-bottom: 5px;
    padding: 10px;
    /* text-align: center; */
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
  }

  .loclist li i {}

  .loclist li span {}

  @media screen and (max-width: 767px) {
    #amenities {
      padding: 50px 10px;
    }

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

    .dflex {
      display: grid;
    }

    .fit-list {
      /* position: absolute; */
    }

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

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

    .ame-img1 {
      padding: 6% 0 0px 37%;
      position: relative;
    }

    .ame-head1 {
      /* padding: 1% 8%; */
      color: #d8b653;
      text-align: center;
    }

    .ame-list1 {
      padding: 0% 10%;
      color: #000;
    }

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

    .fitness {

      margin-top: 8%;
    }

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

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

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

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

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

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

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

  .kids {
    /* background-color:  #00404d; */
  }



  .modal {
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !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: 16px !important;
    background-color: #00404d !important;
    color: #fff !important;
    border: 1px solid #00404d !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 16px;
      border-bottom: 1px solid #00404d;
      text-decoration: none;
  }

  #accordion .panel-heading a.collapsed:hover,
  #accordion .panel-heading a.collapsed:focus {
      background-color: #00404d;
      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: #00404d;*
      background-image: url(../images/BG2.webp);
      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: 16px;
      /* height: 340px; *
  }

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

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

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

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

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

  .rera-dis p {
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    margin: 10px 160px;
  }

  @media only screen and (max-width: 767px) {
    .rera-dis p {
      color: #000;
      font-size: 16px;
      text-align: center;
      line-height: 19px;
      margin: -30px 0px 47px;
    }

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

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

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

  #accordion .panel-heading a.collapsed:hover,
  #accordion .panel-heading a.collapsed:focus {
      background-color: #00404d;
      color: #00404d;
      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: #00404d;
      /* background-color: #00404d; *
      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: 16px;
      /* height: 340px; *
  }

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

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

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

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

  .rera-dis p {
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    margin: 10px 160px;
  }

  @media only screen and (max-width: 767px) {
    .rera-dis p {
      color: #000;
      font-size: 16px;
      text-align: center;
      line-height: 19px;
      margin: -30px 0px 47px;
    }

    #sp-footer p {
      line-height: 20px;
      color: #000;
      margin-bottom: 20px;
    }

    .conf-back {
      padding: 50px 0px;
      background-color: rgba(0, 0, 0, 0.41);
    }
  }

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

  #accordion .panel {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-left: 2px;
    margin-bottom: 10px;
  }

  #accordion .panel-heading {
    padding: 0;
  }

  #accordion .panel-title a {
    display: block;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    color: #00404d;
    text-transform: uppercase;
    border: 1px solid #8fb665;
    /* border-left: none; */
    /*border-radius: 7px;*/
    box-shadow: none;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
  }

  #accordion .panel-title a span {
    display: block;
    width: 40px;
    height: 110%;
    line-height: 70px;
    background: #00404d;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -40px;
  }

  #accordion .panel-title a span:before,
  #accordion .panel-title a span:after {
    content: "";
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
  }

  #accordion .panel-title a span:before {
    top: -1px;
  }

  #accordion .panel-title a span:after {
    border-top-color: #00404d;
    bottom: -20px;
    z-index: 1;
  }

  #accordion .panel-body {
    font-size: 16px;
    color: #808080;
    line-height: 23px;
    border-top: none;
  }

  #accordion .panel-body p {
    margin-bottom: 0;
  }

  .heading-02 {
    /* font-family: 'Intro'; */
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }

  .panel-group {
    /*margin-top: 55px;*/
  }

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

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

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-family: "ABCArizona" !important;
  }

  #accordion a {
    display: block;
    padding: 10px 16px;
    border-bottom: 1px solid #00404d;
    text-decoration: none;
    color: #00404d;
  }

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

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

  #location p {
    color: #000;
    background: #00404d38;
    padding: 5px 10px;
  }

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

  #accordion .panel-heading a:not(.collapsed) {
    color: #000;
    /*background-color: #00404d;*/
    transition: all 0.2s ease-in;
  }

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

  .sppb-addon-latest-posts .latest-posts1 .latest-post,
  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    min-height: 330px;
    /* min-height: 240px; */
    margin-top: 25px;
    /* max-height: 240px; */
    /* margin-bottom: 30px;*/
  }

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

  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #00404d;
    box-shadow: 1px 1px 16px 1px;
  }

  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner:hover {
    background-color: #0a2c5165;
  }

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

  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }

  .sppb-addon-latest-posts .latest-posts1 .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;
  }

  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner .link-icon a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
  }

  .adr {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000;
    margin-top: 21px;
    /* width: 480px; */
  }

  .wrap {
    /* height: 100%; */
    /* position: relative; */
  }

  .fa-hand-o-left {
    font-size: 45px !important;
  }

  .fa-hand-o-right {
    font-size: 45px !important;
  }

  .test-text {
    font-size: 40px;
    color: #00404d;
    line-height: 47px;
    text-transform: initial;
  }

  @media (max-width: 640px) {

    .sppb-addon-latest-posts .latest-posts1 .latest-post,
    .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
      /* min-height: 330px; */
      min-height: 240px;
      margin-top: 22px;
      /* max-height: 240px; */
      /* margin-bottom: 30px; */
    }

    .fa-hand-o-left {
      font-size: 34px !important;
      transform: rotate(90deg);
    }

    .fa-hand-o-right {
      font-size: 34px !important;
      transform: rotate(90deg);
    }

    .test-text {
      font-size: 30px;
      color: #00404d;
      line-height: 47px;
      /* text-transform: capitalize; */
    }
  }

  @import url(https://fonts.googleapis.com/css?family=Open+Sans:600;);

  .snip1573 {
    background-color: #000;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 10px;
    /* max-width: 316px;
  min-width: 230px; */
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .snip1573 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .snip1573:before,
  .snip1573:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    opacity: 0.9;
    z-index: 1;
  }

  .snip1573:before {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
  }

  .snip1573:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
  }

  .snip1573 img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
  }

  .snip1573 figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
  }

  .snip1573 h3 {
    background-color: #000000;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
  }

  .snip1573 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }

  .snip1573:hover>img,
  .snip1573.hover>img {
    opacity: 0.5;
  }

  .snip1573:hover:before,
  .snip1573.hover:before {
    -webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%);
  }

  .snip1573:hover:after,
  .snip1573.hover:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
  }

  .snip1573:hover figcaption,
  .snip1573.hover figcaption {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  /* .carousel-inner {
  position: relative;
  width: 70%;
  overflow: hidden;
  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: 38px;
    line-height: 83px;
    width: 80px;
    height: 80px;
    margin: 0 auto 0px;
    border-radius: 50%;
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); */
    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 16px 16px;
    border-radius: 0 0 16px 16px;
  }

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

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

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

  .latest-post1,
  .latest-post-inner1 {
    min-height: 447px;
    max-height: 240px;
    margin-bottom: 30px;
  }

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

  .latest-post-inner1 {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #00404d;
  }

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

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

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

  .latest-post1 .latest-post-inner1: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-post1 .latest-post-inner1 .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-post1 .latest-post-inner1 .link-icon a {
    /* background-color: #493e3e; */
    display: inline-grid;
    height: 398px;
    /* border-radius: 30px; */
    width: 911px;
    text-decoration: none;
    -webkit-transition: 300ms;
    /* transition: 300ms; */
  }

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

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

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

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

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

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

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

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

    .latest-post1,
    .latest-post-inner1 {
      min-height: 320px;
      max-height: 240px;
      margin-bottom: 30px;
      margin-top: 20px;
    }
  }

  .over-wrap {
    height: auto;
  }

  .over-wrap img {
    height: 345px;
  }

  .div {
    display: block;
    margin: 0px auto 10px auto !important;
    /* width: 25%; */
  }

  .price-click,
  .price-click1,
  .price-click2 {
    font-family: "NEUTRATEXT-BOOKALT";
    margin: 0px auto;
    /* display: block; */
    /*background-color: #00404d !important;*/
    background-color: #00404d;
    text-shadow: none;
    color: #fff !important;
    border-color: #edf3fa;
    border-radius: 5px;
    padding: 5px 19px 5px 18px;
    transition: all 0.5s ease;
  }

  .dbroucher {
    /* padding: 0; */
    /* background: transparent; */
    /* display: inline-block; */
    /* margin: 0px 0px 0px 16px; */
    /* text-transform: capitalize; */
    /* color: #000 !important; */
    /* font-size: 18px; */
    /* cursor: pointer; */
    /* font-family: 'ABCArizona'; */
  }

  .artist-wrap {
    position: relative;
  }

  .artist-wrap p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #4d4d4d;
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
  }

  @media screen and (max-width: 768px) {
    .artist-wrap p {
      margin-bottom: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #4d4d4d;
      color: #fff;
      font-size: 8px;
      padding: 0 6px;
    }

    .latest-post {
      margin: unset !important;
    }
  }

  .ameimg {
    width: 100% !important;
    height: 550px;
    object-fit: cover;
  }

  #crown {
    background-size: cover;
    padding: 4px 0px;
    /* 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; */
  }

  .cust-head {
    text-align: center;
    color: #f58634;
    margin-bottom: 0px;
    font-size: 36px;
    margin-top: 0px;
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    border: 0;
  }

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

  .overview {
    /* padding: 25px 0px; */
  }

  .blow-banner img {
    width: 100px;
    display: block;
    box-shadow: inset -1px 0px 7px 0px;
    padding: 12px;
    margin: 0px auto;
    /* border-radius: 50%; */
    position: relative;
    /* z-index: 999999999;*/
  }

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

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

  @media only screen and (max-width: 767px) {
    #overview img {
      width: 100%;
      position: relative;
      margin: 0 auto;
      height: auto;
    }

    .div {
      display: block;
      margin: 0px auto 10px auto !important;
      width: 70%;
    }

    .price-click {
      display: block;
    }

    .ameimg {
      /* width: 100% !important; */
      height: 181PX !important;
    }

    .fullami-wrap {
      height: initial;
      display: initial;
    }

    .fea {
      position: initial;
      display: block;
      height: 271px;
    }

    .logo-wrapper>a,
    .logo-wrapper>a>img {
      /*float: left; */
      /* display: flex; */
      width: 125px;
      box-shadow: none;
      margin-top: -9px;
      margin-left: -8px;
    }

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

    .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: #00404d;*/
    background-image: linear-gradient(to right top,
        #3c90bd,
        #109ebc,
        #0eaab2,
        #3fb4a2,
        #6abc8f,
        #82c18e,
        #99c68f,
        #adcb92,
        #b7d2a3,
        #c1d9b4,
        #cce0c4,
        #d8e6d4);
    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;
  }

  @-webkit-keyframes glowing {
    0% {
      background-color: #00404d;
      -webkit-box-shadow: 0 0 3px #00404d;
    }

    50% {
      background-color: #000000;
      -webkit-box-shadow: 0 0 40px #000000;
    }

    100% {
      background-color: #00404d;
      -webkit-box-shadow: 0 0 3px #00404d;
    }
  }

  @-moz-keyframes glowing {
    0% {
      background-color: #00404d;
      -moz-box-shadow: 0 0 3px #00404d;
    }

    50% {
      background-color: #000000;
      -moz-box-shadow: 0 0 40px #000000;
    }

    100% {
      background-color: #00404d;
      -moz-box-shadow: 0 0 3px #00404d;
    }
  }

  @-o-keyframes glowing {
    0% {
      background-color: #00404d;
      box-shadow: 0 0 3px #00404d;
    }

    50% {
      background-color: #000000;
      box-shadow: 0 0 40px #000000;
    }

    100% {
      background-color: #00404d;
      box-shadow: 0 0 3px #00404d;
    }
  }

  @keyframes glowing {
    0% {
      background-color: #00404d;
      box-shadow: 0 0 3px #00404d;
    }

    50% {
      background-color: #000000;
      box-shadow: 0 0 40px #000000;
    }

    100% {
      background-color: #00404d;
      box-shadow: 0 0 3px #00404d;
    }
  }

  #overview .list-items p {
    padding: 5px 10px;
    border-bottom: 2px solid #00404d;
    position: relative;
    text-align: initial;
    /*background: #00404d;*/
    background-color: #00404d;
    color: #fff;
    width: 100%;
    list-style: none;
    /*font-weight: 600;*/
    /*margin-bottom: 17px;*/
  }

  #overview .list-items .fa {
    color: #ffffff;
  }

  .hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
  }

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

  section .loc-bord {
    border-right: 3px solid;
    height: 140px;
    position: relative;
    color: #00404d;
    display: block;
  }

  .hi-icon-effect-1 .hi-icon2 {
    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-icon2 img {
    width: 90px;
    width: 90px;
    width: 100px;
    margin: 0px auto;
    width: 70px;
    padding: 9px;
    height: 70px;
    background: #fff;
    border: 2px solid #c0c0c0;
    font-size: 20px;
    /* position: absolute; */
    top: -13px;
    left: -16px;
    line-height: 47px;
    text-align: center;
  }

  .amenities-main h3 {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
  }

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

  .divide {
    margin-top: 60px;
  }

  form #msg {
    display: none;
  }

  .list-items {
    /* margin-top: 50px; */
  }

  .patch {
    width: 30%;
    position: relative;
    margin: 20px auto;
  }

  .btn-default.focus,
  .btn-default:focus {
    color: #fff;
    /*background-color: #00404d;*/
    background-image: linear-gradient(to right top,
        #3c90bd,
        #109ebc,
        #0eaab2,
        #3fb4a2,
        #6abc8f,
        #82c18e,
        #99c68f,
        #adcb92,
        #b7d2a3,
        #c1d9b4,
        #cce0c4,
        #d8e6d4);
    border-color: #00404d;
  }

  .cashcontent-listing {
    padding-left: 0px;
    /* margin-bottom: 60px; */
  }

  .btn360 {
    width: 80px;
    height: 133px;
    position: fixed;
    right: 0;
    bottom: 228px;
  }

  @media only screen and (max-width: 767px) {
    #overview .list-items p {
      width: 100%;
      line-height: 20px;
    }

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

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

    .divide {
      margin-top: 0px;
    }

    .panel-group {
      margin-top: 0px;
    }

    .back {
      padding: 25px;
      /* background-color: rgba(0, 0, 0, 0); */
    }

    .patch {
      width: 100%;
      position: relative;
      margin: 20px auto;
    }

    .price-click,
    .price-click1,
    .price-click2 {
      display: block;
    }
  }

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

  .head-line.white3 {
    background: #00404d !important;
  }

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

  .road {
    position: relative;
    z-index: 9999;
    bottom: 18px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    font-size: 16px !important;
    background: #fff;
    border: 2px solid;
    color: #00404d;
    padding: 8px 12px 10px 12px;
    border-radius: 20px;
    font-weight: 600;
    outline: none !important;
  }

  .padding4 {
    padding-top: 55px;
  }

  .head23 h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
  }

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

  .pointss2 p span {
    padding: 16px;
  }

  .box4 {
    border: 1px solid;
    padding: 16px;
    border-radius: 10px 25px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset,
      rgb(0 0 0 / 30%) 0px 18px 36px -18px;
  }

  @media screen and (max-width: 768px) {
    .road {
      position: relative;
      z-index: 9999;
      bottom: 18px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      display: block;
      font-size: 16px !important;
      background: #fff;
      border: 2px solid;
      color: #b18c6d;
      padding: 8px 12px 10px 12px;
      border-radius: 20px;
      font-weight: 600;
      outline: none !important;
    }

    .box4 {
      border: 1px solid;
      padding: 16px;
      margin-bottom: 10px !important;
      border-radius: 10px 25px;
      box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset,
        rgb(0 0 0 / 30%) 0px 18px 36px -18px;
    }
  }

  .road:hover {
    background: white;
    color: #000000;
  }

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

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

  #accordion .panel-heading {
    padding: 0;
    position: relative;
  }

  #accordion .panel-heading:before {
    content: "";
    width: 40px;
    height: 100%;
    /*background: #eb65a0;*/
    background-color: #00404d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*border: 2px solid;*/
  }

  #accordion .panel-title a {
    display: block;
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    font-size: 18px;
    font-family: "NEUTRATEXT-DEMI";
    letter-spacing: 1px;
    color: #000;
    overflow: hidden;
    position: relative;
  }

  #accordion .panel-title a:before,
  #accordion .panel-title a.collapsed:before,
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    transition: all 0.3s ease 0s;
  }

  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    content: "\f067";
    transform: translateY(50px);
  }

  #accordion .panel-title a.collapsed:before {
    transform: translateY(-50px);
  }

  #accordion .panel-title a.collapsed:after {
    transform: translateY(0);
  }

  #accordion .panel-body {
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    border-top: none;
    font-size: 16px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
  }

  #accordion .panel-body:before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
  }

  .extraheight {
    height: 417px !important;
    display: block !important;
  }

  .addextra {
    font-size: 20px;
  }

  @media screen and (max-width: 768px) {
    .extraheight {
      height: 100% !important;
      display: block !important;
    }

    .addextra {
      font-size: 16px;
    }
  }

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

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

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

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

  .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: 16px;
    color: #93b86b;
  }

  .testimonial .description {
    justify-content: center;
    padding: 20px 22px;
    background: #00404d;
    font-size: 16px;
    color: #fff;
    height: 100px;
    text-align: center;
    line-height: 25px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
  }

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

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

  .owl-theme .owl-controls {
    margin-bottom: 10px;
    /* margin-left: 30px; */
  }

  .owl-theme .owl-controls .owl-buttons div {
    opacity: 1 !important;
    background: #00404d !important;
    height: 35px;
    width: 35px;
  }

  .owl-prev:before,
  .owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }

  .owl-next:before {
    content: "\f054";
  }

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


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

  .fitted {
    width: 230px;
    display: block;
    margin: 18px auto;
  }

  .box10 {
    /*box-shadow: rgb(143 196 143) 0px 30px 60px -12px inset, rgb(185 211 165) 0px 18px 36px -18px inset;*/
  }

  .paraoffer {
    background: #9abb74;
    display: block;
    margin: 9px auto;
    text-align: center;
    width: 61%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }

  .box10 p {
    text-align: justify;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1px;
  }

  .sectionright {
    text-align: center;
    margin-top: 12px;
    font-size: 10px;
    line-height: 17px;
  }

  .deg_div {
    margin-bottom: 16px;
  }

  .deg_div img {
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .sectionright {
      text-align: center;
      margin-top: 12px;
      font-size: 10px;
      line-height: 17px;
    }

    .paraoffer {
      background: #9abb74;
      display: block;
      margin: 9px auto;
      text-align: center;
      width: 100%;
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
    }

    .testimonial .description {
      padding: 20px 20px;
      background: #00404d;
      font-size: 16px;
      color: #fff;
      height: auto;
      text-align: center;
      line-height: 23px;
      margin: 0;
      position: relative;
    }

    .price-click,
    .price-click1,
    .price-click2 {
      margin: 0px auto;
      /* display: block; */
      /* background-color: #00404d !important; */
      background-color: #00404d;
      text-shadow: none;
      color: #fff !important;
      border-color: #edf3fa;
      border-radius: 5px;
      padding: 5px 2px 5px 3px;
      transition: all 0.5s ease;
      font-weight: 800;
    }
  }

  .testimonial {
    background-color: #00404d !important;
  }

  /*-----------------------------New Section Added---------------------------------------------*/
  .about_box {
    margin-bottom: 50px;
  }

  .css-sprite-content-company-established {
    background: url(https://www.piramalrealty.com/assets/fe/css/../images/icons/sprite-content.webp) 0 -1px;
    width: 48px;
    height: 47px;
    margin: 0 0 1.5rem;
    display: inline-block;
  }

  .css-sprite-content-development {
    background: url(https://www.piramalrealty.com/assets/fe/css/../images/icons/sprite-content.webp) -48px 0;
    width: 36px;
    height: 48px;
    margin: 0 0 1.5rem;
    display: inline-block;
  }

  .css-sprite-content-investment {
    background: url(https://www.piramalrealty.com/assets/fe/css/../images/icons/sprite-content.webp) -84px 0;
    width: 47px;
    height: 48px;
    margin: 0 0 1.5rem;
    display: inline-block;
  }

  .logo-color {
    display: block;
    position: relative;
    width: 130px;
    margin-top: -63px;
    right: 20px;
  }

  /* QR Code CSS  */
  .qr-box {
    margin: 0 auto;
    width: 55%;
    text-align: center;
  }

  #sp-footer .qr-box p {
    font-family: "NEUTRATEXT-BOOKALT";
    font-size: 16px;
    color: white;
  }

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

  button.btn.btn-danger.dbrochure {
    position: fixed;
    bottom: 16px;
    left: 16px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #00404d;
    /* background-image: url(../images/BG2.webp); */
    width: 190px;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #ffffff;
  }

  button.degform {
    background: transparent;
    color: #fff;
    font-size: 18px;
    margin: 16px 0 0 30px;
  }

  @media screen and (max-width: 767px) {
    #sp-footer .qr-box p {
      font-family: inherit;
      font-weight: 600;
      font-size: 16px;
    }

    button.degform {
      display: block;
      text-align: center;
      margin: 0px;
      padding: 12px 0;
      background: #00404d;
      width: 100%;
    }

    button.btn.btn-danger.dbrochure {
      transform: rotate(90deg);
      bottom: 40%;
      right: -60px;
      left: auto;
      width: fit-content;
      font-size: 17px;
    }
  }

  /* Chatbot */

  #selekt-chat-widget {
    bottom: calc(60px) !important;
  }

  .modal-header {
    background-color: #00404d;
    color: #fff;
  }

  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left {
      margin-left: -83px !important;
    }

    .carousel-control .glyphicon-chevron-right {
      margin-right: -60px;
    }
  }

  .maincard1 {

    background-color: white;
    position: relative;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 10px solid #00404d;
    border-bottom: 40px solid #00404d;
    border-left: 10px solid #00404d;
    border-right: 10px solid #00404d;
    margin: 0px 10px;

  }

  .subcard1 {
    text-align: center;
  }

  .subcard1 p,
  h2 {
    font-weight: bold;

  }

  .cardbtn1 {
    padding: 10px 20px;
    background-color: #00404d;
    color: white;
    font-weight: bold;
    margin-top: 16px;
  }

  .confd {
    font-size: 18px;

  }

  .line1 {
    position: relative;
    padding: 16px;
    margin: 0px !important;
  }

  .line1::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: black;
    left: 0;
    bottom: 0;
    transform: translate(60%);
  }

  .textbold {
    text-align: center;
    font-weight: bold;
    /* font-size: 18px */
    margin-bottom: 20px;

  }

  .end-section {
    text-align: center !important;
    font-family: "Euclid Circular B" !important;
    background-color: #00404d;
    color: #fff;
    /* padding: 60px 0px; */
    padding-bottom: 20px;

  }

  .para-02 {
    line-height: 20px;
    margin: 12px 0px;
    font-size: 16px;
  }

  .para-01 {
    font-size: 25px;
  }

  .heading-wrapper {
    border-bottom: 2px solid #dbdddd;
    padding: 20px 0px;
  }

  .end-content {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .no-spinner::-webkit-outer-spin-button,
  .no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  .no-spinner {
    -moz-appearance: textfield;
    /* border: none; */
    outline: none;
  }

  .innercon {
    display: flex;
    align-items: center;



  }

  .innercon h3,
  span {
    margin: 0;
    padding: 0;
  }

  .innercon h3 {
    font-size: 35px;
    font-weight: bold;
  }

  .sp12 {
    font-size: 35px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .innercon span {
    font-size: 16px;
    line-height: 16px;
    width: 100px;
    text-wrap: wrap;
    word-wrap: break-word;
    /* ensures long words break and wrap */
    overflow-wrap: break-word;
    /* modern standard equivalent */
    white-space: normal;
    /* allows text to wrap normally */
    margin-left: 16px !important;
  }

  .card12 {
    padding: 20px 0px;
    position: relative;
    margin-bottom: 10px;
  }

  .card12::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 2px;
    background-color: #c4c4c4;
    left: 0;
    bottom: 0;
  }

  .card123 {
    padding: 20px 0px;
  }

  .img12 {
    width: 100%;
    /* height:  ; */
  }

  .imgbcon {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    border-bottom: 1px solid #00404d;

  }

  .theme_btn1 {
    display: inline-block;
    padding: 16px 20px;
    border: 1px solid #00404d;
    color: #00404d;
    align-items: center;
    border-bottom: 0px !important;


  }

  .theme_btn1:hover {
    background-color: #00404d;
    color: white;


  }

  .line12 {

    width: 80%;

  }

  #aboutuscon {
    padding: 50px 0px;
  }

  .ame-list li {
    margin: 10px 0px;
    font-weight: bold;
    font-size: 12px;
  }

  .lazyload {
    width: 140px;
  }

  .callme i {
    transform: rotate(90deg);
  }

  .end-content p a {
    font-size: 16px;
    color: #fff;
  }

  .end-content p a:hover {
    text-decoration: underline;
  }

  .footer-call i {
    transform: rotate(92deg);
  }

  .modal-content {
    text-align: center !important;
  }

  .about-text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: 50px;
    line-height: 35px;
  }

  .img-wrapper1 {
    flex-direction: column;
    display: flex;
    justify-content: center !important;
  }

  .img-parent {
    width: 100%;
    height: 490px;
    overflow: hidden;
  }

  .img-parent img {
    width: 1000px;
    transform: translate(-325px, 10px);
    /* transform: translatey(-21px); */
    height: auto;
  }

  .img-wrapper1 p {
    text-align: center;
    margin-top: 5px;
  }

  .con-parent-text {
    font-size: 18px;
    /* font-weight: bold; */
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 10px;
  }

  .white-divider {

    filter: invert(1);
  }

  #sp-component {
    margin-top: 100px;
  }

  .map-wrap iframe {
    height: 480px;
  }

  .blink-button {
    background-color: #00404d;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    animation: blink-shadow 1s infinite;
  }

  /* Animate only the shadow */
  @keyframes blink-shadow {

    0%,
    100% {
      box-shadow: 0 0 10px 5px #00404d;
    }

    50% {
      box-shadow: 0 0 0px 0px #00404d;
    }
  }