.scrollup {
    width: 50px;
    height: 50px;
    opacity: 0.7;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    /* text-indent: -9999px; */
    background: url(../images/up_narrow_s.png) no-repeat;
    outline: 0;
    box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
.callicon {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    left: 25px;
    display: none;
    /* text-indent: -9999px; */
    background: url(../images/icon_call.png) no-repeat;
    outline: 0;
    z-index: 999999;
    border-radius: 50px;
}
svg{
    width: 100%;
    height: 100%;
} 