@media only screen and (max-width: 768px) {
  /* search */
  .search {
    padding: 16px;
    flex-direction: column;
    gap: 16px 0px;
  }

  .search-form {
    width: 100%;
  }

  .search-form input {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .search-item {
    flex-direction: column;
  }

  .search-item img {
    margin-bottom: 6px;
    margin-right: 0px;
  }

  .search-item p {
    text-align: center;
  }

  /* breadcrum */
  .breadcrum {
    padding: 16px;
  }

  /* modal */
  #request-quote .modal-content {
    max-width: calc(100% - 32px);
  }

  .form-item {
    width: 100%;
  }

  .form-submit {
    flex-direction: column;
    gap: 30px;
  }

  .form-submit button {
    width: 100%;
  }

  .call-us-body {
    padding: 44px 20px;
    max-width: calc(100% - 32px);
  }

  .modal-header p {
    font-size: 24px;
    font-weight: 600;
  }

  /* filter */
  .filter-collapse {
    display: none;
  }

  .pagination {
    justify-content: center;
  }

  .title {
    padding: 10px 16px;
  }

  .title h1 {
    font-size: 32px;
  }

  .filter-mobile {
    display: flex;
    gap: 10px;
  }

  .filter-mobile img {
    width: 24px;
  }

  .filter-mobile p {
    color: #0c0c24;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .table-header {
    display: none;
  }

  .content {
    padding: 20px 16px 40px;
  }

  .first-col,
  .second-col {
    width: 100%;
    padding: 0px;
  }

  .third-col,
  .fourth-col {
    width: calc(50% - 16px);
    padding: 0px;
  }

  .table-item {
    flex-wrap: wrap;
    padding: 16px;
    gap: 10px;
    border: none;
  }

  .table-item:nth-child(2n + 1) {
    background: #ededed;
  }

  /* modal */
  .modal#filter {
    align-items: center;
  }

  #filter .modal-content {
    margin: 0 16px;
    padding: 30px 16px;
    width: 100%;
  }

  .modal-header p {
    color: #0c0c24;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }

  .modal-footer button {
    width: calc(50% - 8px);
    padding: 14px 24px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border-radius: 8px;
  }

    .modal-footer button:nth-child(1) {
        background: transparent;
        border: 1px solid var(--primary);
        color: var(--primary);
    }

    .modal-footer button:nth-child(2) {
        background: var(--primary);
        color: #fff;
    }

  /* tabs */
  .tabs {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg, #f0f0f0);
  }

  .tabs a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    width: 100%;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    align-items: center;
  }

  .tabs a.active {
    font-weight: 600;
    color: #0c0c24;
  }
  .tabs span {
    margin-top: 26px;
    display: block;
    transform: translateY(2px);
  }

    .tabs a.active span {
        width: 50%;
        height: 3px;
        background-color: var(--primary);
        margin: 0 auto;
        margin-top: 26px;
    }

  .modal-body {
    padding: 24px 0px;
  }

  .filter-item-mobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .filter-item-mobile .search {
    background-color: #fff;
    position: relative;
    padding: 0px;
  }

  .filter-item-mobile input {
    border-radius: 8px;
    background: #f9f8fc;
    padding: 12px 16px;
    border: none;
    outline: none;
    padding-right: 40px;
    width: 100%;
    color: #0c0c24;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .filter-item-mobile img {
    width: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

    .filter-item-mobile a {
        color: var(--primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        padding-left: 4px;
    }

  .filter-item-mobile:not(.active) {
    display: none;
  }
}
