#searchForm table {
    table-layout: auto;
    max-width: unset;
    background-color: #ffffff;
    border-radius: 5px;
    border-right: none;
    margin: 30px 0;
    padding: 20px 25px;
}
#searchForm table td {
    border-right: none;
    padding-top: 0px;
}
#searchForm table tbody tr th,
#searchForm table tbody tr td{
    text-align: left;
}

#searchForm table tbody tr th{
    color: #1D92FF;
    position: relative;
}

#searchForm table tr td label {
    margin-right: 8px;
}

#searchForm table {
    width: 100%;
}

.searchbutton {
    width: 140px;
    padding: 5px;
    background-color: #E8F4FF;
    color: #1D92FF;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
}
.sp_ds{
    display: none;
}

@media screen and (max-width: 699px) {
    #searchForm table {
        margin-top: 0;
        margin-bottom: 0;
    }
    .body-wrapper .form{
        background-color: #F4F4F4;
        padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
    .sp_ds{
        display: block;
    }
  }

  .accordion dd{
    display: none;
    margin: auto;
  }

  .accordion dt{
    text-align: center;
    padding: 10px;
    background-color: #3880ff;
    color: #fff;
    width: 200px;
    margin: auto;
    border-radius: 10px;
  }
  
 .searchordercontainer img{
     max-width: 40%;
 }