#easy-call-now-button {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 300;
}

#easy-call-now-button a {
    padding: 5px;
    display: block;
    border-radius: 50px;
    height: 55px;
    box-shadow: 0px 2px 10px #000;
    width: 55px;
    z-index: 450;
}

#easy-call-now-button a svg {
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 25px;
    left: 7px;
    position: relative;
    z-index: 500;
}