
.subscription-plan {
    background-color: #00d6d6c4;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    border-radius: 45px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;

}

.subscription-plan .product-item {
    border: 0;
}

/*.subscription-plan .title {*/
/*    color: #000000*/
/*}*/

.subscription-plan .price {
    color: #000000;
    font-size: 60px;
    margin: 70px 0;
}

.subscription-plan .price-details p {
    color: #000000;
}

.subscription-plan h4 {
    background-color: #000000;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
}

.subscription-plan .sub-action {
    background-color: #000000;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 20px;
}

.subscription-plan .sub-action:hover {
    background-color: #2b2b2b;
}
.price-sub{
    font-size: 20px;
}

/*.subscription-plan .product-item :hover {*/
/*    background-color: #01ffffc4;*/
/*    border-radius: 45px;*/

/*}*/