.show-lg {
    display: block;
}

.show-xs {
    display: none;
}

@media only screen and (max-width:1024px) {
    .navbar_list li {
        display: inline-block;
        margin-right: 6px;
        margin-left: 6px;
    }

    .status-list li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

.mobile-header {
    height: 60px;
    width: 100%;
    background: #f7fcf9;
    position: fixed;
    z-index: 1030;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}

.btn-menu {
    font-size: 23px;
    width: 40px;
    background: transparent;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: relative;
    top: 3px;
}

.pb-dropdown {
    padding-bottom: 9px !important;
    padding-top: 10px !important;
}

@media (min-width:600px) and (max-width:800px) {
    .btn-right {
        float: left;
        display: inline-block;
        padding-left: 40px;
    }

    .content {
        margin-bottom: 20px;
    }

    .status-list li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

@media (min-width:300px) and (max-width:1000px) {
    .show-lg {
        display: none;
    }

    .show-xs {
        display: block;
    }
}
