*{
    padding:0px;
    margin:0px;
}

.call{
    width: 50px;
    height: 50px;
    background-color: navy;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom:80px;
    right:10px;
    z-index:200;
    
   
}
.call:hover{
    background-color: blue;
    transition: all 0.5s;
}
.call i{
    font-size: 25px;
    position: absolute;
    left:28%;
    top:25%;
    color: white;
}
.whatsapp_float{
    width: 50px;
    height: 50px;
    background-color: rgb(32, 121, 32);
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom:20px;
    right:10px;
    z-index:200;
}
.whatsapp_float:hover{
    background-color: green;
    transition: 0.5s;
}

.whatsapp_float i{
    font-size: 28px;
    position: absolute;
    left:24%;
    top:22%;
    color: white;
}