.pk-chat-item {
    position: fixed;
    cursor: pointer;
    width:60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}
.pk-whatsapp {
    background: linear-gradient(#69ca3b, #56a61e);
}
.pk-facebook-icon {
    background: rgb(255,105,102);
    background: linear-gradient(200deg, rgba(255,105,102,1) 0%, rgba(166,58,251,1) 50%, rgba(10,155,255,1) 100%);
}
.pk-chat-item .svgic {
    width:60%;
    height:60%;
    color:#fff;
}
.topleft {top:20px;;left:20px}
.topright {top:20px;;right:20px}
.bottomleft {bottom:20px;;left:20px}
.bottomright {bottom:20px;;right:20px}