/* Comparison Pricing Table */
.cptp-wrap {
    width: 100%;
    padding: 40px 20px;
    background: #fff;
    color: #222;
}

.cptp-scroll {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.cptp-scroll::-webkit-scrollbar {
    height: 6px;
}

.cptp-scroll::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
}

.cptp-table {
    width: 100%;
    min-width: 850px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.cptp-feature-col {
    width: 230px;
}

.cptp-service-col {
    width: 155px;
}

.cptp-intro,
.cptp-feature-name {
    position: sticky;
    left: 0;
    background: #fff;
}

.cptp-intro {
    z-index: 5;
    vertical-align: top;
    text-align: left;
    padding: 10px 18px 25px 0;
}

.cptp-intro h2 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cptp-intro p {
    margin: 0;
    max-width: 195px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.cptp-service-header {
    vertical-align: top;
    text-align: left;
    padding: 10px 8px 20px;
    background: #fff;
}

.cptp-service-image {
    width: 100%;
    height: 78px;
    display: block;
    object-fit: cover;
    margin: 0 0 9px;
}

.cptp-placeholder {
    background: #eee;
}

.cptp-service-header h3 {
    margin: 0 0 5px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.cptp-service-description {
    margin: 0 0 5px;
    font-size: 9px;
    line-height: 1.4;
    color: #555;
}

.cptp-price {
    margin-bottom: 1px;
    font-size: 10px;
    font-weight: 700;
}

.cptp-starting {
    margin-bottom: 10px;
    font-size: 8px;
    color: #666;
}

.cptp-button {
    display: block;
    width: 100%;
    padding: 8px 5px;
    background: #d91f26;
    color: #fff !important;
    border-radius: 2px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 700;
    transition: .2s ease;
}

.cptp-button:hover {
    background: #b8171d;
    color: #fff !important;
}

.cptp-feature-name {
    z-index: 4;
    padding: 9px 15px 9px 0;
    text-align: left;
    font-size: 10px;
    color: #444;
    border-bottom: 1px solid #d8d8d8;
}

.cptp-cell {
    padding: 9px 5px;
    text-align: center;
    font-size: 13px;
    color: #999;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #d8d8d8;
}

.cptp-service-bg-1 { background: #e9e9e9; }
.cptp-service-bg-2 { background: #eeeeee; }
.cptp-service-bg-3 { background: #e9e9e9; }
.cptp-service-bg-4 { background: #f1f1f1; }

.cptp-check,
.cptp-cross {
    color: #999;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cptp-wrap {
        padding: 30px 15px;
    }

    .cptp-table {
        min-width: 850px;
    }

    .cptp-feature-col {
        width: 190px;
    }

    .cptp-service-col {
        width: 150px;
    }

    .cptp-intro h2 {
        font-size: 24px;
    }

    .cptp-intro p {
        font-size: 11px;
    }

    .cptp-service-image {
        height: 75px;
    }
}

.cptp-no-mobile-swipe .cptp-scroll {
    overflow-x: visible;
}

.cptp-no-sticky .cptp-intro,
.cptp-no-sticky .cptp-feature-name {
    position: static;
}
