body {
    background-color: white !important;
    color: black !important;
}

p {
    font-size: 16px;
    color: #636363;
    font-weight: 300;
}

.career-header {
    display: flex;
    width: 100%;
    height: 100vh;
    background: url('../../img/career-bg.jpg');
    position: relative;
    background-size: 100% 100%;
    z-index: -1;
}



.carrer-talent-section {
    display: flex;
    justify-content: space-between;
    padding: 2% 5%;
}

.carrer-talent-header {
    width: 50%;
    justify-content: start;
}

.carrer-talent-header>p {
    font-size: 16px;
    color: #636363;
    font-weight: 300;
    margin-top: 0;
}



.carrer-job-card {
    margin: 10px 20px;
    padding: 1% 2%;
    border: 1px solid grey;
    box-shadow: 8px 6px 16px 0px grey;
}

.applybtn {
    display: inline-flex;
    text-decoration: none;
    border: 1px #ff0000 solid;
    border-radius: 30px;
    padding: 10px 30px;
    color: #ff0000;
    font-weight: 600;
    position: relative;
    top: 10px;
}

.job_heading span {
    color: #ef3e3e;
    font-size: 16px;
    font-weight: 500;
}


.inpdfsds input,
.inpdfsds select {
    border: 1px #ccc solid;
    border-radius: 4px;
    padding: 10px;
    width: 80%;
}



.oarentd {
    padding: 60px 0px;
}

.oarentd_left {
    background: #ec8300;
    padding: 50px 25px;
    height: 60vh;
    border-radius: 6px;
}

.posttitles {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.personal_details {
    margin-top: 10px;
}

.personal_details p {
    font-size: 17px;
    line-height: 26px;
    padding-right: 50px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.inpdfsds {
    margin: 10px 0px;
}

.inpdfsds label {
    width: 100%;
    margin-top: 10px;
}

.inpdfsds span {
    color: #ff0000;
}

.inpdfsds input,
.inpdfsds select {
    border: 1px #ccc solid;
    border-radius: 4px;
    padding: 10px;
    width: 80%;

}

.inpdfsds #attachcv {
    border: 1px #ccc solid;
    border-radius: 4px;
    padding: 6px;
    width: 100%;
}

.box_space {
    margin: 10px 0px;
}

.filestyle {
    width: 100% !important;
}

.subbtn {
    width: auto !important;
    padding: 12px 70px !important;
    font-size: 17px;
    font-weight: 600;
    background: #ec8300;
    color: #fff;
    border-radius: 6px !important;
}

.subbtn:hover {
    background: #222;
}

.control-label {
    color: #999;
}

.explbtn {
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    color: red;
    position: relative;
    top: 50px;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
}

.containreflls {
    padding: 0px 100px;
}

.explbtn:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

.job_heading {
    padding: 40px 10px;
}

.job_heading a {
    color: #ff0000;
}

.job_heading h2 {
    font-size: 26px;
    margin: 0px;
    margin-bottom: 10px;
}

.job_heading span {
    color: #ef3e3e;
    font-size: 16px;
    font-weight: 500;
}

.job_cont {
    font-size: 15px !important;
}

.job_heading h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    font-style: normal;
    padding-top: 10px;
}

.applybtn {
    border: 1px #ff0000 solid;
    border-radius: 30px;
    padding: 10px 30px;
    color: #ff0000;
    font-weight: 600;
    position: relative;
    top: 10px;
}

.applybtn:hover {
    background: #ff0000;
    color: #fff;
}

@media (min-width:300px) and (max-width:767px) {
    .oarentd_left {
        height: auto;
        padding: 20px;
        height: 32vh;
    }

    .posttitles {
        font-size: 26px;
    }

    .oarentd {
        padding: 30px 0px;
    }

    .personal_details p {
        font-size: 15px;
        padding-right: 0px;
        line-height: 24px;
    }

    .personal_details {
        margin-top: 30px;
    }

    .oarentd_left {
        background: #ec8300;
        padding: 25px;
        height: 20vh;
        border-radius: 6px;
    }

    .mainheade p {
        font-size: 11px !important;
        width: 60%;
    }

    .containreflls {
        padding: 0px 20px;
    }

    input[type=text] {
        height: 50px;
        width: 96% !important;
    }
}


.carrer-form-contanior {
    margin-top: 80px;
    margin-bottom: -35px;
    padding-bottom: 97px;
    display: flex;
    width: 100%;
    background: url('../../img/career_foam_image.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 540px;
}

.form-contanior {
    margin: auto;
    width: 70%;
    height: 70%;
    border-radius: 8px;
    background-color: rgb(255 255 255 / 50%);
}


.carrer-job-details {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    justify-content: space-between;
}

.carrer-job-details>div {
    width: 25%;
}

.form-input-contanior {
    padding: 3% 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* text-align: center; */
}

.inpdfsds label {
    color: white;
}

.box_space {
    width: 48%;
}
a{
    text-decoration: none;
}