

.pricing_div_on {
    font-family: 'Open Sans', sans-serif !important;
}

.lowest_price {

    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.11px;
    text-align: center;
    color: #191516 !important;
}

.price_box_left {
    width: 100%;
    height: 100%;
    padding: 64px 40px;
    border-radius: 8px;
    box-shadow: 0 16px 24px 0 rgba(4, 1, 20, 0.1);
    background-color: var(--white);
    position: relative;
}

.text_in_left {

    position: absolute;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.05px;
    color: #191516;
    width: 100%;
    max-width: 298px;

}

.text_in_left .subtext_left {

    padding-top: 8px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.04px;
    color: #999ca9;
}

.purple_box_price {
    width: 298px;
    height: 208px;
    padding: 32px 24px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(4, 1, 20, 0.1);
    background-color: #6c0093;
    position: absolute;
    left: 60%;
}

.purple_box_price > p {

    color: white !important;
    padding: 0.5rem;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1;

}

#select_plan {

    background-color: white !important;
    width: 190px;
    height: 40px;
    margin: 24px 0;
    padding: 8px 24px;
    border-radius: 24px;
    border: solid 1px #a700e3;
    color: #a700e3;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1.71;
    font-family: 'Open Sans', sans-serif !important;
}

.price_list_right {
    margin-top: 9px;
    padding-left: 64px;
}

.price_list_right > div {

    font-size: 16px;
    width: 100%;
    height: 64px;
    padding: 21px 24px;
    box-shadow: inset 0 -1px 0 0 #f2f2f4;
    background-color: var(--white);
    color: #191516;
    line-height: 1;
}

.account_activation {
    color: #999ca9 !important;
    padding: 0 3.5rem 0 3rem;
    letter-spacing: -0.05px;
    line-height: 1.2;
}

.title_activation {

    font-weight: bold;
    margin-bottom: 4px;
}


.cards_prices {
    margin-top: 120px;
    color: #191516 !important;
    padding: 0 200px;
}

.cards_prices > div {
    padding: 26px 0 26px 0;
    font-size: 20px;
    font-weight: 800;
}

.cards_prices .price {

    font-weight: normal !important;
    font-size: 24px;
    box-shadow: inset 0 -1px 0 0 #6c0093;
}

.cards_prices .underline {
    box-shadow: inset 0 -1px 0 0 #6c0093;
    text-align: center;
}

.cards_prices .subtext {
    font-size: 12px;
    color: #999ca9;
    font-weight: normal !important;
}

.final_payment {
    color: #999ca9 !important;
}

.cards_payments .card{
    height: 300px;
}