@media (min-width: 768px)
.col-sm-3 {
    width: 100%;
}

.col-sm-3 {
    width: 100%!important;
}

.col-sm-6 {
    width: 100%;
    margin: 10px;
}

input, select, textarea, .file-preview, .input-group, .select2-container {
    max-width: 1000px;
}

@media (min-width: 768px)
div.form-group {
    margin-bottom: 10!important;
}

.theme-text-info-input.fa-info {
    left: 1000px;
    position: absolute;
    top: 0;
}

.theme-textbox.form-control {
    min-height: 50px;
    border: 1px solid #e2e2e2;
    padding-top: 19px;
    transition: all 0.2s ease-out;
    border-radius: 0px;
    padding-left: 13px;
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
  }
  .responsive-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .responsive-table th,
  .responsive-table td {
    border: 1px solid #a2a3a3;
    padding: 8px;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
      display: block;
    }
    .responsive-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .responsive-table tr {
      border: 1px solid #a2a3a3;
      margin-bottom: 1rem;
    }
    .responsive-table td {
      border: none;
      border-bottom: 1px solid #a2a3a3;
      position: relative;
      padding-left: 50%;
    }
    .responsive-table td:before {
      content: attr(data-label);
      position: absolute;
      top: 8px;
      left: 8px;
      font-weight: bold;
    }
  }