.cs_banner_text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2 !important;
    margin-top: 0;
}
.cs_banner_text p {
    font-size: 18px;
    margin: 0;
}
.cs_banner_text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 170px 0;
}
.cs_banner_sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cs_banner_sec::before {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.tn_sec_title {
    text-align: center;
    margin-bottom: 40px;
}
.tn_price_block {
    padding: 50px;
    background: #F0EBFE;
    border-radius: 15px;
    margin-bottom: 50px;
}
.tn_price_block_head {
    text-align: center;
    margin-bottom: 50px;
}
.tn_price_block_head h3 {
    margin-top: 0;
    font-weight: 800;
    color: #000;
    font-size: 36px;
}
.tn_price_block_head p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.tn_price_block:last-of-type {
    margin-bottom: 0;
}
p.pricing_sdesc {
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}
.tn_prc_top {
    background: #6A00FF;
    padding: 25px 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}
.tn_prc_top * {
    color: #fff;
}
h4.prc_title {
    margin-top: 0;
    font-size: 28px;
    line-height: 1 !important;
}
p.prc_amount {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.1 !important;
}
.prc_validity {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0;
}
.prc_validity span{
    margin: auto;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0 10px;
    background: #6A00FF;
    position: relative;
    z-index: 1;
    display: block;
    width: max-content;
}
p.prc_validity::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tn_price_grid_itm {
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.tn_prc_bottom {
    padding: 35px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tn_prc_bottom p {
    font-size: 22px;
    color: #000;
}
.tn_prc_bottom h5 {
    margin-top: 0;
    font-weight: 800;
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
}
.tn_price_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
a.tn_btn.prc_btn {
    margin: auto;
    display: block;
    width: max-content;
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1 !important;
}
.tn_price_full_card {
    background: #fff;
    padding: 0;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.tn_price_fc_left_price {
    padding: 50px;
    color: #fff;
    background: #6A00FF;
    border-radius: 15px;
}
.tn_price_fc_left_price .tn_fc_price_desc {
    font-size: 28px;
    margin-bottom: 0;
}
.pkg_details ul {
    margin-bottom: 10px;
}
.tn_price_full_card .tn_prc_bottom {
    padding: 43px 40px;
}
.tn_price_full_card .pkg_details.tn_prc_bottom ul {
    margin-bottom: 0;
}
.tn_price_fc_left {
    display: flex;
    flex-direction: column;
}
.tn_price_fc_left_price p.tn_fc_price {
    font-size: 70px;
    line-height: 1 !important;
    font-weight: 900;
}
.tn_price_fc_right a.tn_btn.prc_btn {
    display: none;
}
@media (max-width:1200px) {
    .tn_price_fc_left_price .tn_fc_price_desc {
        font-size: 24px;
    }
    .tn_price_fc_left_price {
        padding: 40px;
    }
    .tn_price_full_card .tn_prc_bottom {
        padding: 30px;
    }
    .tn_price_fc_left_price p.tn_fc_price {
        font-size: 53px;
    }
    .tn_price_full_card {
        gap: 0;
    }
    .tn_prc_bottom h5 {
        font-size: 20px;
    }
    .tn_prc_bottom p {
        font-size: 18px;
    }
    .tn_prc_bottom {
        padding: 32px;
    }
    .support-banner {
        margin-top: 140px;
    }
}
@media (max-width: 1200px) {
    .cs_banner_text h1 {
        font-size: 40px;
    }
    .cs_banner_text {
        padding: 110px 0;
    }
    .tn_price_grid {
        gap: 20px;
    }
    .tn_price_block_head p {
        font-size: 21px;
    }
    p.pricing_sdesc {
        font-size: 18px;
    }
    .tn_sec_title h2 {
        font-size: 32px;
    }
    .tn_price_block_head h3 {
        font-size: 32px;
    }
    .tn_price_block {
        padding: 45px 30px;
    }

}
@media (max-width: 767px) {
    .tn_price_full_card,.tn_price_grid {
        grid-template-columns: 1fr;
    }
    .tn_price_block {
        padding: 30px 20px;
    }
    .tn_price_block_head h3 {
        font-size: 27px;
    }
    .tn_price_block_head p {
        font-size: 18px;
    }
    p.pricing_sdesc {
        font-size: 14px;
    }
    .tn_price_block_head {
        margin-bottom: 25px;
    }
    .tn_sec_title h2 {
        font-size: 28px;
    }
    .tn_price_fc_left a.tn_btn.prc_btn {
        display: none;
    }
    .tn_price_full_card .tn_prc_bottom  {
        padding: 20px;
    }
    .tn_price_fc_right.pkg_details.tn_prc_bottom {
        padding-top: 0;
    }
    .tn_price_fc_left .tn_prc_bottom {
        padding-bottom: 0px;
    }
    .tn_price_fc_right a.tn_btn.prc_btn {
        display: block;
    }
    .tn_price_fc_left_price {
        padding: 26px;
    }
    .tn_price_fc_left_price p.tn_fc_price {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .tn_price_fc_left_price {
        padding: 25px 30px;
        text-align: center;
    }
    h4.prc_title {
        font-size: 24px;
    }
    p.prc_amount {
        font-size: 34px;
    }
    .tn_price_block {
        margin-bottom: 30px;
    }
    .cs_banner_text {
        padding: 50px 0;
    }
    .cs_banner_text h1 {
        font-size: 30px;
    }
    .cs_banner_text p {
        font-size: 14px;
    }
    .tn_prc_bottom {
        padding: 25px;
    }
    .tn_sec_title {
        margin-bottom: 30px;
    }
}
@media (min-width:1025px) {
    .sec_70 {
        padding: 60px 0;
    }
}