/* message Start */
.contact-us .form {
  max-width: 600px;
}

.media-box {
  display: flex;
  flex-wrap: wrap;
}

.media-box .preview-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
}

.media-box>* {
  margin-bottom: 10px;
}

.media-box>*:not(:last-child) {
  margin-right: 10px;
}

.file-uploaded {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-delete {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .4);
  cursor: pointer;
}

.media-input {
  position: relative;
  width: 100px;
  height: 100px;
}

.media-input #upload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.media-input .upload-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #333;
  border: 1px solid #999;
  cursor: pointer;
}

.message-row {
  margin-bottom: 30px;
}

.validpic {
  cursor: pointer;
}

.valid-row .pic-row {
  margin: 12px 0 8px;
}

.pic-row .changepic {
  color: #bc2848;
  cursor: pointer;
}

.input-tag {
  min-width: 280px;
  ;
}

.button-message-submit {
  line-height: unset;
}

/* message End */