a {
    text-decoration: none;
    color: inherit;
}

/*Plan section*/
.text-ellipsis{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Add on section*/
.add-on-container{
    padding: 24px 64px 64px;
    background-color: #F15D22;
    border: 1px solid #D1D1D1;
}
.add-on-title{
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.add-on-item{
    margin-top: 24px;
}
.add-on-item-title{
    font-family: Lexend Deca;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.add-on-item-desc{
    font-family: Lexend Deca;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.add-on-item-tag{
    padding:4px 8px;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #F15D22;
    background-color: #fff;
    border-radius: 12px;
}

.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #D1D1D1;
}
.swiper-pagination-bullet-active{
    background-color:  #0D719A ;
}
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #0D719A;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 13px;
    color: white;
}

@media only screen and (min-width: 1024px) {
    .compare-table{
        position: relative;

    }
    .compare-table::before{
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: -64px;
        right: -64px;
        height: 1px;
        background-color: #D1D1D1;
    }
}


@media only screen and (max-width: 537px) {
    .add-on-container{
        padding: 32px 24px;
    }
    .dots-text{
        border-bottom: 1px dotted #000000;
    }
}
