@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,600,800&display=swap&subset=latin-ext");
body {
  outline: none;
  word-spacing: 1px;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
}

a:hover {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
}

.img-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
}

    .whatsappimage {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1;
    width: 43px;
    padding: 4px;
}
.courts {
  background-image: url(/images/amphitheatre.png);
}

.garden {
  background-image: url(/images/garden.png);
}

.yoga {
  background-image: url(/images/yoga.png);
}

.reflexology {
  background-image: url(/images/reflexology.png);
}

.gym {
  background-image: url(/images/gym.png);
}

.jogging {
  background-image: url(/images/jogging.png);
}

.cricket {
  background-image: url(/images/cricket.png);
}

.children-play {
  background-image: url(/images/children-play.png);
}

.aerobics {
  background-image: url(/images/locker-room.png);
}

.tennis {
  background-image: url(/images/tennis.png);
}

.outdoor {
  background-image: url(/images/outdoor-seating.png);
}

.squash {
  background-image: url(/images/squash.png);
}

.school {
  background-image: url(/images/business-center.png);
}

.cafe {
  background-image: url(/images/cafeteria.png);
}

.club {
  background-image: url(/images/club.png);
}

.navbar {
  padding: 5px 0;
  height: 68px;
  border-radius: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #000;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .container-fluid {
  width: 100%;
}

.navbar .upper-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .upper-side .logo {
  max-width: 138px;
}

.navbar .upper-side .menu {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.navbar .upper-side .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin: 0;
}

.navbar .upper-side .menu ul li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  position: relative;
}

.navbar .upper-side .menu ul li a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
  color: #f0ff04;
}

.navbar .upper-side .menu ul li a:hover {
  color: #a67a00;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .upper-side .menu ul li a.active {
  border-bottom: 2px solid #a67a00;
  color: #a67a00;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .upper-side .menu ul li.mobilenumber a {
  color: #fff;
  margin: 0 0 0 50px;
}

.navbar .upper-side .dev-logo {
  max-width: 138px;
}

.home-banner {
  height: calc(100vh - 68px);
  margin-top: 68px;
  background: #000;
}

.home-banner .container-fluid {
  height: 100%;
  padding-right: 0;
}

.home-banner .container-fluid .row {
  height: 100%;
}

.home-banner .container-fluid .row .col-lg-9 {
  height: 100%;
}

.home-banner .carousel {
  height: 100%;
}

.home-banner .carousel .carousel-control {
  background: transparent;
  background-image: none !important;
}

.home-banner .carousel .carousel-control i {
  position: absolute;
  top: 0;
  font-size: 65px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 30px;
}

.home-banner .carousel .carousel-control.right i {
  left: auto;
  right: 30px;
}

.home-banner .carousel .carousel-inner {
  height: 100%;
}

.home-banner .carousel .carousel-inner .item {
  height: 100%;
}

.home-banner .carousel .carousel-inner .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner .carousel .carousel-inner .item .carousel-caption {
  bottom: auto;
  top: 0;
  background: rgba(38, 40, 43, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-banner .carousel .carousel-inner .item .carousel-caption h1 {
  font-size: 70px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px #4f4f4f;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #a67a00;
}

.home-banner .carousel .carousel-inner .item .carousel-caption h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px #4f4f4f;
  font-family: "Poppins", sans-serif !important;
}

.home-banner .carousel .carousel-inner .item .carousel-caption h3 {
  font-size: 22px;
  margin-bottom: 60px;
  text-shadow: 1px 1px 3px #4f4f4f;
}

.home-banner .carousel .carousel-inner .item .carousel-caption .inner {
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.home-banner .carousel .carousel-inner .item .carousel-caption .btn {
  border: 2px solid #a67a00;
  background: transparent;
  padding: 12px 35px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-banner .carousel .carousel-inner .item .carousel-caption .btn:hover {
  border: 2px solid #f0ff04;
  background: #f0ff04;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.benefits {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  background: #f9f9f9;
  text-align: center;
}

.benefits .benefits-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits .benefits-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 35px;
}

.benefits .benefits-list ul li:last-child {
  border-right: 0;
}

.benefits .benefits-list ul li .img-icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  margin-bottom: 20px;
  -webkit-transform: translateY(10px) scale(1.15);
          transform: translateY(10px) scale(1.15);
  -webkit-transform-origin: 50% bottom;
          transform-origin: 50% bottom;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  position: relative;
}

.benefits .benefits-list ul li .img-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.benefits .benefits-list ul li .img-icon::after {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #ebcfa7;
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  margin-left: -35px;
}

.benefits .benefits-list ul li h6 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.benefits .benefits-list ul li .extra {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.benefits .benefits-list ul li:hover .img-icon {
  -webkit-transform: translateY(0) scale(1.1);
          transform: translateY(0) scale(1.1);
}

.benefits .benefits-list ul li:hover .img-icon:after {
  opacity: 1;
}

.btn {
  background: #a67a00;
  border-color: transparent;
  border-width: 2px;
  border-radius: 0;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 17px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover {
  background: #f0ff04;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #f0ff04;
  color: #000;
}

.btn i {
  margin-left: 5px;
}

.about-us .btn {
  margin-top: 20px;
}

.about-us p {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.4;
}

.about-us ul.circle-list li {
  margin: 0 0 15px 20px;
  font-size: 17px;
  line-height: 1.4;
  list-style: circle;
}

.garyBG {
  background: #f9f9f9;
}

.sec-padding {
  padding: 50px 0;
}

section h2 {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

section h2 span {
  color: #a67a00;
}

section h3 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

.site-gallery .item {
  border: 1px solid #a67a00;
  padding: 4px;
  margin-bottom: 30px;
}

.floorPlan {
  background-color: #a67a00;
  padding-bottom: 10px;
}

.floorPlan h2 span {
  color: #fff;
}

.floorPlan .item {
  border: 1px solid #e8e8e8;
  position: relative;
}

.floorPlan .item img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.floorPlan .item .view-detail {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.floorPlan .item:hover .view-detail {
  opacity: 1;
}

.locationadvantebanner {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px #0000006b;
          box-shadow: 0px 0px 10px #0000006b;
  padding: 40px;
  margin-top: 40px;
}

.locationadvantebanner .location-tb {
  font-size: 15px;
  border: 1px solid #a67a00;
}

.amenities-item {
  margin-bottom: 30px;
}

.amenities-item .amenities-item-img img {
  max-width: 100%;
}

.amenities-item p {
  margin: 0;
  text-align: center;
  background-color: #a67a00;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}

.highlights-sec {
  background-image: url(https://static.360realtors.ws/properties/photos/5143/mini/kolk2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0;
}

.highlights-sec:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.highlights-sec .amenties {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 10px;
  margin: 15px 0;
  color: #fff;
  font-weight: 500;
  min-height: 66px;
  font-size: 14px;
}

.highlights-sec .amenties i {
  margin: 0;
  margin-right: 10px;
}

.highlights-sec .container {
  z-index: 9;
  position: relative;
}

.highlights-sec h2 {
  color: #fff;
}

.highlights-sec h2 span {
  color: #a67a00;
}

.highlights-sec h3 {
  color: #fff;
}

.highlights-sec ul.circle-list li {
  position: relative;
  color: #fff;
  list-style: none;
  margin-left: 30px;
}

.highlights-sec ul.circle-list li:before {
  content: "\f00c";
  position: absolute;
  left: -30px;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.price-sec .table th {
  font-weight: bold;
  color: #000;
  font-size: 17px;
}

.price-sec .table td {
  font-size: 15px;
}

.price-sec .table td:first-child {
  color: #f0ff04;
  font-weight: 600;
}

.price-sec .nav-tabs {
  margin-bottom: 1px;
  margin-top: 0px;
}

.price-sec .nav-tabs li {
  margin-right: 0;
}

.price-sec .nav-tabs li a {
  border-bottom: 0;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
}

.price-sec .nav-tabs li a:hover {
  color: #f0ff04;
}

.price-sec .nav-tabs li.active a {
  color: #f0ff04;
}

.price-sec .nav-tabs li.active a:hover {
  font-weight: 600;
}

.price-sec .tab-content {
  border: 1px solid #ebebeb;
}

.price-sec .tab-content img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* FOOTER */
.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  background: #26282b;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer ul li {
  padding: 0 15px;
  position: relative;
}

.footer ul li:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.hamburger {
  width: 30px;
  height: 21px;
  position: relative;
  display: none;
}

.hamburger span {
  height: 2px;
  width: 30px;
  background: #f0ff04;
  opacity: 1;
  position: absolute;
  left: 0;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 9px;
  width: 24px;
  right: 0;
  left: auto;
}

.hamburger span:nth-child(3) {
  width: 100%;
  top: 19px;
}

.menuoverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.mobile-dev-logo {
  display: none;
}

.closeMenu {
  position: absolute;
  left: -100px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 27px;
  border-radius: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.mobile-fixed {
  position: fixed;
  bottom: 0;
  background: #a67a00;
  width: 100%;
  padding: 15px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.mobile-fixed a {
  color: #fff;
  font-size: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  border-right: 1px solid #d4a00e;
}

.mobile-fixed a:last-child {
  border-right: 0;
}

.mobile-fixed a i {
  margin-right: 7px;
}

.site-plan h2 {
  font-size: 30px;
}

.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inq-form {
  background: rgba(0, 0, 0, 0.6);
  padding: 25px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 320px;
  margin-top: 30px;
  z-index: 9;
}

.inq-form .closebtn {
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.inq-form .top-header {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}

.inq-form p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.3;
}

.inq-form label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.inq-form .form-group {
  margin-bottom: 15px;
}

.inq-form .form-group textarea {
  height: 90px;
  resize: none;
}

.content-box {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  color: #fff;
  background: #f0ff04;
  position: relative;
  overflow: hidden;
}

.content-box h2 span {
  color: #26292c;
}

.content-box .btn {
  background: #26292c;
  border-color: #26292c;
  margin-top: 0;
}

.content-box .btn:hover {
  background: #fff;
  color: #f0ff04;
  border-color: #fff;
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}

.callPopup {
  display: none;
  max-width: 400px;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 50px;
  text-align: center;
  border: 2px solid #f0ff04;
  color: #fff;
}

.callPopup .top-logo {
  max-width: 200px;
  text-align: center;
  margin: 0 auto 20px;
}

.callPopup h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.callPopup p {
  margin-bottom: 30px;
}

.callPopup .closePoup {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 25px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  border: 1px solid #cecece;
  cursor: pointer;
  color: #000;
}

.callPopup .mobile-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}

.callPopup .imIcon {
  background: #a67a00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 5px;
  color: #fff;
  height: 43px;
  width: 54px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.callPopup .btn {
  padding: 5px 11px;
  border: 0;
  font-size: 14px;
  height: 43px;
}

.callPopup .form-control {
  height: 42px;
}

.banner-cnt-bottom {
  padding: 20px;
  background-color: #000;
  border: 1px solid #f0ff04;
  text-align: center;
  color: #fff;
}

.banner-cnt-bottom .project-location {
  font-size: 18px;
  margin-top: 15px;
}

.banner-cnt-bottom .project-configuration {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-cnt-bottom .starting-price {
  background-color: #a67a00;
  padding: 14px 30px;
  width: auto;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.banner-cnt-bottom .starting-price span {
  -webkit-animation: zoominoutsingle 2s infinite;
          animation: zoominoutsingle 2s infinite;
  display: inline-block;
}

.banner-cnt-bottom .other-info {
  font-size: 22px;
}

.banner-cnt-bottom .project-status {
  font-size: 16px;
  margin-bottom: 10px;
}

.price-table {
  background-color: #000;
}

.price-table h2 {
  color: #fff;
}

.price-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.price-item p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}

.price-config {
  background-color: #000;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 5px;
}

.price-config h3 {
  margin: 0;
  color: #f0ff04;
  font-size: 25px;
  font-weight: 600;
}

.offerDiv {
  color: #fff;
  position: absolute;
  top: 88px;
  z-index: 9;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.offerDiv .marqueeDiv {
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.2);
}

.offerDiv p {
  -webkit-animation: marquee 19s linear infinite;
  animation: marquee 18s linear infinite;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.offerDiv p i {
  margin: 0 5px;
  color: #a67a00;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes zoominoutsingle {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoominoutsingle {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.hide-inq .inq-form {
  display: none;
}

.contactForm .modal-dialog {
  width: 100%;
  max-width: 400px;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  background: transparent;
}

.contactForm .modal-header {
  border: 0;
  color: #fff;
}

.contactForm .modal-footer {
  border: 0;
  text-align: center;
  padding-top: 0;
}

.contactForm .form-control {
  border: 1px solid #cecece;
  display: block;
  width: 100% !important;
}

.contactForm .modal-content {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #f0ff04;
  padding: 30px;
}

.contactForm .modal-content .close {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 35px;
  opacity: 1;
}

.contactForm .modal-content .close span {
  color: #fff;
}

.contactForm .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactForm .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
}

.contactForm .checkbox input[type="checkbox"] {
  margin-top: 0;
}

.galleryModal {
  display: none;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.galleryModal .big-pic {
  max-width: 700px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.galleryModal .big-pic img {
  width: 100%;
}

.galleryModal .big-pic .photo-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  color: #fff;
}

.galleryModal .closeModal {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
  color: #000;
}

.picture {
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .whatsappimage {
    bottom: 60px;

}
  .navbar .upper-side .menu ul li {
    margin: 0 5px;
  }
  .navbar .upper-side .menu ul li a {
    font-size: 9px;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .locationadvantebanner {
    padding: 15px;
  }
  .locationadvantebanner .location-tb {
    font-size: 13px;
  }
  .offerDiv p {
    font-size: 15px;
  }
  .contactForm .modal-dialog {
    width: 90%;
  }
  .contactForm .modal-content {
    padding: 5px;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .callPopup {
    max-width: 90%;
    padding: 50px 20px;
  }
  .img-icon {
    width: 30px;
    height: 30px;
  }
  .mobile-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body {
    padding-bottom: 47px;
  }
  .price-item {
    margin-bottom: 30px;
  }
  .home-banner {
    margin-top: 58px;
    padding-bottom: 15px;
    height: auto;
  }
  .home-banner .container-fluid {
    padding: 0;
  }
  .home-banner .container-fluid .row {
    margin: 0;
  }
  .home-banner .container-fluid .row .col-md-3 {
    padding: 15px 15px 0;
    width: 100%;
  }
  .home-banner .container-fluid .row .col-md-9 {
    padding: 0;
  }
  .home-banner .carousel .carousel-inner .item .carousel-caption h1 {
    font-size: 45px;
  }
  .home-banner .carousel .carousel-inner .item .carousel-caption h2 {
    font-size: 20px;
  }
  .home-banner .carousel .carousel-inner .item .carousel-caption h3 {
    font-size: 20px;
  }
  .home-banner .carousel .carousel-inner .item .carousel-caption .inner {
    text-align: center;
  }
  .navbar {
    height: 58px;
  }
  .navbar .upper-side .logo {
    max-width: 100px;
  }
  .navbar .upper-side .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background: #000;
    z-index: 99;
    -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 40px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    width: 70%;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
  }
  .navbar .upper-side .menu ul li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    position: relative;
  }
  .navbar .upper-side .menu ul li.mobilenumber a {
    color: #f0ff04;
    margin: 0;
  }
  .navbar .upper-side .dev-logo {
    display: none;
  }
  .home-banner .carousel .carousel-control {
    top: 0;
  }
  .home-banner .carousel .carousel-control i {
    font-size: 36px;
    left: 10px;
  }
  .home-banner .carousel .carousel-control.right i {
    left: auto;
    right: 10px;
  }
  .home-banner .carousel .carousel-inner .item .carousel-caption .btn {
    background: #f0ff04;
    border: 2px solid #f0ff04;
  }
  .benefits .benefits-list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: 0;
  }
  .benefits .benefits-list ul li h6 {
    font-size: 13px;
  }
  .benefits .benefits-list ul li .extra {
    font-size: 16px;
  }
  .benefits .benefits-list ul li .map_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .sec-padding {
    padding: 30px 0;
  }
  section h2 {
    font-size: 26px;
  }
  section h3 {
    font-size: 19px;
  }
  .mt-5 {
    margin-top: 35px;
  }
  .footer ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer ul li:nth-child(2) {
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin: 10px 0;
  }
  .highlights-sec .amenties {
    font-size: 10px;
  }
  .highlights-sec .propertydetails {
    padding: 10px;
  }
  .price-sec .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-sec .nav-tabs li a {
    text-align: center;
  }
  .price-sec .table td {
    font-size: 12px;
  }
  .hamburger {
    display: block;
  }
  .menu-open .menuoverlay {
    display: block;
  }
  .menu-open .navbar .upper-side .menu {
    opacity: 1;
    right: 0;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: visible;
  }
  .mobile-dev-logo {
    display: block;
    max-width: 115px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .closeMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inq-form {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */