.career-list-wrapper {
    background-color: #f7f7fe;
    padding: 40px 45px;
    margin: 20px 5px;
}
.career-list-wrapper img{
    max-width: 80px;
    margin-bottom: 20px;
}
.careerseclist{
    padding: 80px 0 60px;
}
.singlecareer-header{
    padding-top: 50px;
    background-color: #f7f9fb;
    padding-bottom: 160px;
}
.singlecr-desc{
    margin-top: -100px;
}
.singlecr-desc{
        max-width: 1140px;
    margin: auto;
    margin-top: -100px;
    box-shadow: 0 1px 20px 0 rgb(33 49 64 / 20%);
    padding: 30px;
    background: #FFF;
}
.singlecareer-header .container{
    max-width: 1140px;
}
.crtitdec{
        font-size: 26px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 30px;
}
.crtitdec:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FA9A04;
    height: 3px;
    border-radius: 3px;
}
.co-list {
    list-style: none;
    padding: 0 0 0 2.5em;
    position: relative;
    margin: 30px 0;
}
.co-list li {
    margin-top: 10px;
    position: relative;
}
.co-list li:before {
    content: "—";
    font-size: 1.5em;
    position: absolute;
    left: -40px;
    color: #FA9A04;
    top: -8px;
}

.careerform-wrapper .form-control{
    width: 100%;
    background: transparent;
    border: none;
    border: 1px solid rgb(212 214 214);
    margin-bottom: 0;
    color: #000 !important;
    padding: 0 12px;
    height: 52px;
    font-size: 14px;
    outline: 0;
    border-radius: 2px;
    transition: all 500ms cubic-bezier(.01,.66,.48,.98);
    margin-top: 10px;
}
textarea.form-control{
    min-height: 120px;
    resize: none;
}
.contact-button{
    background: #107de6 0% 0% no-repeat padding-box;
    border-radius: 44px;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 0 20px;
    display: inline-flex;
    min-width: 140px;
    height: 50px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border: none;
    transition: all 500ms cubic-bezier(.01,.66,.48,.98);
    -webkit-appearance: none;
}

.careerform-wrapper{
    margin-top: 30px;
}
.singlecarrerswrapper{
    padding-bottom: 80px;
}
#fileSelect.form-control{
        padding-left: 10px;
}

@media(max-width:  767.98px){
    .careerseclist h4{
        font-size: 16px;
    line-height: 26px;
}
.singlecareer-header h2{
    font-size: 32px;
}
.singlecr-desc{
    margin: 0 20px;
    margin-top: -130px;
        padding: 10px;
}
.crtitdec{
font-size: 20px;
    margin-bottom: 5px;
    line-height: 22px;
}
.career-list-wrapper h3{
font-size: 20px;
    margin-bottom: 0px;
}
.singlecareer-header h1{
    font-size: 30px;
    margin-bottom: 0;
}
.co-list{
    margin: 20px 0;
}
.singlecarrerswrapper {
    padding-bottom: 40px;
}
}