
.price-plan-wrapper {
    padding: 0 0 60px 0;
}
.pricing-table-11 {
    text-align: center;
    transition: 0.3s ease-in;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e5e3e3;
    margin-bottom: 30px;
}

    .pricing-table-11 .price-header {
        position: relative;
        padding: 10px 0 25px;
    }

        .pricing-table-11 .price-header .subtitle {
            font-size: 14px;
        }

        .pricing-table-11 .price-header .title {
            color: #282828;
            font-size: 18px;
            line-height: 20px;
            text-transform: uppercase;
            font-weight: 600;
            margin-top: 20px;
            transition: 0.3s ease-in;
            margin-bottom: 5px;
        }

    .pricing-table-11.active .price-header {
        position: relative;
    }

    .pricing-table-11.active .popular {
        position: absolute;
        right: -20px;
        top: 25px;
        background-color: #197beb;
        padding: 5px 25px;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        transform: rotate(90deg);
    }

        .pricing-table-11.active .popular:after {
            position: absolute;
            right: -8px;
            bottom: 5px;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #fff;
            content: &quot;
            &quot;
            ;
            transform: rotate(88deg);
        }

    .pricing-table-11 .price {
        font-size: 50px;
        line-height: 60px;
        color: #282828;
        font-weight: 400;
        text-align: center;
        position: relative;
        transition: 0.3s ease-in;
        padding: 25px 0 10px;
        border-top: 2px solid #e5e3e3;
        margin: 0 20px;
    }

        .pricing-table-11 .price .dollar {
            font-size: 33px;
            line-height: 33px;
            position: relative;
            top: -12px;
            transition: 0.3s ease-in;
        }

        .pricing-table-11 .price .month {
            font-size: 20px;
            line-height: 20px;
            transition: 0.3s ease-in;
            font-weight: 400;
        }

    .pricing-table-11 .price-footer {
        margin-top: 40px;
    }

        .pricing-table-11 .price-footer .order-btn {
            display: inline-block;
            width: 165px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 25px;
            color: #282828;
            transition: 0.5s ease-in;
            font-weight: 600;
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
            border: 2px solid #197beb;
        }

            .pricing-table-11 .price-footer .order-btn:hover {
                box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
                background-color: #197beb;
                color: #fff;
            }

    .pricing-table-11 .price-body ul {
        margin: 0;
        padding: 0;
    }

        .pricing-table-11 .price-body ul li {
            list-style: none;
            display: block;
            color: #282828;
            margin: 0 30px;
            padding: 15px 0;
            transition: 0.3s ease-in;
        }

            .pricing-table-11 .price-body ul li:first-child {
                margin-top: 0;
            }

            .pricing-table-11 .price-body ul li:last-child {
                margin-bottom: 0;
            }
