.billed_check_box {
    padding: 15px 0px 45px 0px;
}

.billed_check_box p.active {
    color: #383192;
    font-weight: 700;
}

.sub_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0px 10px;
}

.sub_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sub_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 30px;
    transition: .3s;
}

.sub_slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: .3s;
}

input:checked+.sub_slider:before {
    transform: translateX(30px);
}

input:checked+.sub_slider {
    background-color: #383192;
}

.sub_paln {
    background-color: #fff;
    padding: 15px;
    border-radius: 26px;
    border: 1px solid #e6e6e9;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub_card_list li {
    align-items: flex-start !important;
}

.select_plan_btn_5 {
    background-color: #383192;
    color: #ffffff;
    border: 1px solid #383192;
    transition: 0.5s;
    border-radius: 20px;
    margin-top: 20px;
}

.sub_paln .sub_card_list li .text_import {
    color: #383192 !important;
}

@media only screen and (max-width: 1280px) {
    .popular_plan {
        font-size: 14px !important;
        padding: 10px 15px;
    }
}

.popular_plan {
    position: absolute;
    right: 0px;
    border-radius: 0px 26px !important;
}

.popular_sub_paln {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
    .popular_plan img {
        width: 10px;
        margin-right: 5px;
    }
}

.sub_paln h3.text_import {
    color: #383192 !important;
    font-weight: 700;
}

.subscription_table tbody td .icon-cross {
    background-color: #E50000;
    border-radius: 50px;
    padding: 4px;
    font-size: 8px;
    height: 16px;
    width: 16px;
    color: white;
}