/* ----------------get in touch form ------------ */
.giwu_12 select {
    color: #777777 !important;
}

.giwu_12 select.add_select {
    color: #000 !important;
}

.giwu_12 select option {
    color: #000 !important;
}

.gt_form_box {
    padding: 30px 20px;
    background: #F5F5F5;
}



.giwu_12_inr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.giwu_6,
.giwu_12 {
    padding: 7px;
}

.giwu_6 {
    width: 50%;
}

.contect_filed {
    font-size: 16px;
    height: 70px;
    padding: 10px !important;
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #22222280 !important;
    color: #000 !important;
    /* border-radius: 10px; */

}

::placeholder {
    color: #777777 !important;
}

textarea.contect_filed {
    height: 120px;
    resize: none;
}

.giwu_btn {
    padding-top: 10px;
    display: flex;
    padding-left: 10px;
}

.giwu_btn button {
    border: none;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.1;
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.gtw_col_1 {
    padding-right: 80px;
    margin-right: 0px !important;
    border-right: 1px solid #003366;
}

.gtw_col_2 {
    padding-left: 70px;
}

.gtw_main_row.pd0 {
    padding-top: 30px !important;
}

/* ----------------popup form ------------ */

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

.active_pop {
    opacity: 1;
    left: 50%;
    visibility: visible;
}

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

.pop_close_icon {
    position: absolute;
    right: -2px;
    top: -2px;
    background: linear-gradient(180deg, #003366 40%, #000 100%) !important;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
    border-radius: 5px;
}



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

.pop_close_icon svg path {
    fill: #fff;
}

.blur_popup {
    filter: blur(5px) brightness(0.3);
    z-index: -1;
}


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

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

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 95% !important;
    }

    .active_pop {
        left: 0;
        right: 0;
    }

    .pop_close_icon {
        width: 40px;
        height: 35px;
    }

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

    .gt_form_box {
        padding: 10px;
        margin-bottom: 20px;
    }

    .giwu_6 {
        width: 100%;
    }

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

    /*-------------end popup---------------*/
    /* -----------contact page----------- */
    .gtw_col_1 {
        padding-right: 0px;
        width: 100% !important;
        border: none;
    }

    .gtw_col_2 {
        padding-left: 0px;
        padding-top: 20px;
        width: 100% !important;
    }

    .gtw_main_row.pd0 {
        padding-top: 20px !important;
    }

}

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

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 60% !important;
    }

    .active_pop {
        left: 40%;
    }

    .pop_close_icon {
        width: 40px;
        height: 35px;
    }

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

    .gt_form_box {
        padding: 20px;
        margin-bottom: 20px;
    }

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

    /*-------------end popup---------------*/
    /* -----------contact page----------- */
    .gtw_col_1 {
        padding-right: 20px;
        width: 35% !important;
    }

    .gtw_col_2 {
        padding-left: 20px;
        width: 65% !important;
    }

    .gtw_main_row {
        display: flex;
        flex-wrap: nowrap;
    }

}

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

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 60% !important;
    }

    .active_pop {
        left: 40%;
    }

    .gt_form_box {
        padding: 15px;
    }

    /*-------------end popup---------------*/
    .contect_filed {
        font-size: 14px;
        height: 43px;
    }

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

    /* -----------contact page----------- */
    .gtw_col_1 {
        padding-right: 40px;
    }

    .gtw_col_2 {
        padding-left: 40px;
    }


}

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

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 50% !important;
    }

    .gt_form_box {
        padding: 20px;
    }

    /*-------------end popup---------------*/
    .contect_filed {
        font-size: 15px;
        height: 43px;
    }

    /* -----------contact page----------- */
    .gtw_col_2 {
        padding-left: 40px;
    }
}

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

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 50% !important;
    }

    /*-------------end popup---------------*/
    .contect_filed {
        font-size: 15px;
        height: 45px;
    }

    /* -----------contact page----------- */
    .gtw_col_2 {
        padding-left: 40px;
    }
}

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

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 50% !important;
    }

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

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

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 50% !important;
    }

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

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