form[data-status="init"] .wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-form .hidden-fields-container {
    display: none;
}

.wpcf7-form .choices[data-type*='select-one'] .choices__list--dropdown .choices__input {
    display: block !important;
}

.wpcf7-form .choices .choices__inner .choices__item {
    color: #000;
}

.choices .choices__inner .choices__placeholder {
    opacity: 1;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #5D696F !important;
}

.choices__list--dropdown {
    z-index: 100 !important;
}

.wpcf7-form .choices__inner {
    display: flex;
    align-items: center;
}

.wpcf7-form, .wpcf7-form p {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0;
}

.wpcf7-form .form-field {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.wpcf7-form .form-field .choices {
    margin-bottom: 0;
}

.wpcf7-form .form-field .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 16px;
}

.wpcf7-form .form-field br {
    display: none;
}

.wpcf7-form .form-field p {
    margin: 0;
}

.wpcf7-form .form-field label {
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0;
    line-height: 20px;
}

.wpcf7-form .wpcf7-checkbox label {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    text-transform: none;
    margin-bottom: 0;
}

.wpcf7-form-control-wrap:has(.wpcf7-checkbox) {
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    padding-bottom: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 10px;
}

.wpcf7-radio .wpcf7-list-item-label {
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
}

.radio-items-row .wpcf7-list-item {
    display: inline-block;
    margin-right: 15px;
}

.radio-items-row .wpcf7-list-item.last {
    margin-right: 0;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: red;
    display: block;
    font-size: 16px;
}

.wpcf7-form .looking-for-field {
    margin-top: -5px;
    margin-bottom: 25px;
}

.wpcf7-form .zip-code-field .choices__item[data-id="1"] {
    display: none;
}

.wpcf7-form .form-field .wpcf7-form-control-wrap[data-name="yourmachine-req"] {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    line-height: 1.66em;
    padding: 11px 24px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    text-align: center;
    background: #FFCC00;
    color: #262A2C;
    box-shadow: 0 3px 15px rgb(88, 71, 0, 10%);
    width: 100%;
    transition: color .4s ease-in-out;
    display: inline-block;
}

@media (min-width: 1025px) {
    .wpcf7-form textarea, 
    .wpcf7-form select,
    .wpcf7-form .choices__inner,
    .wpcf7-form [type="text"], 
    .wpcf7-form [type="date"], 
    .wpcf7-form [type="datetime"], 
    .wpcf7-form [type="datetime-local"],
    .wpcf7-form [type="email"],
    .wpcf7-form [type="month"],
    .wpcf7-form [type="number"],
    .wpcf7-form [type="password"],
    .wpcf7-form [type="search"],
    .wpcf7-form [type="tel"],
    .wpcf7-form [type="url"],
    .wpcf7-form [type="week"],
    .wpcf7-form [type="date"] {
        height: 50px;
    }

    .wpcf7-form .choices__inner {
        padding: 11px 44px 11px 18px !important;
    }
}


/* Popular Order Form */

.wpcf7-form .popular-order-form a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #5D696F;
}

.wpcf7-form .popular-order-form [class*="col-"] {
    padding: 0 12px;
}

.wpcf7-form .popular-order-form .form-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #060606;
}

.wpcf7-form .popular-order-form .form-field {
    margin: 0;
    padding-bottom: 24px;
}

.wpcf7-form .popular-order-form .form-field .wpcf7-not-valid-tip {
    bottom: -50px;
    font-size: 16px;
    line-height: 24px;
}

.wpcf7-form .popular-order-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.wpcf7-form .popular-order-form select,
.wpcf7-form .popular-order-form textarea,
.wpcf7-form .popular-order-form .choices__inner {
    height: 72px;
    border: none;
    padding: 24px !important;
    background: #F7F9FA;
    font-size: 16px;
    line-height: 24px;
}

.wpcf7-form .popular-order-form .choices__placeholder,
.wpcf7-form .popular-order-form input::placeholder,
.wpcf7-form .popular-order-form select::placeholder,
.wpcf7-form .popular-order-form textarea::placeholder {
    color: #5D696F !important;
    text-transform: capitalize;
}

.wpcf7-form .popular-order-form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.wpcf7-form .popular-order-form input[type="radio"]::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.wpcf7-form .popular-order-form input[type="radio"]:checked {
    background: #FEC81E;
    border: none;
}

.wpcf7-form .popular-order-form input[type="radio"]:checked:after {
    opacity: 1
}

.wpcf7-form .popular-order-form .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wpcf7-form .popular-order-form .wpcf7-radio.radio-items-row {
    flex-direction: row;
}

.wpcf7-form .popular-order-form .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .popular-order-form .wpcf7-radio label {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: none;
    color: #060606;
    margin: 0;
}

.wpcf7-form .popular-order-form .wpcf7-radio .wpcf7-list-item-label {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.wpcf7-form .popular-order-form .wpcf7-form-control-wrap:has(.wpcf7-radio) .wpcf7-not-valid-tip {
    bottom: -22px;
}

.wpcf7-form .popular-order-form input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
}

.wpcf7-form .popular-order-form input[type="checkbox"]::before {
    content: '';
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    left: -24px;
    top: 0;
}

.wpcf7-form .popular-order-form input[type="checkbox"]::after {
    content: '';
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 6px;
    background: #000;
    opacity: 0;
}

.wpcf7-form .popular-order-form input[type="checkbox"]:checked::before {
    background: #FEC81E;
    border: none;
}

.wpcf7-form .popular-order-form input[type="checkbox"]:checked::after {
    opacity: 1;
}

.wpcf7-form .popular-order-form .wpcf7-checkbox .wpcf7-list-item  {
    margin: 0;
    padding: 0;
}

.wpcf7-form .popular-order-form .wpcf7-checkbox label {
    padding-left: 24px;
}

.wpcf7-form .popular-order-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5D696F;
}

.wpcf7-form .popular-order-form .form-field:has(.wpcf7-checkbox) {
    padding: 0;
}

.wpcf7-form .popular-order-form .wpcf7-form-control-wrap:has(.wpcf7-checkbox) {
    margin-bottom: 24px;
}

.wpcf7-form .popular-order-form .choices {
    box-shadow: none;
}

.wpcf7-form .popular-order-form .choices__inner {
    display: flex;
    align-items: center;
}

.wpcf7-form .popular-order-form .form-field p.text-sub {
    margin-bottom: 24px;
}

.wpcf7-form .popular-order-form .submit-area .wpcf7-spinner {
    display: none;
}

.wpcf7-form .popular-order-form .form-field-button {
    text-align: center;
}

.wpcf7-form .popular-order-form input.wpcf7-form-control.wpcf7-submit {
    height: 72px;
    width: 240px;
    margin-top: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #060606;
}

.wpcf7-form .popular-order-form + .wpcf7-response-output {
    margin: 0;
    margin-top: 24px;
    padding: 0;
    text-align: center;
    border: none;
}

.perform-handbook-form .wpcf7-form-control-wrap[data-name="your-interested"] .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .perform-handbook-form .wpcf7-form-control-wrap[data-name="your-interested"] .wpcf7-checkbox {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 599px) {
    .perform-handbook-form .wpcf7-form-control-wrap[data-name="your-interested"] .wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
    }

    .wpcf7-form .popular-order-form a {
        font-size: 14px;
        line-height: 20px;
    }

    .wpcf7-form .popular-order-form [class*="col-"] {
        padding: 0 22px;
    }

    .wpcf7-form .popular-order-form .form-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .wpcf7-form .popular-order-form .form-field {
        padding-bottom: 16px;
    }

    .wpcf7-form .popular-order-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), 
    .wpcf7-form .popular-order-form select, 
    .wpcf7-form .popular-order-form textarea, 
    .wpcf7-form .popular-order-form .choices__inner {
        height: 52px;
        padding: 16px !important;
        font-size: 14px;
        line-height: 20px;
    }

    .wpcf7-form .popular-order-form .wpcf7-radio {
        gap: 16px;
    }

    .wpcf7-form .popular-order-form .wpcf7-radio .wpcf7-list-item-label,
    .wpcf7-form .popular-order-form .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 14px;
        line-height: 20px;
    }

    .wpcf7-form .popular-order-form .wpcf7-form-control-wrap:has(.wpcf7-checkbox) {
        margin-bottom: 16px;
    }

    .wpcf7-form .popular-order-form .form-field p.text-sub {
        margin-bottom: 16px;
    }

    .wpcf7-form .popular-order-form .form-field .wpcf7-not-valid-tip {
        bottom: -36px;
        font-size: 14px;
        line-height: 20px;
    }

    .wpcf7-form .popular-order-form .wpcf7-form-control-wrap:has(.wpcf7-radio) .wpcf7-not-valid-tip {
        bottom: -17px;
    }

    .wpcf7-form .popular-order-form input.wpcf7-form-control.wpcf7-submit {
        height: 52px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
    }

    .wpcf7-form .popular-order-form .wpcf7-response-output {
        margin-top: 16px;
    }
}

@media (max-width: 380px) {
    .perform-handbook-form .wpcf7-form-control-wrap[data-name="your-interested"] .wpcf7-checkbox {
        grid-template-columns: repeat(1, 1fr);
    }
}

.wpcf7-form .form-field-checkbox-wrapper {
    margin-bottom: 10px;
}

.wpcf7-form .form-field-checkbox-wrapper .wpcf7-checkbox .wpcf7-list-item {
    padding: 0;
}

.wpcf7-form .form-field-checkbox-wrapper .wpcf7-checkbox label {
    display: inline;
}

.wpcf7-form .form-field-checkbox-wrapper .wpcf7-form-control-wrap {
    display: inline;
    margin-bottom: 0;
}

.wpcf7-form .form-field-checkbox-wrapper .label-link {
    font-size: 15px;
    line-height: 23px;
    text-transform: none;
    margin-bottom: 0;
}