.phone1 {
    position: fixed;
    left: 8px;
    bottom: 14%;
        z-index: 55500000;
}
 
.phone1 h5 {
    color: #069D58;
    padding: 12px;
    border-radius: 4px;
}

.phone2 {
    position: fixed;
    left: 15px;
    bottom: 7%;
        z-index: 55500000;
}
 
.phone2 h5 {
    color: white;
    background: #069D58;
    padding: 12px;
    border-radius: 10px;
}



.phone3 {
    position: fixed;
    right: 15px;
    bottom: 45%;
    z-index: 65500001;
}
 
.phone3 h5 {
    color: white;
    background: #069D58;
    padding: 12px;
    border-radius: 10px;
}
