 #featured{
        object-fit: cover;
        cursor: pointer;
        /*border: 1px solid black;*/
        width: 100%
    }
    .thumbnail{
        object-fit: cover;
        opacity: 0.5;
        width: 15%;
        border: 1px solid #757575;
        margin: 7px;
    }
    .active{
        opacity: 1;
    }
    .slide-wrapper{
        display: flex;
        /*overflow: auto;*/
        align-items: center;
        width: 100%;
    }
    .slider{
        /*width: 80%;*/
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .block{
        /*margin-top: 62px;*/
        background: #fff;
        margin: 10px 0 !important;
    }
    .fixed{
        text-align: center;
        font-size: 22px;
        padding: 8px 0px 11px 0;
        color: var(--btn_color);
    }
    .fixedDiv{
        bottom: 0px;
        position: fixed !important;
        width: 100%;
        background: var(--btn_bg_color);
        padding: 0 !important;
    }
    .tab-links{
        overflow-x: auto;
        display: flex;
    }
    a.tab-link {
        color: #989696 !important;
        font-size: 16px;
        padding: 11px;
        white-space: nowrap;
    }
    a.tab-link.tab-link-active {
        color: #000 !important;
        font-size: 15px;
        border-bottom: 2px solid var(--btn_bg_color);
    }
    ul li span {
        font-size: 14px !important;
        color: #353535;
    }
    ul{
        padding: 0;
    }
    .tabs{
        padding: 2px 0;
        background: #f5f5f5;
    }
    iframe {
        width: 100%;
    }
    .tabs .tab-active{
        padding: 5px 25px;
    }
    .options{
        height: 25px !important;
        font-size: 16px !important;
        width: 100% !important;
    }
    .md .item-input-wrap {
        min-height: 30px !important;
    }
    .list .item-inner {
        padding-bottom: 2px !important;
    }