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

.gt_pup_block textarea.contect_filed {
    height: 90px;
    resize: none;
}

.gt_pup_section {
    position: fixed;
    width: 45%;
    height: fit-content;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #233446 !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: -3px;
    top: -3px;
    background: #233446;
   width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
    border-radius: 5px;
        border: 1px solid #DDD;
}

.pop_close_icon svg {
    width: 10px;
    height: 10px;
}

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

/*-------------end popup---------------*/
.brchr_pup_section {
    max-width: 700px !important;
    border: 2px solid #ddd;
    border-radius: 10px;
}

.da-close.evr-close {
    position: absolute !important;
    right: -10px !important;
    top: -10px !important;
    background: #233446 !important;
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 1s !important;
    cursor: pointer !important;
    color: #fff !important;
    opacity: 1 !important;
    border-radius: 5px !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {

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

    .gt_form_box {
        padding: 20px 10px;
    }

    /*-------------end popup---------------*/
    textarea.contect_filed {
        height: 100px;
    }

    .contect_filed {
        height: 40px;
        font-size: 13px;
    }

    .giwu_12 {
        padding: 3px 0;
    }
}

@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---------------*/
    textarea.contect_filed {
        height: 100px;
    }

    .contect_filed {
        height: 45px;
        font-size: 13px;
    }

    .giwu_12 {
        padding: 5px 0;
    }
}

@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---------------*/
    textarea.contect_filed {
        height: 100px;
    }

    .contect_filed {
        height: 45px;
        font-size: 14px;
    }
}

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

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

    .gt_form_box {
        padding: 20px;
    }

    /*-------------end popup---------------*/
    textarea.contect_filed {
        height: 100px;
    }

    .contect_filed {
        height: 45px;
        font-size: 15px;
    }
}

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

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

    /*-------------end popup---------------*/
    textarea.contect_filed {
        height: 130px;
    }

    .contect_filed {
        height: 50px;
    }
}

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

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

    /*-------------end popup---------------*/
    textarea.contect_filed {
        height: 130px;
    }

    .contect_filed {
        height: 50px;
    }
}

@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) {}