.entry-content .adf-request-quote-page.template_one {
    max-width: 100% !important;
    width: 100% !important;
}

.adf-main-qoute-page .adf-request-quote-page.template_one .af-quote-field-table {
    width: 100% !important;
}

.adf-main-qoute-page .addify-quote-form.template_one .af-quote-field-table {
    max-width: 100% !important;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields > p {
    width: 100%;
    max-width: calc(50% - 5px);
    margin: 0;
    flex: unset;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields > p:nth-child(5),
.adf-main-qoute-page .addify-quote-form.template_one .quote-fields > p:nth-child(10),
.adf-main-qoute-page .addify-quote-form.template_one .quote-fields > p:nth-child(11) {
    max-width: 100% !important;
    margin-top: 40px;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields label {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields p:not(.adf-term-conditon) input,
.adf-main-qoute-page .addify-quote-form.template_one .quote-fields p:not(.adf-term-conditon) textarea {
    padding: 15px 20px !important;
    background: var(--wp--preset--color--custom-base-3) !important;
    border: 2px solid #0D101433 !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    font-family: var(--wp--preset--font-family--mona-sans) !important;
    height: unset !important;;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields p:not(.adf-term-conditon) input::placeholder {
    opacity: 0.5;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon {
    position: relative !important;
    cursor: pointer;
    margin-left: 20px;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon span {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon input {
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon a {
    position: relative;
    z-index: 10;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon::before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    left: -22px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #F7F5F5;
    border: 1px solid var(--wp--preset--color--custom-contrast);
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon:has(input:checked)::before {
    border: 1px solid var(--wp--preset--color--custom-accent-2);
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon::after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 13px;
    left: -21px;
    background-image: url('/wp-content/uploads/2025/10/checkMark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translate( 10%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
}

.adf-main-qoute-page .addify-quote-form.template_one .quote-fields .adf-term-conditon:has(input:checked)::after {
    opacity: 1;
    visibility: visible;
}

.adf-main-qoute-page .form_row:has(.addify_checkout_place_quote) {
    text-align: left !important;
    margin-bottom: 20px;
}

.adf-main-qoute-page .addify_checkout_place_quote {
    cursor: pointer;
    border-radius: 40px;
    background-color: var(--wp--preset--color--custom-accent-2);
    color: var(--wp--preset--color--custom-base-3);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.67;
    padding: 18px 35px;
    transition: 400ms ease-in-out;
    border: none;
}

.adf-main-qoute-page .addify_checkout_place_quote:hover {
    background-color: var(--wp--preset--color--custom-accent);
    color: var(--wp--preset--color--custom-accent-3);
}

@media (max-width: 639.98px) {
    .adf-main-qoute-page .addify-quote-form.template_one .quote-fields > p {
        max-width: 100% !important;
    }
}