.pricing-header{
    position: relative;
    background: #2760b8;
    width: auto;
    padding: 0 0 45px 0;
    text-align: center;
    color: #fff;
}
.pricing-item.mid .pricing-header {
    background: var(--template-color);
}
.pricing-free {
    position: relative;
    width: 90%;
    overflow: hidden;
    box-shadow: 3px 5px 30px 0px rgb(46 56 77 / 15%);
}

.pricing-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.pricing-header:before,
.pricing-header:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
}
.pricing-header:before{
    right: 50%;
    border-right: 250px solid transparent;
}
.pricing-header:after{
    left: 50%;
    border-left: 250px solid transparent;
}

.pricing-status span {
    background:#333;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
    color: #fff;
}


.pricing-features {
    padding: 20px;
}
.pricing-features ul {
    text-align: center;
}
.pricing-features ul li{
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.pricing-title {
    padding-top: 50PX;
}
span.bill-term {
    font-size: 18px;
}
.price h3 {
    font-size: 32px;
    padding: 10px;
}
.pricing-cta-btn {
    text-align: center;
    margin-bottom: 50px;
}
.pricing-cta-btn a.btn-link{
    padding: 0.5rem 1.5rem;
}
.pricing-item.mid a {
    background: var(--template-color);
}
.price-change{
    padding: 20px;
}
.pricing-item.mid .price-change {
    background: #fff0e9;
}
.pricing-free.lifetime .price-change{
    background: #eef4fe;
}

.product-title {
    text-align: center;
    margin-bottom: 40px;
}
.cww-breadcrumb-wrapper {
    padding-bottom: 0;
}
.product-title {
    padding: 0 160px;
}
.pricing-wrapper {
    margin-bottom: 75px;
}
span.pro-text {
    position: absolute;
    top: -12px;
    right: 44%;
    background: #D81B60;
    z-index: 9;
    color: #fff;
    padding: 0 20px;
    font-size: 13px;
}

@media only screen and (max-width:1024px) {
    .pricing-item{
        width: 50%;
    }
    .pricing-free{
        width: 100%;
    }
}
@media only screen and (max-width:425px) {
    .pricing-item{
        width: 100%;
    }
    .pricing-item{
        padding: 0;
    }
    .product-title {
        padding: 0;
    }
}