.career-content-head{
    color: #575757;
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.career-content-head.big{
    font-size: 32px;
    line-height: 40px;
}
.career-content-head.big.blue{
    color: #002E5B;
}
.career-content-head.small{
    font-size: 24px;
    line-height: 30px;
}
.career-content-head span{
    content: '-';
    width: 70px;
    bottom: 0;
    position: absolute;
    height: 4px;
    background-color: var(--quest-blue, #002E5B);
    left: 0;
}
.career-content-para{
    color: #575757;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}
.career-content-para.big{
    font-size: 20px;
    color: #000;
}
.career-page .career-banner-sec{
    background-image: url(../images/career-page/career-page-banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
    position: relative;
}
.career-page .career-banner-sec:before{
    content: '';
    background: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
    position: absolute;
}
.career-page .content-career {
    text-align: center;
    position: relative;
    max-width: 500px;
}
.career-page .content-career h1{
    color: #FFF;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
}
.search.input-group {
    width: 80%;
    margin: auto;
}
.search.input-group .form-control {
    border:1px solid #002e5b;
    color: #002E5B;
    font-size: 15px;
    padding: 10px 20px;
}
.search.input-group .form-control::placeholder {
    color: #002E5B;
}
.search.input-group .common-btn {
    margin-left: -2px;
    box-shadow: unset;
    border: 0;
    border-radius: 0 .25rem .25rem 0;
}
.search.input-group .common-btn:hover {
    color: #fff!important;
}
.search.input-group .common-btn.btn-revers::after {
    border-radius: 0;
    display: none;
}
/*career tab*/
.career-page .career-field{
    padding: 50px 0;
}
.career-page  .career-tab .content{
    padding: 20px;
}
.career-page  .career-tab .space{
    margin-bottom: 60px;
}
.career-page .tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .career-page .tab button {
    padding: 6px 24px;
    color: #6C6C6C;;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    border-bottom: 4px solid rgba(108, 108, 108, 0.20);
  }
  .career-page .tab button:hover {
    color: var(--quest-blue, #002E5B);
  }
  .career-page  .tab button.active {
    color: var(--quest-blue, #002E5B);
    border-bottom: 4px solid var(--quest-blue, #002E5B);;
  }
  #autocomplete-results-jobSearch_fields {
    max-height: 150px;
    overflow-y: auto;
    background: #fff;
    max-width: 80%;
    margin: auto;
}

#autocomplete-results-jobSearch_fields div{
    cursor: pointer;
    padding: 4px
}

#autocomplete-results-jobSearch_fields div:hover {
    background-color: #f1f1f1
}

/*core value tab*/
.career-page .core-tab .content{
    margin-bottom: 60px
}
.career-page .core-tab .core-space{
    padding-bottom:   20px;
}
.career-page .section-between{
    margin: 30px 0;
}
.career-page .shape-future-sec{
    /* display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap; */
}
.career-page .shape-future-sec>div{
    margin-bottom: 15px;
    padding: 0 12px;
}
.career-page .shape-future-sec .content-inside{
    background: var(--quest-blue, #002E5B);
    padding: 28px 22px;
}
.career-page .shape-future-sec .content-inside,
    .career-page .shape-future-sec .image-inside{
        height: 280px;
        overflow: hidden;
}
.career-page .shape-future-sec .image-inside img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*tabl search job*/
.career-page  .job-opening-table tr td .apply-link{
    color: var(--quest-blue, #002E5B);
    /* font-family: Poppins; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline !important;
}
.career-page  .job-opening-table tr td,.career-page  .job-opening-table tr th{
    vertical-align: middle;
    border: none;
}
.career-page  .job-opening-table tr td{
    padding: 10px;
}
.career-page  .job-opening-table tr th{
    padding: 0;
}
.career-page  .job-opening-table .remote-text{
    color: #686868;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0    ;
}
.career-page  .job-opening-table tr td .apply-button{
    border-radius: 8px;
    border: 1px solid var(--quest-blue, #002E5B);
    background: #002E5B;
    display: inline-block;
    padding: 10px 50px;
    color: #FFF;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*career jobs*/
.career-jobs .developer-sec{
    min-height: 400px;
    background-color: #F0F4F7;
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.career-jobs .developer-sec .head-develop{
    background: var(--quest-blue, #002E5B);
    color: #FFF;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
    padding: 6px 18px;
}
.career-jobs .developer-sec h1{
    color: var(--quest-blue, #002E5B);
    /* font-family: Poppins; */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.career-jobs .developer-sec p{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.career-jobs .job-description {
    padding: 40px 0;
}
.career-jobs .job-description .inner-describe ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
  }
  .career-jobs .job-description .inner-describe ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #002E5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .career-jobs .job-description .inner-describe ul.breadcrumb li+li:before {
    padding: 8px;
    color: #002E5B;
    content: "/\00a0";
  }
  .career-jobs .job-description .inner-describe ul.breadcrumb li a {
    color: #002E5B;
    text-decoration: none;
  }
  .career-jobs .job-description .inner-describe ul.breadcrumb li a:hover {
    color: #002E5B;
    text-decoration: underline;
  }
  .career-jobs .job-description .description li{
    margin-bottom: 15px;
  }
  .career-jobs .job-description .description li p{
    margin-bottom: 20px;
  }

  .hireform.careerform.box-shad{
    border-radius: 12px;
    border: 1px solid rgba(101, 101, 101, 0.40);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    margin-right: 0;
    margin-left: auto;
    margin-top: -220px;
    position: relative;
  }
  .hireform.careerform.box-shad .for-border-right{
    content: '';
    position: absolute;
    height: 115px;
    width: 16px;
    top:0;
    right: 0;
    border-radius: 0px 8px 0px 0px;
    background: var(--quest-blue, #002E5B);

  }
  .hireform.careerform.box-shad .left-heading{
    margin-bottom: 50px;
  }
  .hireform.careerform.box-shad .left-heading p:after{
    content: none;
  }
  .hireform.careerform.box-shad form input{
    border: none;
    margin: 0 0 4px;
    padding: 6px ;
  }
  .hireform.careerform.box-shad form .form-group{
    border-bottom: 1px solid #e6e6e6;
  }
  
@media (max-width:1270px){
    .career-jobs .developer-sec,.career-page .career-banner-sec{
        margin-top: 52px;
    }
    .hireform.careerform.box-shad{
        padding: 20px 15px;
    }
}
@media (max-width:768px){
  .hireform.careerform.box-shad{
    margin-top: 20px;
  }
  .career-jobs .job-description .description li p{
    margin-bottom: 12px;
  }
    .career-page .career-banner-sec{
        background-size: cover;
        padding: 30px 0;
    }
    .career-jobs .developer-sec,.career-page .career-banner-sec{
        margin-top: 88px;
        min-height: auto;
    }
    .career-page .content-career h1{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .career-content-para{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .career-page .tab button{
        font-size: 15px;
        padding: 5px 13px;
    }
    .career-content-head.big {
        font-size: 24px;
        line-height: 30px;
    }
    .career-content-head.small {
        font-size: 18px;
        line-height: 26px;
    }
    .career-content-para.big {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .career-jobs .developer-sec h1{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .career-jobs .developer-sec p{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .career-jobs .developer-sec .head-develop{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .career-content-head{
        margin-bottom: 10px;
    }
    .career-jobs .job-description .description li{
        margin-bottom: 10px;
    }
    .career-page .career-tab .space{
        margin-bottom: 30px;
    }
    .order-career{
        order: 1;
    }
    .career-page .career-tab .content{
        padding: 12px;
    }
    .career-page .job-opening-table tr td .apply-link,.career-page .job-opening-table .remote-text{
        font-size: 16px;
    }
    .career-page .job-opening-table tr td .apply-button{
        padding: 6px 30px;
    }
}
@media (max-width:576px){
    .career-jobs .developer-sec,.career-page .career-banner-sec{
        margin-top: 75px;
        min-height: auto;
    }
    .career-page .shape-future-sec .content-inside{
        height: auto;
    }
    .career-page .shape-future-sec .image-inside{
       height: 250px;
       background-color: #ddd;
       text-align: center;
    }
    .career-jobs .job-description .inner-describe ul.breadcrumb li{
        font-size: 14px;
    }
    .career-jobs .job-description .inner-describe ul.breadcrumb{
        padding: 10px 5px;
    }
    .career-page .tab{
        margin-bottom: 40px;
    }
    .career-page .tab button {
        font-size: 12px;
        padding: 5px 6px;
    }
    .input-group {
        display: block!important;
    }
    .search.input-group .form-control {
        width: 73%;
        /* border-top-right-radius: 0.25rem!important; */
        /* border-bottom-right-radius: 0.25rem!important; */
        padding: 6px 20px;
    }
    .search.input-group .input-group-append {
        justify-content: center;
        width: auto;
        height: 100%;
        height: auto;
    }
    .search.input-group .input-group-append button {
        font-size: 13px;
        height: 33px;
    }
    .search.input-group .form-control {
        font-size: 13px;
    }
    .search.input-group {
        width: 100%;
        margin: auto;
        display: flex!important;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }
    #autocomplete-results-jobSearch_fields {
        max-width: 100%;
        margin: 0 15px;
    }
}