﻿.pricing-tables {
    padding-top: 130px;
}

    .pricing-tables .section-heading {
        text-align: center;
        margin-bottom: 80px;
    }

        .pricing-tables .section-heading p {
            margin-top: 10px;
            margin-left: 18%;
            margin-right: 18%;
        }

.pricing-item-regular {
    margin-top: 30px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
    border-radius: 50px;
    padding: 90px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .pricing-item-regular:before {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../assets/Pricing/regular-table-top.png);
        z-index: -1;
        content: '';
        width: 274px;
        height: 251px;
    }

    .pricing-item-regular:after {
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(../assets/Pricing/regular-table-bottom.png);
        z-index: -1;
        content: '';
        width: 370px;
        height: 171px;
    }

    .pricing-item-regular span.price {
        font-size: 30px;
        color: #343a40;
        position: absolute;
        font-weight: 700;
        z-index: 1;
        left: 30px;
        top: 30px;
    }

    .pricing-item-regular h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

        .pricing-item-regular h4 em {
            font-weight: 700;
        }

    .pricing-item-regular .icon img {
        width: 80px;
        height: 80px;
        margin-bottom: 30px;
    }

    .pricing-item-regular ul {
        padding-top: 20px;
    }

        .pricing-item-regular ul li {
            color: #9e882a;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 15px;
            display: block;
        }

        .pricing-item-regular ul li:last-child {
            margin-bottom: 0px;
        }

        .pricing-item-regular ul li.non-function {
            color: #afafaf;
            text-decoration: line-through;
        }

    .pricing-item-regular .border-button {
        position: relative;
        z-index: 1;
        margin-top: 40px;
    }

.pricing-item-pro {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
    border-radius: 50px;
    padding: 120px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .pricing-item-pro:before {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../assets/Pricing/pro-table-top.png);
        z-index: -1;
        content: '';
        width: 281px;
        height: 251px;
    }

    .pricing-item-pro:after {
        position: absolute;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../assets/Pricing/pro-table-bottom.png);
        z-index: -1;
        content: '';
        width: 100%;
        height: 201px;
    }

    .pricing-item-pro span.price {
        font-size: 30px;
        color: #343a40;
        position: absolute;
        font-weight: 700;
        z-index: 1;
        left: 30px;
        top: 30px;
    }

    .pricing-item-pro h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

        .pricing-item-pro h4 em{
            font-weight: 700;
        }

    .pricing-item-pro .icon img {
        width: 80px;
        height: 80px;
        margin-bottom: 30px;
    }

    .pricing-item-pro ul {
        padding-top: 20px;
    }

        .pricing-item-pro ul li {
            color: #9e882a;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 15px;
            display: block;
        }

        .pricing-item-pro ul li:last-child {
            margin-bottom: 0px;
        }

        .pricing-item-pro ul li.non-function {
            color: #afafaf;
            text-decoration: line-through;
        }

    .pricing-item-pro .border-button {
        position: relative;
        z-index: 1;
        margin-top: 40px;
    }

.border-button a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #2a2a2a !important;
    border: 1px solid #2a2a2a;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    background-color: #fff;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
}

    .border-button a:hover {
        background-color: #2a2a2a;
        color: #fff !important;
    }
