@media(max-width: 991px) {
    .custom-select {
    position: relative;
    display: inline-block;
    float: right;
    margin-bottom: 45px;
    float: left;
    width: 50%;
}.selected-option {
    cursor: pointer;
    padding: 13px 30px;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    height: 50px;
    font-weight: 600;
    width: 100%;
    background: #53cddd;
    float: left;
    color: #fff;
    border-left: 1px solid #4e9cad;
    border-top-right-radius: 10px;
    text-align: center;
    border-bottom-right-radius: 10px;
}
    .list-left h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}
        .list-left{
        border-radius: 0;
        margin-top: -177px;
        height: 80vh;
        overflow-y: scroll;
        position: relative;
        padding: 30px 15px 35px;
        background: #fff;
    }
        .filter-mob h5 img {
        display: none!important;
        width: 16px;
        height: 16px;
        object-fit: contain;
        float: right;
        margin-right: 15px;
        filter: invert(1);
    }
    .med-hide {
        /* display: none; */
        position: absolute;
        visibility: hidden;
        width: 100%;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        transition: all ease-in-out .6s;
        /* transition: visibility 0s .6s, transform .5s cubic-bezier(.19,1,.22,1); */
        z-index: 999;
        PADDING: 0;
        /* width: 0; */
    }
    .med-new {
        visibility: visible !important;
        transform: translatex(0) !important;
        transition: visibility 0s 0s, transform .7s cubic-bezier(.19,1,.22,1) !important;
    }    .med-wd {
        width: 100% !important;
    }    .mob-fil-new {
        width: 99%;
        float: left;
        height: 46px;
        overflow-y: scroll;
        position: fixed;
        background: #fff;
        margin-bottom: 20px;
        border-bottom: 1px solid #cecece;
        left: 0;
        padding-left: 15px;
        padding-top: 11px;
        z-index: 999;
        top: -189px;
    }.mob-fil-new h2 {
        margin-top: 0;    font-size: 24px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 40px;
    }    .filter-close img {
        width: 33px;
        height: 33px;
        background: #df3c40;
        float: right;
        padding: 7px;
        border-radius: 100%;
        position: absolute;
        right: 18px;
        top: 6px;
    }
}@media (min-width: 992px) {
    .mob-fil-new {
        display: none;
    }
}