.categories-page {
  overflow: hidden; }
  .categories-page .container-fluid {
    padding: 0; }
  .categories-page .left-side {
    overflow-y: auto;
    width: 22%;
    scrollbar-width: none; }
    .categories-page .left-side::-webkit-scrollbar {
      width: 0; }
  .categories-page .right-side {
    overflow-y: auto;
    width: 78%; }
  .categories-page__content {
    min-height: 100%;
    background: #efefef; }
    .categories-page__content > div:not(:first-child) {
      display: none; }
    .categories-page__content a {
      color: #000; }
    .categories-page__content .content-heading {
      width: 100%;
      font-size: 14px;
      padding: 15px 8px;
      display: flex;
      align-items: center;
      background: #fff; }
      .categories-page__content .content-heading > svg {
        margin-left: auto;
        width: 10px;
        height: 10px; }
      .categories-page__content .content-heading > a {
        margin-left: auto;
        color: #0554a3; }
    .categories-page__content .content-body {
      padding: 8px; }
      .categories-page__content .content-body > div {
        border-radius: 5px;
        overflow: hidden; }
      .categories-page__content .content-body > div:not(:last-child) {
        margin-bottom: 8px; }
    .categories-page__content .content-banner > img {
      width: 100%; }
    .categories-page__content .content-section {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      padding-bottom: 10px; }
      .categories-page__content .content-section .content-heading {
        padding-bottom: 5px; }
      .categories-page__content .content-section > div {
        width: 33.333%; }
        .categories-page__content .content-section > div a {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          padding: 5px;
          text-align: center;
          line-height: 18px;
          font-size: 12px; }
          .categories-page__content .content-section > div a > img {
            width: 60px;
            margin-bottom: 10px; }
    .categories-page__content .default-content {
      padding: 7px 8px 8px 8px; }
    .categories-page__content .default-content-wrap {
      border-radius: 5px;
      overflow: hidden; }
  .categories-page__inner {
    display: flex; }
  .categories-page__nav > li > a {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #f0f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 9px 5px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #878787;
    transition: background .5s; }
    .categories-page__nav > li > a > img {
      margin-bottom: 8px;
      width: 40px;
      height: 40px; }
    .categories-page__nav > li > a.active {
      background: #fff;
      position: relative; }
      .categories-page__nav > li > a.active:before, .categories-page__nav > li > a.active:after {
        content: '';
        position: absolute; }
      .categories-page__nav > li > a.active:before {
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #0554a3; }
      .categories-page__nav > li > a.active:after {
        right: -1px;
        top: calc(50% - 10px);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #efefef; }

@media (max-width: 991px) {
  .mainHeader--height {
    position: sticky;
    top: 0;
    z-index: 2; }
  .wrapperMain_content {
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: initial; }
  .wrapperMain_alp {
    position: relative; }
  .main-wrap {
    position: relative;
    overflow: initial;
    z-index: 1; } }
