.module-cont {
    max-width: 1080px  ;
   width:100%;
    position: -webkit-sticky  ;
    position: sticky  ;
    top: -1px  ;
    z-index: 10  ;
    background-color: #FFFFFF  ;
    padding-bottom: 16px  ;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)  ;
}
.module-subcont{
        height: 100%  ;
        padding-top: 12px  ;
        padding-bottom: 12px  ;
        padding-left: 20px  ;
        padding-right: 20px  ;
        background-color:#fff;
        border-radius: 20px;
}
.scroll-cont{
    height: 100%  ;
    overflow-y: auto  ;
    white-space: nowrap  ;
    overflow-x: scroll  ;
}
.scroll-subcont{
    display: -webkit-box  ;
    display: -moz-box  ;
    display: -ms-flexbox  ;
    display: -webkit-flex  ;
    display: flex  ;
}

.scrolling:last-child {
    padding-right: 24px  ;
}

.scrolling:first-child {
    /* padding-left: 24px  ; */
}

.scrolling {
    display: inline-block  ;
    padding-right: 4px  ;
    padding-left: 4px  ;
    flex: 1 1 0%  ;
}

.listing-cont{
    -webkit-box-align: center  ;
    -ms-flex-align: center  ;
    display: -webkit-box  ;
    display: -moz-box  ;
    display: -ms-flexbox  ;
    display: -webkit-flex  ;
    display: flex  ;
    -webkit-align-items: center  ;
    align-items: center  ;
}
.list-item{
    display: inline-block  ;
    white-space: nowrap  ;
    padding-right: 8px  ;
    padding-top: 4px  ;
    padding-bottom: 4px  ;
}
.list-span{
    display: block  ;
    height: 0px  ;
    overflow: hidden  ;
    visibility: hidden  ;
    pointer-events: none  ;
    background-color: #F7F7F7  ;
    color: #222222  ;
    border-color: #222222  ;
    font-weight: 800  ;
}
.list-text{
    font-weight: 400  ;
    font-size: 14px  ;
    line-height: 18px  ;
}

.list-subitem{
    cursor: pointer  ;
    text-align: center  ;
    background-color: rgb(242, 242, 242)  ;
    display: inline-block  ;
    color: rgb(34, 34, 34)  ;
    position: relative  ;
    padding-top: 8px  ;
    padding-bottom: 8px  ;
    padding-left: 16px  ;
    padding-right: 16px  ;
    font-size: 12px  ;
    line-height: 16px  ;
    margin: 0px  ;
    border-color: rgb(176, 176, 176)  ;
    border-radius: 30px  ;
}

.list-subitem-active{
    border: 1px solid #082385!important;
    background-color: #FFFFFF!important;
    color: #082385!important;
}

@media  (min-width: 577px) and (max-width: 990px) {
    .tab-show{
        display: block!important;
    }
    .tab-hide{
        display: none!important;
    }
}

@media (min-width: 220px) and (max-width: 576px) {
    .module-cont {
        width: 450px  ;
     }
    }

    .online-span {
        font-size: 14px;
        font-weight: normal;
        float: left;
        bottom: 0;
        line-height: 25px;
        position: absolute;
        bottom: 10px;
        left: 10px;
        right:0;
        color: #fff;
    }

    @media only screen and (max-width: 576px){
    .online-span {
        font-size: 14px;
    float: right;
    position: relative;
    top: 10px;
    left: -20px;
    }
}
.module-sections ul.list-unstyled.rating {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
}
.mdi-star::before {
    content: "\F4CE";
    color:goldenrod !important;
}