.newsbox6 {
    padding: 00px 15px;
}

.newsbox6-iner {
    border: 1px solid #CCCCCCCC;
    padding: 0 15px 15px 15px;
    position: relative;
    border-radius: 5px;
}


.newsbox6-iner .stitle {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    z-index: 1;

}

.newsbox6-iner .tab-content .fade {
    max-height: 565px;
    overflow-y: auto;
}

.newsbox6-iner .tab_nav {
    width: 100%;
    align-items: center;
    gap: 5px;

}

.newsbox6-iner .tab_nav p {
    margin: 0;
    color: #231F20;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    padding: 7px 5px;
    text-align: center;
    width: calc(50% - 3px);
    border: 1px solid #CCCCCCCC;
    background: rgba(204, 204, 204, 0.8);
}

.newsbox6-iner .tab_nav p.active {
    background: #fff;    
}

.newsbox6-iner .stitle a {
    color: #00A651;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.newsbox6-iner .lsmall-item {
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9
}

.newsbox6-iner .lsmall-item .number span {
    width: 42px;
    height: 42px;
    background: #D9D9D9;
    border-radius: 50%;
    display: block;
    line-height: 42px;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.newsbox6-iner .lsmall-item:last-child {
    border: none;
}

.newsbox6-iner .lsmall-item h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    min-height: 50px;
}

.ajkersobkhobor {
    border-radius: 5px;
    border: 1px solid #3080DE;
    background: rgba(48, 128, 222, 0.16);
    color: #3080DE;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 50px;
}