@media only screen and (min-width: 990px) {
  .progress_circle_container .progress {
    margin-bottom: 28px;
  }

  /* Income Layout */
  .income-layout .top-heading {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  /* expense navbar top border */
  .tab_navbar {
    border-bottom: 1px solid var(--primary-bgGray);
  }
  .sign-page .right-side {
    height: 100vh !important;
  }
}

/* Foe md & Sm Screens */

@media only screen and (max-width: 990px) {
  .sign-page .right-side .register-msg{
    font-size: 12px !important;
  }

  .sign-page .left-side {
    height: 65vh !important;
  }

  .sign-page .right-side {
    height: 100vh !important;
  }

  .basic-page-layout .top-heading {
    font-size: 18px;
  }
  .basic-page-layout table thead .heading-row {
    display: none;
  }
  .basic-page-layout table tbody .body-row {
    display: flex;
    flex-direction: column;
  }

  .table-responsive span{
    font-size: 14px !important;
  }

}