@charset "utf-8";

/*thanks*/
.thanks {
    text-align: center;

    .w1152 {
        padding: 64px 0 120px;

        .cta-tel {
            width: 54%;
            margin: 0 auto;
            justify-content: center;

            .f-21 {
                flex: 1;
                text-align: right;
            }

            @media screen and (max-width: 767px) {
                width: 100%;

                .f-29 {
                    font-size: 16px;
                }

                .f-50 {
                    font-size: 40px;
                }

                .f-21 {
                    font-size: 16px;
                }
            }
        }

        .morebtn {
            margin-top: 40px;
            width: auto;
            display: inline-block;
            padding: 25px 40px;

            @media screen and (max-width: 767px) {
                padding: 18px 40px;
            }
        }
    }
}

.thanks img {
    width: 165px;
    margin: 0 auto 32px;
}

.thanks .desc p {
    font-family: var(--fmain);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000;

    @media screen and (max-width: 767px) {
        font-size: 14px;
    }
}

.thanks .desc p.red {
    color: #FF1717;
    font-size: 14px;
    line-height: 20px;
    margin-top: 32px;
    margin-bottom: 20px;

    @media screen and (max-width: 767px) {
        font-size: 12px;
    }
}

.thanks h2 {
    color: var(--cmain);
    font-weight: var(--bold);
    font-size: clamp(24px, 21.088px + 0.61vw, 32px);
    margin: 0 auto 32px;
}





@media screen and (max-width: 767px) {
    .thanks img {
        width: 125px;
    }
}

/*contact*/
.contact-wrap {
    width: 80%;
    margin: 48px auto;
    max-width: 900px;
    border: 1px solid #1E4D3E;
}

.contact-wrap>h2 {
    text-align: center;
    margin: 0 auto;
}

.contact-wrap>p {
    text-align: center;
    width: 90%;
    margin: 0 auto 32px;
}

.contact-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
    margin: 24px auto;
    margin-top: 0;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #d3d3d3;
}

.contact-desc h2 {
    font-size: 28px;
    text-align: center;
}

.privacyBox {
    height: 180px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    border: 1px solid #898989;
    background-color: #F5F4F4;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 16px;
}

.privacyBox a {
    color: #000 !important;
    font-weight: 400;
}

.zipInput {
    width: 100px;
}

.addArea {
    margin: 16px 0;
}

.addArea label {
    margin: 0 0 8px;
}


input,
textarea,
select {
    padding: 14px 16px;
    width: 100%;
    background-color: #F5F4F4;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: #D3D3D3 solid 1px !important;
    font-size: 16px;
}

select {
    line-height: 2;
    box-shadow: none;
    padding-right: 24px;
    background-size: 20px 10px;
    cursor: pointer;
    font-size: 16px;
}

textarea {
    min-height: 160px;
    border-radius: 4px;
    font-size: 16px;
}

form {
    position: relative;
    padding: 32px;
    margin: 0 auto;
    background-color: #FFF;
}

.form-container {
    background-color: #FFF;
    border-radius: 20px;
}

.form-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

form .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    padding: 12px 24px;
    margin-top: 48px;
}

form .container {
    padding: 0;
    width: 100% !important;
}

.formTh {
    padding: 0;
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
}

.formTd {
    width: 100%;
    max-width: none;
    padding: 0;
}

form .policy {
    margin-top: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .policy input {
    width: 16px;
    height: 16px;
    appearance: auto;
    font-size: 16px;
}

form .policy label {
    margin: 0;
    font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
    appearance: auto;
}

form label {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.formBtnTd {
    margin: 24px auto 0;
    width: fit-content;
    background-color: transparent !important;
    border: none !important;
}

.formBtnTd button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    position: relative;
    transition: 0.3s;
    line-height: 1;
}

.requiredText {
    color: #FF0000;
    font-size: 10px;
    vertical-align: top;
    padding: 0 6px;
    line-height: 1;
}

.formError {
    margin-top: -40px !important;
}

.submit {
    justify-content: center;
    font-size: 18px;
    width: 200px;
    color: #FFF !important;
    padding: 20px 10px;
    text-align: center;
    background-color: #1E4D3E !important;
    border-radius: 8px;
}

.submit button {
    color: #000 !important;
}

.submit button:hover {
    color: #171717;
}

@media screen and (max-width: 768px) {
    .contact {
        padding-top: 32px;
    }

    .contact-wrap {
        width: 100%;
    }

    .formTh {
        padding: 4px;
        text-align: center;
    }

    .form-btn {
        gap: 24px;
    }

    .formBtnTd button {
        width: 260px;
        padding: 16px;
        color: #000 !important;
    }

    form {
        padding: 16px;
        margin: 48px auto;
    }

    .form-container,
    .form-back {
        border-radius: 10px;
    }

    form .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 32px;
        padding: 8px 8px;
    }

    input,
    textarea,
    select {
        padding: 10px 16px;
    }

    .contact-thanks-mes {
        font-size: 20px;
        font-weight: 800;
    }
}

.contact-btn {
    position: relative;
    width: 260px;
    border: 1px solid #000;
    text-align: center;
    margin: 32px auto;
    padding: 20px;
    background-color: #FFF;
    border-radius: 100px;
    display: block;
    transition: all 0.5s ease;
    height: fit-content;
    font-weight: bold;
    z-index: 0;
    box-shadow: 0 3px 6px #0000001e;
}

.contact-btn p {
    font-weight: bold !important;
    color: #000;
    font-size: 16px;
    margin: 0 !important;
}

.contact-btn:hover {
    opacity: .7;
}

/* Z-INDEX */
.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.ui-dialog .formError {
    z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}




.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.contact-info {
    max-width: 1152rem;
    width: 90%;
    margin: 0 auto;
    display: flex;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    gap: 53rem;
    align-items: center;
    margin-top: 80rem;
    margin-bottom: 63rem;

    @media(max-width:900px) {
        flex-direction: column;
    }

    .col-img {
        max-width: 478rem;
        width: 53%;

        @media(max-width:900px) {
            width: 100%;
        }
    }

    .col-right {
        max-width: 580rem;
        width: 100%;
        padding: 40rem 0;

        @media(max-width:900px) {
            width: 100%;
        }
    }

    .area {
        background-color: #E7EFE8;
        padding: 20rem;
        margin-bottom: 24px;

        p {
            font-family: var(--fmain);
            font-weight: 500;
            font-size: max(16px, 20rem);
            color: #000;
        }
    }

    .text {
        font-family: var(--fmain);
        font-weight: 600;
        font-size: max(16px, 20rem);
        color: #1e4d3e;
        text-align: center;
    }
}