@media all and (min-width: 992px) {
    .header .primary-header-inner .header-right-wrap {
        display: none !important;
    }
}

@media all and (max-width: 991px) {
    .header .primary-header-inner .header-right-wrap {
        display: block !important;
    }
}