.icon-bar {
    position: fixed;
    top: 95%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 50%;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border-radius: 50%;
}

.background {
    background: #000000;
    color: white;
}

.phone-sticky{
    color: #ff5400
}