/* Enter Your Custom CSS Here */
@media only screen and (max-width: 480px) {
.wp-call-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 75px;
    border-radius: 50%;
    /* transform: scale(0.8); */
    background: #2894fc !important;
    color: white !important;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 17px 0 0 0 !important;
    text-decoration: none !important;
    bottom: 0;
}
}