.rishi-pricing-wrap {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 50px 50px 48px 40px;
    border-radius: 16px;
}

.rishi-pricing-wrap .rishi-header-wrap {
    margin-bottom: 10px;
}

.rishi-pricing-wrap .rishi-header {
    font-size: 40px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: -2px;
    margin: 0;
}

.rishi-pricing-wrap .rishi-price {
    font-size: 32px;
    line-height: 59px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.rishi-pricing-wrap .rishi-price.life-price {
    font-weight: 500;
    color: #2355D3;
}

.rishi-pricing-wrap .rishi-price.annual-price {
    color: rgba(41, 41, 48, 0.4);
    position: relative;
    margin-right: 20px;
}

.rishi-pricing-wrap .rishi-price.annual-price::after {
    position: absolute;
    content: '';
    background-color: rgba(41, 41, 48, 0.4);
    width: 95%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rishi-pricing-wrap .pricing-btn-wrap {
    margin: 16px 0 40px;
}


.rishi-pricing-wrap .pricing-btn-wrap a {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-weight: 500;
    padding: 23px 80px 24px;
    border-radius: 18px;
    color: #fff;
    transition: 0.3s ease all;
}

.rishi-pricing-wrap .rishi-list {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid rgba(41, 41, 48, 0.08);
    padding-bottom: 17px;
    margin-bottom: 15px;
}

.rishi-pricing-wrap .rishi-pricing-list li {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    padding-left: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    color: rgba(41, 41, 48, 1);
    margin: 0 0 13px;
}

.rishi-pricing-wrap .feature-bottom-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #2355D3;
}

.rishi-pricing-wrap .rishi-list li::before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.05' d='M14.34 0.5H5.67C2.28 0.5 0 2.88 0 6.42V14.59C0 18.12 2.28 20.5 5.67 20.5H14.34C17.73 20.5 20 18.12 20 14.59V6.42C20 2.88 17.73 0.5 14.34 0.5Z' fill='%2323AB70'/%3E%3Cpath d='M8.79611 13.7958C8.56883 13.7958 8.34154 13.7096 8.16804 13.5361L5.76026 11.1283C5.41325 10.7813 5.41325 10.2192 5.76026 9.87319C6.10727 9.52617 6.66838 9.52516 7.01539 9.87217L8.79611 11.6529L12.9846 7.46439C13.3316 7.11738 13.8927 7.11738 14.2397 7.46439C14.5868 7.8114 14.5868 8.37352 14.2397 8.72054L9.42418 13.5361C9.25068 13.7096 9.02339 13.7958 8.79611 13.7958Z' fill='%2323AB70'/%3E%3C/svg%3E%0A");
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
}

.rishi-pricing-wrap .rishi-pricing-ribbon {
    display: inline;
    position: absolute;
    top: -22px;
    background-color: rgba(255, 220, 97, 1);
    font-family: 'Poppins', sans-serif;
    padding: 8px 16.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2355D3;
    letter-spacing: 0.01em;
    border-radius: 48px;
}


.rishi-pricing-wrap .save {
    background-color: #FEE39D;
    font-family: 'Poppins', sans-serif;
    color: #41495b;
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.rishi-pricing-wrap .pricing-top-text {
    display: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #42a85e;
    margin-top: 10px;
}

.rishi-pricing-wrap.annualprice .rishi-annual-price {
    display: block;
}

.rishi-pricing-wrap .rishi-life-price {
    display: none;
}

.rishi-pricing-wrap.lifetimeprice .rishi-life-price {
    display: block;
}

.rishi-pricing-wrap.lifetimeprice .rishi-annual-price {
    display: none;
}

.rishi-pricing-wrap.lifetimeprice .pricing-top-text {
    display: block;
}

.rishi-pricing-wrap .pricing-top-content {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 27.2px;
    margin: 10px 0;
}

.rishi-pricing-wrap .rishi-pricing-ribbon.sale-price {
    right: -20px;
    border-radius: 0;
    text-align: center;
    top: 30px;
    color: #fff;
    background-color: #D32F2F;
}

.rishi-pricing-wrap .rishi-pricing-ribbon.sale-price ::before {
    background-color: #D32F2F;
    width: 20px;
    height: 7px;
    right: 0;
    top: 35px;
    content: '';
    display: block;
    transform: skewY(-21deg);
    position: absolute;
}

.rishi-pricing-wrap .pricing-btn-wrap.life-btn {
    display: none;
}


.rishi-pricing-wrap.lifetimeprice .pricing-btn-wrap.life-btn {
    display: block;
}

.rishi-pricing-wrap.lifetimeprice .pricing-btn-wrap {
    display: none;
}