.horizontal-pricing-wrapper .ea-product-item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00c5451a;
    padding: 23px;
    transition: .3s all linear;
    text-align: center!important;
    list-style: none;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    .ea-table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .ea-product-item-list{
        display: block;
        width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .ea-product-feature-list li {
        white-space: nowrap;
    }
}

@media (max-width: 991.98px) {
    .ea-product-item-list {
        width: 125%;
    }
}

@media (max-width: 767.98px) {
    .ea-product-item-list {
        width: 165%;
    }
}

@media (max-width: 575.98px) {
    .ea-product-item-list {
        width: 210%;
    }
}

@media (max-width: 479.98px) {
    .ea-product-item-list {
        width: 280%;
    }
}

.horizontal-pricing-wrapper .ea-product-item-list:hover {
    box-shadow: 0px 8px 13px rgb(0 0 0 / 10%);
}

.ea-product-logo {
    width: 134px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ea-product-feature-list {
    text-align: left;
    max-width: 400px;  
    list-style: none;    
}
.ea-product-feature-list li:not(:last-child) {
    margin-bottom: 3px;
}

.ea-rating-star i {
    color: #00c544;
    margin-right: 3px;
}

.ea-product-ratting .ratting-text {
    line-height: 1.8;
    margin-bottom: 25px;
}

.ea-h-pricing-btn {
    color: #fff;
    text-transform: capitalize;
    background: #00c544;
    border-radius: 5px;
    padding: 8px 30px;
    overflow: hidden;
    z-index: 0;
    transition: .4s ease-in;
}

.ea-h-pricing-btn:hover {
    color: #fff;
    border-color: #31333e;
    background: #31333e;
}
.ea-feature-icon  {
    margin-right: 5px;
    display: inline-block;
}

