a.floating-icon{background:#2f73fd;border-radius:50%;bottom:10px;height:77px;padding:13px;position:fixed;right:20px;width:77px;z-index:9999}a.floating-icon img{height:100%!important;object-fit:contain;width:100%!important}a.floating-icon:after,a.floating-icon:before{-webkit-backface-visibility:hidden;background-color:#1e90ff;border-radius:50%;content:"";display:block;height:100%;position:absolute;right:0;top:0;transform:scale(0);transform-origin:center;width:100%;z-index:-1}a.floating-icon:before{-webkit-animation:wave-animate 2s ease-out infinite;animation:wave-animate 2s ease-out infinite}a.floating-icon:after{-webkit-animation:wave-animate 2s ease-out 1.5s infinite;animation:wave-animate 2s ease-out 1.5s infinite;opacity:0}@keyframes wave-animate{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(2)}}