h1 {
    font-size: 56px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
}
.opportunitiesSearch {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #f6ece4; */
}
.custom-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.opprtunitesheading{
    flex: 0 0 50%;
    max-width: 50%;
}
.opprtunitesheading h3{
    color: #EB2929;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}
.form-part .form-control{
    background-color: #DADADB;
    border: none;
    color: #000000;
    border-radius: 0;
}
.form-part ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
  }
  
  .form-part  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
  }
  
  .form-part  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
  }
.opprtunitesform{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.form-part{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.opportunitiesSearch h1 {
    margin-bottom: 45px;
}

.jobLists {
    /* background-color: #f6ece4; */
    padding-bottom: 60px;
    /* padding-top: 100px; */
}

.jobLists .card-header .btn {
    margin-top: 20px;
    margin-left: 10px;
    padding: 8px 25px;
}

#accordion .card {
    /* margin-bottom: 0px;
    border: 0; */
    /* box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05); */
    border-radius: 0px;
    background-color: #fff;
    font-family: 'montserratlight';
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #707070;
}

#accordion .card .card-header {
    border-bottom: 0px;
    box-shadow: none;
    background-color:transparent;
   
}
.card-header h3{
    color: #707070;
    font-size: 30px;
    margin-top: 0;
    font-family: 'montserratregular';
}
#accordion .card .card-header p {
    color: #000000;
    margin-bottom: 0;
}

#accordion .card .card-body {
   padding:35px 20px;
}
.cardbtn-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cardbtn-sec a{
    display: block;
    color: #fff;
    background-color: #EB2929;
    padding: 10px 25px;
    cursor: pointer;
    font-family: 'montserratlight';
}
.cardbtn-sec a:focus{
    outline-style: none;
}
.jobSubscribe .card {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.jobSubscribe {
    position: sticky;
    top: 80px;
}

.jobSubscribe .card h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.btn-primary-theme {
    background: #EB2929;
    color: #FFFFFF;
    border: 1px solid #EB2929;
}

.btn-primary-theme:hover {
    box-shadow: 0px 8px 20px 0px rgba(235, 41, 41, 1);
    color: #fff;
}

.btn-primary-theme-outline {
    border: 2px solid #EB2929;
    color: #EB2929;
    border-radius: 0px;
    font-weight: 600;
    padding: 8px 25px;
}

.btn-primary-theme-outline:hover {
    color: #fff;
    background-color: #EB2929;
    box-shadow: 0px 8px 20px 0px rgba(235, 41, 41, 1);
}

.jobBrief {
    padding-bottom: 20px;
}

.jobBrief p {
    margin-bottom: 0px;
}

.jobBrief label {
    color: #2125295e;
}

.formSearch .form-control {
    border-radius: 0px;
    border: 0;
    font-size: 20px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.jobDescription {
    padding-top: 20px;
    padding-bottom: 30px;
}

.jobDescription p {
    margin-bottom: 25px;
}

.skillRequired h4 {
    margin-bottom: 35px;
}

.skillRequired .badge-primary {
    padding: 10px 25px;
    font-size: 18px;
    margin-right: 10px;
    background-color: #efefef;
    color: #000;
    font-size: 16px;
}

.jobDescription ul {
    list-style: none;
}

.jobDescription ul li {
    position: relative;
    margin-top: 10px;
}

.jobDescription ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    left: -30px;
    background: #f3a938;
    top: 10px;
}

#accordion .card .card-body h4 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

.custom-select option:hover {
    background: #f3a938;
}

.fileUploadDiv {
    text-align: center;
    padding: 50px 15px;
    border-radius: 6px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    height: 80%;
    margin-top: 10%;
}

.fileUploadDiv h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.resumeUpload input {
    display: none;
}

.jobHeading h5 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0px;
}

#JobApplyForm .modal-header {
    padding-bottom: 0px;
}

#JobApplyForm .modal-footer {
    border: 0px;
}

#JobApplyForm .form-control {
    border-radius: 0px;
}

.resumeUpload label {
    border-radius: 0px;
    padding: 10px 25px;
    font-weight: 600;
    letter-spacing: 0.52px;
}
.search-btn{
    display: block;
    /* margin-top: 20px; */
    width: 175px;
    height: 38px;
    /* margin: 20px auto 0px; */
}
.jobSubscribe .card-body{
    background-color: #fff;
    padding: 15px;
}
.career-banner-section{
    position: relative;
}
.banner-caption h2{
    color: #fff;
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
}
.banner-caption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-caption .container{
    height: 100%;
}
.banner-caption .row{
    display: flex;
    align-items: center;
    height: 100%;
}
@media(min-width:993px) and (max-width:1199px){
    .cardbtn-sec a{
        padding: 10px 20px;
    }
}
@media(max-width:800px){
    .banner-caption h2{
        font-size: 35px;
    }
    .opprtunitesheading h3, .card-header h3{
        font-size: 25px;
    }
    .cardbtn-sec{
        margin-top: 15px;
    }
    .cardbtn-sec{
        justify-content: flex-start;
    }
    .cardbtn-sec a:last-child{
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .formSearch .form-control {
        margin-bottom: 15px;
    }
    .formSearch .form-control option {
        font-size: 16px;
    }
    .opportunitiesSearch h1 {
        font-size: 36px;
    }
    .jobLists .card-header .btn {
        padding: 8px 15px;
        margin: 0px;
        font-size: 14px;
    }
    .career-banner-section{
        margin-top: 40px;
    }
    .banner-caption h2{
        font-size: 30px;
        text-align: center;
    }
    .opprtunitesheading, .opprtunitesform, .form-part{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .opportunitiesSearch{
        padding: 30px 0;
    }
    .form-part{
        padding-left: 0;
        margin-bottom: 15px;
    }
    .opprtunitesheading{
        margin-bottom: 15px;
    }
}