.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main{max-width:unset;}
.live--chat_customize {
            border: 3px solid #848D83;
            border-radius: 100px;
            background: #657064;
            width: 180px;
            color: aliceblue;
            text-align: right;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 650;
            cursor: pointer;
        }

        .live--chat_customize_content {
            display: inline;
            margin: 0 22px 0 17px;
        }

        .live--chat_img {
            width: 25%;
            margin: 5px;
            position: relative;
        }

        .live--chat_img img {
            width: 100%;
            border-radius: 100px;
            vertical-align: middle;
            border: 2px solid #ffffff;
        }

        .live--chat_img .status-live__chat {
            display: inline-block;
            background: #9bcb59;
            width: 10px;
            height: 10px;
            border-radius: 50px;
            border: 2px solid #ffffff;
            position: absolute;
            bottom: 0px;
            right: -4px;
        }
@media only screen and (max-width: 480px) and (min-width: 420px) {
    .live--chat_customize{
        width: 35%;
        font-size: 14px;
    }
    .live--chat_customize_content {
    display: inline;
    margin: 0 20px 0 0;
    }
}
@media only screen and (max-width: 420px) and (min-width: 362px){
    .live--chat_customize{
        width: 35%;
        font-size: 12px;
    }
    .live--chat_customize_content {
    display: inline;
    margin: 0 12px 0 0;
    }
}
@media only screen and (max-width: 362px){
    .live--chat_customize{
        width: 35%;
        font-size: 10px;
    }
    .live--chat_customize_content {
    display: inline;
    margin: 0 16px 0 0;
    }
}