.rbt-block-bar {
    position: relative;
    text-align: initial;
    padding-bottom: 0;
    padding-top: 35px;
}

.rbt-block-bar .rbt-block-bar__tab {
    display: inline-block;
    vertical-align: top;
    color: #475669;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    padding-left: 22px;
    margin-right: 15px;
}

.rbt-block-bar .rbt-block-bar__tab::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #475669;
    border-radius: 50%;
    box-sizing: border-box;
}
.filter-adday {
    font-size: 13px;
    font-weight: normal;
}
.rbt-block-bar .rbt-block-bar__tab.active::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    background: #475669;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .rbt-block-bar {
        padding:15px;
    }

}@media screen and (max-width: 600px) {
    .rbt-block-bar .rbt-block-bar__tab {
        display: block;margin-bottom: 15px;
    }

}