/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 26, 2021, 7:52:45 PM
    Author     : praveen
*/

.price-table {
    overflow: hidden;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 1px 11px 1px #727c8a36;
    border-radius: 3px;
}

.price-table .price-head {
    padding: 50px;
    background: linear-gradient(45deg, #82d2bc, #89b3a8);
    border-bottom-left-radius: 75%;
    border-bottom-right-radius: 25%;
}

.price-content {
    position: relative;
}

.price-button {
    padding: 0 0 30px;
}

.price-content ul {
    position: relative;
    padding: 20px 0px;
}

.price-content ul li {
    list-style: none;
    font-size: 16px;
    padding: 10px 0;
    color: #777;
    cursor: pointer;
    border-left: 7px solid transparent;
    border-left: 7px solid transparent;
    transition: .3s;
    font-weight: 400;
}
