﻿.bg-Container{
    background: url("../Images/bg.png");
    background-size: cover;
    background-position: center;
}
.main_CardMY {
    border: none !important;
    box-shadow: 0px 0px 20px 6px #dddddd;
    border-radius: 1.5rem !important;
}
.tab-content{
    border: none !important;
}
.card-body {
    padding: 0 !important;
}
.rounded-top-left{
    border-radius:1.5rem 0 0 1.5rem;
}
.rounded-right-bottom {
    border-radius: 0 1.5rem 1.5rem 0;
}
.rounded-sidbar{
    border-radius: 1.5rem;
}
.user-img-contain {
    background-color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-img-contain .user-Img {
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.sidebar-btn {
    background: white;
    border-radius: 1rem 0 0 1rem;
}
    .sidebar-btn button {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0 !important;
        padding: 14px 20px;
        border-radius: 0.75rem 0 0 0.75rem;
        background: #00d097;
        color: white;
        text-align: start;
        font-size: 12px;
        padding-right: 10px;
    }
.sidebar-btn button.active{
    background: white;
    color: #4e63b9;
    outline: none;
}
.sidebar-btn.upper button{
    border-radius: 0 0 0.75rem 0;
}
.sidebar-btn.lower button{
    border-radius: 0 0.75rem 0 0;
}
/*subscription s*/
.subscription {
    background: #dfe7e9;
    background: #e6e9e9;
    /* border-radius: 0 0.75rem 0.75rem 0;*/
    border-radius: 0.75rem;
    
}
.subscriptionContain {
    position: relative;
}
.logoutBTN {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 0.35rem;
    border: none;
    background: #00d097;
    color: white;
    padding: 8px 15px;
    z-index: 9;
}

.Pcontent {
    padding-top: 0.8rem;
}

    .Pcontent .Pchoice {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #3e4247;
        padding-bottom: 15px;
    }

    .Pcontent .pPartHead {
        font-size: 22px;
        font-weight: 800;
    }

.sub-Content {
    display: flex;
    justify-content: center;
    gap: 22px;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px;
}

    .sub-Content .box {
        display: flex;
        flex-direction: column;
        height: 586px;
        width: 300px;
        border-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
        background: white;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
        position: relative;
        align-items: center;
        margin-bottom: 50px;
    }

.box .title {
    width: 100%;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: lighter;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #f5f5f4;
    margin: 0;
}

.basic .title {
    background: #307baa;
}

.box .view {
    display: block;
    width: 100%;
    padding: 15px 0 18px;
    background: #f5f5f4;
    position: relative;
}

.box .icon {
    display: flex;
    justify-content: center;
}

    .box .icon img {
        width: 100px;
    }

.box .cost {
    display: flex;
    justify-content: center;
    flex-direction: row;
    /*margin-top: 10px;*/
}

.cost .amount {
    font-size: 2.8em;
    font-weight: bolder;
    color: black;
    margin: 0;
}

.amount .ruppeCode {
    font-size: 0.7em;
}

.view .qualityBtn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.qualityBtn .btnPayment {
    border: none;
    padding: 5px 12px;
    background: cadetblue;
    border-radius: 7px;
}

.silver {
    background-image: linear-gradient(180deg, #fefefe 20%, #9f9f9f 80%) !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.golden {
    background-image: linear-gradient(180deg, #f6e27a 20%, #cb9b51 80%) !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.diamond {
    background: linear-gradient(90deg, rgba(241,247,251,1) 0%, rgba(217,235,244,1) 0%, rgba(203,227,240,1) 31%, rgba(184,216,231,1) 53%, rgba(154,197,219,1) 72%) !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.cost .detail {
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.box .description {
    margin: 30px auto;
    font-size: 0.8em;
    color: #7D7C7C;
}

.description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .description ul li {
        margin-top: 10px;
    }

        .description ul li::before {
            content: "";
            background-image: url("https://i.postimg.cc/ht7g996V/check.png");
            background-position: center;
            background-size: cover;
            opacity: 0.5;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 10px;
        }

.box .button {
    margin: 0 auto 30px;
    position: absolute;
    bottom: 0;
}

    .box .button button {
        height: 40px;
        width: 250px;
        font-size: 0.7em;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #7D7C7C;
        border: 2px solid #7D7C7C;
        border-radius: 50px;
        background: transparent;
    }

        .box .button button:hover {
            color: #F5F5F4;
            transition: 0.5s;
            border: none;
            background: #FF7445;
        }

/*button style*/
/*.btnUnder {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: inherit;
}
    .btnUnder .btnUnder1 {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transition-duration: 0.3s;
        transition-property: all;
        --tw-bg-opacity: 1;
        background-color: rgb(168 85 247 / var(--tw-bg-opacity));
        transform: translate(0px, 0) rotate(0) skewX(-12deg)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }*/
:root {
    --bg-color: #329199;
    --bg-color-1: #922778;
    --bg-color-2: #602457;
    --bg-image: url('../img/subscription/4.png'), linear-gradient(252deg, #9f23ae 0%, #FF0099 100%);
    --bg-image-color: linear-gradient(252deg, #9f23ae 0%, #FF0099 100%);
    --bg-image1: url('../img/subscription/4.png'), linear-gradient(to right, #0acffe 0%, #495aff 100%);
    --bg-image-color1: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    --bg-color11: #204d9d;
    --bg-cone: #102b5b;
    --bg-image2: url('../img/subscription/4.png'), linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
    --bg-image-color2: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
    --bg-color22: #fd4639;
    --bg-cone2: #972c24;
}


.pricing-container {
    /*border-top: 2px solid #c1f9c3;*/
    /* margin-top: 3rem; */
    position: relative;
}

.box {
    display: flex;
    justify-content: center;
}

.box1 {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 2fr;
}

    .box1 .price-card {
        margin: 0.8rem 2rem !important;
    }

.price-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    margin: .8rem;
    width: 18rem;
    min-height: max-content;
}

    .price-card .price-content {
        width: 100%;
        flex: 1;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: .2rem;
        background: white;
        position: relative;
    }

        .price-card .price-content .price-cover {
            width: 100%;
            border-radius: .15rem .15rem 5rem 5rem;
            color: #fff;
            background-image: var(--bg-color);
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
/* .price-cover .batch{
  position: absolute;
} */
.price-cover .batch {
    position: absolute;
    top: 14px;
    left: -41px;
    background: skyblue;
    /* padding: 2px 29px; */
    transform: rotate(314deg);
    font-size: 1.3rem;
    width: 9rem;
    display: none;
}
/* .price-card:nth-child(7) .price-content .price-cover{
  background: #0059ff;
} */
/*.price-card#pharma .price-content .price-cover {
    background: #6EACDA;
}*/
.price-cover .price-title {
    /* margin: 0 0 .2rem; */
    margin: .4rem 0 .2rem;
    /* padding: 1.2rem 1rem 0; */
    width: 80%;
    /* text-transform: uppercase; */
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: break-spaces; */
    font-weight: 600;
    line-height: 1.25;
}

.price-cover .price-description {
    width: 100%;
    /* padding: 0 1rem; */
    padding-top: 1rem;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
}

.price-cover .price-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    padding: 1.5rem 0rem;
    font-weight: 700;
    padding-top: 0.4rem;
}

.price-card .price-feature {
    list-style-type: circle;
    list-style-type: none;
    font-size: .85rem;
    line-height: 1.6rem;
    text-align: left;
    padding-left: 10%;
}



.price-feature .checkBtn {
    color: #028901;
    font-size: 1rem;
}

.price-feature li b {
    font-weight: 700;
    font-size: 9px;
}

.price-card .price-action {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
    padding: .9rem;
    background-color: var(--bg-color);
    border-radius: .2rem;
}

.price-card:nth-child(7) .price-action {
    background: #0059ff;
}
/*.price-card#pharma .price-action {
   background: #6EACDA;
}*/
.price-card .price-action .price-select {
    margin: 0;
    width: 100%;
    color: #fff !important;
    border: none;
    background: transparent;
    font-size: 1.2rem;
}

.price-amount .currency {
    font-size: 1.1rem;
    align-self: flex-start;
    margin: .6rem .15rem 0 0;
}

.price-amount .amount {
    font-size: 2rem;
}

#messagesCount {
    font-size: 25px;
    background: linear-gradient(45deg, rgb(18 91 124), rgb(1 12 22));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: blinkk 1.2s infinite linear;
}

.progress-container3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1.1rem;
    height: 2.75rem;
    margin-top: 0.2rem;
}

.light-progress-bar {
    position: absolute;
    top: 45%;
    left: 0;
    width: 95%;
    height: 5px;
    background-color: #d6e9eb;
    z-index: 1;
    transition: width 0.3s;
}

.progress-bar1 {
    position: absolute;
    top: 45%;
    left: 0;
    width: 0;
    height: 6px;
    background-image: var(--bg-color);
    z-index: 1;
    transition: width 0.3s;
}

.progress-step {
    top: -.25rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 2px solid rgba(50, 145, 153, .2);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: background-color 0.3s, color 0.3s;
}

.slider-mark {
    position: absolute;
    top: -0rem;
    left: 0;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    transform: translateX(-5%);
}

    .slider-mark .slider-text {
        position: absolute;
        bottom: -0.6rem;
    }

        .slider-mark .slider-text:last-child {
            color: red;
            background: linear-gradient(45deg, rgb(18 91 124), rgb(1 12 22));
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            animation: blinkk 1.2s infinite linear;
        }

@keyframes blinkk {
    50% {
        background: linear-gradient(45deg, rgb(40 104 133), rgb(9 36 64));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(45deg, rgb(57 208 253), rgb(33 90 147));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }
}

.starIMG {
    width: 65px;
    position: absolute;
    top: -14px;
    right: -14px;
    animation: blinkk2 0.9s infinite linear;
    transform: scale(1);
}

@keyframes blinkk2 {
    50% {
        transform: scale(0.91);
    }

    100% {
        transform: scale(1);
    }
}

.progress-step.active {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 2px solid var(--bg-color);
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}

.progress-step.completed {
    width: 1.2rem;
    height: 1.2rem;
    background-image: var(--bg-color);
    border: 2px solid var(--bg-color);
    border-radius: 50%;
    outline: none;
}

.btn-close:focus {
    box-shadow: none !important;
    opacity: 1;
}

.modalHeader .step {
    font-weight: 700;
    color: #6d6d6d !important;
    font-size: 14px;
    line-height: 1.3;
}

.modalHeader h4 {
    font-weight: 500;
    font-size: 22px;
    color: black !important;
    padding-bottom: 0.5rem;
}

.modalHeader .prime_container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.prime_container .prime_card {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 1rem 1rem 1rem 1rem;
    background-color: white;
    cursor: pointer;
    width: 230px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prime_card .upperCard {
    border-bottom: 1px solid lightgray;
    padding: 0 1rem;
}

.upperCard .duration {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 2rem;
}

.upperCard .price {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}

.price .priceOne {
    display: flex;
    padding-bottom: 1rem;
}

.price .ruppee {
    font-size: 20px;
}

.price .pAmount {
    font-size: 1.6rem;
    font-weight: 700;
}

.price .perDuration {
    font-size: 0.8rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.price .gst {
    font-size: 0.8rem;
    color: gray;
    margin-bottom: 5px;
}

.prime_card .lowerCard {
    padding-top: 0.8rem;
    font-size: 12px;
    font-weight: 500;
    color: darkslategray;
    text-align: center;
    border-top: 1px solid #d3d3d3;
}

.modalHeader .prime_btn button {
    margin-top: 1.5rem;
}

.prime_btn button {
    border: none;
    border-radius: 20px;
    background-color: #0265dc;
    color: white;
    font-weight: 500;
    padding: 5px 15px;
}
.prime_btn span {
    font-size: 20px;
    font-weight: 700;
}
.modal-footer .mFooter p {
    font-size: 12px !important;
}

.modalFOOTER {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 4px;
}

.tableInformation {
    height: 55vh;
    overflow-y: scroll;
}

    .tableInformation table {
        border-color: #a5a5a5 !important;
    }

.agreement {
    height: 100%;
    width: 100%;
}

.pdfContainer {
    width: 100%;
    height: 60vh;
}

.agreeCheck span {
    font-weight: 500;
}

.selectMainModule {
    text-align: start;
    width: 100%;
    padding-left: 20%;
    margin-bottom: 3rem;
}

    .selectMainModule .moduleSelect {
        padding-bottom: 5px;
    }

.lowerCardTXT {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .lowerCardTXT span {
        font-size: 14px;
        font-weight: 500;
        color: darkslategray;
    }

.celebrationContainer canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.prFormTable th {
    font-size: 23px;
}

.prFormTable td {
    font-size: 20px;
}

.price-feature-container {
    position: relative;
}

.toggle-button {
    color: var(--bg-color-1);
    border: none;
    font-weight: 700;
    font-size: 10px;
    border-radius: 0.2rem;
    position: absolute;
    bottom: -25px;
    right: 0;
}

.unit1 {
    font-size: 2rem;
}
/* new .price-card design s */

.price-card1, .price-card2, .price-card3, .price-card4 {
    width: 13rem;
    height: max-content;
    position: relative;
    border-radius: 18px 18px 0 18px;
    background: white;
    margin-bottom: 125px;
}
    .price-card1 .upperCard, .price-card2 .upperCard, .price-card3 .upperCard, .price-card4 .upperCard {
        background-color: white;
        border-radius: 0 25px 0 0;
        position: relative;
        z-index: 1;
        height: auto;
    }

.upperCard::before {
    content: '';
    position: absolute;
    bottom: 51px;
    left: -7px;
    height: 38px;
    width: 194px;
    background-color: var(--bg-color-1);
    transform: rotate(339deg) skewX(160deg);
}


.reject {
    background-image: radial-gradient(circle 986.6px at 10% 20%, rgb(227 12 59) 0%, rgba(3, 31, 213, 1) 49.8%, rgba(248, 101, 248, 1) 178.9%) !important;
}
.upperCard::after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 19px;
    height: 53px;
    width: 28px;
    background-color: var(--bg-color-2);
    z-index: -1;
    transform: rotate(23deg);
}

.price-card1 .upperCard .slideMain, .price-card2 .upperCard .slideMain, .price-card3 .upperCard .slideMain, .price-card4 .upperCard .slideMain {
    transform: translate(-1.6rem, -1.6rem);
    position: relative;
}

.slideCard {
    clip-path: polygon(0 0, 231% 0%, 97% 51%, 0% 100%);
    border-radius: 18px 18px 18px 0;
    background-image: url("../Images/subscription/4.png"), var(--bg-color);
    position: relative;
    background-position-x: right;
    background-repeat: no-repeat;
}
#PaidContainer .slideCard, #UpdateContainer .slideCard {
    background-image: url("../Images/subscription/46.png"), var(--bg-color);
    background-position-x: 105%;
}
#PaidContainer #whatsapp .slideCard,
#PaidContainer #PaidwhatsappPRG .slideCard,
#PaidContainer #UpdatewhatsappPRG .slideCard,
#PaidContainer #BranchwhatsappPRG .slideCard {
    background-position-x: 100%;
}
    /* .bg-CircleIMg{
    background: ;
} */
    /* .slideCard::after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: #0f1b2a;
} */
    .slideCard .modelTitle {
    padding: 1.7rem 0;
}

.slideMain .title {
    min-width: 50%;
    width: auto;
    background: #ffffff;
    border-radius: 0 10px 10px 0;
    transform: translateX(-10px);
    padding: 1px 10px 4px 10px;
    position: absolute;
    top: 23px;
    z-index: 2;
    text-align: center;
}

    .slideMain .title::before {
        content: '';
        position: absolute;
        top: -6px;
        left: 0px;
        height: 6px;
        width: 10px;
        background-color: #534141;
        z-index: -1;
        border-radius: 4px 0 0 4px;
    }

    .slideMain .title::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0px;
        height: 6px;
        width: 10px;
        background-color: #534141;
        z-index: -1;
        border-radius: 4px 0 0 4px;
    }

    .slideMain .title span {
        font-size: 11px;
        font-weight: 600;
    }

.slideCard .moduleAMT {
    height: 3.9rem;
}

.moduleAMT .price1 {
    padding-left: 15px;
    padding-top: 5px;
    color: white;
}

.price1 .ruppe {
    font-size: 15px;
}

.price1 .Pamt {
    font-size: 17px;
    font-weight: 700;
}
.price1 .dura {
    font-size: 12px;
}

.upperCard .sideCone {
    height: 42px;
    width: 102px;
    background-image: var(--bg-color);
    position: absolute;
    right: 0;
    bottom: 39px;
    clip-path: polygon(100% 1%, 100% 0, 100% 100%, 0% 100%);
    z-index: 11;
}


.borderCone {
    position: absolute;
    right: 32px;
    top: 19px;
    width: 136px;
    height: 56px;
    background-color: transparent;
    border-radius: 30px;
    z-index: 1;
}

    .borderCone::before {
        content: '';
        position: absolute;
        bottom: 33px;
        right: -11px;
        transform: rotate(357deg);
        height: 24px;
        width: 30px;
        background: #ffffff;
        z-index: -1;
        clip-path: polygon(100% 8%, 88% 8%, 79% 31%, 61% 53%, 46% 66%, 26% 83%, 14% 91%, 0 97%, 92% 105%);
    }

.secondCard {
    background-color: var(--bg-color-1);
    height: auto;
    position: relative;
    border-radius: 0 0 12px 33px;
    margin-top: -29px;
    z-index: 1;
}


.secondCard .secordContain {
    padding: 12px 12px 2px 8px;
    background-color: white;
    border-radius: 44px 0 0 30px;
    position: relative;
}

    .secondCard .secordContain::before {
        content: '';
        position: absolute;
        top: -4px;
        left: 32px;
        transform: rotate(69deg);
        height: 22px;
        width: 16px;
        background-color: #ffffff;
    }

    .secondCard .secordContain .price-feature {
        list-style-type: none;
        height: auto;
        position: relative;
        margin-bottom: 1.2rem;
        font-size: 10px;
        margin-top: -5px;
        padding-left: 0.3rem;
    }

.pContainZ {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    justify-items: center;
}

    .pContainZ.Pharma {
        grid-template-columns: 1fr;
    }
/*#PaidSubscription .pContainZ {
    gap: 87px;
}*/
.subBTN {
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .subBTN button {
        border: none;
        height: 100%;
        padding: 5px 10px;
        border-radius: 10px;
        background-image: var(--bg-color);
        color: white;
        font-size: 11px;
        font-weight: 500;
    }

.lastCOne {
    position: absolute;
    bottom: -36px;
    width: 100%;
    height: 2.4rem;
    background-color: white;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 94% 100%);
    border-radius: 0 0 10px 0;
}

/*.price-card1::before, .price-card2::before {
    content: '';
    position: absolute;
    bottom: -135px;
    left: 0%;
    height: 20%;
    width: 100%;
    z-index: 2;
    background: url(../Images/subscription/sh1.png) no-repeat;
    opacity: 0.6;
}*/



.btnActive {
    animation: bgCHANGE 1.5s infinite ease-in-out;
    transform: scale(1.1)
}

@keyframes bgCHANGE {
    0% {
        background-image: linear-gradient( 1deg, rgba(71,139,214,1) 23.3%, rgba(37,216,211,1) 84.7% );
    }

    25% {
        background-image: linear-gradient( 90deg, rgba(71,139,214,1) 23.3%, rgba(37,216,211,1) 84.7% );
    }

    50% {
        background-image: linear-gradient( 180deg, rgba(71,139,214,1) 23.3%, rgba(37,216,211,1) 84.7% );
    }

    75% {
        background-image: linear-gradient( 270deg, rgba(71,139,214,1) 23.3%, rgba(37,216,211,1) 84.7% );
    }

    100% {
        background-image: linear-gradient( 336deg, rgba(71,139,214,1) 23.3%, rgba(37,216,211,1) 84.7% );
    }
}
.backBtn {
    border: none;
    padding: 5px 20px;
    border-radius: 6px;
    background: purple;
    color: white;
    font-weight: 500;
    font-size: 16px;
}
.pBORDER {
    position: relative
}

    .pBORDER::before {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        height: 100%;
        width: 6px;
        background: white;
    }



/*.Ttransition{

    transition: 3s; 

}*/

/*#FreeWhatsapp.pBORDER::before, #PaidWhatsapp.pBORDER::before {
    left: -30px;
}*/

.removeBTN {
    position: absolute;
    right: -10px;
    top: -14px;
    z-index: 2;
    font-size: 25px;
    color: red;
}

.amtDetails {
    border-top: 6px solid white;
}

.TotalAMT {
    font-size: 22px;
    font-weight: 700;
}

.TotalAMTprice {
    font-size: 22px;
    font-weight: 700;
}

.continueBTN .subBTN {
    cursor: not-allowed;
    border: none;
    height: 100%;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 10px;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(99, 55, 255, 1) 0%, rgba(39, 170, 255, 1) 90%);
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.CardShadow {
    position: absolute;
    bottom: -67px;
    left: -3px;
    opacity: 0.6;
}
.CardShadow img{
    width: 100%;
}
.price-card1#whatsapp, .price-card2#whatsapp, .price-card3#whatsapp, .price-card4#whatsapp,
.price-card1#PaidwhatsappPRG, .price-card2#PaidwhatsappPRG, .price-card3#PaidwhatsappPRG, .price-card4#PaidwhatsappPRG,
.price-card1#UpdatewhatsappPRG, .price-card2#UpdatewhatsappPRG, .price-card3#UpdatewhatsappPRG, .price-card4#UpdatewhatsappPRG,
.price-card1#BranchwhatsappPRG, .price-card2#BranchwhatsappPRG, .price-card3#BranchwhatsappPRG, .price-card4#BranchwhatsappPRG {
    width: 16rem;
    margin-bottom: 120px;
}
.price-card#whatsapp .price-feature,
.price-card#PaidwhatsappPRG .price-feature,
.price-card#UpdatewhatsappPRG .price-feature,
.price-card#BranchwhatsappPRG .price-feature {
    padding-left: 28% !important;
}
.price-card1#whatsapp::before,
.price-card1#PaidwhatsappPRG::before,
.price-card1#UpdatewhatsappPRG::before,
.price-card1#BranchwhatsappPRG::before {
    bottom: -125px;
    height: 10%;
    width: 410px;
    background-size: cover;
    background-position: center;
}

#whatsapp .upperCard::before,
#PaidwhatsappPRG .upperCard::before,
#UpdatewhatsappPRG .upperCard::before,
#BranchwhatsappPRG .upperCard::before {
    content: '';
    position: absolute;
    bottom: 43px;
    left: -8px;
    height: 40px;
    width: 233px;
    background-color: var(--bg-color-1);
    transform: rotate(339deg) skewX(159deg);
}
#whatsapp .upperCard .sideCone,
#PaidwhatsappPRG .upperCard .sideCone,
#UpdatewhatsappPRG .upperCard .sideCone,
#BranchwhatsappPRG .upperCard .sideCone {
    height: 56px;
    width: 130px;
    bottom: 20px;
}
#whatsapp .secondCard,
#PaidwhatsappPRG .secondCard,
#UpdatewhatsappPRG .secondCard,
#BranchwhatsappPRG .secondCard {
    margin-top: -14px;
}
.price-card1#whatsapp::before, .price-card2#whatsapp::before, .price-card3#whatsapp::before, .price-card4#whatsapp::before,
.price-card1#PaidwhatsappPRG::before, .price-card2#PaidwhatsappPRG::before, .price-card3#PaidwhatsappPRG::before, .price-card4#PaidwhatsappPRG::before,
.price-card1#UpdatewhatsappPRG::before, .price-card2#UpdatewhatsappPRG::before, .price-card3#UpdatewhatsappPRG::before, .price-card4#UpdatewhatsappPRG::before,
.price-card1#BranchwhatsappPRG::before, .price-card2#BranchwhatsappPRG::before, .price-card3#BranchwhatsappPRG::before, .price-card4#BranchwhatsappPRG::before {
    bottom: -125px;
    height: 10%;
    width: 410px;
    background-size: cover;
    background-position: center;
}
.price-card1#whatsapp .progress-container3, .price-card2#whatsapp .progress-container3, .price-card3#whatsapp .progress-container3, .price-card4#whatsapp .progress-container3,
.price-card1#PaidwhatsappPRG .progress-container3, .price-card2#PaidwhatsappPRG .progress-container3, .price-card3#PaidwhatsappPRG .progress-container3, .price-card4#PaidwhatsappPRG .progress-container3,
.price-card1#UpdatewhatsappPRG .progress-container3, .price-card2#UpdatewhatsappPRG .progress-container3, .price-card3#UpdatewhatsappPRG .progress-container3, .price-card4#UpdatewhatsappPRG .progress-container3,
.price-card1#BranchwhatsappPRG .progress-container3, .price-card2#BranchwhatsappPRG .progress-container3, .price-card3#BranchwhatsappPRG .progress-container3, .price-card4#BranchwhatsappPRG .progress-container3 {
    margin: 10px 1rem 0;
    height: 3.3rem;
}
#whatsapp .slider-mark .slider-text,
#PaidwhatsappPRG .slider-mark .slider-text,
#UpdatewhatsappPRG .slider-mark .slider-text,
#BranchwhatsappPRG .slider-mark .slider-text {
    bottom: -0.8rem;
}
#whatsapp .CardShadow,
#PaidwhatsappPRG .CardShadow,
#UpdatewhatsappPRG .CardShadow,
#BranchwhatsappPRG .CardShadow {
    left: 6px;
    bottom: -95px;
}
#whatsapp .lastCOne,
#PaidwhatsappPRG .lastCOne,
#UpdatewhatsappPRG .lastCOne,
#BranchwhatsappPRG .lastCOne {
    bottom: -53px;
    height: 3.4rem;
}
#whatsapp .borderCone::before,
#PaidwhatsappPRG .borderCone::before,
#UpdatewhatsappPRG .borderCone::before,
#BranchwhatsappPRG .borderCone::before {
    bottom: 37px;
}
.subscription#PaidSubscription {
    background: #fffeec !important;
    border-radius: 0.75rem;
}
.upperCard1 .duration{
    font-weight: 500;
    padding-bottom: 1.1rem;
}
#PaidSubList li, #FreeSubList li{
    font-weight: 700;
}
.plusWP {
    font-size: 18px !important;
    position: relative;
    border-top: 1px solid #d3d3d3;
    font-weight: 700;
    padding-top: 0.6rem;
}
.plusWP .OneTime{
    font-size: 14px;
    font-weight: 500;
    color: #575757;
}
.plusWP .plusWPP{
    font-size: 20px;
    padding-bottom: 8px;
    display: flex; 
}
.plusWP .ruppee{
    font-size: 15px;
    font-weight: 400;
}
.actualPrice {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.7;
    color: red;
}

/* subscription e */
.btnd {
    padding: 5px 17px;
    background: #f98282;
    color: white;
    border: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    background-image: linear-gradient(179deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}

.batch {
    font-size: 25px;
    background: linear-gradient(45deg, rgb(18 91 124), rgb(1 12 22));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: blinkk 1.2s infinite linear;
    font-weight: bolder;
    text-align: center !important;
}

.price-feature-container {
    position: relative;
}

.toggle-button {
    color: var(--bg-color-1);
    border: none;
    font-weight: 700;
    font-size: 8px;
    border-radius: 0.2rem;
    position: absolute;
    bottom: -17px;
    right: 0;
}
.upgrade {
    background: #fffeed;
    border: none;
    padding: 10px 22px;
    border-radius: 10px;
    margin-right: 12px;
    font-weight: 500;
    margin-top: 12px;
}

.Pos-Sticky {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #00cf94;
    padding-top: 10px;
}
.userName {
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
/*@media only screen and (max-width: 1600px) and (min-width: 1367px) {
    .price-card1, .price-card2 {
        width: 18rem;
        margin-bottom: 105px;
    }
}*/

@media (max-width: 575.98px) {

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .pContainZ {
        grid-template-columns: 1fr;
    }
    .prePharModule {
        grid-column: 1 / 2;
    }

    .WpModulePreSub {
        grid-column: 1 / 1 !important;
        grid-row: 3 / 4 !important;
    }

    .SubWptotalAmount {
        grid-row: 6 / 6 !important;
        grid-column: 1 / 4 !important;
        border-top: 6px solid white !important;
        margin-top: 12px;
    }
    .pPartHead {
        font-size: 14.5px !important;
        font-weight: 500;
    }
    .btnd {
        padding: 3px 6px;
        font-size: 10px;
    }
    .backBtn {
        padding: 3px 15px;
        font-size: 11px;
    }
    .Pcontent .Pchoice {
        font-size: 10px;
        letter-spacing: 1px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pContainZ {
        grid-template-columns: 1fr 1fr;
        gap: 58px;
    }
    .userName {
        width: 100%;
        padding: 0 10px;
    }
    .prePharModule {
        grid-column: 1 / 2;
    }
    .WpModulePreSub {
        grid-column: 1 / 1 !important;
        grid-row: 3 / 4 !important;
    }
    .SubWptotalAmount {
        grid-row: 6 / 6 !important;
        grid-column: 1 / 4 !important;
        border-top: 6px solid white !important;
        margin-top: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pContainZ {
        grid-template-columns: 1fr 1fr;
        gap: 0px;
    }
    .sidebar-btn button {
        font-size: 12px;
    }
    .userName{
        font-size: 11px;
    }
    #PaidContainer {
        flex-wrap: wrap;
    }
    .userName {
        width: 100%;
        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1290px) {
    #PaidContainer, #FreeContainer {
        flex-wrap: wrap;
    }
    #PaidWhatsapp.pBORDER::before, #FreeWhatsapp.pBORDER::before {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
   
}
@media (min-width: 1400px) {
    .sidebar-btn button {
        font-size: 14px;
    }
}

/*@media (min-width: 1400px) {
    .price-card1, .price-card2, .price-card3 {
        width: 17.3rem;
        margin-bottom: 140px;
    }
    .slideMain .title {
        padding: 8px 13px 8px 14px;
    }
    .moduleAMT .price1 {
        padding-top: 15px;
    }
    .slideCard .moduleAMT {
        height: 5.9rem;
    }
    .price1 .ruppe {
        font-size: 24px;
    }
    .price1 .Pamt {
        font-size: 22px;
    }
    .price1 .dura {
        font-size: 16px;
    }
    .upperCard::before {
        bottom: 28px;
        left: -11px;
        height: 46px;
        width: 252px;
        transform: rotate(337deg) skewX(160deg);
    }
    .secondCard .secordContain::before {
        top: -3.5px;
        left: 30px;
        transform: rotate(62deg);
    }
    .upperCard::after {
        left: -17px;
        bottom: -9px;
    }
    .upperCard .sideCone {
        height: 65px;
        width: 137px;
        bottom: 5px;
    }
    .secondCard {
        margin-top: 9px;
    }
    .progress-container3 {
        margin: 6px 2.1rem 0;
    }
    .slider-mark {
        font-size: 14px;
    }
    .secondCard .secordContain .price-feature {
        margin-bottom: 1.2rem;
        font-size: 14px;
        margin-top: -5px;
        padding-left: 1.8rem;
    }
    .subBTN button {
        font-size: 14px;
    }
    .lastCOne {
        bottom: -53px;
        height: 3.4rem;
    }
    .CardShadow {
        bottom: -92px;
        left: 3px;
    }
    .toggle-button {
        font-size: 10px;
    }
    .price-card1#whatsapp .progress-container3, .price-card2#whatsapp .progress-container3, .price-card3#whatsapp .progress-container3{
        margin: 15px 1rem 0;
        height: 3.3rem;
    }
    .slideMain .title span {
        font-size: 14px;
        font-weight: 600;
    }
    #whatsapp .slider-mark .slider-text:nth-child(1){
        left: 2% !important;
    }
    #whatsapp .slider-mark .slider-text:nth-child(2) {
        left: 19% !important;
    }
    #whatsapp .slider-mark .slider-text:nth-child(3) {
        left: 37% !important;
    }
    #whatsapp .slider-mark .slider-text:nth-child(4) {
        left: 52% !important;
    }
    #whatsapp .slider-mark .slider-text:nth-child(5) {
        left: 77% !important;
    }
    #whatsapp .slider-mark .slider-text:nth-child(6) {
        left: 103% !important;
    }
    #whatsapp .secondCard .secordContain .price-feature {
        padding-left: 0.6rem;
        margin-bottom: 1.5rem;
    }
    #whatsapp .lastCOne {
        bottom: -63px;
        height: 4rem;
    }
    #whatsapp .CardShadow {
        bottom: -103px;
        left: 3px !important;
    }
    .sidebar-btn button{
        font-size: 14px;
    }
}*/


/*================================================
Preloader Area CSS
=================================================*/
.preloader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #ffffff;
}

    .preloader .loader1{
        left: 50%;
        top: 46%;
        -webkit-transform: translateX(-50%) translateY(-46%);
        transform: translateX(-50%) translateY(-46%);
        position: absolute;
    }

        .preloader .loader1 .sbl-half-circle-spin{
            height: 80px;
            width: 80px;
            color: #304d83;
            display: inline-block;
            position: relative;
            border: 1px solid;
            border-radius: 50%;
            animation: animeCircleSpin 5s ease-in-out infinite reverse;
        }

            .preloader .loader1 .sbl-half-circle-spin::after{
                content: '';
                border: 6px solid;
                position: absolute;
                left: 10px;
                top: 15px;
                border-radius: inherit;
            }

            .preloader .loader1 .sbl-half-circle-spin div{
                height: 50%;
                width: 50%;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
                margin: auto;
                border: 1px solid;
                border-radius: 50%;
                -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
                animation: animeCircleSpin 4s ease-in-out infinite;
            }

                .preloader .loader1 .sbl-half-circle-spin div::before{
                    height: 0;
                    width: 0;
                    content: '';
                    border-radius: 50%;
                    display: block;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    border: 19px solid;
                    border-right-color: transparent;
                    border-bottom-color: transparent;
                }

@-webkit-keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/*================================================
subscribe new CSS
=================================================*/
.subscribedCard {
    width: 10rem !important;
    margin-bottom: 35px !important;
    margin-left: 30px;
}
.subscribedCard .slideCard .moduleAMT {
    height: 3.2rem !important;
}
.subscribedCard .upperCard::before {
    bottom: 44px !important;
    left: -7px !important;
    height: 25px !important;
    width: 130px !important;
    transform: rotate(338deg) skewX(160deg) !important;
}
.subscribedCard .slideMain .title {
    top: 17px !important;
    padding: 5px 10px 5px 10px!important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.subscribedCard .slideMain .title span{
    font-size: 10px !important;
}
.subscribedCard .slideCard .modelTitle {
    padding: 1.4rem 0 !important;
}
.subscribedCard .slideCard .moduleAMT {
    height: 3.1rem !important;
    position: relative !important;
}
.subscribedCard .moduleAMT .price1 {
    padding-left: 7px!important;
    padding-top: 0px!important;
    position: absolute;
    top: -4px;
}
.subscribedCard .price1 .Pamt {
    font-size: 15px;
}
.subscribedCard .upperCard .sideCone {
    height: 42px !important;
    width: 87px !important;
    bottom: 27px !important;
}
.subscribedCard .borderCone::before {
    bottom: 44px !important;
    right: -11px !important;
    height: 24px !important;
    width: 30px !important;
}
.subscribedCard .secondCard {
    margin-top: -34px !important;
}
.subscribedCard .secondCard .secordContain {
    padding: 8px 12px 2px 8px !important;
}
.subscribedCard .secondCard .secordContain::before {
    top: 0px !important;
    left: 32px !important;
    height: 14px !important;
    width: 16px !important;
}
.subscribedCard .batch {
    font-size: 19px !important;
}
.subscribedCard .subBTN {
    padding-top: 8px !important;
}
.subscribedCard .subBTN#WPFreeSubBTN,
.subscribedCard .subBTN#WPPaidSubBTN,
.subscribedCard .subBTN#UpdateSubscribeBtn {
    padding-top: 0 !important;
}
.subscribedCard .lastCOne {
    bottom: -30px !important;
    height: 2rem !important;
}
.subscribedCard #messagesCount{
    font-size: 16px !important;
}
.subscribedCard#whatsapp .lastCOne, .subscribedCard#PaidwhatsappPRG .lastCOne, .subscribedCard#UpdatewhatsappPRG .lastCOne, .subscribedCard#BranchwhatsappPRG .lastCOne{
    bottom: -22px !important;
    height: 1.5rem !important;
}
.subscribedCard#whatsapp .CardShadow, .subscribedCard#PaidwhatsappPRG .CardShadow, .subscribedCard#UpdatewhatsappPRG .CardShadow , .subscribedCard#BranchwhatsappPRG .CardShadow {
    left: 6px !important;
    bottom: -43px !important;
}
.subscribedCard .CardShadow {
    bottom: -53px;
    opacity: 0.3;
}

.subPricing {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
}
.subPharma {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, auto);
}
.subMainModule {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.subPharModule {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.WpModulePreSub {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}
.totalAmount {
    grid-row: 4 / 4;
    grid-column: 1 / 4;
}
.SubPharmatotalAmount {
    grid-row: 6 / 6;
    grid-column: 1 / 4;
}
.SubWptotalAmount {
    grid-row: 1 / 6;
    grid-column: 1 / 4;
}
.subFreeWp {
    grid-column: 1 / 2;
    grid-row: 3 / 3;
}
.PharmaRejAfterWP{
    grid-column: 2 / 3;
    grid-row: 1;
}
