.career-main-tab .stab-b
{
    padding: 30px 50px 30px 60px;
}
.career-main-tab .stab-b .stabinb
{
    height: 550px;
    overflow-y: scroll;
}
.career-main-tab .stab-b .stabinb::-webkit-scrollbar
{
    width: 10px!important;
}
.career-main-tab .stab-b .stabinb::-webkit-scrollbar-track
{
    background: #b8cbe2!important;
    border-radius: 16px;
}
.career-main-tab .stab-b .stabinb::-webkit-scrollbar-thumb
{
    background: #fff!important;
    height: 10px;
    border-radius: 16px;
}
.career-main-tab .stab-b .stabinb::-webkit-scrollbar-thumb:hover
{
    background: #555!important;
}
.careertab
{
    padding: 25px;
    background: #ffffff80;
    border: 1px solid #bad9ff;
    border-radius: 16px;
    margin-bottom: 24px;
}
.careertab:last-child
{
    margin-bottom: 0;
}
.career-tabinner h3
{
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 22px;
    color: #000;
}
.career-tabinner span
{
    background: #d2e4fb;
    padding: 12px 20px;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0;
    border-radius: 30px;
    color: #054ba0;
    font-family: 'Ubuntu';
    font-weight: 400;
}
.career-main-tab .stabinb
{
    padding: 0;
}
.career-btn img
{
    margin-right: 7px;
}
.career-btn a
{
    background: #f1414f;
    padding: 12px 20px 12px 12px;
    color: #fff;
    font-family: 'Rubik';
    font-weight: 400;
    transition: .3s ease-in-out;
    font-size: 15px;
    border: 1px solid #f1414f;
}
.career-btn a:hover
{
    background: transparent;
    color: #f1414f;
}
.career-btn i
{
    margin-right: 8px;
    transform: rotate(320deg);
}
@media only screen and (max-width: 600px)
{
    .career-main-tab .stab-b
    {
        padding: 30px 10px 30px 11px;
    }
    .activemobp button.servtab_btn
    {
        padding: 11px 17px;
    }
    .servtab_btn, .stabinb2 h3
    {
        font-size: 15px;
    }
    .career-btn
    {
        margin-top: 15px;
    }
    .career-main-tab .stab-b .stabinb
    {
        height: 100%;
        overflow-y: unset;
    }
    .careertab:last-child
    {
        margin-bottom: 24;
    }
}
.banner-icon
{
    top: 70%;
    position: absolute;
}
.career-inner-section
{
    padding: 150px 0 80px 0;
    background: #e4effd;
}
.career-heading h2
{
    font-family: Rubik;
    font-weight: 500;
    font-size: 40px;
    color: #00386f;
}
.career-heading span
{
    background: #d2e4fb;
    padding: 12px 20px;
    font-size: 16px;
    display: inline-block;
    margin: 6px 8px;
    border-radius: 30px;
    color: #054ba0;
    font-family: 'Ubuntu';
    font-weight: 500;
}
.career-heading span:first-child
{
    margin: 0;
}
.career-profile h2
{
    font-family: Ubuntu Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
    color: #f1414f;
}
.career-profile p
{
    font-family: Ubuntu Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
    color: #505050;
    margin-bottom: 30px;
}
.career-profile ul
{
    padding-bottom: 30px;
}
.career-profile ul li
{
    color: #333;
    font-family: Ubuntu Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 25px;
    position: relative;
    padding-bottom: 8px;
}
.career-profile i
{
    position: absolute;
    left: 0;
    top: 8px;
    color: #00386f;
}
.career-profile_right
{
    padding: 50px 30px;
    background: #fff;
    border: 1px solid #dcdcdcc4;
    border-radius: 10px;
}
.career-profile-r-icon
{
    height: 70px;
    width: 70px;
    background: #efefef;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}
.career-description-right h4
{
    color: rgba(0,0,0,.49);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
}
.career-description-right p
{
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.career-description-right
{
    padding-left: 15px;
}
.career-btn-right a
{
    background: #f1414f;
    display: block;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    font-family: Rubik;
}
.career-btn-right
{
    text-align: center;
}
.career-form
{
    background: #e1effc;
    padding-bottom: 80px;
}
.career-form-bg
{
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}
.cmn-form input[type="file"]
{
    border: none;
    box-shadow: none;
}
.career-form-heading
{
    margin-bottom: 30px;
}