

 .planoffer-card {
     border: 1px solid white;
     border-radius: 8px;
     position: relative;
     width: 102.88px;
     height: 127.62px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     box-sizing: border-box;
     background-color: transparent;
     align-items: flex-start;
     padding: 16px 8px 8px 13px;
}

.recharge .content .planoffer-card .img-list {
    position: absolute;
    left: -1px;
    top: -13px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 0px;
    max-width: 73px;
}

.recharge .content .planoffer-card .title {
    margin-bottom: 2px;
    color: #FCFCFC;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.50px;
    width: 82px;
}

.recharge .content .planoffer-card .big-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 25.91px;
}

.recharge .content .planoffer-card .description {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FB8D36;
    margin-bottom: 13px;
}

.recharge .content .planoffer-card .price {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.recharge .content .planoffer-card .period {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #FFF;
    margin-bottom: 8px;
}

.recharge .content .planoffer-card .hire-btn {
    background-color: #EB3C7D;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 11.7px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    width: 77px;
}

.recharge .content .swiper {
    width: 100%;
    margin-bottom: 16px;
}

.swiper-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}