#chmk-tab-client .chmkTabContent ul li {
  list-style: disc !important;
}

html,
body {
  overflow-x: hidden;
}

.slider01,
.rev_slider_wrapper {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .headerAccessArea {
    display: none;
  }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }
}

.erp-mobile {
    display: block;
    padding: 12px 15px;
    background: #000;
    color: #fff !important;
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
}