/* ----------------popup form ------------ */
.gt_form_box {
    padding: 40px 30px;
}

.gt_pup_section {
    position: fixed !important;
    width: 700px;
    height: fit-content;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 15px !important;
    border-radius: 10px;
    border: 2px solid #272030;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(1000px);
}

.active_pop {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateX(0)
}

.gt_pup_section .gt_form_block {
    padding: 0;
    border: none;
    width: 100%;
    margin: auto;
}

.pop_close_icon {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #272030;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fff;
}

.pop_close_icon svg {
    width: 15px;
    height: 15px;
}

.pop_close_icon svg path {
    fill: #fff;
}

.blur_popup {
    filter: blur(5px) brightness(0.3);
    z-index: -1;
}

.gt_form_box .gt_form {
    width: 100%;
    padding: 0 !important;
}

.gt_pup_section .gt_form_btn {
    justify-content: center;
}

.gt_pup_section .gt_6,
.gt_pup_section .gt_12 {
    padding: 5px 5px;
}

textarea.contect_filed {
    height: 75px;
    resize: none;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 95%;
        padding: 15px 10px !important;
    }

    .gt_form_box {
        padding: 10px 10px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /*-------------popup---------------*/
    .gt_form_box {
        padding: 20px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /*-------------popup---------------*/
    .gt_form_box {
        padding: 15px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /*-------------popup---------------*/
    .gt_form_box {
        padding: 20px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}