.ht-page__sidebar .s-sidebar-1 .s_cate>li.is-active>span {
    z-index: 111;
}
.ht-page .s_content {
    padding: 0 0px 0 30px;
}
/* BEGIN b-card-4 */
.b-card-34 {
    height: calc(100% - 20px);
}
.b-card-34 {
    border-left: none;
    border-right: none;
}
.b-card-4 {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: start;
    height: calc(100% - 20px);
    padding: 20px;
}
/* END b-card-4 */
@media(max-width: 991px) {
   /*  .bt-sidebar {
        position: relative;
    } */
    .bt-sidebar .s-sidebar-4 {
        float: left;
        width: 100%;
        margin: 0 0 15px;
    }
    .bt-sidebar .s-sidebar-4 .s_heading {
        border-bottom: none;
        font-size: 13px;
        padding: 10px;
    }
    .bt-sidebar .s-sidebar-4 .s_heading::after {
        content: "\f107";
        font-family: FontAwesome;
        float: right;
        transition: all .25s ease-in-out;
    }
    .bt-sidebar .s-sidebar-4.is-active .s_heading::after {
        transform: rotate(180deg);
    }
    .bt-sidebar .s-sidebar-4 ul {
        position: absolute;
        background-color: #fff;
        width: calc(100% - 4px);
        z-index: 111;
        opacity: 0;
        visibility: hidden;
        left: 2px;
        top: 90px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    .bt-sidebar .s-sidebar-4.is-active ul {
        opacity: 1;
        visibility: visible;
        top: 46px;
    }
    .ht-page__sidebar .s-sidebar-1 {
        display: none;
    }
}
@media(max-width: 767px) {
    .b-card-4 {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
}
@media screen and (max-width: 991px) {
    .ht-page .s_content {
        padding: 0;
    }
}