section {
    width: 100%;
    float: left;
}

.tabs-ul-main {
    margin-bottom: 20px;
}

.main-haeding-top h2 {
    font-family: Tw Cen MT;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
}

.main-haeding-top {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tabs-ul-main .nav-link {
    padding: 8px 16px;
    /* color: red; */
    border-bottom: 1px solid #D4D4D4;
    border-radius: 45px;
    background: #F5F5F5;
}

.tabs-ul-main .nav-link.active {
    background: #120555;
    color: #fff;
    border-radius: 45px;
    border-width: 0px, 1px, 2px, 1px;
    border-style: solid;
    border-color: #8A10B3;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}


.tabs-ul-main .nav-link {
    /* background: #120555; */
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}

.tabs-ul-main .nav.nav-tabs {
    display: flex;
    justify-content: center;
    border: none;
    gap: 10px;
}

.tabs-main-card {
    background: radial-gradient(50% 50% at 50% 50%, #8A10B3 0%, #120555 100%);
    padding: 40px 30px;
    border-radius: 10px;
}

.para-card p {
    font-family: Tw Cen MT;
    font-weight: 400;
    font-size: 21px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.para-card {
    display: flex;
    margin: 20px 0px;
}

.heading-card h3 span {
    display: block;
}

.btn-icon-main {
    display: flex;
    justify-content: center;
    gap: 36px;
}


.icons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

.grey-div {
    background: #FFFFFF47;
    padding: 12px 8px;
    border-radius: 4px;
}

.heading-card h3 {
    font-family: Tw Cen MT;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-align: center;
}

.heading-card {
    margin-bottom: 20px;
}

.more-btn {
    background-color: white;
    padding: 10px 24px;
    border-radius: 35px;
    color: #8A10B3;
}
.btn-read-more a:hover {
    background: #8a10b3;
    color: #fff !important;
}

.grey-div h5 {
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0px;
}

.row.tab-cont-row {
    gap: 40px 0px;
}
.tabs-sec {
    padding-bottom: 90px;
}

/* .tabs-ul-main {
    display: none;
} */
 .tabs-sec .nav-item .nav-link {
    font-family: 'Tw Cen MT Std' !important;
}

@media(max-width:991px) {
    .tabs-sec {
    padding-bottom: 70px;
}
}
@media(max-width:360px) {
    .btn-icon-main {
        display: flex;
        justify-content: center;
        gap: 36px;
        flex-direction: column;
        align-items: center;
    }

    .heading-card h3 span {
        display: inline;
    }

    .para-card p {

        font-size: 19px;

    }

    .main-haeding-top {
        margin-bottom: 45px;
    }

    .main-haeding-top h2 {

        font-size: 40px;

    }
}