@media (max-width: 1420px) {

}

/* @media (min-width: 1200px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1199px) {
} */

@media (max-width: 991px) {
  #logo {
    display: none;
  }
  #header .header-left {
    padding-left: 34px;
  }
  .mobile_hamicon {
    display: block;
  }
  #left-menu.hide-sidebar {
    left: 0;
    width: 274px;
  }
  #ham.hide-sidebar {
    margin-left: 0;
  }

  .page_contclass {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #left-menu {
    top: 0;
    left: -250px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .container-fluid.pl_pr {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .header-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-left h2.heading_24 {
    font-size: 15px;
  }
  #header .header-left {
    background: var(
      --Radial,
      radial-gradient(
        207.78% 70.71% at 50% 50%,
        rgba(214, 240, 252, 0.53) 21.65%,
        rgba(240, 237, 230, 0.46) 67.71%
      )
    );
  }
  #header {
    height: 46px;
    background: #ffffff;
  }
  #left-menu {
    margin-top: 44px;
  }
  /* .dash-card .card-body {
    padding: 10px;
    gap: 10px;
  } */
  .cont-typho p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .droptoggle-none::after {
    display: none;
  }
  .user_pic {
    margin-right: 0;
  }
  .mob_row_flex .card-body {
    flex-direction: row-reverse;
    gap: 10px !important;
  }
  .svg_figure svg {
    width: 24px;
    height: 24px;
  }
  .svg_figure {
    width: 36px;
    height: 36px;
  }
  .cont-typho h5 {
    font-size: 16px;
  }

  .cont-typho {
    text-align: end;
  }
  .heading_20 {
    font-size: 18px;
  }
  .table_dashboard thead tr th {
    font-size: 12px;
  }
  .table_dashboard tbody tr td {
    font-size: 12px;
  }
  .table_dashboard > :not(caption) > * > * {
    padding: 14px 12px;
    white-space: nowrap;
  }
  .table_datacard > :not(caption) > * > * {
    padding: 14px 14px;
    white-space: nowrap;
  }
  .table_datacard td {
    font-size: 13px;
  }
  .paginatons {
    justify-content: center !important;
  }
  .movetxt {
    font-size: 14px;
  }
  .page_link a {
    font-size: 14px;
  }
  .nav-pills-cstm .nav-link {
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 46px;
    border: 1px solid var(--Secondary, #24393e);
    background: var(
      --Radial,
      radial-gradient(
        207.78% 70.71% at 50% 50%,
        rgba(214, 240, 252, 0.53) 21.65%,
        rgba(240, 237, 230, 0.46) 67.71%
      )
    );
  }
  .nav-pills-cstm {
    max-width: 100%;
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
  }
  .nav-pills-cstm .nav-item {
    display: inline-block;
    margin-right: 8px;
  }
  .nav-pills-cstm .nav-link.active,
  .nav-pills-cstm .show > .nav-link {
    font-size: 16px;
  }
  .nav-pills-cstm {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .heading_28 {
    font-size: 20px;
  }
  .form_serch_2 {
    min-width: 100%;
  }
  .table_earning th {
    font-size: 15px;
  }
  .table_earning td {
    font-size: 14px;
  }
  .btn_submit {
    width: 100%;
  }
  .wall_sec_card {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .wall_deatils{
    flex-direction: column;
    align-items: start !important;
    gap: 8px !important;
  }
}

@media(max-width:1440px){
	.boxstepone figure{width: 45px;height: 45px;padding: 8px;}
	.boxstepone h3{font-size: 14px;}
	.boxstepone h6{font-size: 20px;}
}
