.btn-chat {
    right: 15%;
    cursor: pointer;
    position: fixed;
    background: #fff;
    bottom: 104px;
    display: flex;
    z-index: 10;
    height: 62px;
    justify-content: center;
    align-items: center;
    border-radius: 30pc;
    border: 5px solid #FFD200;
    width: 62px;
}