.property{align-items:center;border-radius:50%;color:#263238;display:flex;font-size:14px;gap:15px;height:50px;justify-content:center;position:relative;transition:all .3s ease-out;width:50px}.property .icon{align-items:center;display:flex;justify-content:center}.property .icon svg{width:auto;height:45px;margin-bottom:13px;background:white;z-index:2;border-radius:50%}.property .details{display:none;flex-direction:column;flex:1;position:relative}.property .address{color:#9e9e9e;font-size:10px;margin-bottom:10px;margin-top:5px}.property .features{align-items:flex-end;display:flex;flex-direction:row;gap:10px}.property .features>div{align-items:center;border-radius:5px;display:flex;font-size:10px;gap:5px;padding:5px}.property.highlight{background-color:#ffffff;border-radius:9px;overflow:hidden;box-shadow:10px 10px 5px rgba(0,0,0,.2);height:auto;width:320px}.property.highlight:after{border-top:9px solid #ffffff}.property.highlight .details{display:flex;flex-direction:column;align-items:start;justify-content:start}.property.highlight .icon svg{width:100px;height:1000px}.property .bed{color:#ffa000}.property .bath{color:#03a9f4}.property .size{color:#388e3c}.cross-icons{position:absolute;display:flex;justify-content:flex-end;align-items:start;width:100%}.location-icon{display:flex;justify-content:end;margin-top:-3vh}.action-btn{background:#0092ff!important;color:white;cursor:pointer}.animate-ping-custom{animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{0%{transform:scale(.5)}to{transform:scale(1.5);opacity:1}}.pulse{height:26px;width:26px;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;border-radius:50%;display:grid;place-items:center;font-size:50px;color:#ffffff}.pulse:after,.pulse:before{content:"";position:absolute;height:100%;width:100%;background-color:#06AED4;border-radius:50%;z-index:-1;opacity:.7}.pulse:before{animation:pulse 2s ease-out infinite}.pulse:after{animation:pulse 6s ease-out 4s infinite}@keyframes pulse{to{transform:scale(2.5);opacity:0}}