/* FEE PLANS SECTION */
.our-fee-plans-con .fee-plan-box .plan-top {
    background: var(--primary);
    height: 188px;
}

.our-fee-plans-con h2 {
    margin-bottom: 45px;
}

.our-fee-plans-con .fee-plan-box {
    border-radius: 3px;
}

.our-fee-plans-con .fee-plan-box .plan-top span.category {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px 0;
}

.our-fee-plans-con .fee-plan-box .plan-top span.price {
    font-size: 54px;
    line-height: 56px;
    padding: 26px 0;
    font-weight: 600;
}

.our-fee-plans-con .fee-plan-box .plan-top span.price span.per-course {
    font-size: 18px;
    line-height: 32px;
    margin-top: 5px;
    font-weight: 400;
}

.our-fee-plans-con .fee-plan-box .plan-bottom {
    background-color: white;
    box-shadow: 0px 6px 38px rgb(238 238 252 / 100%);
    padding: 30px 20px 37px;
}

.our-fee-plans-con .fee-plan-box .plan-bottom ul {
    margin: 0 auto 25px;
    width: 200px;
}

.our-fee-plans-con .fee-plan-box .plan-bottom ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    padding-left: 40px;
}

.our-fee-plans-con .fee-plan-box .plan-bottom ul li i {
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
    color: white;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    font-size: 12px;
    left: 0;
}

.our-fee-plans-con .fee-plan-box.blue .plan-bottom ul li i {
    background: linear-gradient(to top, #673fe2 0%, #4db6ee 100%);
}

.our-fee-plans-con .fee-plan-box.blue .light-green-btn a, .btnLogin22 {
    background: linear-gradient(to top, #673fe2 0%, #4db6ee 100%);
    padding: 15px 30px;
    color: white;
    font-size: 1.1rem;
    border-radius: 5px;
}

.our-fee-plans-con .fee-plan-box.blue .light-green-btn a:hover, .btnLogin22:hover {
    background: var(--primary);
}