.alert {
  background: #c0fac2;
  padding: 5px;
  border-radius: 5px;
  margin-top: 0px !important;
  margin-top: -8px !important;
  font-weight: 600;
  font-size: 11px;
}

.mySub {
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  padding: 0 120px 0 15px;
  box-sizing: border-box;
  z-index: 1;
  border: none;
}

div#slide-btn {
  margin-top: 150px;
  margin-right: 280px;
}

.slider-control .prev {
  border: none;
  background: #202A54;
  width: 48px;
  font-size: 12px;
  height: 48px;
  border-radius: 50%;
}

.slider-control .next {
  border: none;
  background: #CFCFCF;
  width: 48px;
  height: 48px;
  font-size: 12px;
  margin-top: 15px;
  border-radius: 50%;
}

i.fa.fa-less-than {
  font-weight: 400;
}

i.fa.fa-greater-than {
  font-weight: 400;

}

.full {
  width: 100%;
}

.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background-image: url(/teamupproperty/public/public_data_new/images/bg/footer.png);
  /*background-image: url(https://teamupproperty.com/new_teamup/public/public_data_new/images/bg/footer.png);*/
  background-position: right;
  background-size: cover;
  background-position-x: right;
  background-repeat: no-repeat;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 10px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 0.5px;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 20px;
  margin-bottom: 5px;
}

.footer-widget ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #fff;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text {
  text-align: initial;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.footer-bottom {
  background: #fff;
  border-top: 1px solid #fff;
  margin-top: 5px;
}

.footer-bottom p.pull-left {
  padding-top: 6px;
}


ul.footer1 {
  margin-top: 80px;
}

p.tag-line {
  text-align: revert;
  padding: 0px;
  font-size: 14px;
}

p.design {
  text-align: right;
  padding: 0px !important;
  text-align: -webkit-right !important;
}

p.tag-design {
  text-align: right;
  font-size: 14px;
}

p {
  text-align: center;
  color: #000;
}

p.disc {
  text-align: right;
  font-size: 14px;


}

img.socail-icon {
  padding: 5px;
}

.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

@media (min-width: 992px) {
  .search-sec {
    position: relative;


  }
}



h2.head-title-loan {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  padding-left: 10px;
  margin-bottom: 0px;
  margin-top: 60px;
  font-size: 24px !important;
  text-align: start !important;
}

div#builder {
  margin-top: 15px;
  margin-bottom: 15px;
}

img#loan-img {
  max-width: 548px !important;
  height: 380px !important;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

a.btn.btn-home-dark {
  background: #202A54;
  border: #202A54;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 50px;
  color: #fff;
}

a.btn.btn-home-dark:hover {
  background: #ffffff;
  border: 2px solid #202A54;
  color: #000;
  text-decoration: none;
}

section.loan {
  margin-top: 60px;
  margin-bottom: 60px;
}

h1.display-4 {
  font-size: 36px;
  line-height: 50px;
  color: #202a54;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 50px 0px 50px;
}

div#text-bg {
  background: #f6f5f7;
  z-index: 1;
  height: 380px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

h6.teamup {
  font-size: 25px;
  font-weight: bold;
}

span.property {
  font-weight: 400;
}




.carousel .card {
  color: #fff;
  text-align: center;
  height: 180px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  background-size: cover;
  border-top: 0px solid;
}

/*.carousel .card-1 {*/
/*  background-image: url(./public_data_new/images/location/andheri.svg);*/
/*}*/
.carousel .card-1 {
  background-image: url(https://teamupproperty.com/new_teamup/public/public_data_new/images/location/andheri.svg);
}



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

.owl-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #0a58ca !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
  background: #0a58ca !important;
}

h2.head-title-location-project {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  line-height: 20px !important;
  padding-left: 10px;
  font-size: 24px !important;
  text-align: start !important;
  margin-top: 40px
}

img.price-img {
  object-position: center center;
  transform: scale(1.0);
  height: 250px !important;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

h2.project-price {
  color: #202A54;
  font-size: 25px;
  font-weight: 400 !important;
  text-align: center;

}

.price {
  font-size: 18px;
  font-weight: 600;
  margin-top: -15px;
  text-align: left;
  padding-left: 20px;
}

p.builder-name {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #202A54;

}

.card-content1 {
  padding: 10px 20px 20px 20px;
  background-color: #ffffff !important;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 11%) !important;
  text-align: center;
  width: 100%;
  margin: 0 auto !important;
  position: sticky;
  border: 1px solid #fff;
  background: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div#card-box {
  border: 0px !important;
}

span.price-amt {
  font-weight: 700;
}

h2.project-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #202A54;
  margin-top: 10px;
}

h2.head-title-price {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  padding-left: 10px;
  margin-top: 50px;
  line-height: 20px !important;
  padding-left: 10px;
  border-left: 5px solid;
  font-size: 24px !important;
  text-align: start !important;
}

section.rental-new {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4fa;
  background-image: url('/public_data_new/images/location/rental-image.png');
  margin-top: 50px;
}


img.search-rental {
  width: 65px;
  height: 65px;
  gap: 10px;
  position: relative;
  left: -20px;
}



.ico-wrap {
  margin: auto;
}

.mbr-iconfont {
  font-size: 3.5rem !important;
  color: #313131;
  margin: 1rem;
  padding-right: 1rem;
}



.mbr-section-title3 {
  text-align: left;
}

h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.display-5 {
  font-size: 24px !important;
}

.mbr-bold {
  font-weight: 600;
  color: #fff;
}

p#rental-text {
  padding: 0px !important;
  line-height: 20px !important;
  margin-top: 10px;
  color: #fff;
  font-size: 14px !important;

}

.display-6 {
  font-size: 14px !important;
  text-align: justify;
}

img.team-logo {
  border-style: none;
  height: auto;
  width: 120px !important;
  height: 120px !important;
  vertical-align: middle;
}

.teamup-project {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  background-color: #fff;
  overflow: hidden;
  right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.line {
  display: flex;
  justify-content: space-between;
}

h2.head-title-developer {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  padding-left: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 24px !important;
  text-align: start !important;
}

h3.newprojectprice {
  font-size: 14px;
  font-weight: bold !important;
}

h2.projectname {
  color: #000;
  font-size: 16px !important;
/*  font-weight: 400 !important;*/
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold !important;
}

h3.projectprice {
  margin-bottom: 10px;
  margin-top: 14px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-weight: bold !important;
}

h4.location {
  margin-top: -1px;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.content-project {
  padding: 10px 20px 7px 20px;
  margin: 0px 0px;
  border-radius: 15px 15px 0px 0px !important;
  background-color: #ffffff !important;
  border-top: 3px solid #fdc501 !important;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 17%) !important;
  text-align: center;
}

p.description {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1px;
  margin-top: 1px;
  color: #24272c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

span.builder {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1px;
  margin-top: 1px;
  color: #24272c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div#flex {
  justify-content: space-between;
  padding: 3px 12px 2px 12px;
  background: #E3E6E6;
}

h6.tag {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-right: 8px !important;
  color: #000000 !important;
  margin-top: -5px;
  margin-bottom: -10px;
  line-height: 20px;
  max-width: 18em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.4px;
}

button.button {
  padding: 10px 60px 10px 60px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  background: #000;
  border: 2px solid #000000;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
}

button.button:hover {
  background: #fff;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 30px;
  letter-spacing: 1px;
}

/* div#prevbtn {
  margin-top: -18px !important;
}

div#nextbtn {
  margin-top: -8px !important;
} */

.featured_lable.featured {
  color: #000000;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.6px;
  padding: 0px 6px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 0px;
  width: auto;
  background-image: linear-gradient(to right, #ffce32, #ffce32);
  border-radius: 3px 0px 0px 3px;
  z-index: 2;
}

/* ================== Badge Overlay CSS ========================*/


/* ================== Badge CSS ========================*/
.badge {
  margin: 0;
  padding: 0;
  color: black;
  padding: 2px 6px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;

}

p.tag-lin {
  font-size: 14px;
  text-align: -webkit-match-parent;
  margin-left: 25px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 208px;

}

button.btn.btn-warning {
  background: #313c6c;
  border: 1px solid white !important;
  color: #ffff;
  letter-spacing: 0.6px;
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 13px;
  border: 0px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 20px 5px 20px;
}

button.btn.btn-warning:hover {
  background-color: #fff !important;
  color: #000;
}

/*
.badge::before, .badge::after {
content: '';
position: absolute;
top: 0;
margin: 0 -1px;
width: 100%;
height: 100%;
background: inherit;
min-width: 55px
} */

/* .badge::before {
right: 100%
}

.badge::after {
left: 100%
} */

/* ================== Badge Position CSS ========================*/
/* .top-left {
position: absolute;
top: 0;
left: 0;
-ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
-webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
transform: translateX(-30%) translateY(0%) rotate(-45deg);
-ms-transform-origin: top right;
-webkit-transform-origin: top right;
transform-origin: top right;
} */


/* ================== Badge color CSS ========================*/

.badge.orange {
  background: #ffffff;
  border-radius: 4px !important;

}

h2.head-title-trending-project {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  line-height: 20px !important;
  padding-left: 10px;
  font-size: 24px !important;
  text-align: start !important;
  margin-top: 60px;
  margin-bottom: 20px;
}

h2.head-title-exlusive-project {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  line-height: 20px !important;
  padding-left: 10px;
  font-size: 24px !important;
  text-align: start !important;
  margin-top: 60px;
  margin-bottom: 20px;
}

h2.head-title-location-project {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  line-height: 20px !important;
  padding-left: 10px;
  font-size: 24px !important;
  text-align: start !important;
  margin-top: 60px;
  margin-bottom: 20px;
}

h1.choose {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

i#icon {
  font-size: 20px;
  color: #fff;
}

p.why-text {
  text-align: inherit;
  font-size: 14px;
  margin-top: -6px;
  color: #fff;
  margin-left: 30px;
}

span.main-heading {
  font-size: 20px;
  font-weight: 500;
  margin-left: 18px;
  color: #fff;
}

span.main-heading2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-left: 21px;
}

span.main-heading3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
}

section.why-choose {
  background-image: url(https://homepress.stylemixthemes.com/wp-content/uploads/2019/05/transparent-ancient-right_new.png);
  background-color: #313C6C;
  background-position: top right;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 80px 0px;
  margin-top: 60px;
}


/* Latest Project CSS */
img.new-img {
  object-position: center center;
  transform: scale(1.0);
  height: 300px;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

span.onward {
  font-size: 11px;
  font-weight: 400;
}



span.tag {
  font-size: 11px;
  max-width: 18em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;

}

/* Exclusive */
h4.exclocation {
  margin-bottom: 10px;
  font-size: 14px;

}

h3.excprojectprice {
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.6px;
}

h3.numberproject {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  /* margin-top: -2px; */
}

img#brandlogo {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 7%);
  background-color: #fff;
  border-radius: 10px;
}

h2.featured-title-developer {
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  margin-bottom: 25px;
  margin-top: 50px;
  line-height: 20px !important;
  padding-left: 10px;
  font-size: 25px !important;
  text-align: start !important;
}

img#logo-icon {
  width: 150px;
  height: 150px;
  padding: 10px;
  margin: 0 10px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 7%);
  background-color: #fff;
  border-radius: 10px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* New Project Page CSS */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("photographer.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

/* Property Listing */
section.search-bar {
  background: #F8F8F8;
  padding: 25px 0;
}

button#search {
  background: #202a54;
  border: 0px solid;
  color: #fff;
  width: 100%;
}

button#search:hover {
  background: #fff;
  border: 1px solid #202a54;
  color: #202a54;
  width: 100%;
}

input.form-control1 {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
  font-size: 14px !important;
}

div#short {
  display: flex;
  justify-content: right;
  position: relative;
  gap: 15px;
  margin-top: 35px;
  margin-bottom: 25px;
}

h1.count-number {
  font-size: 16px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 25px;
}

h2.short {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}



img.product-img {
  max-width: 420px;
  margin-bottom: 50px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

h4.pname {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;

}

h4.developername {
  text-align: inherit;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

h4.plocation {
  font-size: 18px;
  font-weight: 600;
}

h4.tag {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.hotselling {
  margin-top: 20px;
}

section.price-wise {
  margin-top: 20px;
}

section.developer {
  background: #FAFAFA;
  margin-top: 50px;
  padding: 10px;
}

.transbox {
  background-color: #202A54;
  opacity: 0.8;
  border-radius: 10px;
  height: 180px;
}

p.price-tag {
  position: relative;
  top: 30%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 20px;
}

span.p-amt {
  font-weight: 500;
  line-height: 30px !important;
}

div#location-box {
  line-height: 180px !important;
  font-size: 20px !important;
  font-weight: 500;
}

div#rental-deal {
  line-height: 150px !important;
  font-size: 16px !important;
  font-weight: 500;
  background-image: url(/public_data_new/images/location/rental-deal.png);

}

.bottom-left {
  position: absolute;
  bottom: 85px;
  left: 170px;
  font-size: 16px;
}

.top-right {
  position: absolute;
  top: 85px;
  right: 180px;
  font-size: 16px;
}

img.ci {
  display: block;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 75px;
  height: 75px;
}

.owl-dots {
  display: none;
}

h3.ch {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

p.cp {
  text-align: center;
  font-size: 12px;
  padding: 10px 20px 10px 20px !important;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
}

section.box {
  border: 1px solid #202a54;
  background: #202A54;
  padding: 20px 20px 20px 20px;
  border-radius: 8px;
  height: 100%;
}

img.listing-banner {
  width: 100%;
  margin-top: 50px;
}

.content {
  position: relative;
}

.homebanner {
  margin-top: 50px;
}

img.banner {
  width: 100%;
  margin-top: -50px;

}

/* Project Listing CSS Start */
.project-listing {
  display: grid;
  grid-template-areas:
    'photo info';
  grid-template-columns: 150px 1fr;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 20px rgba(144, 144, 144, 0.12);
  border-radius: 10px;
  margin-bottom: 15px;
}

.info-project {
  padding: 10px 35px 35px 130px;
  grid-area: info;
}

.event-name {
  font-weight: bold;
}

.event-location {
  font-weight: 300;
}

.day {
  font-weight: 300;
}

.month {
  font-weight: 600;
}

@media(max-width: 600px) {
  .project-listing {
    width: 100%;
  }
}

/* img.property-listimg {
  object-position: center center;
  transform: scale(1.0);
  max-width: 300px;
  height: 253px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.5s ease-in-out;
} */
img.property-listimg {
  max-width: 250px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.0);
  height: 225px;
  transition: all 0.5s ease-in-out;
  width: 250px;
}

h2.property-name {
  font-size: 16px;
  font-weight: 600;
}

.property-builder {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.flat {
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 20px;
}

.propertyprice {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.map-item.tolt {
  font-size: 14px;
}

.propertylocation {
  font-size: 14px;
  line-height: 30px;
}

button#vp {
  margin-bottom: 5px;
  float: right;
  margin-top: -40px;
}

span.priceonward {
  font-size: 16px;
}

/* #sidebar.fixed {
  position: fixed;
  top: 0;
} */



#sidebar.fixed {
  position: fixed;
  top: 0;
}

img.sidebar-img {
  margin-bottom: 20px;
  margin-top: 82px;
  margin-left: 50px;
}

/* Project Listing End */

img.magnificimg {
  width: 100%;
  height: 200px;
  object-position: center center;
  object-fit: fill;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

button.btn.btn-dark {
  border: 1px solid #fff;
  background: #313c6c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* 2- slider title style 
*********************************************************************/

/* 3- owl slider general styles 
*********************************************************************/
.awqaty-calendar-slider .owl-nav {
  margin-top: 0;
  position: relative;
}

.awqaty-calendar-slider .owl-nav [class*=owl-] {
  width: 26px;
  height: 118px;
  line-height: 26px;
  border-radius: 0;
  color: #aeb5be;
  background: #f1f1f1;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 5px;
  display: flex;
  align-items: center;
}

.awqaty-calendar-slider .owl-nav .disabled {
  opacity: 1;
  background: #f1f1f1;
}

.awqaty-calendar-slider .owl-stage-outer {
  margin: 0 -1px;
}

.awqaty-calendar-slider, .awqaty-calendar-time-slider {
  position: relative;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

.awqaty-calendar-slider .owl-stage {
  padding-top: 1px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: -118px;
}

.owl-nav .owl-prev i, .owl-nav .owl-next i {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}



/* 4- day and dayStatus style 
*********************************************************************/
.awqaty-calendar-slider .awqaty-day {
  background: #313c6c;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 1px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  box-sizing: border-box;
}

.awqaty-calendar-slider .awqaty-day.todayRapper {
  background: #959595;
  color: #ffffff;
}

.awqaty-calendar-slider .awqaty-day.todayRapper .awqaty-dayName,
.awqaty-calendar-slider .awqaty-day.todayRapper .awqaty-dayMonth {
  color: #fff;
}

.awqaty-calendar-slider .awqaty-day.todayRapper .awqaty-dayCont span {
  color: #ffffff;
  font-weight: lighter;
}

.awqaty-calendar-slider .awqaty-day:hover {
  text-decoration: none;
}

.awqaty-calendar-slider .awqaty-day .awqaty-dayName {
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: lighter;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0.6px;

}

.awqaty-calendar-slider .awqaty-day .awqaty-dayMonth {
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
  line-height: 25px;
  letter-spacing: 0.6px;
}

.awqaty-calendar-slider .awqaty-day.dayOff {
  cursor: default;
}





.awqaty-calendar-slider .awqaty-dayNo {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.awqaty-calendar-slider .awqaty-dayEvents {
  font-size: 12px;
}

.awqaty-calendar-slider .awqaty-day.active:hover, .awqaty-day.dayOff:hover {
  cursor: default;
}

.awqaty-calendar-slider .awqaty-day:not(.active):not(.dayOff):hover .awqaty-dayCont {
  /*background: #f5f5f5;*/
}

.awqaty-calendar-slider .awqaty-dayName .awqaty-today {
  font-size: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  width: 43px;
  text-transform: uppercase;
  display: inline-block;
  float: right;
  height: 21px;
  line-height: 21px;
  margin-right: 4px;
  margin-top: 4px;
}




/* 8- Date & Time picker
*********************************************************************/
.pickDate {
  display: inline-block;
}

.pickDate .fa {
  font-size: 18px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  z-index: 9999 !important;
}

.datepicker {
  background-image: url(../images/bg/cta.jpg);
  background-position: center;
  border: solid 1px #313C6C;
  position: relative;
  height: 100%;
  background-size: contain;
}

div#slot-box {
  padding: 15px 0px 0px 0px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

a#brocher:hover {
  background-color: #fdc406;
  color: #000;
}

a#brocher {
  background: #313c6c;
  color: #fff;
  padding: 5px 10px 5px 10px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;


  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 5px 0px 0px 270px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

section.project-list {
  padding-top: 60px !important;
  background-color: #fff;
}

img.ProjectHeroImg {

  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  object-position: top;
  object-position: center;
  background-position: inherit;
  background-repeat: no-repeat;
  position: unset;
}

.ProjectBorder {
  border-radius: 3px;
  background: #ffffff;
}

img.project-gallery {
  object-position: center center;
  transform: scale(1.0);
  width: 100%;
  height: auto;
  cursor: pointer;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

h6.vistit {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

p.slot {
  text-align: -webkit-left;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.slot-text {
  padding: 15px 5px 5px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.slot-btn {
  padding: 0 0px 10px 27px;
}

li.custom-border {
  position: relative;
}

span.location {
  font-size: 14px;
}

li.custom-border:after {
  content: " ";
  position: absolute;
  border-left: 1px #C5C5C5 solid;
  top: 35%;
  right: 0;
  height: 30%;
  margin-top: auto;
  margin-bottom: auto;
}

div#overview {
  position: relative;
  padding: 20px 15px 15px 20px;
  background: #fff;
  border-radius: 4px;
}

h6.propertyname {
  font-size: 18px;
  font-weight: 600;
  border-left: 2px solid rgb(253 197 1) !important;
  padding-left: 10px;
}

h6.nearby {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}

p.builderdetails {
  text-align: inherit;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  padding-left: 14px;
}

div#projectdetails {
  border-right: 1px solid #7B7B7B;
  /*height: 51px;*/
}

h6.pricedetails {
  font-size: 18px;
  text-align: right;
  font-weight: 600;
}

p.flatdetails {
  text-align: right;
  font-size: 13px;
  padding-left: 10px;
}

p.cf {
  text-align: inherit;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  padding-left: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

p.carpet {
  text-align: inherit;
  margin-bottom: 5px;
  font-size: 13px;
  padding-left: 14px;
  font-weight: bold !important;
}

div#project-border {
  border-right: 1px solid #7B7B7B;
}

h6.possession {
  text-align: inherit;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

ul.features {
  margin-top: 10px;
  margin-bottom: 10px;
}

img.projectoverview {
  margin-top: 20px;
  margin-bottom: 20px;
}

p.pabout {
  margin-top: 6px;
  text-align: justify;
  font-size: 13px;
}

.gallery-item {
  width: 200px;
  padding: 5px;
}

.gallery {
  margin-top: 10px;
}

img.img-responsive {
  border-radius: 4px;
  cursor: pointer;

}

.col-lg-4.col-md-4.col-sm-4.col-6.mpossession {
  margin-top: 5px;
  margin-bottom: 5px;
}


img.about-project-image {
  height: 150px;
  width: 150px;
  border: 1px solid #e2e2e2;
  padding: 5px;
  margin: 5px;
}

img.about-developer-image {
  height: 150px;
  width: 150px;
  object-fit: scale-down;
  border: 1px solid #e2e2e2;
  padding: 5px;
  margin: 5px;
}

div#map-canvas {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.underline {
  border: 1px solid #FDC406;
  margin-top: 5px;
  width: 100%;
}

.tablist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablist__tab {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0.5em;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #eee;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.tablist__tab.is-active {
  font-weight: 500;
  background-color: #313c6c;
  font-size: 14px;
  color: #fff;
}

.tablist__panel {
  padding: 15px 0px 0px 0px;
  font-size: 13px;
  line-height: 24px;
}

.tablist__panel.is-hidden {
  display: none;
}

div#features {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.magnific-img img {
  width: 150px;
  height: 150px;
}

.tabpillsbtn {
  margin-top: 20px;
  margin-bottom: 20px;
}


.magnific-img {
  display: inline-block;
  padding: 10px 0px 10px 10px;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
 * Remove all paddings around the image on small screen
 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

img.floorimg {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 5px;
  margin: 5px;
}

img.gallery-img {
  width: 100%;
  height: 180px;
  border: 1px solid #e2e2e2;
  padding: 5px;
  margin: 5px;
}

.amenites-div {
  border: 1px solid #e2e2e2;
  padding-bottom: 10px;
  border-radius: 5px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 120px;
  width: 150px;
}

img.amenities-icon {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

p.amenities-name {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mediabox-content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .mediabox-content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px) {
  .mediabox-content iframe {
    height: 320px !important;
  }

  .mediabox-close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px) {
  .mediabox-content iframe {
    height: 220px !important;
  }

  .mediabox-close {
    bottom: 262px;
  }
}

/* i.fas.fa-play {
  position:absolute;
width:60px;
height:60px;
line-height:60px;
margin:-30px 0 0 -30px;
color: #fff;
z-index:20;
left:30%;
top:50%;
box-shadow: 0px 0px 0px 17px rgba(255,255,255,0.4);
border-radius:50%;
transition: all 300ms linear;
} */

i.fas.fa-play {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -30px 0 0 -30px;
  color: #fff;
  z-index: 20;
  left: 17%;
  top: 55%;
  box-shadow: 0px 0px 0px 17px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 300ms linear;
  background: #fdc406;
  padding: 0px 0px 0px 15px;
}

img.video-img {
  height: 284px;
  width: 211px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

p.pdeveloper {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 20px;
  font-size: 13px;
}

p.paboutproperty {
  margin-top: 0px;
  text-align: justify;
  font-size: 13px;
  margin-bottom: 15px;
}

h3.group-name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

h3.yearexp {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}


#wrapper.fix-bottom-VP #sc, #wrapper.fix-top-VP #sc {
  position: fixed;
}

#wrapper.fix-bottom-VP #sc {
  bottom: 15px;
}

#wrapper.fix-top-VP #sc {
  top: 15px;
  z-index: 9;
}

div#sc {
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 20px;
}

h1.inquiry-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

p.inquirytext {
  margin-top: -10px;
  font-size: 13px;
  margin-bottom: 15px;
}

label.property-form {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px 10px 15px;
}

.valuename {
  text-align: center;
  background: #fff3d2;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

input.enteremail.fl-wrap {
  outline: none;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 4px;
  color: gray;
  transition: 0.1s ease-out;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  font-size: 14px;
  height: 35px;
}

input.enteremail.fl-wrap:focus {
  border-color: #fdc501;
}

textarea.enteremail.fl-wrap {
  outline: none;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 4px;
  color: gray;
  transition: 0.1s ease-out;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
  width: 100%;
}

textarea.enteremail.fl-wrap:focus {
  border-color: #fdc501;
}

.home {
  width: 100%;
  background: #fff3d2;

  padding: 10px;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
}

.visit {
  width: 100%;

  background: #fff3d2;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  margin-top: 5px;
}

input.add-list2.color-bg {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
/*  background: #313c6c;*/
background: #fcc233 !important;
  border: none;
  letter-spacing: 0.5px;
  margin-top: 10px;
  cursor: pointer;
}

.alert {
  background: #8fff93;
  padding: 6px;
  border-radius: 4px;
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  width: 100%;
}

ul.carpet {
  padding-left: 14px;
  font-size: 13px;
  line-height: 20px;
}

h6.tagconf {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-right: 8px !important;
  color: #000000 !important;
  line-height: 20px;
  max-width: 18em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.4px;
}

img.propertyimg {
  max-width: 250px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  /*object-fit: cover;*/
  object-position: center center;
  transform: scale(1.0);
  height: 250px;
  transition: all 0.5s ease-in-out;
  width: 250px;
}

p.searchfunction {
  text-align: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
  color: #7f7f7f;
  font-size: 13.5px;
  margin-top: -20px;
}

div#pform {
  margin-bottom: 12px;
}

div#project-offer {
  padding: 20px;
}

div#highlights {
  padding: 20px;
}

div#about {
  padding: 20px;
}

div#gallery {
  padding: 20px;
}

div#floor-plans {
  padding: 20px;
}

div#locations {
  padding: 20px;
}

div#amenities {
  padding: 20px;
}

div#videos {
  padding: 20px;
}

div#about-developer {
  padding: 20px;
}

div#about-project {
  padding: 20px;
}

div#floor-plan {
  padding: 20px;
}

ul.nav.nav-tabs {
  width: 100% !important;
}

.contain-menu {
  /*padding: 0 calc((100% - 1064px) / 2);*/
  padding: 0 calc(23% / 2);
  border-top: 1px solid #e9e9e9;
}

.wrap {
  display: flex;
  background: #202A54;
  padding: 40px 50px 40px 50px;
  height: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
}

input#dname {
  width: 100%;
  height: 35px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 5px;
}

input#dname:focus {
  border-color: #ffc107;
}

input#pname {
  width: 100%;
  height: 35px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 5px;
}

input#pname:focus {
  border-color: #ffc107;
}

input#location {
  width: 100%;
  height: 35px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 5px;
}

input#location:focus {
  border-color: #ffc107;
}

input#cname {
  width: 100%;
  height: 35px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 5px;
}

input#cname:focus {
  border-color: #ffc107;
}

input#mobile {
  width: 100%;
  height: 35px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 5px;
}

input#mobile:focus {
  border-color: #ffc107;
}

input#email {
  width: 100%;
  height: 35px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 5px;
}

input#email:focus {
  border-color: #ffc107;
}

button.btn.btn-info {
  background: #202A54;
  border: #202A54;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.5px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
/*  width: 30%;*/

}

label.listing-label {
  margin-top: 8px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.4px;
}

span.input-group-text {
  height: 35px;
  font-size: 14px;
}

button#home-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  margin-top: 15px;
}

button#listing-btn {
  margin-top: 20px;
}

h1#title {
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 0.4px;
}

button.btn.btn-success {
  font-size: 11px;
  background: #202A54;
  border: #202A54;
  color: #fff;
}

button#inquirynow {
  float: right;
}

p.term {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
}



li.project-list {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1px;
}

h6.amenites-para {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.4px;
}

img.project-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}

p.abt-details {
  font-size: 12px;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}

ul.pagination {
  padding: 0px 250px 10px 250px;
}

span.page-link {
  background-color: #202a54 !important;
  border-color: #202a54 !important;
}

/* .abt-detail {
  margin-top: 10px;
} */

button.btn.btn-outline {

  color: #000;
  border-radius: 1px;
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.4px;
  border: 1px solid #313c6c;
}

button.btn.btn-outline:hover {
  border: 1px solid #000000;
  background: #202A54;
  color: #fff !important;
}

button.btn.btn-dark:hover {
  border: 1px solid #000000;
  background: #202A54;
  color: #fff !important;
}

button#buttonpdf {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

section.search-bar.sticky {
  margin-top: 60px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.carpet_value {
  column-count: 2;
}

.c_v {
  break-inside: avoid-column;
  padding-left: 14px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold !important;
}

p.phone {
  text-align: start;
  font-size: 14px;
}

section.p_list {
  padding: 135px;
}

.dev_img {
  margin-top: 10px;
}

#home_exclusive {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 40px 0px 20px 0px;
}


h2.home_exclusive {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

#latest_project {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 30px 0px 20px 0px;

}

h2.trend_project {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

a.v_more {
  margin-left: auto;
  background-color: #313c6c;
  border-radius: 59px;
  padding: 4px 14px 3px 15px;
  font-size: 12px;
  color: #fff;

  /* Push this element to the right */
}

#trend_project {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 30px 0px 20px 0px;
}

h2.trend_project {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

a.v_more {
  margin-left: auto;
  background-color: #313c6c;
  border-radius: 59px;
  padding: 4px 14px 3px 15px;
  font-size: 12px;
  color: #fff;
  /* Push this element to the right */
}

#location_project {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 30px 0px 20px 0px;
}

h2.location_project {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

a.v_more {
  margin-left: auto;
  background-color: #313c6c;
  border-radius: 59px;
  padding: 4px 14px 3px 15px;
  font-size: 12px;
  color: #fff;
  /* Push this element to the right */
}

#hotselling_project {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 45px 0px 20px 0px;
}

h2.hotselling_project {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

a.v_more {
  margin-left: auto;
  background-color: #313c6c;
  border-radius: 59px;
  padding: 4px 14px 3px 15px;
  font-size: 12px;
  color: #fff;
  /* Push this element to the right */
}

#price_project {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 45px 0px 20px 0px;
}

h2.price_project {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

#featured_project {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 15px 0px 15px 0px;
}

h2.featured_project {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

#exclusive_project {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 35px 0px 20px 0px;

}

h2.exclusive_project {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

a.v_more {
  margin-left: auto;
  background-color: #313c6c;
  border-radius: 4px;
  padding: 4px 14px 3px 15px;
  font-size: 12px;
  color: #fff;
  /* Push this element to the right */
}

#rental_deal {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 40px 0px 20px 0px;

}

h2.rental_deal {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

a.v_more {
  margin-left: auto;
  background-color: #313c6c;
  border-radius: 59px;
  padding: 4px 14px 3px 15px;
  font-size: 12px;
  color: #fff;

  /* Push this element to the right */
}

#commerical_deal {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 40px 0px 20px 0px;

}

h2.commerical_deal {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

a.v_more {
  margin-left: auto;
  background-color: #313c6c;
  border-radius: 59px;
  padding: 4px 14px 3px 15px;
  font-size: 12px;
  color: #fff;
  /* Push this element to the right */
}

#top_developer {
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
  padding: 50px 0px 20px 0px;
}

h2.top_developer {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 3px solid rgb(253 197 1) !important;
  font-size: 25px !important;
  padding-left: 10px;
}

.tab-panel iframe {
    width: 100%;
    margin-top: 10px;
}
.slide-item{
  display: flex;
  margin: 10px 0;
}

@media (min-width: 769px) and (max-width: 5000px) {
  div#get-inquiry {
    display: none !important;
  }
}