/*  plan css */
/* .longcurrency_with_symbol .yearly-price.slashed-price {
    text-align: center;
}
.longcurrency_with_symbol .jus-enter {
        flex-flow: column !important;
        line-height:1;
    }
    .longcurrency_with_symbol .jus-enter .yearly-price.slashed-price {
        position: unset !important;
    }
    .pro_plan_section .currency-amount {
        font-size: 40px !important;
    }
    .basic_plan_section .currency-amount {
        font-size: 40px !important;
    }
     .pricing-plan-title {
        position: relative;
        color: #000;
        font-size: 23px;
        margin: 0 0 0px;
    }
    .jus-enter {
        justify-content: center !important;
        position: relative !important;
        margin: 0 auto !important;
        max-width: max-content;
    }
    .yearly-price.slashed-price {
        position: absolute;
        top: 9px;
        right: 100%;
        margin-right: 10px; 
        margin-top: 30px; 
        font-size: 13px; 
        color: #86939E; 
        font-weight: 400; 
        text-decoration: line-through;
        width: 100%;
        text-align: right;
    }
    .longcurrency_with_symbol .pricing-plan-cost .currency {
        line-height: 40px;
    }
    .pricing-plan-cost {
        color: black;
        font-size: 40px;
        font-family: "Plixi", "CeraPro", sans-serif;
    }
    .pricing-plan-cost .term {
        font-size:1rem;
        line-height: 0;
        vertical-align: baseline;
    }
    .pricing-plan-cost .currency {
        font-size: 14px !important;
        line-height: 70px;
        vertical-align: middle;
    }
     .plan-promo__item__header {
        text-align: center;
        margin-bottom: 13px;
    } */
/* end plan css*/
.pricing-plan-cost {
    color: black;
    font-size: 56px;
    font-family: "Plixi", "CeraPro", sans-serif;
}
.pricing-plan-cost .currency {
    font-size: 14px !important;
    line-height: 70px;
    vertical-align: middle;
}
.pricing-plan-cost .term {
    font-size: 10px;
    line-height: 0;
    vertical-align: baseline;       
}
.pricing-plan-title {
  font-size: 23px;
}
.pricing-plan-cost span.currency-amount {
    font-size: 40px;
}
.prices-section {
    justify-content: center !important;
    position: relative !important;
    margin: 0 auto !important;
    max-width: max-content;
    line-height: 1;
}
.yearly-price.slash-price {
    position: absolute;
    /* top: 9px; */
    right: 100%;
    margin-right: 10px;
    margin-top: 30px;
    font-size: 13px;
    color: #86939E;
    font-weight: 400;
    text-decoration: line-through;
    width: 100%;
    text-align: right;
    justify-content: end;
}
.longcurrency_with_symbol .yearly-price.slash-price {
    position: unset;
    margin: 30px 0 0 0;
    text-align: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .pricing-plan-cost span.currency-amount {
        font-size: 35px;
    }
    .yearly-price.slash-price{
        font-size: 12px;
    }
}