.search-form {
    padding-bottom: 80px;
  }

  .search-form__item {
    width: 49%;
  }

  @media (max-width: 767px) {

    .search-form__item,
    .search-form__row,
    .search-form__row select {
      display: block;
      width: 100%;
    }
  }

  @media (max-width: 576px) {
    .xgn-accordion__content img {
      width: 100px;
      display: block;
      object-fit: contain;
    }
  }

  .cols {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.col-1st {
    width: 208px;
}
.col-2nd {
    padding-left: 40px;
}
.xgn-accordion {
    display: none;
}
.xgn-accordion.active {
    display: block;
}
@media (max-width: 576px) {
    .cols {
        display: block;
    }
    .col-1st {
        width: 100%;
    }
    .col-2nd {
        padding-left: 0;
        width: 100%;
    }
    .col-2nd table {
        width: 99%;
    }
    .xgn-accordion__content img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }
}
.smalltext {
    font-size: 12px;
    padding: 20px 0;
}
.open .xgn-accordion__body {
    max-height: 1000px;
}
.yield-info {
    width: 100%;
}
.yield-info h5,
.yield-info h6 {
    margin-top: 0;
}
.yield-info table,
.yield-info thead,
.yield-info tbody,
.yield-info tr,
.yield-info th
/* .yield-info td  */
{
    border: none !important;
}
.yield-info table td:nth-of-type(1) {
    width: 140px;
}
.yield-info table td:nth-of-type(2) {
    width: 200px;
}
.yield-info.laser table {
    min-width: 500px;
}
.yield-info.laser table td {
    width: 25%;
}
.yield-info.laser table td:nth-of-type(4),
.yield-info.laser table td:nth-of-type(2) {
    min-width: 200px;
}
.yield-info.laser table td:nth-of-type(2) {
    min-width: 100px;
}
@media (max-width: 567px) {
    .yield-info table td:nth-of-type(1) {
        width: 80px;
    }
    .yield-info table td:nth-of-type(2) {
        width: 100px;
    }
}
.yield-info table th,
.yield-info table td {
    padding: 10px 15px;
}
.yield-info table td {
    border-right: 6px solid white;
}
.yield-info table td:last-of-type {
    border-right:none;
}
.yield-info th {
    background: none;
    text-align: left !important;
    padding: 20px 0 5px 0;
    color: #353535;
    font-weight: bold;
    text-transform: capitalize;
}
tbody tr:nth-of-type(odd) {
    background-color: #F1F3F5;
}
tbody tr:nth-of-type(even) {
    background-color: white;
}
.laser tbody tr:nth-of-type(odd) {
    background-color: white;
}
.laser tbody tr:nth-of-type(even) {
    background-color: #F1F3F5;
}
.tablewrap {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    overflow-x: auto;
}
.tablewrap table {
    min-width: 450px;
}
.yield-section {
    padding-bottom: 100px;
}

#topTitle {
    font-size: 24px;
    color: #353535;
}

  .cols img {
    display: block;
    width: 100%;
  }
  .yield-info table td {
    border-right: 6px solid #F1F3F5;
  }
  .yield-info.laser table td {
    border-right: 6px solid white;
  }