.sticky-div{position:fixed;bottom:1rem;right:10rem;z-index:99}.stick_close_btn{position:absolute;background-color:#091e3e;border-radius:50%;right:-1rem;top:-1rem;font-size:1.5rem;height:25px;width:25px}.stick_close_btn,.sticky-button{cursor:pointer;color:#fff;display:flex;justify-content:center}.sticky-button{position:fixed;align-items:center;bottom:20px;right:20px;background-color:var(--primary-theme);border:none;z-index:9;padding:15px;border-radius:50%}.js_ripple:before{content:"";position:absolute;width:100%;height:100%;background-color:inherit;border-radius:50%;z-index:-1;animation:js_ripple 1.5s ease-out infinite}@keyframes js_ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1.9)}}@media (max-width:600px){.js_ripple:before{height:0;width:0}.sticky-div{right:1rem}.sticky-button{bottom:160px;right:20px}}