
* {
    --primary-color: #627246;
  }
  /* / banner css start here / */
   .banner {
    background: #d9d9d9;
  }

  .event-step {
    padding: 40px 40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(98, 114, 70, 0.60);
  }

  .event-step input.wpcf7-form-control.wpcf7-text,
  .event-step input.wpcf7-form-control.wpcf7-number,
  .event-step input.wpcf7-form-control.wpcf7-date {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #171b11;
    color: #000000;
    height: 69px;
    padding: 10px 30px;
    font-family: josefine sans !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .event-step input::placeholder {
    color: #000000;
  }
  .event-step input::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
  }
  .event-step input.wpcf7-form-control.wpcf7-text:focus-visible,
  .event-step input.wpcf7-form-control.wpcf7-number:focus-visible,
  .event-step input.wpcf7-form-control.wpcf7-date:focus-visible {
    outline: none;
  }

  .event-step .wpcf7-form-control-wrap {
    display: block;
  }
  .event-step input[type="radio"] {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #000000;
  }
  .event-step .wpcf7-list-item label {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
  .event-step .wpcf7-list-item {
    margin: 0 18px 0 0;
  }
  .wpcf7-list-item label .wpcf7-list-item-label {
    margin-left: 10px;
  }
  .event-step .wpcf7-list-item label input[type=radio]:checked{
    border: 1px solid #000000;
  }
  .event-step .wpcf7-list-item label input[type=radio]:checked:focus {
    outline-offset: unset;
    outline: none;
  }
  .event-step .wpcf7-list-item label input[type=radio]:after{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .event-step .catering-preferences {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .event-step .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 2px;
  }

  .event-step .row div {
    position: relative;
  }

  .event-step .wpcf7-form-control-wrap .wpcf7-form-control {
    display: flex;
    /* width: calc(100% - -5px); */
    border-radius: 4px;
    border: 1px solid #171b11;
    color: #000;
    height: 69px;
    padding: 10px 30px;
    font-family: josefine sans !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }

  .event-step input::-webkit-outer-spin-button,
  .event-step input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }

  /* Firefox */
  .event-step input[type=number] {
    -moz-appearance: textfield;
  }

  .event-step input[type=submit]:focus.btn.btn-primary {
    outline-offset: 0;
    outline: 0;
  }

  .event-step .row {
    row-gap: 40px;
  }

  .event-step .wpcf7-spinner {
    display: none;
  }
/* --------------- */
  .country-code-mobile-number {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .country-code-mobile-number span:first-child {
    width: unset;
    margin-right: -2px;
  }
  .country-code-mobile-number > .wpcf7-form-control-wrap {
    width: 100%;
  }
  .country-code-mobile-number > .wpcf7-form-control-wrap select {
    outline: none;
    border: 1px solid #000;
    margin-right: 0;
  }
  .country-code-mobile-number > .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-number {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 15px;
  }

  @media screen and (max-width: 767px) {
    .event-step .row {
      row-gap: 35px;
    }
    .event-step .catering-preferences .wpcf7-form-control-wrap {
      margin-top: 10px;
    }
  }