/* Pricing */
.pricing-area {
    background: #fdfdfd;
}

.pricing-box {
    background: #fff;
    box-shadow: 0px 3px 14.88px 1.12px rgba(178, 176, 180, 0.32);
    padding: 50px 40px;
    margin-right: 20px;
}

.pricing-head h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.pricing-head h2 {
    font-size: 50px;
    line-height: .8;
    margin-bottom: 0;
}

.pricing-head h2 span {
    font-size: 15px;
}

.pricing-type {
    background: #f5f5f5;
}

.pricing-type h6 {
    text-align: center;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-image: -moz-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-image: -webkit-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-image: -ms-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-list ul li {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.pricing-list ul li:last-child {
    margin-bottom: 0;
}

.pricing-list ul li i {
    background-image: -moz-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-image: -webkit-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-image: -ms-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 20px;
}

.pricing-list ul li.item-cross {
    opacity: .61;
}
