@media only screen and (max-width : 768px) {
  .form-group .field{
    display: none!important;
  }
  .dropify-wrapper.touch-fallback .dropify-message {
    transform: translate(0,0);
    padding: 40px 0;
    position: relative;
    top: 9px;
  }
  .mobile-t5{
    margin-top: 0.5rem;
  }
}

.parsley-error {
  border-color: #f35d5d;
}
.error {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.hide{
  display: none !important;
}
.red {
  color: #fe3e45;
  font-weight: normal !important;
  position: relative;
  top: 3px;
}
.grey {
  color: #666666;
  font-weight: normal !important;
  position: relative;
  top: 3px;
}
.rounded-circle {
  border-radius: 50%;
  border: 1px solid #e9e9e9;
}
.table-nowrap{
  white-space: nowrap !important;
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
}
.modal-footer {
  border-top: 1px solid #e9ecef;
}