.btn_buy_now_footer {
    display: none;
}

.btn_details {
    margin: 15px;
}

.name_plan {
    color: #fff;
}

.custom-select {
    height: 59px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.headline_section_col--list li {
    margin-bottom: 30px !important;
}

.section-plan-mobile {
    display: none;
}

@media (max-width: 991px) {
    .tab_plan_pricing_row .tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item::after {
        content: none;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(2) {
        left: 0;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(3) {
        right: 0;
        transform: none;
        left: auto;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(4) {
        left: 0;
        margin-top: 60px;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(5) {
        margin-top: 60px;
        right: 0;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:nth-child(6) {
        left: 0;
        margin-top: 120px;
        width: 100% !important;
    }
    .tab_plan_pricing_row.header .tab_plan_pricing_col:not(:nth-child(1)) {
        width: 48%;
    }
    .tab_plan_pricing {
        padding-top: 125px;
    }
    .tab_plan_pricing_row .tab_plan_pricing_col:nth-child(1) .tab_plan_pricing_col_item {
        padding-right: 10px;
    }
    .row_premium_price .tab_plan_pricing_col_item {
        font-size: 16px;
        text-align: center;
        align-items: center;
    }
    .tab_plan_btn:not(.active) {
        color: #30b0e0 !important;
        background-color: #fff !important;
        border: 1px solid #30b0e0 !important;
    }
    .btn_buy_now_footer {
        display: block;
    }
    .name_plan {
        display: none;
    }
    .section-plan-mobile {
        width: 100%;
        display: block;
    }
    .section-plan-desktop {
        display: none;
    }
    .container {
        padding: 0 18px;
    }
}

@media (min-width: 992px) {
    .tab_plan_pricing_col:not(:nth-child(1)) {
        width: 12%;
    }
    .tab_plan_pricing_col:nth-child(1) {
        width: 28%;
    }
    .tab_plan_pricing_row.footer .btn {
        color: #30b0e0;
        background: #fff;
    }
    .name_plan {
        display: block;
    }
}

@media (min-width: 1920px) {
    .tab_plan_pricing_col:not(:nth-child(1)) {
        width: 15%;
    }
    .tab_plan_pricing_col:nth-child(1) {
        width: 35%;
    }
    .btn_details {
        padding: 18px 18px 18px !important;
    }
    .btn_details:last-child() {
        margin-right: 20px !important;
    }
}