.field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.field-inner {
  width: 48%;
  position: relative;
}

.label {
  display: block;
  position: absolute;
  top: 3px;
  padding-left: 2px;
  left: 15px;
}
.label::before {
  position: absolute;
  content: attr(data-label);
  top: 0;
  left: -17px;
  color: #ea3455;
}
textarea {
  height: 100px;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -25px;
  right: 9px;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #ea3455 !important;
}

.wpcf7-response-output {
  border: none !important;
  position: absolute;
  padding: 5px;
  bottom: -70px;
  z-index: 5;
  width: 100%;
  font-size: 14px !important;
  line-height: 110% !important;
  padding: 0 !important;
  background-color: #ea3455 !important ;
}

.checked {
  margin-top: -30px !important;
  line-height: 1;
}

.checked .dp-col {
  cursor: pointer;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.checked-label span {
  font-size: 12px !important;
  margin: 0;
}

.checked span::before {
  font-size: 16px !important;
}

.link {
  font-size: 12px !important;
  color: #4f525b !important;
  font-style: italic;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.checked-label:hover .link {
  color: #ea3455 !important;
  text-decoration: underline;
  transition: all 0.5s ease;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  color: #ea3455 !important;
}

.wpcf7-not-valid {
  border: 1px solid #ea3455 !important;
}

@media only screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    top: -20px;
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .field-wrapper {
    flex-direction: column;
  }

  .field-inner {
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 510px) {
  .checked {
    margin-top: 0px !important;
  }
  .checked-label span {
    font-size: 10px !important;
  }

  .link {
    font-size: 10px !important;
  }
}
