.tpf-slider-section {
    text-align: center;
    padding: 25px 20px;
}

.tpf-slider-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a0c22;
    margin-bottom: 30px;
}

.tpf-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.tpf-slider-min,
.tpf-slider-center,
.tpf-slider-max {
    font-weight: 700;
    color: #0c0835;
    font-size: 15px;
    position: absolute;
    cursor: pointer;
}
.tpf-slider-min:hover,
.tpf-slider-center:hover,
.tpf-slider-max:hover {
    color: #42d000;
}

.tpf-slider-box {
    width: 100%;
    position: relative;
    background-color: #e8e8e8;
    border-radius: 30px;
}

/* Base track */
.tpf-range-input {
    width: 98%;
    appearance: none;
    height: 8px;
    border-radius: 30px;
    background: #ddd;
    outline: none;
    cursor: pointer;
}
/* .tf-slider::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    width: 2px;
    height: 28px;
    background-color: #E8E8E8;
} */

.tpf-slider-min {
    left: 0px;
    top: 54px;
}

.tpf-slider-center {
    right: 47%;
    top: 54px;
}

.tpf-slider-max {
    right: 12px;
    top: 54px;
}

/* Thumb */
.tpf-range-input::-webkit-slider-thumb {
    appearance: none;
    width: 46px;
    height: 46px;
    background: #5c45d7;
    border-radius: 50%;
    border: 8px solid #fff;
    cursor: pointer;
    box-shadow: 0px 2px 9px 4px rgba(0, 0, 0, 10%);
    position: relative;
    z-index: 2;
}

.tpf-range-input::-moz-range-thumb {
    appearance: none;
    width: 26px;
    height: 26px;
    background: #5c45d7;
    border-radius: 50%;
    border: 8px solid #fff;
    cursor: pointer;
    box-shadow: 0px 2px 9px 4px rgba(0, 0, 0, 10%);
}

.tpf-range-input::-moz-range-track {
    background: transparent !important;
    height: 12px;
    border-radius: 999px;
    border: none;
}

.tpf-range-input::-moz-focus-outer {
    border: 0;
}

/* Value bubble */
.tpf-slider-value {
    position: absolute;
    top: 45px;
    background: #ffffff00;
    color: #007519;
    padding: 6px 19px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.2s;
    transform: translateX(-49%);
}

.rengerboxmain {
    padding: 20px 70px;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 500px;
    box-shadow: 0px 1px 22px 4px rgba(98, 85, 245, 15%);
}

/* new card */

.tpf-plan-card {
    margin-top: 40px;
    padding: 20px;
    background-color: #ffdfdf;
    border-radius: 20px;
    position: relative;
    max-height: 620px;
}

.tpf-right-bg {
    position: relative;
    top: -90px;
    right: -5px;
    width: auto;
    height: auto;
}

.tpf-right-bg img {
    height: 540px;
    width: 98%;
}

.tpf-plan-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    position: relative;
}

.tpf-old-price {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.tpf-old-price span {
    font-size: 28px;
    font-weight: 600;
    color: #9a9a9a;
    position: relative;
}

.tpf-old-price span::after {
    content: "";
    background-color: #e83155;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 20px;
}

.tpf-new-price {
    font-size: 41px;
    color: #080032;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.tpf-new-price p {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
}

.tpf-new-price span {
    font-size: 14px;
    color: #080032;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0px;
}
.tpf-new-price span.inc-text {
    text-transform: inherit;
    font-weight: 700;
}

.tpf-room-limit {
    font-size: 12px;
    color: #080032;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.tpf-ribbon {
    background-image: url(../images/badgesec.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 191%;
    top: 92px;
    left: -21px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.tpf-ribbon span {
    transform: rotate(331deg);
    margin-top: -20px;
    margin-left: -172px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.inside-contentbox {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 49%;
    z-index: 3;
    left: 10%;
    width: 79%;
    margin: 0 auto;
}

/* .tpf-based-tag {
    color: #FF7070;
    background-color: #FFDFDF;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    width: max-content;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 23px;
     border: 1px solid transparent; 
     border-image: linear-gradient(90deg, #FF7070 0%, #FFFFFF 47.6%, #FF7070 100%); 
     border-image-slice: 1; 
    overflow: hidden;
} */

.tpf-based-tag {
    color: #ff7070;
    background-color: #ffdfdf;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    width: max-content;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 23px;
    position: relative;
}

.tpf-based-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border thickness */
    border-radius: 10px;
    background: linear-gradient(90deg, #ff7070 0%, #ffffff 47.6%, #ff7070 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tpf-feature-list li {
    font-size: 12px;
    font-weight: 600;
    color: #4f4b51;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tpf-feature-list li i {
    font-size: 20px;
    color: #080032;
}

.tpf-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}

.tpf-buy-btn,
.tpf-buy-btn:focus,
.tpf-buy-btn:hover,
.tpf-buy-btn:visited {
    background-color: #080032;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 40px;
    color: #fff;
    border: 1px solid #080032;
    border-radius: 10px;
}

.tpf-buy-btn:visited {
    color: #fff !important;
}

.pf-tabs {
    display: grid;
    /* Establish the element as a grid container */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tpf-plan-card.card-premium {
    background-color: #cdecff;
}

.tpf-plan-card.card-premium .tpf-ribbon {
    background-image: url(../images/badgesec1.svg);
    top: 96px;
    left: -14px;
}

.tpf-plan-card.card-premium .tpf-based-tag {
    color: #080032;
    background-color: #cdecff;
}

.tpf-plan-card.card-premium .tpf-based-tag::before {
    background: linear-gradient(90deg, #3290ff 0%, #ffffff 47.6%, #3290ff 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tpf-plan-card.card-pro {
    background-color: #ffdfcf;
}

.tpf-plan-card.card-pro .tpf-ribbon {
    background-image: url(../images/badgesec2.svg);
    top: 96px;
    left: -14px;
}

.tpf-plan-card.card-pro .tpf-based-tag {
    color: #080032;
    background-color: #ffdfcf;
}

.tpf-plan-card.card-pro .tpf-based-tag::before {
    background: linear-gradient(90deg, #ff7b3a 0%, #ffffff 47.6%, #ff7b3a 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tpf-plan-card.card-pro .tpf-ribbon span {
    margin-top: -37px;
}

/* .tpf-plan-card.card-pro .tpf-new-price {
    max-width: 200px;
} */

.tpf-plan-card.card-pro .entertxt {
    color: #4f4b51;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.tf-slider.active {
    color: #42d000;
}

/* Responsive */
@media (max-width: 991px) {
    .pf-tabs {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pf-tabs {
        grid-template-columns: 1fr;
    }
}

.pf-tabs .pf-tab-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid transparent !important;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 10%);
    padding: 16px 22px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #080032;
    width: 100%;
}

.pf-tabs .pf-tab-btn.active,
.pf-tabs .pf-tab-btn:hover {
    border: 1px solid #5c45d7 !important;
    background: #ffffff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    -webkit-transition:
        background-color 500ms linear,
        color 500ms linear;
}

.pf-tabs .pf-tab-btn.active .pf-icon-box,
.pf-tabs .pf-tab-btn:hover .pf-icon-box {
    background: #ece9ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #5c45d7;
    transition: var(--transition-05s);
}

.pf-tabs .pf-tab-btn.active .pf-icon-box::before,
.pf-tabs .pf-tab-btn:hover .pf-icon-box::before {
    opacity: 0;
    transition: var(--transition-08s);
}

.pf-icon-box {
    width: 60px;
    height: 60px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    -webkit-transition:
        background-color 500ms linear,
        color 500ms linear;
}

.pf-icon-box::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -4px;
    width: 50px;
    height: 50px;
    z-index: -1;
    border-radius: 50%;
    background: #fbe6e6;
    transition: var(--transition-08s);
}

.pf-icon {
    width: 28px;
    height: 28px;
    color: #00c16a;
}

.pf-tabs.nav-tabs {
    border-bottom: none !important;
}

.onepf .pf-icon-box::before {
    background: #ece9ff;
}

.pf-tabs .pf-tab-btn.onepf svg path {
    fill: #5c45d7;
}

.twopf .pf-icon-box::before {
    background: #e5ffea;
}

.pf-tabs .pf-tab-btn.twopf svg path {
    fill: #01b424;
}

.pf-tabs .pf-tab-btn.twopf.active .pf-icon-box,
.pf-tabs .pf-tab-btn.twopf:hover .pf-icon-box {
    background: #e5ffea;
    border: 1px solid #01b424;
}

.pf-tabs .pf-tab-btn.twopf.active,
.pf-tabs .pf-tab-btn.twopf:hover {
    border: 1px solid #01b424 !important;
}

.threepf .pf-icon-box::before {
    background: #fff3d8;
}

.pf-tabs .pf-tab-btn.threepf svg path {
    fill: #e0a501;
}

.pf-tabs .pf-tab-btn.threepf.active .pf-icon-box,
.pf-tabs .pf-tab-btn.threepf:hover .pf-icon-box {
    background: #fff3d8;
    border: 1px solid #e0a501;
}

.pf-tabs .pf-tab-btn.threepf.active,
.pf-tabs .pf-tab-btn.threepf:hover {
    border: 1px solid #e0a501 !important;
}

.fourpf .pf-icon-box::before {
    background: #ffd7eb;
}

.pf-tabs .pf-tab-btn.fourpf svg path {
    fill: #c83d83;
}

.pf-tabs .pf-tab-btn.fourpf.active .pf-icon-box,
.pf-tabs .pf-tab-btn.fourpf:hover .pf-icon-box {
    background: #ffd7eb;
    border: 1px solid #c83d83;
}

.pf-tabs .pf-tab-btn.fourpf.active,
.pf-tabs .pf-tab-btn.fourpf:hover {
    border: 1px solid #c83d83 !important;
}

.fivepf .pf-icon-box::before {
    background: #ddfdff;
}

.pf-tabs .pf-tab-btn.fivepf.active .pf-icon-box,
.pf-tabs .pf-tab-btn.fivepf:hover .pf-icon-box {
    background: #ddfdff;
    border: 1px solid #04a4af;
}

.pf-tabs .pf-tab-btn.fivepf svg path {
    fill: #04a4af;
}

.pf-tabs .pf-tab-btn.fivepf.active,
.pf-tabs .pf-tab-btn.fivepf:hover {
    border: 1px solid #04a4af !important;
}

.sixpf .pf-icon-box::before {
    background: #e7ebfe;
}

.pf-tabs .pf-tab-btn.sixpf svg path {
    fill: #3155ff;
}

.pf-tabs .pf-tab-btn.sixpf.active .pf-icon-box,
.pf-tabs .pf-tab-btn.sixpf:hover .pf-icon-box {
    background: #e7ebfe;
    border: 1px solid #3155ff;
}

.pf-tabs .pf-tab-btn.sixpf.active,
.pf-tabs .pf-tab-btn.sixpf:hover {
    border: 1px solid #3155ff !important;
}

.pf-tabs-content {
    margin-top: 40px;
    margin-bottom: 30px;
}

.pf-tabs-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #080032;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pf-tabs-content p {
    font-size: 14px;
    font-weight: 500;
    color: #848486;
    margin-bottom: 10px;
}

.pf-tabs-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pf-tabs-content ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #4f4b51;
}

.pf-tabs-content ul li i {
    font-size: 15px;
    color: #eab011;
}

@media (max-width: 2000px) {
    .tpf-ribbon span {
        margin-top: -3px;
    }
}

@media (max-width: 1899px) {
    .tpf-ribbon span {
        margin-top: -3px;
    }

    .tpf-ribbon {
        top: 80px;
    }
}

@media (max-width: 1699px) {
    .tpf-new-price {
        font-size: 35px;
    }

    .tpf-ribbon span {
        margin-top: -27px;
        margin-left: -136px;
        font-size: 20px;
    }

    .tpf-ribbon {
        top: 85px;
        height: 174%;
        left: -12px;
    }

    .inside-contentbox {
        top: 46%;
    }

    .tpf-right-bg img {
        height: 552px;
    }

    .rengerboxmain {
        padding: 10px 50px;
        padding-bottom: 45px;
    }
}

@media (max-width: 1450px) {
    .pf-tabs .pf-tab-btn {
        padding: 12px 14px;
        font-size: 14px;
    }

    .tpf-based-tag {
        font-size: 12px;
    }

    .tpf-feature-list li {
        font-size: 11px;
    }
}

@media (max-width: 1399px) {
    .tpf-right-bg img {
        height: 460px;
    }

    .tpf-right-bg {
        top: -65px;
    }

    .tpf-ribbon {
        top: 81px;
    }

    .tpf-plan-card.card-premium .tpf-ribbon {
        top: 81px;
        left: -10px;
    }

    .tpf-plan-card.card-pro .tpf-ribbon {
        top: 81px;
        left: -10px;
    }

    .inside-contentbox {
        top: 47%;
        left: 13%;
    }

    .tpf-btn-wrap {
        margin-top: 9px;
    }

    .tpf-buy-btn,
    .tpf-buy-btn:focus,
    .tpf-buy-btn:hover {
        font-size: 13px;
        padding: 10px 30px;
    }

    .tpf-ribbon span {
        margin-top: -20px;
        margin-left: -98px;
    }

    .pf-tabs {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .pf-tabs .pf-tab-btn {
        padding: 10px;
        font-size: 13px;
    }

    .pf-icon-box {
        width: 50px;
        height: 50px;
    }

    .tpf-plan-card {
        max-height: 538px;
    }

    .tpf-based-tag {
        font-size: 11px;
    }
}

@media (max-width: 1199px) {
    .pf-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .tpf-plan-top,
    .tpf-right-bg {
        background-color: #ffffff00;
    }

    .tpf-ribbon {
        background-image: none;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        height: auto;
        left: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        padding: 11px;
        top: -75px;
        background-color: #fa7073;
        border-radius: 0px 0px 30px 30px;
    }

    .tpf-plan-card.card-premium .tpf-ribbon {
        background-image: inherit;
        top: -75px;
        left: 0;
        background-color: #478efd;
    }

    .tpf-plan-card.card-pro .tpf-ribbon {
        background-image: inherit;
        top: -75px;
        left: 0;
        background-color: #ec753d;
    }

    .tpf-plan-card.card-pro .tpf-ribbon span {
        margin-top: 0;
    }

    .tpf-ribbon span {
        margin-top: 0;
        margin-left: 0;
        transform: rotate(0);
    }

    .tpf-right-bg {
        display: none;
    }

    .inside-contentbox {
        top: auto;
        left: auto;
        margin-top: 30px;
        position: relative;
    }

    .inside-contentbox {
        width: 100%;
    }

    .tpf-plan-card {
        min-height: 500px;
        overflow: hidden;
    }

    .tpf-plan-top {
        margin-top: 55px;
    }

    .tpf-feature-list li {
        color: #4f4b51;
    }

    .tpf-feature-list li i {
        color: #080032;
    }
    .tpf-slider-center {
        right: 45%;
    }
    .tpf-slider-min {
        left: -8px;
    }
}

@media (max-width: 991px) {
    .tpf-plan-card {
        max-height: 538px;
        width: 400px;
        margin: 0 auto;
    }

    .info-tabinside-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .pf-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        margin-top: 30px;
        margin-bottom: 0px;
        min-width: 600px;
        padding: 13px 5px;
        overflow: auto;
        scrollbar-width: thin;
    }

    .pf-tabs .pf-tab-btn {
        box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 4%);
    }
    .tpf-range-input::-webkit-slider-thumb {
        width: 35px !important;
        height: 35px !important;
    }
    .tpf-slider-min {
        left: 0px;
    }
    .tpf-slider-max {
        right: 4px;
    }
    .tpf-slider-center {
        right: 43%;
    }
}

@media (max-width: 768px) {
    .pf-tabs {
        min-width: 100%;
        padding: 13px 5px;
    }

    .rengerboxmain {
        padding: 10px 15px;
        padding-bottom: 40px;
        border-radius: 30px;
    }
}

@media (max-width: 580px) {
    .tpf-slider-min,
    .tpf-slider-center,
    .tpf-slider-max {
        font-size: 13px;
    }

    .tpf-slider-center {
        right: 43%;
    }

    .tpf-plan-card {
        width: auto;
        height: 100%;
        max-height: max-content;
        min-height: auto;
    }

    .pf-tabs-content p {
        font-size: 13px;
    }

    .inside-contentbox {
        margin-top: 34px;
    }

    .tpf-slider-section {
        text-align: center;
        padding: 40px 10px;
    }

    .tpf-range-input::-webkit-slider-thumb {
        appearance: none;
        width: 30px;
        height: 30px;
    }
    .tpf-new-price {
        font-size: 28px;
    }
}
@media (max-width: 400px) {
    .tpf-slider-center {
        right: 40%;
    }
    .tpf-slider-min {
        left: 0px;
    }
}

@media (width: 1920px) {
    .tpf-ribbon span {
        margin-top: -18px;
    }
}

.tpf-range-input::-webkit-slider-thumb {
    transition: transform 0.2s ease;
}

.tpf-range-input:active::-webkit-slider-thumb {
    transform: scale(1.2);
}

.tpf-buy-btn.cus-btn {
    display: table;
    margin-left: auto;
}
.feature h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #080032;
    text-align: center;
    padding: 56px 0 40px 0;
}
.feature_box {
    padding: 38px 40px;
    border-radius: 20px;
    background-color: #ffe9e3;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.feature_box.feature_box_one {
    background-color: #e3dcff;
}
.feature_box.feature_box_two {
    background-color: #dafffb;
}
.feature_box img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.feature_box h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #080032;
    margin-bottom: 28px;
}
.feature_box ul li {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #080032;
    display: flex;
    align-items: center;
}
.feature_box ul li:last-child {
    margin-bottom: 0px;
}
.feature_box ul li span {
    display: inline-block;
    margin-right: 7px;
    color: #ff8763;
    font-size: 20px;
}
.feature_box.feature_box_one ul li span {
    color: #5c45d7;
}
.feature_box.feature_box_two ul li span {
    color: #009a88;
}
.feature_box .tpf-buy-btn.cus-btn {
    display: flex;
    justify-content: center;
    max-width: 169px;
    margin: 0 auto;
    margin-top: 28px;
    position: relative;
}
@media (max-width: 991px) {
    .feature_box {
        padding: 20px 18px;
        margin-bottom: 10px;
        height: auto;
    }
    .feature_box ul li span {
        font-size: 16px;
    }
    .feature h2 {
        font-size: 26px;
        padding: 20px 0 40px 0;
    }
    .feature_box h5 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 18px;
    }
    .feature_box ul li {
        margin-bottom: 5px;
        font-size: 13px;
    }
}
@media (max-width: 1200px) {
    .feature_box {
        padding: 20px 18px;
    }
    .feature_box h5 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 18px;
    }
}
@media (max-width: 991px) {
    .feature_box {
        padding: 20px 18px;
        margin-bottom: 10px;
    }
    .feature h2 {
        font-size: 26px;
        padding: 5px 0 12px 0;
    }
    .feature_box h5 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 18px;
    }
    .feature_box ul li {
        margin-bottom: 5px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .feature_box {
        padding: 20px 18px;
        margin-bottom: 10px;
    }
    .feature h2 {
        font-size: 26px;
        padding: 5px 0 12px 0;
    }
    .feature_box h5 {
        font-size: 19px;
        line-height: normal;
        margin-bottom: 18px;
    }
    .feature_box ul li {
        margin-bottom: 5px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .feature_box {
        padding: 20px 18px;
        margin-bottom: 10px;
    }
    .feature h2 {
        font-size: 26px;
        padding: 5px 0 12px 0;
    }
    .feature_box h5 {
        font-size: 19px;
        line-height: normal;
        margin-bottom: 18px;
    }
    .feature_box ul li {
        margin-bottom: 5px;
        font-size: 13px;
    }
}

.tpf-feature-list ul li {
    position: relative;
    padding-left: 24px;
}

.tpf-feature-list ul li::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../images/tick.png") no-repeat;
    background-size: 20px;
}

.tpf-based-tag {
    white-space: nowrap;
    overflow: hidden;
    width: 96%;
    text-overflow: ellipsis;
}

.invp-badge {
    position: absolute;
    top: -34px;
    right: 23px;
    background: linear-gradient(135deg, #ffd400, #ff9900);
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 20px;
    /* transform: rotate(-45deg); */
    letter-spacing: 0.5px;
}

@media (max-width: 1199px) {
    .invp-badge {
        top: 21%;
        right: -52px;
        transform: rotate(270deg);
    }
}
@media (max-width: 575px) {
    .invp-badge {
        top: 23%;
    }
}

.wrap {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    z-index: 4;
}
.wrap:before,
.wrap:after {
    content: "";
    position: absolute;
}
.wrap:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #4e0101;
    border-radius: 8px 8px 0px 0px;
}
.wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #4e0101;
    border-radius: 0px 8px 8px 0px;
}

/* Ribbon 6 */
.ribbon6 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow:
        0 0 0 3px #e50000,
        0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: #e50000;
    text-align: center;
}

@media (max-width: 1199px) {
    .ribbon6 {
        font-size: 15px;
    }
    .tpf-plan-card {
        overflow: visible;
    }
}
