@media only screen and (max-width: 768px) {
    .hidden-lg{
        display: block
    }
    .session-box img {
        vertical-align: top;
        max-height: 6em;
        width: auto;
    }
    .feeling-box {
        padding-right: 5px;
    }
    .feeling-pick img{
        width: 100%;
        margin-top: 0;
    }
    .feeling-box .medium-label{
        display: none;
    }
    .width-xs-auto{
        width: auto !important;
    }
    .width-xs-20{
        width: 19% !important;
    }
    .width-xs-80{
        display: inline-block;
        width: 80% !important;
    }
    .width-xs-100{
        display: inline-block;
        width: 100% !important;
    }
    .feeling-pick .meduim-label{
        display:none;
    }
    .mood-section .dropdown-menu.show {
        position: absolute !important;
        left: 1em !important;
        top: 0em !important;
    }
    .rui-navbar.rui-navbar-top.rui-navbar-sticky{
        z-index: 10000;
    }
    .yay-hide .rui-navbar.rui-navbar-top.rui-navbar-sticky{
        z-index: 100;
    }
    .rui-navbar .rui-navbar-avatar > img {
        max-width: 3em;
    }
    .chat-box-wrap{
        border-left: 0px;
    }
    .rui-navbar-logo{
        margin: 0 auto;
    }
    .language-dropdown .dropdown-menu.show{
        background: var(--white-1) !important;
        color: var(--black-1) !important
    }
    .dropdown .dropdown-item > .rui-icon:first-child {
        margin-left: 5px;
    }
    .local-player div{
        height: 20% !important;
    }

    .sponsers-listing li {
        width: 100%;
    }

    #local-player video {
        right: 2% !important;
        top: 2% !important;
    }
    #counselor-info {
        bottom: 7em;
        top: unset;
    }
    #full-screen-video .video-hold {
        top: 5%;
    }
    #counselor-info .timer-box{
        text-align:left;
    }
    .calendar_day_card .big-label,  .calendar_day_card_disabled .big-label{
        font-size: 14px !important;
    }
    .calendar_day_card h1, .calendar_day_card_disabled h1 {
        font-size: 25px !important;
    }
    .counselor-img img{
        /*height: 6em;*/
    }
    .about-team-section .text {
        width: 100%;
    }
    .article-img {
        height: 15em;
    }
    .filters-btn{
        display: inline-table;
        position: fixed;
        z-index: 100;
        bottom: 1em;
        right: 1em;
        width: 4em;
        height: 4em;
    }
    .experts-search-input input{
        border-radius: 5px 0 0 5px;
    }
    .experts-search-input input{
        border-radius: 5px 0 0 5px;
    }
    .experts-search-input > div> div{
        border-radius: 0 5px 5px 0 !important;
    }
    .filters-page-mobile .dropdown-menu{
        max-height: 60vh;
        overflow-y: auto;
    }
    .rui-navbar.rui-navbar-top.rui-navbar-sticky{
        display: none;
    }
    .rui-navbar.rui-navbar-mobile{
        display: contents;
    }
}

@media only screen and (max-width: 768px) {

}
