@media screen and (max-width: 992px) {
  .card-body {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .card-body {
    padding: 1rem 1rem !important;
  }
}
@media screen and (max-width: 425px) {
  .card-body {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .card-borderless {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .response-margin-bottom {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  .searchButton {
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .searchButton {
    padding: 16px 43px !important;
  }
}

@media screen and (max-width: 1185px) {
  .text-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 1093px) {
  .text-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 642px) {
  .text-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .text-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 385px) {
  .text-small {
    font-size: 11px;
  }
}

@media screen and (max-width: 1185px) {
  #instrcutor-list .list-group-item p .btn-info {
    padding: 11px 20px;
  }
}
@media screen and (max-width: 1093px) {
  #instrcutor-list .list-group-item p .btn-info {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #instrcutor-list .list-group-item p .btn-info {
    font-size: 13px;
    padding: 16px 35px 16px 35px;
  }
}
@media screen and (max-width: 642px) {
  #instrcutor-list .list-group-item p .btn-info {
    font-size: 13px;
    padding: 12px 25px;
  }
}
@media screen and (max-width: 440px) {
  #instrcutor-list .list-group-item p .btn-info {
    font-size: 12px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 385px) {
  #instrcutor-list .list-group-item p .btn-info {
    font-size: 11px;
    padding: 12px 17px;
  }
}
@media screen and (max-width: 360px) {
  #instrcutor-list .list-group-item p .btn-info {
    font-size: 10px;
    padding: 10px 14px;
  }
}
.text-small {
  font-size: 14px;
}

/*# sourceMappingURL=searchResponsive.css.map */