header.formidium-taxplex-banner {
    padding-top: 3rem;
    height: 560px;
    padding-bottom: 0rem;
    /* background: linear-gradient(213deg, rgba(2, 50, 121, 1) 6%, rgba(3, 4, 4, 1) 43%, rgba(1, 103, 255, 1) 184%); */
    background: url(../img/jan-design/new-background.svg);
    background-size: cover;
    position: relative;
    background-position: bottom;
}


header.formidium-taxplex-banner h1 {
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    padding: 80px 0;
}

header.formidium-taxplex-banner .container {
    z-index: 2;
    position: relative;
}

.banerleft-img {
    display: flex;
}

.banerleft-img img {
    max-width: 27rem;
}


section#NextGentechnologies {
    margin-top: 4rem;
}

.formidium-section-gap,
.mp-header-banner .mb100 {
    margin-bottom: 40px !important;
}

.funds-entities {
    background: #09152b;
    padding: 100px 0;
    margin-bottom: 0;
    position: relative;
}

.funds-entities::before {
    transform: rotate(180deg);
    filter: opacity(100%);
    content: "";
    width: 232px;
    height: 178px;
    background: url(../img/tax-services/tabs-graphic.svg) no-repeat;
    background-size: cover;
    top: 0px;
    left: -90px;
    position: absolute;
    display: inline-block;
    z-index: 1;
    opacity: 1;
}

.funds-entities::after {
    filter: opacity(100%);
    content: "";
    width: 28rem;
    height: 20rem;
    background: url(../img/tax-services/tabs-graphic.svg) no-repeat;
    background-size: cover;
    bottom: 0;
    right: -154px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    z-index: 1;
    opacity: 1;
}

.funds-entities ul.funds-entities-content {
    padding: 50px 40px 30px 40px;
    border-radius: 0px 0 25px 25px;
    margin: -20px 0 0 0;
    border: 2px solid #0167ff;
    border-top: none;
}

.funds-entities ul.funds-entities-content li {
    position: relative;
    font-size: 18px;
    color: #fff;
    list-style: none;
    padding: 8px 0px 8px 15px;
}

.funds-entities ul.funds-entities-content li::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #e17523;
    border-radius: 100%;
    top: 15px;
    left: 0px;
    position: absolute;
}

.funds-entities .tablist {
    border: 2px solid #0167ff;
    margin-bottom: 0;
    border-radius: 15px;
}

.funds-entities .tablist li button#formidium-us,
button#formidium-nonus {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
    height: 90px;
    color: #fff;
    border-radius: 10px 0 0px 10px;
}

.funds-entities .tablist li button#formidium-nonus {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
    /* height: 60px; */
    color: #fff;
    border-radius: 0px 10px 10px 0px;
}