#button-contact-vr {
    position: fixed;
    right: 20px;
    bottom: 95px;
    z-index: 99999;
}

.button-contact {
    margin-bottom: 10px;
}

.phone-vr {
    width: 60px;
    height: 60px;
    position: relative;
}

.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    border: 0px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 20px;
    left: 20px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
/* animation */
@keyframes zoom {
0% {
    transform: scale(.9);
}

70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
}
100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 transparent;
}
}