

#unit-plan .item{
  margin: 3px;
}
#unit-plan .item img{
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#unit-plan .item h4{
  background-color: #c99d3a;
  color: white;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
#gallery .item{
  margin: 3px;
}
#gallery .item img{
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: all 0.5s;
}
.white-popup{
  background: #ffffffd2;
}

#gallery .owl-next {
  position: absolute;
  top: 48%;
  left: 6%;
  background: #f5f5f5d4;
  width: 40px;
  height: 40px;
  display: flex;
  /* align-items: center; */
  line-height: 35px;
    font-weight: 700;
  justify-content: center;
  border-radius: 100px;
  font-size: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#gallery .owl-prev {
  position: absolute;
  top: 48%;
  right: 6%;
  background: #f5f5f5d4;
  width: 40px;
  height: 40px;
  display: flex;
  /* align-items: center; */
  line-height: 35px;
    font-weight: 700;
  justify-content: center;
  border-radius: 100px;
  font-size: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.d-banner{
  display: block;
}
.amenities-inner li {
  list-style-type: none;
  font-family: 'NeueHaasUnicaPro-Light';
  width: 47%;
  float: left;
  line-height: 27px;
  padding: 6px;
  border: 1px solid #c7c4c4d4;
  margin: 6px;
  text-align: center;
  transition: 0.3s;
  background-image: url(../img/bg/layout.svg);
  background-position: center;
}
.amenities-inner li:hover{
  border: 1px solid #8a8989d4;
  /* background-color: rgb(245, 245, 247); */
  transition: 0.5s cubic-bezier(0.5, -0.5, 0.25, 1.5);
  top: calc(50% - 0.6em / 2);
  background-image: url(../img/bg/layout.svg);
  background-position: center;

}
@media only screen and (max-width: 991.98px) {
  .amenities-inner li {
    list-style-type: none;
    font-family: 'NeueHaasUnicaPro-Light';
    width: 46%;
    float: left;
    line-height: 20px;
    font-size: 13px;
}
  .rera {
     display: none!important;
}
  #unit-plan .item img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  #gallery .item img{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
.m-banner{
  display: block;
}
.d-banner{
  display: none;
}
#projects .col-lg-12 {
  padding-right: 1px;
  padding-left: 1px;
}
}