
.phone-floting {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 20px;
    background-color: var(--primary);
    border-radius: 18px;
    text-align: center;
    font-size: 30px;
    /*border: solid 1px #36454F;*/
    box-shadow:  2px 2px 2px 2px #999;
    z-index: 100;
}

.whatsapp-floting {
    position: fixed;
    width: 50px; 
    height: 50px;
    bottom: 90px;
    left: 20px;
    border-radius: 18px;
    text-align: center;
    font-size: 30px;
    /* border: solid 1px #36454F; */
    box-shadow: 2px 2px 2px 2px #999;
    z-index: 100;
}

.whatsapp-floting i{
    color: white !important;
    background-color: green;
    padding: 10px 12px;
    border-radius: 30%;
}

.phone-floting i{
    color: var(--textcolor) !important;
    background-color: var(--primary);
    padding: 10px 12px;
    border-radius: 30%;
}