#order-premium_comparison .price-table-container .price-table ul li {
    padding:17px 0 15px 0;
    margin:0 0 0 0;
    width:100%;
    border-bottom:1px solid #d9d9d9;
    color:#333333;
    text-align:center;
    line-height:30px;
    font-size:14px;
    background:none;
}


#order-premium_comparison .price-table-container .price-table .top-head {
    border-radius: 20px 22px 0px 0px;
}



#order-premium_comparison .price-table-container .order-button {
    background: #da0266 !important;
    background-image: linear-gradient(80deg, #ae0453 , #f92587) !important;
    border-radius: 12em !important;
    padding: 16px 20px 17px 20px !important;
    box-shadow: none !important;
}

#order-premium_comparison .price-table-container .order-button:hover {
    
    background-image: linear-gradient(80deg, #f92587 , #ae0453) !important;
    
}

#order-premium_comparison .price-table-container .price-table .top-head .top-area {
    background: #ccc!important;
    /* border-radius: 15px 15px 0px 0px; */
}

#order-premium_comparison .price-table-container .price-table .top-head .price-area {
    border-top: none !important;
    background: #ddd;
    text-shadow: none!important;
    color: #da0266!important;
}
#order-premium_comparison .price-table-container .price-table ul {
    background: #eee !important;
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #da0266 !important;
    border-color: #da0266 !important;
    background-image: linear-gradient(80deg, #f92587 , #ae0453);
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ed207f;
    background-image: linear-gradient(80deg, #f92587 , #ae0453);
}

.btn:active, .btn:focus {
    color: #ff0000;
}

