﻿
.whatsapp-mob, .whatsapp-desk {
    position: fixed;
    right: 24px;
    bottom: 97px;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 9999;
}

.whatsapp-mob {
    display: none;
}

.whatsapp-desk {
    background-color: #22a115;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.blink_me {
    animation: blinker 1s linear infinite;
    /*background-color: #fff;*/
    color: #fff;
    padding: 2px;
    border: 1px solid #fff;
}

@keyframes blinker {
    50% {
        opacity: 0.6;
    }
}

.call-desk {
    position: fixed;
    right: 24px;
    bottom: 174px;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 9999;
}

.whatsapp-mob {
    display: none;
}

.call-desk {
    background-color: #22a115;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.whtt{
  padding: 14px;
    font-size: 38px;
    color: #fff;
}

