
/* Pricing Table 5
-------------------------------------------------- */

.w-pricing-table.pt-type5 {
    background: url(../../../images/bg-pricing-table-5.png);
    background-size: cover;
    position: relative;
    padding: 0;
    border: 2px solid #eee;
    box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.015);
}

.w-pricing-table.pt-type5 .pt-header h3 {
    padding-top: 90px;
    color: #128eaf;
    font-size: 25px;
    font-weight: 700;
}

.w-pricing-table.pt-type5 .pt-header h4 {
    padding: 0;
}

.w-pricing-table.pt-type5 .pt-header {
    position: relative;
    margin: -2px;
    width: auto;
}

.w-pricing-table.pt-type5 .pt-header h4>span,
.w-pricing-table.pt-type5 .pt-header h4>small {
    font-size: 30px;
    font-weight: 500;
    color: #128eaf;
    text-transform: uppercase;
}

.w-pricing-table.pt-type5 .pt-header h4>small {
    font-weight: 700;
}

.w-pricing-table.pt-type5 .pt-header h5 {
    font-size: 15px;
    color: #008aaf;
    font-weight: 600;
    padding-bottom: 85px;
    text-decoration: line-through;
}

.w-pricing-table.pt-type5 .pt-header>span {
    position: absolute;
    left: 0;
    width: 100%;
    background: #BCC6CC;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.w-pricing-table.pt-type5 ul {
    margin: 0;
    margin-top: 60px;
    position: relative;
}

.w-pricing-table.pt-type5 ul li {
    list-style: none;
    color: #717375;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    padding: 12px 0;
    border-top: 1px solid #eee;
    margin: 0;
}

.w-pricing-table.pt-type5 ul li:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    top: -50px;
    width: 0;
    height: 0;
    border-top: 25px solid #437df9;
    border-right: 31px solid transparent;
    border-left: 31px solid transparent;
}

.w-pricing-table.pt-type5 ul li:nth-child(even) {
    background: rgba(20, 164, 211, 0.10);
}

.w-pricing-table.pt-type5 .pt-footer {
    padding-bottom: 40px;
}

.w-pricing-table.pt-type5 .pt-footer a {
    border: 2px solid;
    padding: 8px 23px;
    border-radius: 60px;
    margin-top: 35px;
    display: inline-block;
    letter-spacing: 0;
}

.w-pricing-table.pt-type5 .pt-footer a:after {
    display: none;
}

.w-pricing-table.pt-type5 .pt-footer a:hover,
.w-pricing-table.pt-type5.featured .pt-footer a:hover {
    color: #fff !important;
    background: #393939;
    border-color: #393939;
}

.w-pricing-table.pt-type5 .pt-features .feature-icon {
    font-family: 'themify';
    padding-right: 5px;
    color: #437df9;
}

.w-pricing-table.pt-type5 .pt-features .not-available-icon:before {
    content: "\e646";
}

.w-pricing-table.pt-type5 .pt-features .available-icon:before {
    content: "\e64c";
}

.w-pricing-table.pt-type5 .pt-features .feature-icon.not-available-icon {
    color: #cc8383;
}

.w-pricing-table.pt-type5 .pt-features .feature-icon.empty-icon {
    display: none;
}
