.tabsnew {
    margin: 30px auto;
    padding: 5px;
    list-style: none;
    position: relative;
    display: inherit;
    text-align: center;
    background: #ffffff;
    border-radius: 30px;
    width: fit-content;
}
.tabsnew .active-tab {
    position: relative;
    color: #ffffff;
    background: #61b403;
    border: 0;
}
.tabsnew li {
    display: inline-block;
    cursor: pointer;
    color: #1b96e5;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #1b96e5;
    margin-right: 10px;
}
.tabs-content li{ width: 100%;}