.pulser{display:inline-block;margin-top:-18px;top:50%}.pulser,.pulser:after,.pulser:before{height:36px;position:absolute;width:36px}.pulser:after,.pulser:before{animation:animloader 3s linear infinite;background:#0069b4;border-radius:50%;box-sizing:border-box;content:"";left:0;top:0}.pulser:after{animation-delay:1.5s}@keyframes animloader{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1.382)}}