@media (max-width: 1024px) {
  .table-overflow {
    overflow-x: scroll;
  }
  .f-head {
    font-size: 1.5rem;
  }
  .f-h2 {
    font-size: 1.25rem !important;
  }
  .t-center {
    text-align: center;
  }
  .col-head {
    width: 100%;
  }

  .d-width {
    width: 100%;
  }

  .z-idex-res {
    z-index: 10;
  }
  .t-width-res {
    width: 100%;
    margin-bottom: 20px;
  }

  .w-options {
    width: max-content;
  }

  .res-max-table{
    width: max-content !important;
  }

  .w-20-100per {
    width: 100%;
  }

  .res-width-t1{
    width: 400px !important;
    white-space: normal !important;
  }
}

@media (max-width: 912px) {
  .w-card-ivm{
    width: 33%;
  }

  .m-topic-l{
    margin-left: 14pc !important;
  }
}

@media (max-width: 820px) {
  .button-sm{
    width: 100%;
  }
  .bt-loadmore{
    width: 100% !important;
  }
  .tp_investment_category{
    margin-left: 0px;
  }
  .w-card-ivm{
    width: 50%;
  }
  
}

@media (max-width: 768px) {
}

@media (max-width: 540px) {
  .w-mb-50{
    width: 50% !important;
  }
  .w-mb-25{
    width: 25% !important;
  }
  .commission-img img {
    width: 162px;
  }
  .commissionDetail .sort_all {
    width: 25%;
  }
}

@media (max-width: 480px) {
  .w-card-ivm{
    width: 100%;
  }
  .m-topic-l{
    margin-left: 0pc !important;
  }
  .w-mb-100{
    width: 100% !important;
  }
  .w-mb-50{
    width: 50% !important;
  }
  .s-mb-image-pf{
    height: 47px;
    width: 47px;
  }
}



