#choose_plan_window
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F3F7FA;
    z-index: 1100;
    overflow: auto;
    display: none;
}
.close_choose_plan_window_btn
{
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
}
.choose_plan_title
{
    height: 48px;
    color: #232B34;
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    text-align: center;
    margin-top: 80px;
}
.choose_plan_subtitle
{
    height: 30px;
    color: #6B7886;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.choose_plan_payment_cycle
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.payment_cycle
{
    color: #8B9196;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.payment_cycle.active_payment_cycle
{
    color: #232B34;
}

.payment_cycle_swicher
{
    position: relative;
    width: 47px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.payment_cycle_swicher_checkbox
{
    display: none !important;
}
.payment_cycle_swicher_label
{
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 22px;
    padding: 0;
    line-height: 20px;
    border-radius: 30px;
    background-color: #FFF;
    transition: background-color 0.3s ease-in;
    box-shadow: 0 0 20px 0 rgba(107,120,134,0.1);
}
.payment_cycle_swicher_label:before
{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: -4px 0;
    background: #A9DA70;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border-radius: 14px;
    transition: all 0.3s ease-in 0s;
}

.payment_cycle_swicher_checkbox:checked + .payment_cycle_swicher_label .payment_cycle_swicher_inner
{
    margin-left: 0;
}
.payment_cycle_swicher_checkbox:checked + .payment_cycle_swicher_label:before
{
    right: 0;
}

.plans_area
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.plan_card
{
    position: relative;
    width: 270px;
    margin: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(107,120,134,0.1);
}
.plan_title
{
    margin-top: 40px;
    height: 25px;
    color: #232B34;
    font-size: 18px;
    text-align: center;
}
.plan_price
{
    margin-top: 20px;
    height: 64px;
    width: 270px;
    color: #6C70DC;
    font-size: 46px;
    font-weight: 200;
    text-align: center;
}
.plan_subtitle
{
    height: 20px;
    color: #6B7886;
    font-size: 14px;
    text-align: center;
}
.plan_subtitle_discount_line
{
    color: #6C70DC;
}
.plan_description
{
    margin-top: 25px;
    border-top: 1px solid #EEEEEE;
    padding: 30px 20px 120px;
    text-align: center;
    color: #6B7886;
    font-size: 14px;
}
.plan_footer
{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.choose_plan_btn
{
    width: 200px;
    height: 60px;
    border: 0 !important;
}
.choose_plan_btn:hover
{
    border: 0 !important;
}
.plan_ribbon
{
    position: absolute;
    top: 19px;
    right: 0;
    width: 80px;
    height: 26px;
    background-color: #A9DA70;
    color: #FFFFFF;
    white-space: nowrap;

    transform: rotate(90deg);

    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 9px;
    line-height: 24px;
}
.plan_ribbon:after
{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    border: 4px solid #9CC66B;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.plan_ribbon > div:before
{
    content: "";
    position: absolute;
    bottom: 0px;
    right: -20px;
    border: 13px solid #A9DA70;
    border-right-color: transparent;
}



#choose_payment_method_window
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F3F7FA;
    z-index: 1101;
    overflow: auto;
    display: none;
}
.close_choose_payment_method_window_btn
{
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
}
.choose_payment_method_back_btn
{
    position: fixed;
    top: 20px;
    left: 20px;
    cursor: pointer;
    padding: 10px;
    color: #232B34;
    font-size: 14px;
}
.choose_payment_method_back_btn > img
{
    transform: rotate(180deg);
    margin-right: 5px;
}
.choose_payment_method_title
{
    height: 48px;
    color: #232B34;
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    text-align: center;
    margin-top: 80px;
}
.choose_payment_method_subtitle
{
    height: 30px;
    color: #6B7886;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.payment_methods_area
{
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment_method_card
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 270px;
    margin: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(107,120,134,0.1);
    cursor: pointer;
}
.payment_method_card_subtitle
{
    color: #676EED;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 18px;
}
.paypal_img
{
    height: 52px;
    width: 204px;
}

#payment_succeeded_popup
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1101;
    background: rgba(0, 0, 10, 0.4);
}
.payment_succeeded_popup_body
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 726px;
    width: 840px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}
.payment_succeeded_img
{
    margin-top: 50px;
    text-align: center;
}
.payment_succeeded_title
{
    color: #050634;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}
.payment_succeeded_subtitle
{
    color: #6B7886;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.payment_succeeded_footer
{
    margin-top: 50px;
    text-align: center;
}
.payment_succeeded_footer > button
{
    height: 60px;
    width: 200px;
}


#payment_canceled_popup
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1101;
    background: rgba(0, 0, 10, 0.4);
}
.payment_canceled_popup_body
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 726px;
    width: 840px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}
.payment_canceled_img
{
    margin-top: 50px;
    text-align: center;
}
.payment_canceled_title
{
    color: #050634;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}
.payment_canceled_subtitle
{
    color: #6B7886;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.payment_canceled_footer
{
    margin-top: 50px;
    text-align: center;
}
.payment_canceled_footer > button
{
    height: 60px;
    width: 200px;
}

@media only screen and (max-width: 1000px)
{
    .m_header_alert > div
    {
        flex-direction: column;
        text-align: center;
    }

    .m_header_alert button
    {
        width: 100%;
        margin-top: 5px;
    }

    .payment_succeeded_popup_body, .payment_canceled_popup_body
    {
        width: 100%;
        height: 100%;
    }

    .payment_succeeded_img > img, .payment_canceled_img > img
    {
        width: calc(100% - 50px);
        margin-top: 50px;
    }
    .payment_succeeded_title, .payment_canceled_title, .choose_payment_method_title, .choose_plan_title
    {
        font-size: 24px;
    }
    .payment_succeeded_subtitle, .payment_canceled_subtitle, .choose_payment_method_subtitle, .choose_plan_subtitle
    {
        font-size: 14px;
    }
    .payment_methods_area
    {
        flex-direction: column;
    }
}