
.page-title {
    font-size: 30px;
    font-weight: 600;
}

.page-subtitle {
    font-size: 18px;
}

.page-subdescription {
    font-size: 18px;
    font-weight: 300;
}

.page-block {
    min-height: 30vh;
    padding-bottom: 50px;
}

.page-block.grey {
    background-color: #eee;
}

.pricingTable {
    margin-top: 15px;
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow: auto;
    margin-bottom: 30px;
    border: 1px solid #bdb7b2;
    border-radius: 10px;
}

.price-table-col,
.spacer {
    display: inline-block;
    white-space: nowrap;
    border-right: 1px solid #bdb7b2;
    width: 15%;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
}

.price-table-col > div {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
    box-sizing: content-box;
}

.price-table-col .mobile-lbl {
    display: none;
}

.price-table-col:first-child > div {
    text-align: left;
}

.price-table-col > div:nth-child(even) {
    background: #fff;
}

.price-table-col > div:nth-child(odd) {
    background: #eee;
}

.price-table-col > div:last-child {
    border-bottom: 1px solid #bdb7b2;
}

.price-table-col > div:first-child {
    font-weight: 500;
}

.price-table-col i.fa-check-circle-o {
    color: #2ecc71;
}

.price-table-col i.fa-times-circle-o {
    color: #e74c3c;
}

.pricing-list-notes {
    list-style-type: decimal;
    font-size: 12px;
    margin-left: 13px;
}

.pricing-list-notes li {
    margin-bottom: 10px;
}

.price-table-col.active > div:nth-child(even) {
    background: #fff;
}

.price-table-col.active > div:nth-child(odd) {
    background: #d0e3ff;
}

.page-banner {
    height: 224px;
    width: 100%;
    background-image: url("/images/pricing-page-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    text-align: center;
    color: #FFF;
    padding: 70px 0px;
}

.price-table {
    position: relative;
    overflow: initial !important;
    border: 0 !important;
    min-height: 300px;
}

.price-table-col {
    border-top: 1px solid #bdb7b2;
}


.price-table-col:first-child {
    border-left: 1px solid #bdb7b2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 25%;
}

.price-table-col:first-child > div:last-child,
.price-table-col:first-child > div:last-child span {
    border-bottom-left-radius: 10px;
}


.price-table-col:last-child {
    border-right: 1px solid #bdb7b2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price-table-col:last-child > div:last-child,
.price-table-col:last-child > div:last-child span {
    border-bottom-right-radius: 10px;
}

.price-table-col.active {
    background: #fffc71;
    position: absolute;
    left: calc(40% - 15px);
    border-left: 1px solid #ccc;
    z-index: 1;
    top: -15px;
    margin-left: 15px;
    margin-right: 15px;
    bottom: -15px;
    border-top: 0;
}

.price-table-col.active > div {
    margin: 0 -15px;
    border-left: 1px solid #bdb7b2;
    border-right: 1px solid #bdb7b2;
}

.price-table-col.active > div:first-child {
    padding-top: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #bdb7b2;
}

.price-table-col.active > div:last-child {
    padding-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #bdb7b2;
}

.price-table-col:first-child > div:first-child,
.price-table-col:first-child > div:first-child span {
    border-top-left-radius: 10px;
}

.price-table-col:last-child > div:first-child,
.price-table-col:last-child > div:first-child span {
    border-top-right-radius: 10px;
}

.price-table-credits > .price-table-col:last-child {
    width: 25%;
}


@media (max-width: 768px) {
    .price-table-credits > .price-table-col {
        width: 50% !important;
    }

    .container {
        padding-bottom: 25px;
    }
}