/*---------------------------
    Pricing Plan 08
---------------------------*/
.pricing-table-8 {
    text-align: center;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(77, 109, 230, 0.35);
    box-shadow: 0px 0px 7px 0px rgba(77, 109, 230, 0.35);
    margin-bottom: 30px;
}

.pricing-table-8 .price-header {
    position: relative;
}

.pricing-table-8 .price-header .popular {
    position: absolute;
    top: 15px;
    right: -55px;
    display: inline-block;
    background-color: #202a4d;
    padding: 10px 30px;
    width: 180px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}



.pricing-table-8 .price-header .title {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #202a4d;
}

.pricing-table-8 .price-header .price {
    font-size: 50px;
    line-height: 60px;
    color: #197beb;
    font-weight: 700;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-align: center;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid #c5d4db;
    padding-bottom: 25px;
    margin: 0 20px;
}

.pricing-table-8 .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-8 .price-header .price .month {
    font-size: 16px;
    line-height: 20px;
}

.pricing-table-8 .price-body ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.pricing-table-8 .price-body ul li {
    list-style: none;
    display: block;
    color: #515151;
    margin: 27px 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 16px;
    line-height: 26px;
}

.pricing-table-8 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-8 .price-body ul li:last-child {
    margin-bottom: 0;
}

.pricing-table-8 .price-footer {
    margin-top: 40px;
}

.pricing-table-8 .price-footer .order-btn:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.35);
    background-color: #333;
    color: #fff;
}

.pricing-table-8 .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: #fff;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    font-weight: 600;
    background-color: #197beb;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
