.light_gray_bg {
    background-color: #F0F0F0;
}

.redText_col {
    color: #E30011;
}

.careerSec_1 {
    .csrOverviewImg {
        overflow: hidden;
        border-radius: 15px;
        position: sticky;
        top: 75px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
}

/* culture slide */
.cultureSlideWrap {
    padding-bottom: 20px;

    .eachCultureSlide {
        margin: 25px 10px;

        .eachCultureSlideInn {
            position: relative;

            .eachCultureFont {
                .eachCultureImg {
                    width: 100%;
                    border-radius: 15px;
                    height: 350px;

                    img {
                        width: 100%;
                        border-radius: 15px;
                        height: 100%;
                        object-fit: cover;
                        object-position: center center;
                    }
                }

                .eachCultureTitle {
                    text-align: center;
                    margin-top: 20px;

                    h5 {
                        font-size: 20px;
                    }
                }
            }

            .eachCultureBack {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                visibility: hidden;
                width: 100%;
                height: 0;
                background-color: #fff;
                box-shadow: 0px 0px 42px #adadad;
                border-radius: 15px;
                padding: 15px;
                transition: .4s;

                h5 {
                    margin-bottom: 10px;
                    font-size: 20px;
                }

                .cultureDtls {
                    height: 310px;
                    overflow-y: auto;
                    overflow-x: hidden;

                    &::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                        border-radius: 10px;
                        background-color: #E9E9E9;
                    }

                    &::-webkit-scrollbar {
                        width: 6px;
                        background-color: #E9E9E9;
                    }

                    &::-webkit-scrollbar-thumb {
                        border-radius: 10px;
                        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
                        background-color: #E30011;
                    }
                }
            }

            &:hover {
                .eachCultureBack {
                    height: 100%;
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }

    .slick-prev {
        left: calc(50% - 90px);
    }

    .slick-next {
        right: calc(50% - 90px);
    }
}

/* end culture slide */

/* start job accordian */
.jobSec {
    .jobCont {

        .jobAcc {
            &:not(:last-child) {
                margin-bottom: 40px;
            }

            &:first-child {
                .jobAcc-content {
                    display: block;
                }
            }

            .jobAcc-head {
                padding: 20px;
                background-color: #F4F4F4;
                border-radius: 10px;

                .jobLoct {
                    opacity: 0;
                    visibility: hidden;
                    margin-bottom: 20px;
                    display: none;

                    ul {
                        display: flex;
                        align-items: center;

                        li {
                            margin: 0 10px;
                            position: relative;
                            display: flex;
                            align-items: center;

                            .lctIcon {
                                width: 25px;
                                margin-right: 5px;
                            }

                            &:first-child {
                                .lctIcon {
                                    display: none;
                                }
                            }

                            &:nth-child(2),
                            &:nth-child(3) {
                                position: relative;
                                color: #E30011;
                                padding-left: 10px;

                                &::before {
                                    content: "";
                                    position: absolute;
                                    top: 50%;
                                    left: 0;
                                    width: 1px;
                                    height: 20px;
                                    background-color: #000;
                                    transform: translateY(-50%);
                                }
                            }
                        }
                    }
                }

                .jobTitle {
                    display: flex;
                    justify-content: space-between;

                    .oxygen-bold {
                        width: calc(100% - 150px);
                    }
                }
            }

            .jobAcc-content {
                display: none;
                padding: 0 20px 20px;

                .jobBtmHead {
                    font-size: 22px;
                }

                .btnWrap {
                    text-align: end;
                }
            }

            &.active {
                box-shadow: 0px 1px 38px #81abc366;
                border-radius: 10px;

                .jobAcc-head {
                    background-color: #fff;
                    padding: 20px 20px 10px;

                    h3 {
                        color: #E30011;
                    }

                    .btnWrap {
                        display: none;
                    }

                    .jobLoct {
                        display: block;
                        opacity: 1;
                        visibility: visible;
                    }
                }
            }
        }
    }

}

.pagination {
    justify-content: center;
}

/* end job accordian */

/* start apply career form */
.careerSec_4 {
    position: relative;
    padding-top: 170px;

    .careerBgImg {
        width: 100%;
        height: 785px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

    }

    .careerApplyForm {
        position: absolute;
        top: 0;
        left: 270px;

        .formWrap {
            width: 650px;
            background-color: #fff;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0px 1px 33px #adadad;
            border-right: 4px solid #E30011;
            border-bottom: 4px solid #E30011;

            .frmWrap {
                select {
                    color: #757779;
                    background: url(../images/career/select_down_arrow.png) no-repeat;
                    background-size: 18px;
                    background-position: 96%;
                    background-color: #f4f4f4;
                }

                &.btn {
                    display: flex;
                    justify-content: flex-end;
                    margin-bottom: 0;

                    p {
                        display: flex;
                        justify-content: flex-end;
                    }
                }

                input[type="file"] {
                    color: #757779;
                    padding: 12px 25px;
                    appearance: none;
                    background: url(../images/career/file_icon.png) no-repeat;
                    background-size: 20px;
                    background-position: 96%;
                    background-color: #f4f4f4;
                    outline: none;
                    opacity: 0;
                    position: relative;
                    z-index: 9;
                }

                .textarea {
                    padding: 20px 25px;
                }

                &.fileCv {
                    position: relative;

                    .uploadTxt {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 58px;
                        padding: 15px 25px;
                        background: url(../images/career/file_icon.png) no-repeat;
                        background-size: 20px;
                        background-position: 96%;
                        background-color: #f4f4f4;
                        outline: none;
                        color: #757779;
                        border-radius: 25px;
                        cursor: pointer;
                    }
                }
            }

            .wpcf7-spinner {
                bottom: 14px;
            }
        }


    }
}



.sub_btn {
    background-color: #E30011 !important;
    outline: none;
    color: #fff;
}

#job_apply {
    max-width: 700px;
    border-radius: 15px;
    border-bottom: 2px solid #E30011;
    border-right: 2px solid #E30011;

    .wpcf7-spinner {
        position: absolute;
        right: 0;
        bottom: 72px;
    }
}

.wpcf7 input[type="file"] {
    padding-top: 10px;
}

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

/* end apply career form */

/* career popup form */
.frmWrapFile {
    p {

        margin-bottom: 2px;
    }

    .frmWrapFileSp {
        font-size: 13px;
        color: #757779;
    }
}

/* start career popup form */
.frmWrap {
    input[type="file"] {
        opacity: 0;
        position: relative;
        z-index: 9;
    }

    &.fileCv {
        position: relative;

        .uploadTxt {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 58px;
            padding: 15px 25px;
            background: url(../images/career/file_icon.png) no-repeat;
            background-size: 20px;
            background-position: 96%;
            background-color: #f4f4f4;
            outline: none;
            color: #757779;
            border-radius: 25px;
            cursor: pointer;
        }
    }

    &.btn {
        display: flex;
        justify-content: flex-end;
        border: unset;

        p {
            display: flex;
            justify-content: flex-end;
        }
    }
}

/* end career popup form */


/*===responsive start===*/
@media(max-width:1550px) {
    .careerSec_4 {
        .careerApplyForm {
            left: 20px;
        }
    }
}

@media (max-width: 1440px) {
    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-content {
                    .jobBtmHead {
                        font-size: 18px;
                    }
                }
            }
        }
    }

    /* career popup form */
    .careerSec_4 {
        .careerApplyForm {
            .formWrap {
                .frmWrap {
                    &.fileCv {
                        .uploadTxt {
                            height: 45px;
                            padding: 10px 25px;
                        }
                    }
                }
            }
        }
    }

    .frmWrapFile {
        p {
            margin-bottom: 2px !important;
        }
    }

    .frmWrap {
        &.fileCv {
            .uploadTxt {
                height: 45px;
                padding: 10px 25px;
            }
        }
    }
}


@media(max-width: 1200px) {
    #job_apply {
        .wpcf7-spinner {
            bottom: 50px;
        }
    }
}

@media(max-width:991px) {
    .careerSec_4 {
        padding-top: 0px;

        .careerBgImg {
            height: 350px;
        }

        .careerApplyForm {
            position: static;
            /* left: 50%; */
            transform: translateX(0);
            /* margin-top: -200px; */
            max-width: 90%;
            margin: 50px auto;

            .formWrap {
                width: 100%;
            }
        }
    }
}

@media(max-width:767px) {
    .cultureSlideWrap {
        .eachCultureSlide {
            margin: 0 10px 40px;

            .eachCultureSlideInn {
                .eachCultureBack {
                    position: initial;
                    opacity: 1;
                    visibility: visible;
                    width: 100%;
                    height: auto;
                    border-radius: 0 0 15px 15px;
                    padding: 15px;

                    .cultureDtls {
                        height: 100px;
                    }

                    h5 {
                        font-size: 18px;
                    }
                }

                .eachCultureFont {
                    .eachCultureImg {
                        width: 100%;
                        border-radius: 15px 15px 0 0;
                        height: 350px;

                        img {
                            border-radius: 15px 15px 0 0;
                        }
                    }
                }

                .eachCultureFont {
                    .eachCultureTitle {
                        display: none;
                    }
                }
            }
        }

        .slick-prev {
            bottom: 0;
        }

        .slick-next {
            bottom: 0;
        }
    }

    #job_apply {
        max-width: 96%;
        border-radius: 15px;
        padding: 20px;
        padding-top: 40px;
        border-bottom: 2px solid #E30011;

        .wpcf7-spinner {
            bottom: 3px;
        }
    }
}

@media(max-width:767px) {
    .careerSec_1 {
        .csrOverviewImg {
            position: initial;
            margin-bottom: 20px;
        }
    }

    .footerSec {
        .ftFrmTabWrap {
            .ftFrmTabLst {
                ul {
                    li {
                        a {
                            padding: 10px 15px;
                            font-size: 15px;
                        }
                    }
                }
            }
        }
    }

    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-head {
                    position: relative;
                    display: flex;
                    flex-direction: column-reverse;
                    flex-wrap: wrap;
                    align-items: flex-start;

                    &::after {
                        content: "\f107";
                        position: absolute;
                        right: 20px;
                        top: 20px;
                        font-size: 20px;
                        font-family: "FontAwesome";
                        transition: 0.5s;
                    }

                    .jobTitle {
                        display: flex;
                        justify-content: space-between;

                        .oxygen-bold {
                            font-size: 20px;
                            width: calc(100% - 30px);
                        }

                        .btnWrap {
                            display: none;
                        }
                    }
                }

                &.active {
                    .jobAcc-head {
                        &::after {
                            color: #E30011;
                            transform: rotate(180deg);
                        }
                    }
                }
            }
        }
    }
}

@media(max-width:580px) {
    .cultureSlideWrap {
        .eachCultureSlide {
            .eachCultureSlideInn {
                .eachCultureFont {
                    .eachCultureImg {
                        height: 280px;
                    }
                }
            }
        }
    }

    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-head {
                    .jobTitle {
                        .oxygen-bold {
                            font-size: 20px;
                        }
                    }

                    .jobLoct {
                        width: 100%;
                        padding-top: 10px;

                        ul {
                            flex-wrap: wrap;

                            li {
                                margin: 0px;
                                width: 100%;
                                border-right: none !important;
                                padding-left: 0px !important;
                                margin-bottom: 10px;
                                padding-bottom: 10px;
                                border-bottom: 1px solid #ccc;

                                &:before {
                                    display: none;
                                }

                                &:last-child {
                                    width: 100%;
                                    padding-left: 0px;
                                    padding-bottom: 0px;
                                    margin-bottom: 0px;
                                    border-bottom: none;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width:480px) {
    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-content {
                    .btnWrap {
                        text-align: center;
                    }
                }
            }
        }
    }

    input[type="text"],
    select,
    input,
    textarea {
        width: 100%;
        min-height: 35px;
        background-color: #F4F4F4;
        padding: 5px 15px;
        border-radius: 25px;
        border: none;
        outline: none;
    }

    .careerSec_4 {
        .careerApplyForm {
            .formWrap {
                .frmWrap {
                    select {
                        color: #757779;
                        background: url(../images/career/select_down_arrow.png) no-repeat;
                        background-size: 11px;
                        background-position: 96%;
                        background-color: #f4f4f4;
                    }

                    &.btn {
                        padding-left: 0px;
                        padding: 0;
                    }
                }
            }
        }
    }

    .careerSec_4 {
        .careerApplyForm {
            .formWrap {
                .frmWrap {
                    input[type="file"] {
                        padding: 5px 15px;
                    }
                }
            }
        }
    }

    .wpcf7 input[type="file"] {
        padding-top: 0px;
    }

    /* career popup form */
    .careerSec_4 {
        .careerApplyForm {
            .formWrap {
                .frmWrap {
                    &.fileCv {
                        .uploadTxt {
                            height: 35px;
                            padding: 6px 25px;
                        }
                    }
                }
            }
        }
    }

    .frmWrap {
        &.fileCv {
            .uploadTxt {
                height: 35px;
                padding: 6px 25px;
            }
        }
    }
}

/* end responsive */

/* start min-width responsive */
@media(min-width: 1921px) {

    .careerSec_4 {
        .careerApplyForm {
            .formWrap {
                .frmWrap {
                    &.fileCv {
                        .uploadTxt {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 2134px) {}

@media(min-width: 2400px) {
    .frmWrapFile {
        .frmWrapFileSp {
            font-size: 15px;
        }
    }

    .careerSec_4 {
        .careerApplyForm {
            .formWrap {
                .frmWrap {
                    &.fileCv {
                        .uploadTxt {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }

    .cultureSlideWrap {
        .eachCultureSlide {
            .eachCultureSlideInn {
                .eachCultureFont {
                    .eachCultureImg {
                        height: 430px;
                    }

                    .eachCultureTitle {
                        h5 {
                            font-size: 24px;
                        }
                    }
                }

                .eachCultureBack {
                    h5 {
                        font-size: 24px;
                    }

                    .cultureDtls {
                        height: 340px;
                    }
                }
            }
        }

        .slick-prev {
            left: calc(50% - 110px);
        }

        .slick-next {
            right: calc(50% - 110px);
        }
    }

    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-head {
                    .jobTitle {
                        .oxygen-bold {
                            font-size: 32px;
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 2560px) {
    .cultureSlideWrap {
        .eachCultureSlide {
            .eachCultureSlideInn {
                .eachCultureFont {
                    .eachCultureImg {
                        height: 460px;
                    }

                    .eachCultureTitle {
                        h5 {
                            font-size: 26px;
                        }
                    }
                }

                .eachCultureBack {
                    h5 {
                        font-size: 26px;
                    }

                    .cultureDtls {
                        height: 370px;
                    }
                }
            }
        }
    }

    .careerSec_4 {
        .careerBgImg {
            height: 900px;
        }

        .careerApplyForm {
            .formWrap {
                width: 720px;

                .frmWrap {
                    &.fileCv {
                        .uploadTxt {
                            height: 66px;
                            font-size: 22px;
                        }
                    }
                }
            }
        }
    }

    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-head {
                    .jobTitle {
                        .oxygen-bold {
                            font-size: 34px;
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 2880px) {
    .cultureSlideWrap {
        .eachCultureSlide {
            .eachCultureSlideInn {
                .eachCultureFont {
                    .eachCultureImg {
                        height: 500px;
                    }

                    .eachCultureTitle {
                        h5 {
                            font-size: 28px;
                        }
                    }
                }

                .eachCultureBack {
                    h5 {
                        font-size: 28px;
                    }
                }
            }
        }

        .slick-prev {
            left: calc(50% - 130px);
        }

        .slick-next {
            right: calc(50% - 130px);
        }
    }

    .careerSec_4 {
        .careerBgImg {
            height: 880px;
        }
    }

    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-head {
                    .jobTitle {
                        .oxygen-bold {
                            font-size: 36px;
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 3840px) {
    .cultureSlideWrap {
        .eachCultureSlide {
            .eachCultureSlideInn {
                .eachCultureFont {
                    .eachCultureImg {
                        height: 640px;
                    }

                    .eachCultureTitle {
                        h5 {
                            font-size: 40px;
                        }
                    }
                }

                .eachCultureBack {
                    h5 {
                        font-size: 38px;
                    }
                }
            }
        }

        .slick-prev {
            left: calc(50% - 180px);
        }

        .slick-next {
            right: calc(50% - 150px);
        }
    }

    .frmWrapFile {
        .frmWrapFileSp {
            font-size: 20px;
        }
    }

    .careerSec_4 {
        .careerBgImg {
            height: 1090px;
        }

        .careerApplyForm {
            .formWrap {
                width: 920px;

                .frmWrap {
                    &.fileCv {
                        .uploadTxt {
                            height: 78px;
                            font-size: 28px;
                        }
                    }
                }
            }
        }
    }

    .jobSec {
        .jobCont {
            .jobAcc {
                .jobAcc-head {
                    .jobTitle {
                        .oxygen-bold {
                            font-size: 42px;
                        }
                    }
                }
            }
        }
    }
}

/* end min-width responsive */