
div.chat-row {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 0;
    margin-bottom: 0;
}
button#chat-now {
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: left;
    background: linear-gradient(90deg, #006273 0%, #003640 100%);
    box-shadow: 0px -4px 15px 0px #00000033;
    color: #fff;
    border: 0;
    padding: 10px 15px 10px 45px;
    border-radius: 10px 10px 0px 0px;
    max-width: 275px;
    cursor: pointer;
}
div.chat-row .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
button#chat-now span.light-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
}
button#chat-now:before {
    content: '';
    position: absolute;
    background: url(https://w3speedster.com/wp-content/uploads/2025/02/chat-bot.png);
    height: 24px;
    width: 24px;
    left: 12px;
    top: 18px;
}
.zsiq_floatmain.zsiq_theme1.siq_bR {
    opacity: 0 !important;
}
body:has(.zsiqfanim) button#chat-now{
    opacity: 0;
}
body.single-platform #cst-w3pop-popup11{
	display: none !important;
}
@media(max-width:767px){
    .large-view {
        display: none;
    }
    div.chat-row {
        bottom: 20px;
    }
    button#chat-now {
        height: 55px;
        padding: 10px;
        width: 50px;
        border: 2px solid #fff;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 44%) 0px 8px 20px;
    }
}




@media(max-width:767px){
    .large-view {
        display: none;
    }
    div.chat-row {
        bottom: 20px;
    }
    button#chat-now {
        height: 55px;
        padding: 10px;
        width: 50px;
        border: 2px solid #fff;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 44%) 0px 8px 20px;
    }
}