
.pop-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 111111111;
    top: 0;
    left: 0;
    display: none;
}

.pop-box-body {
    width: 1264px;
    height: auto;
    background-color: #F3F1F0;
    font-size: 14px;
    position: relative;
    margin: 10px;
}

.pop-box-body .close-btn {
    position: absolute;
    right: 19px;
    top: 19px;
}

.close-btn img {
    width: 30px;
}

.pop-box-flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1024px) {

    .pop-box {
        padding: 10px 0;
    }

    .pop-box-body {
        width: 100%;
        height: 100%;
        overflow-y: auto !important;
        background-color: #F3F1F0;
        font-size: 14px;
        position: relative;
        margin: 10px;
    }

    .pop-box-body .form_content {

        margin-top: 0px !important;
    }


    .pop-box .form_box_in {
        padding-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .contactForm {
    }

    .pop-box {
        padding: 10px 0;
    }


    .pop-box-body .close-btn {
        z-index: 1111111;
        position: fixed !important;
        right: 30px;
        top: 30px;

    }

    #form_box_bg_box {
        padding-top: 80px;
    }

    .pop-box-body .close-btn img {
        width: 20px;
        height: 20px;
    }

    .pop-box-body {
        width: 100%;
        height: 100%;

        overflow-y: auto !important;
        background-color: #F3F1F0;
        font-size: 14px;
        position: relative;
        margin: 10px;
    }
}