/* Award section css starts here */
.bg_color{
    background-color: #f1f5ff;
}
.tabs_border{
    /* border-bottom: 1px solid #039252; */
}
.awards_tab_field .awards_tab_btn{
    color: #039252;
    font-size: 15px;
    margin-bottom: 7px;
}
.awards_tab_btn.active{
    font-size: 17px;
    font-weight: 700;
    color: #039252 !important;
    background-color: transparent !important;
}
.tabs_border:after {
    content: "";
    width: 100%;
    background-color: #039252;
    position: absolute;
    height: 2px;
    bottom: 3px;
}
.tabs_border .nav-item{
    position: relative;
}
.awards_tab_btn.active::after{
    content: "";
    position: absolute;
    /* display: block; */
    width: 8px;
    bottom: 1px;
    height: 8px;
    right: 43%;
    border-radius: 50%;
    border: 1px solid #039252;
    background-color: #039252;
}
.award_tab_title {
    color: #1b8f5e;
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    margin-bottom: 20px;
}
.award_title > p{
    color: #332e64;
    font-size: 15px;
    font-family: 'OpenSans-Bold';
    margin-bottom: 5px;
}
.award_tab_description > p {
    color: #332e64;
    font-size: 15px;
    line-height: 26px;
}
.tabs_border::-webkit-scrollbar {
    display: none;
}
.tab_description{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tabs_border{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.prev_arrow ,.next_arrow{
    cursor: pointer;
}
/* Custom Mobile section css starts here */
@media(min-width: 768px){
    .certificate_img{
        width: 262px;
    }    
}
@media(max-width: 991px){
    .certificate_img{
        width: 150px;
    }
    
}
/* Custom Mobile section css ends here */
