section.member-ship-sec {
    padding-top: 84px;
    padding-bottom: 100px;
    background-color: #F1F7FE;
}

.main_heading {
    padding-bottom: 43px;
}

.main_heading h4 {
    color: #0362A8;
}

.level-box {
    width: 30%;
    background-color: #ffffff;
    padding: 46px 0;
    /* box-shadow: 7px 8px 5px -2px #dedee1; */
    border: 1px solid #70707059;
}

.level-heading h3 {
    color: #E5A118;
    font-family: "GTWalsheimPro-Bold";
}

.abut-heading {
    background-image: linear-gradient(to left, #fddf63, #f7d051, #f1c03f, #ebb12d, #e5a118);
    padding: 22px 49px;
    text-align: center;
}
.abut-heading p {
    color: #000000;
    font-family: "GTWalsheimPro-Regular";
    font-size: 19px;
    height: 60px;
    overflow: hidden;
    overflow-y: auto;
}
.abut-heading p::-webkit-scrollbar {
    width: 4px;
}

.abut-heading p::-webkit-scrollbar-track {
    background: #ffffff00;
    border-radius: 30px;
}

.abut-heading p::-webkit-scrollbar-thumb {
    background: #ffffff00;
    border-radius: 30px;
}
.price {
    padding: 35px 0;
}

.level-heading {
    padding-bottom: 16px;

}

.level-heading h3 {
    text-transform: uppercase;

}

.price h4 {
    color: #E5A118;
    font-size: 31px;
}

.abut-heading p {
    color: #000000;
    font-family: "GTWalsheimPro-Regular";
}

.__packages__features {
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.__packages__features::-webkit-scrollbar {
    width: 5px;
}

.__packages__features::-webkit-scrollbar-track {
    background: #00529900;
    border-radius: 30px;
}

.__packages__features::-webkit-scrollbar-thumb {
    background: #00529900;
    border-radius: 30px;
}

.about-tis {
    /* padding: 20px 17px; */
    padding-top: 18px;
    padding-left: 21px;
    padding-bottom: 10px;
    border-top: 1px solid #70707014;
    border-bottom: 1px solid #70707014;
}

.about-tis span {
    margin-left: 10px;
    font-size: 14px;
    color: #464646;
    font-family: "GTWalsheimPro-Regular";
}

.member-ship {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.silv h4 {
    color: #CBCBCB !important;
}

.silver {
    background-color: #CBCBCB !important;
    background-image: none !important;
}

.silv h3 {
    color: #CBCBCB !important;
}

.level-silver span {
    color: #CBCBCB !important;
}

.bronze h3 {
    color: #B46D59 !important;
}

.bronze h4 {
    color: #B46D59 !important;
}
.main_heading p {
    color: #1F3550 !important;
    font-family: "Poppins-Medium";
    font-size: 13px;
}
.bronze-level {
    background-image: linear-gradient(to left, #b46d59, #c27a63, #cf886d, #dd9577, #eba382);
}

.bronze-levels a {
    background-image: linear-gradient(to left, #b46d59, #c27a63, #cf886d, #dd9577, #eba382);
    border: transparent;
}

.gold-level a {
    background-image: linear-gradient(to left, #fddf63, #f7d051, #f1c03f, #ebb12d, #e5a118);
    border: 0;
}

.silver-level a {
    background-color: #CBCBCB !important;
    border: 0;
}

.silver-level a:hover {
    border: 0;
    background-color: unset !important;
    color: unset !important;
}

a:hover {
    border: 0;
    background-color: unset !important;
    color: unset !important;
}

.about-btn {
    padding: 20px 0;
}

.about-btn a {
    color: #000000;
    width: 120px;
    padding: 10px;
}

@media (max-width: 575px) {
    .level-box {
        width: 87% !important;
        margin: 10px 0;
    }
    .member-ship {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.about-tis span {
    text-transform: capitalize;
}