

#unit-plan .item{
  margin: 3px;
}
#unit-plan .item img{
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#unit-plan .item h4{
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-weight: 200;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

.white-popup{
  background: #ffffffd2;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff !important;
}
#unit-plan .owl-next {
  position: absolute;
  top: 30%;
  left: -5%;
  background: #eb6320;
  width: 40px;
  height: 40px;
  display: flex;
  direction: rtl;
  /* 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;
}
#unit-plan .owl-prev {
  position: absolute;
  top: 30%;
  right: -5%;
  background: #eb6320;
  width: 40px;
  height: 40px;
  display: flex;
  /* align-items: center; */
  line-height: 35px;
    font-weight: 700;
    direction: rtl;
  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;
  }

  
.m-banner{
  display: block;
}
.d-banner{
  display: none;
}
#projects .col-lg-12 {
  padding-right: 1px;
  padding-left: 1px;
}

}
#projects p, .pb-minus-70 p{
    text-align: justify;
}