
/* Pricing Table 6
-------------------------------------------------- */

.w-pricing-table.pt-type6 {
    text-align: left;
    border: 1px solid #e3e8ea;
    min-height: 146px;
    padding: 0;
    margin: 0;
    position: relative;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
}

.w-pricing-table.pt-type6 .pt-header {
    float: left;
    background: #e0e6e8;
    padding: 35px 40px 0;
    min-height: 144px;
    position: relative;
    width: 35%;
}

.w-pricing-table.pt-type6 .pt-header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 144px solid #fff;
    border-left: 100px solid transparent;
}

.w-pricing-table.pt-type6 .pt-header h3,
.w-pricing-table.pt-type6 .pt-header h4 {
    margin: 0;
    color: #008aaf;
}

.w-pricing-table.pt-type6 .pt-header h3 {
    font-size: 25px;
    font-weight: 700;
}

.w-pricing-table.pt-type6 .pt-header h4>span {
    font-size: 30px;
}

.w-pricing-table.pt-type6 .pt-header h4>small {
    color: #008aaf;
    font-weight: 600;
}

.w-pricing-table.pt-type6 ul {
    padding-left: 2%;
    float: left;
    margin: 0;
    width: 46%;
    padding-top: 35px;
}

.w-pricing-table.pt-type6 ul li {
    margin: 0;
    float: left;
    width: 50%;
    padding-bottom: 5px;
    list-style: none;
    font-size: 14px;
    color: #717375;
    font-weight: 400;
    display: flex;
}

.w-pricing-table.pt-type6 ul li span {
    padding-right: 5px;
}

.w-pricing-table.pt-type6 .pt-footer {
    float: right;
    background: #437df9;
    min-height: 146px;
    height: auto;
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
    width: 19%;
    text-align: center;
    margin: -1px;
}

.w-pricing-table.pt-type6 .pt-footer p,
.w-pricing-table.pt-type6 .pt-footer a {
    color: #fff !important;
}

.w-pricing-table.pt-type6 .pt-footer p {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding-bottom: 10px;
}

.w-pricing-table.pt-type6 .pt-footer a {
    display: inline-block;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 8px 18px;
}

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

.w-pricing-table.pt-type6 .pt-footer a:hover {
    background: #292929;
    color: #fff !important;
    border-color: #292929;
}

.w-pricing-table.pt-type6.featured .feature-icon,
.w-pricing-table.pt-type6 .feature-icon {
    padding-right: 8px;
    color: #616161;
    font-family: 'themify';
}

.w-pricing-table.pt-type6.featured,
.w-pricing-table.pt-type6 .feature-icon:before {
    content: "";
    color: #CC0000;
}

.w-pricing-table.pt-type6.featured,
.w-pricing-table.pt-type6 .available-icon:before {
    content: "\e64c";
    color: #39c36e;
}

.w-pricing-table.pt-type6.featured,
.w-pricing-table.pt-type6 .not-available-icon:before {
    content: "\e646";
    color: #cc0000;
}

@media (min-width: 992px) and (max-width:1280px) {
    .w-pricing-table.pt-type6 .pt-footer {
        padding-left: 20px;
    }
    .w-pricing-table.pt-type6 ul {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-pricing-table.pt-type6 .pt-footer {
        padding-left: 0px;
    }
    .w-pricing-table.pt-type6 .pt-footer p {
        padding-left: 10px;
        font-size: 12px;
    }
    .w-pricing-table.pt-type6 {
        min-height: 200px;
    }
    .w-pricing-table.pt-type6 .pt-footer {
        min-height: 198px;
        padding-top: 70px;
    }
    .w-pricing-table.pt-type6 .pt-header {
        min-height: 198px;
        padding-top: 70px;
    }
    .w-pricing-table.pt-type6 .pt-header:after {
        border-bottom: 198px solid #fff;
        border-left: 100px solid transparent;
    }
}

@media (max-width:767px) {
    .w-pricing-table.pt-type6 {
        text-align: center;
        margin-bottom: 50px;
    }
    .w-pricing-table.pt-type6 .pt-header {
        width: 100%;
        float: none;
    }
    .w-pricing-table.pt-type6 .pt-header:after {
        display: none;
    }
    .w-pricing-table.pt-type6 ul {
        width: 100%;
    }
    .w-pricing-table.pt-type6 ul {
        padding-bottom: 30px;
        background: #f6f6f6;
        float: none;
        display: block;
    }
    .w-pricing-table.pt-type6 ul li {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        float: none;
    }
    .w-pricing-table.pt-type6 .pt-footer {
        width: auto;
        padding-left: 0;
        float: none;
        display: block;
        margin: -1px;
    }
    .w-pricing-table.pt-type6 .pt-footer a {
        margin: 0;
    }
}
