@media (min-width: 200px) and (max-width: 991px) {
}

@media (min-width: 200px) and (max-width: 767px) {
    .login-wrapper {
        width: 100%;
    }

    .butons-outer {
        width: 90%;
    }


    .mobile-nav-open .fa-bars { display:block !important;  }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .sc-search-outer p {
        width: 20% !important;
    }

    .sc-search-outer input {
        width: 80% !important;
    }
}

@media (min-width: 991px) and (max-width: 2000px) {
}

@media (min-width: 299px) and (max-width: 767px) {
    .sc-select-outer, .sc-search-outer p, .sec-select-list {
        display: none !important;
    }

    .sc-search-outer input {
        width: 100% !important;
    }

    .mb-sc-list .sec-select-list {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 3000px) {
    .mb-sc-list,.ra-mobile-nav {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    #storeInfo .modal-dialog {
        width: 840px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .fc-title, .fc-time {
        display: none !important;
    }
    .fc-ltr .fc-basic-view .fc-day-number {
        text-align: center !important;
        padding: 0 !important;
    }
}