.sticky-nav {
    max-width: 100%
}

.careers_header {
    height: 460px;
    background: linear-gradient(90deg, #e1f4d8 0, #f4d0e0 100%);
    display: flex;
    justify-content: center;
    align-items: center
}

.careers_header .benner_h1 {
    line-height: 80px
}

.careers_header .image img {
    border-radius: 50px;
    border-bottom: 20px solid #e80e71;
    filter: drop-shadow(8px 0px 26px #62A845)
}

.now_hiring {
    margin: 80px 0
}

.now_hiring .now_hiring_h2 {
    margin-bottom: 40px;
    line-height: 70px
}

.now_hiring .now_hiring_contact_box {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    border-radius: 30px;
    background-color: #e6f1e1
}

.apply_now_form_box_btn {
    border-radius: 100px;
    background: #e90c72;
    border: 0;
    padding: 10px 30px
}

.now_hiring .now_hiring_contact_box .now_hiring_email {
    display: flex;
    align-items: center;
    gap: 10px
}

.now_hiring .now_hiring_contact_box .now_hiring_email img {
    width: 36px;
    height: 36px
}

.apply_now {
    margin: 0 0 80px
}

.apply_now .apply_now_box {
    padding: 10px;
    border-radius: 100px 0;
    background: #e80e71;
    width: 80%;
    margin: 0 auto 25px
}

.apply_now .apply_now_form_box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 20px;
    background: linear-gradient(0deg, var(--Varient-BG, #e6f1e1) 0, var(--Varient-BG, #e6f1e1) 100%), #fff
}

.apply_now .apply_now_form_box .my_field {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    width: 48%
}

.apply_now .apply_now_form_box .my_field_full_width {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 98%
}

.apply_now .apply_now_form_box .my_field_full_width_recaptcha {
    align-items: center
}

.apply_now .apply_now_form_box .my_field .language_check,
.apply_now .apply_now_form_box .my_field input,
.apply_now .apply_now_form_box .my_field select,
.apply_now .apply_now_form_box .my_field_full_width textarea {
    width: 100%;
    height: 52px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #a5a4a4;
    background: #fff
}

.apply_now .apply_now_form_box .my_field select:focus,
.apply_now .apply_now_form_box .my_field_full_width textarea:focus {
    outline: 0
}

.apply_now .apply_now_form_box .my_field_full_width textarea {
    resize: none;
    height: auto
}

.apply_now .apply_now_form_box .my_field .language_check {
    display: flex;
    align-items: center;
    gap: 6px
}

#language {
    accent-color: #4d4d4d;
    width: 20px;
    height: 20px
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
    display: none
}

@media (max-width:1366px) {

    .careers_header .benner_h1,
    .now_hiring .now_hiring_h2 {
        line-height: 60px
    }
}

@media (max-width:992px) {
    .now_hiring .now_hiring_h2 {
        margin-bottom: 20px;
        line-height: 30px
    }

    .apply_now .apply_now_box,
    .apply_now .apply_now_form_box,
    .now_hiring .now_hiring_contact_box {
        width: 100%
    }
}

@media (max-width:767px) {
    .careers_header .benner_h1 {
        line-height: 35px;
        text-align: center;
        margin: 0 auto
    }

    .careers_header .image {
        margin-top: 50px
    }

    .now_hiring .now_hiring_p {
        text-align: center
    }

    .now_hiring .now_hiring_contact_box {
        padding: 20px;
        gap: 20px;
        border-radius: 20px
    }

    .now_hiring .now_hiring_contact_box .now_hiring_h3 {
        margin: 0 auto
    }

    .apply_now .apply_now_form_box {
        padding: 15px;
        gap: 15px
    }

    .apply_now .apply_now_form_box .my_field {
        width: 100%
    }

    .now_hiring .now_hiring_contact_box .now_hiring_email img {
        width: 22px;
        height: 22px
    }

    .now_hiring .now_hiring_contact_box .now_hiring_email {
        gap: 5px
    }

    .now_hiring {
        margin: 60px 0
    }

    .apply_now {
        margin: 0 0 60px
    }
    
    .apply_now .apply_now_box, .apply_now .apply_now_form_box, .now_hiring .now_hiring_contact_box {
        width: 326px;
    }

    .apply_now .apply_now_form_box .my_field input#preferred_date,
    .apply_now .apply_now_form_box .my_field input#preferred_time {
        width: 296px;
    }
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1224px
    }
}