/* whatsapp india */
.whatsapp_float{
    position: fixed;
    bottom: 40px;
    right: 20px;
}
.whatsapp_float2{
    position: fixed;
    bottom: 110px;
    right: 20px;
}

.whatsapp_float img, .whatsapp_float2 img{
    width: 60px;
    height: 60px;
}

.whatsapp_float a:hover, .whatsapp_float2 a:hover{
    opacity: 50%;
}

/* whatsapp hong kong*/
.whatsapp_float3{
    position: fixed;
    bottom: 180px;
    right: 20px;
}

.whatsapp_float3 img{
    width: 60px;
    height: 60px;
}

.whatsapp_float3 a:hover{
    opacity: 50%;
}
