.banner-content {
    min-height: 350px; 
}

.careerheading h2 {
    padding: 3rem 0 0;
}
.topgradientheading h2{
    font-family: 'ErodeSemibold';
    font-size: 50px;
      font-size: 50px !important;
    background: linear-gradient(0deg, rgba(1, 95, 207, 1) 0%, rgba(1, 144, 209, 1) 100%
100%
  
);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fullpagebgColor{
        background-color: #fafdfe;
}
.hiring-key h2, .ligeBgColor h2, .ligeBgColor h4, .posiionBg h2, .Open_positions h4{
    color: #0A3160;
}
.keypeople{
        padding: 5rem 0;
}
.test-sec {
    background-color: #F8F8F8;
    position: relative;
}
.carousal-sec {
    padding: 30px 0;
}  
.connect-next-prev-btn{
    bottom: 70px;
}
.ligeBgColor{
    background-color: #f4f6fc;
}
.ligeBgColor h4{
     font-family: 'ErodeMedium';
     font-size: 28px;
}
.ligeBgColor ul{
    padding-left: 15px; 
}
.ligeBgColor .row{
    border-bottom: 1px solid #0A3160D6;
}
.ligeBgColor .row:last-child{
    border-bottom: 0;
}
.ligeBgColor ul li{
    list-style: disc;
   padding: 7px 0;
}
.posiionBg{
    background: #F1FBFE;
    background: linear-gradient(90deg, rgba(241, 251, 254, 1) 0%, rgba(230, 237, 248, 1) 57%, rgba(241, 251, 254, 1) 100%);
}
.noposition h4{
        /* font-family: 'QuicksandSemiBold'; */
        font-size: 18px;
}
.noposition{
    border-top: 1px solid #0A316069;
    border-bottom: 1px solid #0A316069;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.Open_positions{
    border-bottom: 1px solid #0A3160D6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.Open_positions h4{
       font-family: 'ErodeMedium';
     font-size: 24px;
}
.Open_positions:last-child{
    border-bottom: 0;
}
.slider-content-wrap h2{
    color: #0A3160; 
}

.Open_positions .job_details .desc{display: none;}


@media(max-width:1300px){
.connect-next-prev-btn{
    bottom: 0px;
}
}
@media(max-width:767px){
    .ligeBgColor h4 {
        font-size: 22px;
    }
   .test-sec .contentwrap h2 {
        font-size: 22px;
    }
}