#toolbar {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 30%;
       width: 140px;
    height: auto;
}

#toolbar ul {
    display: flex;
    flex-wrap: wrap;
}

#toolbar ul li {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: .05rem;
    background-color: #e67817;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	    flex-direction: column;
}

#toolbar ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    padding-bottom: 5px;
}
#toolbar ul li>span{
font-size: 16px;
}
#toolbar .phone {

    font-size: 14px;
    margin-right: 15px;
}