.custom{
    /* width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; */
    padding: 15px 0px 60px; 
}

.single-vitromed_careers .custom{
    padding: 60px 15px ; 

}

ul.career-box-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:28px;
    margin: 0;
    padding: 0; 
}
ul.career-box-list li{
    width: 100%; 
}
.career-box{
    background-color: #fff;
    padding: 20px 22px;
    border: #e7e7e7 1px solid;
}
.career-box-head{
    padding-bottom: 15px;
    border-bottom: #DFE0E4 1px solid;
}
.career-box-head .h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500; 
    margin: 0;
    padding: 0;
    margin-bottom: 7px; 
}
.career-box-head p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; 
    color: #363636;
    margin: 0;
    padding: 0;
}
.career-box-body{
    padding-top: 27px; 
}
.career-qualifications{
    font-size: 14px;
    color: #717171;
    line-height: 21px;
}
.career-box-body ol{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 12px;
    min-height: 149px;
}
.career-box-body ol li{
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
.career-box-body ol li::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.career-box-body .apply-btn{
    border: #DFE0E4 1px solid;
    display: inline-block;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #089BD9;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease; 
}
.career-box-body .apply-btn:hover{
    background-color: #089BD9;
    border: #089BD9 1px solid;  
    color: #fff; 
}




@media (min-width: 768px) {
    ul.career-box-list{ 
        gap:28px; 
    }
    ul.career-box-list li{
        width: calc(50% - 15px); 
    }
    .career-box-body ol li{
      width: 100%; 
     }
     .career-box-body{
        padding-top: 37px; 
    }
    
}

@media (min-width: 1200px) {
    .custom{ 
        padding: 15px  0px 80px; 
    }
    ul.career-box-list{ 
        gap:28px; 
    }
    ul.career-box-list li{
        width: calc(33% - 20px); 
    }
    .career-box-body ol li{
     width: 100% !important; 
     }
     .career-box{ 
        padding: 35px 32px; 
    }
    
}


@media (min-width: 1300px) { 
    ul.career-box-list li{
        width: calc(33% - 15px); 
    } 
  
}


.career-box-details{
    background-color: #fff;
    /* padding: 25px; */
    width: 100%;
    max-width: 900px; 
    margin-left: auto;
    margin-right: auto;
}
.career-box-details-head{
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
    justify-content: space-between;
    border-bottom: #DFE0E4 1px solid;
    padding-bottom: 13px;
    align-items: center;
}
/* .career-box-details-head div{
    width: 100%;
} */
.career-box-details-head h2{
 font-size: 28px;
 line-height: 30px;
 margin: 0;
}
.career-box-details-head p{
 font-size: 16px;
 line-height: 24px;
 color: #363636;
}

.career-box-details-head .apply-btn, .career-box-details-head .popup-btn{
    background-color: #089BD9;
    border: #089BD9 1px solid;  
    color: #fff;  
    display: inline-block;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
   
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease; 
}
.career-box-details-head .apply-btn:hover, .career-box-details-head .popup-btn:hover{ 
    background-color: white;
    border: #089BD9 1px solid;  
    color: #089BD9;
}
.career-box-details-body{
    padding-top: 8px;
}
.career-box-details-subhead, .career-box-details-body p strong{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
}
.career-box-details-body ol,  .career-box-details-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 35px; 
}
.career-box-details-body ol li, .career-box-details-body ul li{
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;

}
.career-box-details-body ol li::before, .career-box-details-body ul li::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.career-box-details-body hr{ 
    background-color: #DFE0E4;
    border: none;
    height: 1px;
    margin-bottom: 25px; 
}

.career-box-details-body p{ 
    font-size: 15px;
    line-height: 24px;
    color: #333333;
 
}
.career-box-details-tag{
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.career-box-details-tag span{
    border: #DFE0E4 1px solid;
    display: block;
    padding: 10px 25px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    
}


@media (min-width: 768px) {
    .career-box-details-head{ 
        flex-wrap: nowrap;
     }
     /* .career-box-details{ 
        padding: 80px 15px; 
        max-width: 650px; 
        } */

}

@media (min-width: 1200px) {
    /* .career-box-details{ 
         max-width: 850px; 
    }
      */
    
}
@media (max-width: 767px) {
    .career-box-details-head{
        padding-bottom: 20px;
    }
    .career-box-details-head div{
        width: 100%;
    } 


}








