.sbi-apollo-hero-careers{
    margin-top: 30px;
    padding-bottom: 50px;
}
.sbi-apollo-hero-careers .go-back{
    color: #025FAC;
    text-decoration: none !important;
}
.sbi-apollo-hero-careers .go-back:hover{
    color: #000;
}
.sbi-apollo-hero-careers .left-box{
    position: relative;
    height: 100%;
    background-color: #025FAC;
    padding-bottom: 100px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-hero-careers .left-box .img-cont{
    position: relative;
    height: 30vw;
    max-height: 600px;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-hero-careers .career-label{
    position: absolute;
    top: 15px;
    left: 10px;
    display: inline-block;
    background-color: #FFD700;
    box-shadow: 0px 3px 6px #0000004D;
    color: #000;
    padding: 5px 10px 6px 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald", system-ui;
    z-index: 9;
}
.sbi-apollo-hero-careers .career-label .career-label-svg{
    position: absolute;
    top: 0;
    left: -10px;
}
.sbi-apollo-hero-careers .left-box .img-cont .career-video-cta{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.sbi-apollo-hero-careers .left-box .text-cont{
    padding: 20px;
}
.sbi-apollo-hero-careers .left-box .text-cont .body-cont *{
    color: #fff;
}
.sbi-apollo-hero-careers .left-box .text-cont .body-cont ul{
    padding-left: 15px;
}
.sbi-apollo-hero-careers .left-box .text-cont .body-cont li{
    /* font-family: 'Oswald', sans-serif; */
    margin-bottom: 10px;
}
.sbi-apollo-hero-careers .left-box .text-cont .body-cont li strong{
    font-weight: 400;
}
.sbi-apollo-hero-careers .right-box{
    height: 100%;
    padding: 30px 20px;
    background-color: #F5F5F5;
    border: 1px solid #DFDED9;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-hero-careers .right-box h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.sbi-apollo-hero-careers .right-box span.asterisk{
    color: #025FAC;
}
.sbi-apollo-hero-careers .right-box input[type="text"],
.sbi-apollo-hero-careers .right-box input[type="email"],
.sbi-apollo-hero-careers .right-box input[type="date"],
.sbi-apollo-hero-careers .right-box select{
    height: 40px;
    background-color: #fff;
    border-color: #DFDED9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.sbi-apollo-hero-careers .right-box select.empty-select{
    color: #737c84;
}
.sbi-apollo-hero-careers .right-box .blue-label{
    color: #025FAC;
}
.sbi-apollo-hero-careers .right-box input[type="submit"]{
    border: 0;
    padding: 10px 50px;
}
.sbi-apollo-hero-careers .right-box input::file-selector-button {
    cursor: pointer;
    color: #025FAC;
    padding: 10px 15px;
    border: 1px solid #90C0E8;
    background-color: #F2F8FE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.sbi-apollo-hero-careers .right-box .row.align-items-end p{
    margin-bottom: 0;
}
.sbi-apollo-hero-careers .scroll-down{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #025FAC;
    font-size: 16px;
    text-decoration: none !important;
}
.sbi-apollo-hero-careers .scroll-down g{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sbi-apollo-hero-careers .apply-now-content__main__form__errors {
    padding: 20px 20px 10px;
    border: 3px solid #475B67;
    margin-bottom: 40px;
    background-color: #f6f6f6;
    display: none;
}
.sbi-apollo-hero-careers .apply-now-content__main__form__errors.visible {
    display: block;
}
.sbi-apollo-hero-careers .apply-now-content__main__form__errors:focus {
    border-color: tomato;
}
.sbi-apollo-hero-careers .apply-now-content__main__form__errors__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.sbi-apollo-hero-careers .apply-now-content__main__form__errors ul li {
    margin-bottom: 10px;
}
.sbi-apollo-hero-careers .apply-now-content__main__form__errors ul li a{
    color: #025FAC;
    text-decoration: none;
}
.sbi-apollo-hero-careers .apply-now-content__main__form__errors ul li a:hover{
    text-decoration: underline;
}
.sbi-apollo-hero-careers .area-specialty-hospital-tag-cont{
    background-color: #008480;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
}
.sbi-apollo-hero-careers .area-specialty-hospital-tag-cont a{
    color: #fff;
    text-decoration: none;
}
.sbi-apollo-hero-careers .area-specialty-hospital-tag-cont a:hover{
    color: #fff;
    text-decoration: underline;
}
@media(max-width: 991px){
    .sbi-apollo-hero-careers .left-box{
        padding-bottom: 0;
    }
    .sbi-apollo-hero-careers .area-specialty-hospital-tag-cont{
        position: initial;
    }
}