.sbi-apollo-single-recruiters{
    padding: 50px 0;
}
.sbi-apollo-single-recruiters .img-cont{
    border: 1px solid #DFDEDA;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sbi-apollo-single-recruiters .img-cont .recruiter-video-cta{
   position: absolute;
   bottom: 15px;
   right: 15px;
}
.sbi-apollo-single-recruiters .text-cont .left-icon{
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.sbi-apollo-single-recruiters .text-cont .left-icon img{
    position: absolute;
    top: 3px;
    left: 0;
}
.sbi-apollo-single-recruiters .text-cont .schedule-meeting-cont.left-icon img{
    width: 25px;
}
.sbi-apollo-single-recruiters .text-cont .linkedin-cont.left-icon img{
    top: 0;
}
.sbi-apollo-single-recruiters .text-cont .left-icon a{
    color: #000;
    text-decoration: none;
}
.sbi-apollo-single-recruiters .text-cont .left-icon a:hover{
    text-decoration: underline;
}
.sbi-apollo-single-recruiters .text-cont .recruiter-specialty.left-icon li,
.sbi-apollo-single-recruiters .text-cont .recruiter-location.left-icon li{
    margin-bottom: 10px;
}
.sbi-apollo-single-recruiters .text-cont .recruiter-specialty.left-icon li a,
.sbi-apollo-single-recruiters .text-cont .recruiter-location.left-icon li a{
    color: #025FAC;
}
.sbi-apollo-single-recruiters .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-single-recruiters .career-label .career-label-svg{
    position: absolute;
    top: 0;
    left: -10px;
}
.sbi-apollo-single-recruiters .career-loop{
    position: relative;
    top: 0;
    height: 100%;
    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;
    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-single-recruiters .career-loop .img-cont .hover-career-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    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-single-recruiters .career-loop .img-cont .career-video-cta{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}
.sbi-apollo-single-recruiters .career-loop:hover .img-cont .hover-career-img{
    opacity: 1;
    visibility: visible;
}
.sbi-apollo-single-recruiters .career-loop:hover{
    top: -5px;
    box-shadow: 0px 3px 20px #00000029;
}
.sbi-apollo-single-recruiters .career-loop .text-cont{
    min-height: 130px;
    padding: 20px;
}
.sbi-apollo-single-recruiters .career-loop .text-cont .career-location-specialty{
    margin-bottom: 10px;
    color: #000;
}
.sbi-apollo-single-recruiters .career-loop .text-cont .career-location-specialty .location{
    color: #018480;
}
.sbi-apollo-single-recruiters .career-loop .text-cont .career-location-specialty .specialty{
    color: #025FAC;
}
.sbi-apollo-single-recruiters .career-loop .text-cont .career-title{
    color: #000;
    font-size: 20px;
    font-family: "Oswald", system-ui;
}

@media(min-width: 992px){
    .sbi-apollo-single-recruiters .text-cont {
        padding-left: 50px;
     }
}