.whatsapp-floating {position: fixed; z-index: 100; width: 60px; height: 60px; border-radius: 100%; display: flex; justify-content: center; align-items: center; background-color: #00bd26; bottom: 100px; right: 40px}
.whatsapp-floating.left {left: 40px;}
.whatsapp-floating i {color: #fff; font-size: 26px; display: flex;}
.whatsapp-floating {background-image: linear-gradient(90deg, #00ad26 0%, #47ff6f 100%) !important;}
.whatsapp-floating:before, .whatsapp-floating:after {content: ''; display: block; position: absolute; border-radius: 50%; border: 1px solid #47ff6f; left: -20px; right: -20px; bottom: -20px; top: -20px; animation: whats 1.5s linear infinite; opacity: 0; backface-visibility: hidden;}

@keyframes whats {
0% {transform: scale(0.3); opacity: 0;}
50% {opacity: 1;}
100% {transform: scale(1.0); opacity: 0;}
}

@media (max-width: 991px) {
	.whatsapp-floating {width: 46px; height: 46px; right: 30px;}
	.whatsapp-floating i {font-size: 18px;}
}