.below-header {
    background: linear-gradient(90deg, rgba(236, 102, 26, 0.05) 0%, rgba(236, 102, 26, 0.03) 100%);
    display: flex;
    width: 100%;
    height: 44px;
    margin-top: -20px;
}
.below-header h6 {
    margin-top: 15px;
    margin-left: 50px;
}
.below-header img {
    margin-top: -3px;
}
.recruitment-container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.recruitment-container .heading {
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}
.end-line-text {
    margin-left: 0px;
}
.main-form .btn.btn-primary {
    width: 120px;
    margin-top: 30px;
}
select#category {
    /* color: black;  */
    background-color: #fff !important;
    /*color: #BFBFBF !important;*/
}

select#category option.selected {
    /* color: rgba(253, 111, 34, 1); */
    background-color: #fff !important;
    color: rgba(253, 111, 34, 1) !important;
    font-weight: 600;
}
.main-form .btn.btn.btn-primary {
    margin-left: 0px;
    width: 140px;
    height: 40px;
    background: var(--main2, #fd6f22);
    border: 1px solid #fd6f22;
    border: 1px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    border-radius: 6px;
    color: var(--main2, #fff);
    margin-top: 40px;
    margin-bottom: 50px;
}


@media screen and (min-width: 1440px) {
    .end-line-text {
        margin-left: 0px;
    }
  }
