.contact_sec {
    padding: 60px 0;
}

.contact_sec .form-group {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / .4);
    margin-bottom: 30px;
}

.contact_sec .form-group i {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgb(0 0 0 / .4);
}

.contact_sec .form-group .form-control {
    border: none;
    outline: none;
    font-size: 14px;
    padding: 10px;
}

.contact_sec ul {
    margin: 0;
    padding: 0;
}

.contact_sec .footerFerms li {
    padding: 7px 0;
}

.contact_sec ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 8px;
    font-size: 15px;
    display: flex;
    align-items: baseline;
}

.contact_sec ul li i {
    font-size: 15px;
    color: var(--theme);
    margin-right: 10px;
}

/* Career Page */
.careers-form input {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #000000;
    padding: 0 18px;
    height: 41px;
    line-height: normal;
    font-size: 13px;
    -webkit-transition: .3s linear;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    outline: 0;
}

.careers-form input.file_chek {
    display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.from_chek .form-control {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 10px;
    caret-color: var(--theme);
}

.form-control:focus,
input:focus {
    box-shadow: unset;
    border-color: var(--theme);
}

#pageloader {
    background: rgb(255 255 255 / .8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%
}

#response {
    font-size: 14px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 0;
    display: none;
    background: #fff
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none
}


#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0
}