.typing {
    position: relative;
}
.typing span {
    content: '';
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
    height: 10px;
    width: 10px;
    background: #ce590d;
    position: absolute;
    left:0;
    top:0;
    border-radius: 50%;
}
.typing span:nth-child(2) {
    animation-delay: .2s;
    margin-left: 15px;
}

.typing span:nth-child(3) {
    animation-delay: .4s;
    margin-left:  30px;
}


  @keyframes blink {
    0% {
      opacity: .1;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .1;
    }
  }

.w-40px{
    width: 40px !important;
}

.h-40px{
    height: 40px !important;
}
.hover-ai-box:hover {
    box-shadow: #a3afbd 0px 1px 5px;
    cursor: pointer;
    border: #ce590d solid 1px;
}
.hover-ai-box:hover .card-title a {
    color: black !important;
}
.badge.bg-rent-to-sell {
    background-color: #ec55ce;
    color: #FFF;
}

.badge.bg-flexi {
    background-color: #bfec55;
    color: #FFF;
}

.badge.bg-exclusive {
    background-color: #ecce55;
    color: #272727;
}
