ol.y-ww {
  margin: 0 !important;
  padding-left: 28px !important;
  padding-top: 13px !important;
}

ul.y-wwz {
  margin: 0 !important;
  padding-left: 28px !important;
  padding-top: 13px !important;
}

.customer-comp input {
  width: 100% !important;
  border: 1px solid #000 !important;
}

.customer-comp textarea {
  width: 100% !important;
  border: 1px solid #000 !important;
}

.customer-comp
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  width: 100% !important;
  border: 1px solid #000 !important;
  padding: 12px !important;
}

.customer-comp {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.customer-info-boxz {
  display: flex;
  gap: 25px;
}
span.wpcf7-not-valid-tip {
    color: red !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100% !important;
  border: 1px solid #000 !important;
  padding: 0 7px;
  height: 40px;
}

.customer-boxzzz {
  width: 100%;
}

.som-submit {
    height: 55px;
}

.wpcf7-response-output {
    text-align: center !important;
    margin-top: 16px !important;
   
}

.som-submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: 1px solid !important;
  color: #000 !important;
  padding: 15px 19px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  display: block !important;
  margin-bottom: 20px !important;
  background-color: #fef200 !important;
  max-width: 232px;
  text-align: center !important;
}

@media screen and (max-width: 999px) {
  .customer-info-boxz {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }
}
