/* ----------------popup form ------------ */
.gt_form_box {
    padding: 40px 30px;
}

.get_in_touch {
    padding-top: 10px;
}

.gt_pup_section {
    position: fixed;
    width: 45%;
    height: fit-content;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #f5f5f5 !important;
    padding: 15px !important;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    border: 2px solid #ddd;
    box-shadow: 0px 2px 11px 0px #00000040;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
}

.active_pop {
    opacity: 1;
    visibility: visible;
}

.gt_pup_section .gt_form_block {
    padding: 0;
    border: none;
    width: 100%;
    margin: auto;
}

.pop_close_icon {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #1EB69A;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
    border-radius: 5px;
}

.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_pup_ttl {
    text-align: center;
}

.giwu_btn {
    display: flex;
    justify-content: center;
}

.gt_main_form .hover_button_class .site_button {
    background: #1EB69A;
}

/*-------------end popup---------------*/


@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;
    }


    /*-------------end popup---------------*/
    

}

@media all and (min-width: 768px) and (max-width: 980px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 95%;
        padding: 15px 10px !important;
    }


    .gt_form_box {
        padding: 20px;
    }

    /*-------------end popup---------------*/
    /*-------------end popup---------------*/

}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 77%;
    }

    .gt_form_box {
        padding: 15px;
    }

    /*-------------end popup---------------*/
    /*-------------end popup---------------*/

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 80%;
    }

    .gt_form_box {
        padding: 20px;
    }

    /*-------------end popup---------------*/

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 80%;
    }

    /*-------------end popup---------------*/

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 75%;
    }

    /*-------------end popup---------------*/

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 70%;
    }

    /*-------------end popup---------------*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}