.pricePopup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.pricePopup.show{
    display: block;
}
.priceOverlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.popupContent{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 20px;
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
max-width: 907px;
width: 100%;
overflow: hidden;
transform: translate(-50%,-50%);
}
.space{
    display: none;
}
.modalCloseBtn{
    position: absolute;
    top: 30px;
    right: 17px;
    opacity: 1;
}
.modalCloseBtn:hover{    
    opacity: .5;
}
.contentTop{
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #D6E7F3;
    background: linear-gradient(180deg, #1E77F6 0%, #285DA7 46.88%, #0F376F 93.40%);
}
.contentBody{
    padding: 30px 25px 34px;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #FFF 0%, #FCFEFF 52.08%, rgba(208, 235, 255, 0.70) 100%), #FFF;
    gap: 10px;
}
.planContentWrapper{
    max-width: 380px;
     width: 100%;
}
.planContentWrapper:nth-child(2){
    padding: 0 20px 20px;
    max-width: 400px;
    border-left: 1px solid #D6E7F3;
}
.planContentTop .planTime{
    color: #08080F;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.topPriceDetails{
    display: flex;
    align-items: center;
    gap: 8px;
}
.priceVal{
    color: #FFF;
font-size: 25px;
font-weight: 500;
}
.oldPrice{
    padding: 2px 8px;
    color: #FFF;
font-size: 14px;
text-decoration-color: #fff;
border-radius: 7px;
border: 1px solid #FFF;
}
.offVal{
    color: #FFF;
font-size: 14px;
font-weight: 500;
}
.offerEndsWrapper {
    padding: 0;
    background: #00443F;
    border-radius: 20px;
    max-width: max-content;
    margin: -16px auto 30px;
    min-width: 221px;
    display: flex;
    justify-content: center;
}
.offerEndsWrapper p {
    color: #F7F7F7;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 7px 10px;
}
.offerEndsWrapper p.saveOne{
    background: #01322F;
    border-radius: 20px 0 0 20px;
}
.offerEndsWrapper p span{
    font-weight: 400;
}
.planFeatures{
    list-style: none; 
    max-width: max-content;
    margin: 0 auto;
    padding: 0 15px;
}
.featuresListWrapper{
    margin: 30px 0 15px;
    padding-bottom: 30px;
    min-height: 179px;
}
.no-border{
    border-bottom: none;
}
.planFeatures li{
    position: relative;
    padding-left: 26px;
    color: #08080F;
font-size: 13px;
margin-top: 17px;
}
.planFeatures li:first-child{
    margin-top: 0;
}
.planFeatures li::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../svg/feature-yes.svg);
    left: 0;
}
.planFeatures li.excluded::before{
    background: url(../svg/feature-no.svg);
}
.planFeatures li.free::before{
    background: url(../svg/check-star.svg);
}
.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, #1E77F6 0%, #285DA7 46.88%, #0F376F 93.40%);
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
}
.subscribeNowBtn:hover{
    background: linear-gradient(90deg, #1E77F6 0%, #285DA7 100%);
}
.subscribeNowBtn span{
    color: #FFF;
font-size: 14px;
font-weight: 500;
}
.priceIncreaseText{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.priceIncreaseText{
    padding: 6px 7px 8px;
    background: #E02020;
    border-radius: 5px;
    max-width: max-content;
    margin: 0 auto 15px;
    width: calc(100% - 30px);
}
.priceIncreaseText p span{
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.priceIncreaseText p #timer, .priceIncreaseText p #timer2{
    font-weight: 900;
    text-transform: capitalize;
}
.contentTop p{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
.contentTop span{
    color: #fff;
    margin-top: 10px;
}
.subscribeNowBtn.loading{
    padding: 0;
    min-width: 167px;
}
.subscribeNowBtn img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    object-fit: contain;
}
.customBadge {
    background: #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #057959;
    margin-bottom: 14px;
}
.mobTabs{
    display: none;
}
.planDuration{
    color: #08080F;
    font-size: 14px;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
margin-top: 4px;
text-align: center;
}
.planContentTop{
    min-height: 61px;
}
.priceDetail{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #08080F;
font-size: 14px;
font-weight: 450;
line-height: normal;
margin: 10px 0 15px;
}
.priceVal{
    color: #08080F;
font-size: 35px;
font-weight: 700;
line-height: normal;
position: relative;
margin: 0 3px 0 13px;
}
.priceVal::before{
    position: absolute;
    content: '$';
    color: #08080F;
font-size: 17px;
font-weight: 450;
line-height: normal;
top: 0;
left: -9px;
}
.priceTime{
    color: #797875;
font-size: 14px;
font-weight: 450;
line-height: normal;
}
.planContentWrapper .contentTop{
    display: none;
}
p.deletedPrice {
    text-align: center;
    color: #999;
    font-size: 20px;
    line-height: normal;
    position: relative;
    margin: 0 3px 0 13px;
    text-decoration: line-through;
}

@media (max-width: 991px) {
    .contentBody{
        padding: 26px 25px 36px;
    }
    .planContentWrapper{
        min-width: 290px;   
    }
}
@media (max-width: 767px) {
    .modalCloseBtn{
        display: none;
    }
    .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: 14px;
        font-weight: 500;
        border-radius: 100px;
        border: 1px solid #AFAFAF;
        background: #fff;
    }
    .mobTabs a.active{
        border: 1px solid #05ADA3;
        background: #E8FBFA;
        color: #05ADA3;
    }
    .popupContent{
        max-width: unset;
        overflow-x: scroll;
        border-radius: 0;
        box-shadow: none;
        overflow: auto;
    }
    .contentBody{
        padding: 30px 15px;
        gap: 15px;
        background: none;
        justify-content: flex-start;
    }
    .offerEndsWrapper p{
        font-size: 12px;
    }
    .priceVal{
        font-size: 22px;
    }
    .oldPrice{
        font-size: 12px;
    }
    .offVal{
        font-size: 12px;
    }
    .planContentTop{
        padding: 15px 0px 30px;
    }
    .contentTop p{
        text-align: left;
        padding-left: 15px;
        font-size: 15px;
    }
    .modalCloseBtn{
        top: 20px;
    }
    .contentTop{
        display: none;
    }
    .planContentWrapper .contentTop{
        display: flex;
        align-items: center;        
        justify-content: space-between;
        position: relative;
    }
    .planContentWrapper:nth-child(2){
        border: none;
    }
    .planContentWrapper{
        background: linear-gradient(180deg, #FFF 0%, #FCFEFF 52.08%, rgba(208, 235, 255, 0.70) 100%), #FFF;
    box-shadow: 0px 0px 8.14723014831543px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 20px;
    }
    .planContentWrapper .modalCloseBtn{
        display: block;
    }
    .planContentTop .planTime{
        font-size: 22px;
    }
    .featuresListWrapper{
        margin: 0;
    }
    .space{
        display: block;
        min-width: .5px;
        height: 30px;
        background: #ff000000;
    }
    .planContentWrapper:nth-child(2) {
        padding: 0 0 20px;
    }
}
@media (max-height: 720px) AND (min-width: 576px) {
    .popupContent{
        max-height: 550px;
        overflow: auto;
    }
    .popupContent::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 991px) and (max-height: 500px){
    .popupContent {
        max-height: 426px;
    }
}