.phone-floting,.whatsapp-floting{position:fixed;width:52px;height:52px;left:20px;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.25);z-index:100}
.phone-floting{bottom:30px;background-color:var(--primary,#007bff)}
.whatsapp-floting{bottom:90px;background-color:#25d366}
.phone-floting i,.whatsapp-floting i{font-size:24px;line-height:1;color:#ffffff}
.phone-floting i{color:var(--textcolor,#000000)}
.fa-shake{animation:.8s infinite fa-shake}
@keyframes fa-shake{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-10deg)}40%,80%{transform:rotate(10deg)}}
.fa-fade{animation:1.5s infinite fa-fade}
@keyframes fa-fade{0%,100%{opacity:.2}50%{opacity:1}}
