.priceOverlay,
.pricePopup {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0
}

.pricePopup {
    position: fixed;
    z-index: 99;
    display: none
}

.pricePopup.show {
    display: block
}

.closeModal:hover img,
.modalCloseBtn:hover img {
    filter: invert(0%) sepia(0%) saturate(7464%) hue-rotate(194deg) brightness(101%) contrast(100%)
}

.priceOverlay {
    position: absolute;
    background: rgba(0, 0, 0, .5)
}

.popupContent {
    position: absolute;
    left: 50%;
    top: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0, #fefefe 100%);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    width: calc(100% - 30px);
    max-width: max-content;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.modalCloseBtn {
    position: absolute;
    right: 17px;
    opacity: .5;
    top: 24px;
    display: flex;
}

.modalCloseBtn:hover {
    opacity: 1
}

.contentTop {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #d6e7f3
}

.contentBody {
    padding: 20px 13px 36px;
    display: flex;
    justify-content: start;
    gap: 15px;
    overflow-x: auto;
    max-width: max-content;
    margin: 0 auto
}

.planContentWrapper {
    border-radius: 9px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 20px 20px 0 rgba(76, 86, 115, .1);
    overflow: hidden;
    padding-bottom: 31px;
    min-width: 320px;
    height: 100%
}

.planContentTop {
    padding: 14px 21px 37px;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%)
}

.basicPlanWrapper .planContentTop {
    background: linear-gradient(180deg, #0fec9c 0, #04674f 100%)
}

.contentBody .yearlyPlanWrapper .subscribeNowBtn,
.yearlyPlanWrapper .planContentTop {
    background: linear-gradient(180deg, #01c768 0, #03a55b 37.52%, #006c65 92.36%);
    position: relative;
}

.planContentTop .planTime {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px
}

.topPriceDetails {
    display: flex;
    align-items: center;
    gap: 8px
}

.priceVal {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center
}

.oldPrice {
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    text-decoration-color: #fff;
    border-radius: 7px;
    border: 1px solid #fff
}

.offVal {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.offerEndsWrapper {
    padding: 0;
    background: #00443f;
    border-radius: 20px;
    max-width: max-content;
    margin: -16px auto 25px;
    min-width: 221px;
    display: flex;
    justify-content: center;
    position: relative;
}

.offerEndsWrapper p {
    color: #f7f7f7;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 7px 10px
}
.offerEndsWrapper p:last-child{
    animation: blinkWord 1s infinite linear;
}
.offerEndsWrapper p.saveOne {
    background: #01322f;
    border-radius: 20px 0 0 20px
}

.offerEndsWrapper p span {
    font-weight: 400
}

.planFeatures {
    list-style: none;
    margin: 0 23px 30px;
    min-height: 82px
}

.planFeatures li,
.planFeatures p {
    position: relative;
    padding-left: 26px;
    color: #08080f;
    font-size: 13px;
    margin-top: 17px
}

.planFeatures p {
    padding-left: 0;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
}

.planFeatures li:first-child {
    margin-top: 0
}

.planFeatures li::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../svg/draw-check-mark.svg) 0 0 / contain;
    left: 0;
    top: 2px;
}

.planFeatures li.cross::before {
    background: url(../svg/list-cross.svg)
}

.contentBody .subscribeNowBtn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 26px;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 5px;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    border: none;
    cursor: pointer
}

.btn-icon::after,
.buttonText::after {
    background: url(../svg/button-arrow.svg) 0 0/contain no-repeat;
    content: "";
    position: relative
}

.contentBody .basicPlanWrapper .subscribeNowBtn {
    background: linear-gradient(180deg, #0fec9c 0, #04674f 100%)
}

.contentBody .subscribeNowBtn:hover {
    background: linear-gradient(180deg, #47b5ae 0, #133836 100%)
}

.contentBody .subscribeNowBtn span {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.priceIncreaseText {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 12px
}

.priceIncreaseText p span {
    color: #f68919;
    font-size: 12px;
    font-weight: 500
}

.contentTop p {
    color: #08080f;
    font-size: 22px;
    font-weight: 600
}

.contentBody .subscribeNowBtn.loading {
    padding: 0;
    min-width: 167px
}

.contentBody .subscribeNowBtn img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    object-fit: contain
}

.customBadge {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    right: 3px;
    top: 20px;
    color: red;
}

.mobTabs {
    display: none
}

.priceVal span {
    font-size: 14px
}

.buttonText {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 6px
}

.buttonText::after {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 2px
}

.btn-icon::after {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px
}

.priceIncreaseText p::before {
    content: "";
    background: url(../svg/timer.svg) 0 0/contain no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px
}
.oldPrice del {
    text-decoration: line-through;
    text-decoration-color: red;
}
.includesDouble{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    gap: 10px;
}
.includesDouble li{
    margin-top: 0;
    min-width: 140px;
}
.priceLoginBtn{
    color: #05ADA3;
    text-decoration: underline;
    position: absolute;
    right: 80px;
    top: 27px;
}
.priceLoginBtn:hover{
    text-decoration: none;
}

@keyframes blinkWord {
    0% { opacity: 1;}
    50% { opacity: 0;}
    100% { opacity: 1;}
}

@media (max-width:991px) {
    .planContentWrapper {
        max-width: 350px
    }
    .pricePopup {
        z-index: 9999
    }
    .mobTabs {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: center;
        margin-top: 28px
    }
    .mobTabs a {
        padding: 8px 15px;
        color: #afafaf;
        font-size: 12px;
        font-weight: 500;
        border-radius: 100px;
        border: 1px solid #afafaf;
        background: #fff
    }
    .mobTabs a.active {
        border: 1px solid #05ada3;
        background: #e8fbfa;
        color: #05ada3
    }
    .basicPlanWrapper,
    .starterPlanWrapper,
    .yearlyPlanWrapper {
        display: none
    }
    .popupContent {
        width: calc(100% - 30px);
        max-width: 430px;
        max-height: 90vh;
        overflow-y: auto
    }
    .contentBody {
        padding: 30px 15px;
        justify-content: center
    }
    .offVal,
    .offerEndsWrapper p,
    .oldPrice {
        font-size: 12px
    }
    .priceVal {
        font-size: 22px
    }
    .basicPlanWrapper .planContentTop,
    .planContentTop {
        padding: 14px 15px 35px
    }
    .contentTop p {
        text-align: left;
        padding-left: 15px;
        font-size: 24px
    }
    .modalCloseBtn {
        top: 26px
    }
    .topPriceDetails {
        gap: 6px
    }
    .priceLoginBtn{
        right: 60px;
        top: 30px;
    }
}

@media(max-height:900px) {
    .popupContent {
        max-height: 96vh;
        overflow-y: auto
    }
}