.main_card {
    border: 0.01em solid #e1e4ea;
    margin: 10px 0 10px 0;
    flex: 1;
}
.main_price_heading {
    font-size: 32px;
}
.top_card_bg {
    align-items: center;
    border-bottom: 1px solid #e1e4ea !important;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 8fr;
}

.top_card_bg img {
    width: 32px;
    height: 32px;
}

.top_card_bg p,
.top_card_bg h3 {
    margin: 10px;
    margin-top: unset;
    margin-bottom: unset;
}

.top_card_bg h3 {
    line-height: 26px;
    font-size: 20px;
}

.top_card_bg P {
    font-size: 16px;
    font-weight: 500;
    color: #3e3f42;
    line-height: 20px;
}

.text-40 {
    font-size: 40px;
    font-weight: 700;
    color: #1e1f23;
    line-height: 35px;
    margin: 8px 0 0 0;
}

.text-muted-16 {
    font-size: 16px;
    font-weight: 500;
    color: #8f8f91;
    line-height: 20px;
}

.text-muted-14 {
    font-size: 14px;
    font-weight: 500;
    color: #8f8f91;
    line-height: 20px;
    padding: 10px 0px;
}

.baseline {
    align-items: baseline;
}

.feat_li {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    list-style: none;
    padding: 5px 0px;
}

.feat_li:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi40TDQuNDI4NTcgMTBMMTMgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    margin-right: 8px;
}

.w-30 {
    min-width: 30% !important;
}

.gap-24 {
    gap: 24px;
}

.w-28 {
    max-width: 25%;
}

.p-24 {
    padding: 24px;
}

.center_card {
    background: #f4f9ff !important;
}

.center_card_border {
    border-bottom: 1px solid #e1e4ea !important;
    background: #f4f9ff !important;
}

.blue_button .get_premium_btn {
    background: #68A4FF !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #68a4ff !important;
}

.blue_button .get_premium_btn:hover {
    background: #83B4FF !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px 83B4FF !important;
}

.mt-24 {
    margin-top: 24px;
}

.tab-wrap {
    transition: 0.1s ease;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    gap: 10px;
}

.tab-wrap:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.tab {
    display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:last-of-type:not(:first-of-type) + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab:checked + label {
    background-color: #000;
    color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
    border: none;
}

.tab:checked + label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #000;
    color: #fff;
}

.tab + label {
    box-shadow: 0 -1px 0 #eee inset;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    flex-grow: 3;
    background-color: #fff;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #e1e4ea;
    border-bottom: unset;
}

.tab + label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
}

.tab__content .de-d-flex {
    padding: 10px 0;
}

ul {
    margin-left: 8px;
}

@media (max-width: 786px) {
    .w-28 {
        max-width: unset;
    }
}
@media (max-width: 640px) {
    .w-30 {
        min-width: 100% !important;
    }
    .w-28 {
        max-width: unset;
    }

    .div-upper {
        display: none;
    }
}

@media (min-width: 641px) {
    .tabs_div_s_screen {
        display: none;
    }
}

@media (min-width: 701px) and (max-width: 1099px) {
    .w-28 {
        max-width: unset;
    }
    .text-40 {
        font-size: 30px;
    }
}
