/* Floating WhatsApp Icon */
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-icon img {
    width: 45px;
    cursor: pointer;
}

.whatsapp-box {
    position: fixed;
    bottom: 70px;
    left: 20px;
    background-color: #fff;
    border: 2px solid #25D366;
    border-radius: 10px;
    width: 270px;
    display: none;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    z-index: 1001;
    border: 2px solid #363636;
    box-shadow: 4px 6px 0px #00e785;
    
}

.box-header {
    background-color: #25D366;
    color: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-header p {
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
    color: white;
}

.box-content {
    padding: 20px;
    text-align: center;
}

.start-chat {
    display: inline-block;
    margin-top: 10px;
    /* background-color: #25D366; */
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    /* border-radius: 5px; */

    background-color: #1D1D1B !important;
    box-shadow: 4px 4px 0px #00e785;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    width: 200px;
    /* position: relative; */

}

.start-chat:hover {
    background-color: #1da851;
}

.wa-chat-box-brand {
    width: 52px;
    height: 52px;
    border: 1px solid #363636;
    box-shadow: 0px 2px 240px rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    background-color: #00e785;
}
.iconImg{
    /* position: absolute; */
    width: 24px;
    /* left: 21%;
    bottom: 16px; */
}
.helpDetails{
    margin-bottom: 4px;
    font-size: 16px;
    margin-top: 6px;
}
/* #launcher{
    z-index: 999 !important;
} */
#whatsappHeader{
    display: none;
}
@media only screen and (max-width: 768px) {
    /* .whatsapp-box {
        bottom: 35%;
        width: 90%;
    } */
    .whatsapp-container{
        display: none;;
    }
    #whatsappHeader {
        display: inline-block;
        width: 34px;
        margin-left: 15px;
    }
}