@media (max-width: 767px) {

  /* col mobile start */
  .col_xs_1 {
    width: 8.33333333%;
  }

  .col_xs_2 {
    width: 16.66666667%;
  }

  .col_xs_3 {
    width: 25%;
  }

  .col_xs_4 {
    width: 33.33333333%;
  }

  .col_xs_5 {
    width: 41.66666667%;
  }

  .col_xs_6 {
    width: 50%;
  }

  .col_xs_7 {
    width: 58.33333333%;
  }

  .col_xs_8 {
    width: 66.66666667%;
  }

  .col_xs_9 {
    width: 75%;
  }

  .col_xs_10 {
    width: 83.33333333%;
  }

  .col_xs_11 {
    width: 91.66666667%;
  }

  .coll_xs_12 {
    width: 100%;
  }

  /* col mobile end */
  .app.sidenav-toggled .app-sidebar {
    left: -255px;
  }

  .app .app-sidebar {
    left: 0px;
  }

  .navsearch {
    display: none;
  }

  .ledger_logo {
    display: none;
  }

  .header {
    background: #2d66f7;
  }

  .nav-link.icon {
    border: 1px solid #fff;
  }

  .icon i,
  span.admin_text_span,
  .nav-link .fa-angle-down {
    color: #fff;
  }

  h2.admin_text {
    color: #ddd;
    display: none;
  }

  .nav-link span {
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50%;
  }

  .mobile_home {
    display: none;
  }

  .offset-3 {
    margin-left: 0px;
  }

  .dataTables_filter {
    padding-bottom: 15px;
  }

  .form-label {
    padding-top: 15px;
  }

  .mobile_page_header {
    display: block;
  }

  .mobile_page_header button {
    margin-top: 0px;
  }

  .page-header .btn {
    margin-top: 5px;
  }

  .app-header {
    padding: 5px 0px;
  }

  .form-group {
    margin-bottom: 0px;
  }

  .app-sidebar {
    margin-top: 60px;
  }

  #snackbar_module {
    left: 5% !important;
    width: 90% !important;
  }

  .login_form {
    width: 100% !important;
    padding: 25px 15px !important;
  }

  .form_label_btn_show {
    display: block;
    padding-top: 8px;
  }

  .wallet_back a {
    padding: 15px !important;
    margin: 15px !important;
  }

  .ngx-select__clear.btn {
    margin-top: 0px;
  }

  #reset_password .eye_adjust {
    margin-top: 37px !important;
  }

  .pt_goto_back {
    top: 0 !important;
    left: 15px !important;
  }

  .header-brand h1 {
    display: none;
  }

  .form_label_btn {
    margin-top: 15px !important;
  }

  .login_logo h1 {
    font-size: 3rem !important;
  }

  .signup_form {
    width: 100% !important;
  }

  .f_only_web {
    display: none;
  }

  .footer {
    padding: 0px;
  }

  .footer .mt-3 {
    margin: 0px !important;
  }

  .fixed_bred_btn {
    top: 12% !important;
  }

  .footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
  }

  #permission_modal .modal-lg {
    max-width: 100%;
  }

  .document_check input {
    margin-top: 18px !important;
  }

  .back_mo_right {
    position: absolute;
    top: 40px;
    right: 0px;
  }

  .login_logo {
    border: none !important;
    display: none;
  }

  .sidebar_page_scroll {
    height: 60vh;
  }

  .login_form h1 {
    display: block;
  }

  .logo_in_sidebar {
    display: block !important;
  }

  .btn {
    padding: 0.2rem 0.6rem !important;
  }

  /* footer new start */
  .sidenav-toggled .footer {
    left: 0 !important;
    width: 100% !important;
  }

  .footer .col-md-7,
  .footer .text-right {
    display: none;
  }

  /* footer new end */

  /* pagination responsive start */
  .pagination_area {
    position: relative;
  }

  .pagination_area td {
    position: absolute;
    width: 100%;
    right: 0px;
    border: none;
  }

  .table {
    margin-bottom: 0px;
  }

  .card-body {
    padding-bottom: 36px;
  }

  /* pagination responsive end */
  .login_box {
    width: 100%;
    background: transparent;
  }
}

@media screen and (orientation:landscape) and (max-device-width: 767px) {
  .h-100vh {
    height: auto !important;
    padding: 7% 0% 0% !important;
  }

  .login_logo {
    padding: 3% 0% !important;
  }
}

@media (min-width: 950px) and (max-width: 1440px) {
  .sidenav-toggled .footer {
    left: 7% !important;
    width: 93% !important;
  }

  .footer {
    left: 18% !important;
    width: 82% !important;
  }

}