.float-icon-hotline{
    display:block;
    width:40px;
    position: fixed;
    bottom:85px;
    left: 33px;
    z-index: 999999;
}
ul.left-icon.hotline{
    margin-left: 0px!important;
}
.float-icon-hotline ul li{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li .fa-zalo{
    background: url(https://starglobal3d.com/wp-content/uploads/2020/10/zalo.svg);
}
.float-icon-hotline ul li .fa-messenger{
    background: url(https://starglobal3d.com/wp-content/uploads/2020/10/messenger.svg);
}
.float-icon-hotline ul li .fa{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    box-shadow: 0 0 5px #888;
    color: white;
    font-weight: 700px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.animated.infinite{
    animation-iteration-count: infinite;
}
.hotline-phone-ring-wrap{
    position: fixed!important;
    bottom: 0;
    left: 0;
    z-index: 1111111;
}
.hotline-phone-ring{
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle{
    width:85px;
    height: 85px;
    top:10px;
    left: 10px;
    position:absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    animation:phonering-alo-circle-anim 1.2 infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
    opacity: .5;
}
.hotline-phone-ring-circle-fill{
    width:55px;
    height:55px;
    top:22px;
    left:26px;
    position:absolute;
    background-color: rgba(230,8,8,.7);
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alon-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle{
    background-color: #e4212a;
    width: 33px;
    height: 33px;
    top:33px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img{
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img{
    width: 20px;
    height: 20px;
}