﻿
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}

.flex-div {
    flex: 0 0 auto;
}

.mt-auto {
    margin-top: auto !important;
}

.no-padding {
    padding: 0;
}

.pricing .tab-content {
    padding: 4pc 15px 1pc;
    background: transparent;
    border: 0;
}

.pricing ul li {
    padding: 0px 0 0;
    display: flex;
    align-items: center;
}

.pricing .pricing-item {
    padding: 50px 30px 10px;
    box-shadow: none;
    background: #f7f7f8;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 4px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    min-height: 95pc;
    border-right: 1px solid #119287;
}

    .pricing .pricing-item.noborder {
        border-right: 0;
    }

    .pricing .pricing-item.featured {
        background-color: #488bbf1c !important;
    }


.pricing .nav-link, .pricing .nav-link:hover {
    border: 0;
    margin: 0 0 0pc;
    background: #43505c;
    border-radius: 0;
    color: #fff;
    padding: 1pc 15px;
    min-width: 184px;
    text-align: center;
    font-size: 17px;
    border-right: 5px solid #fff !important;
}

.pricing .nav-item.active a, .pricing .nav-item.active a:hover {
    background: #488bbf !important;
    color: #fff !important;
    position: relative;
    border: 0 !important;
    border-right: 5px solid #fff !important;
}

    .pricing .nav-item.active::after {
        left: 50%;
        top: 100%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #488bbf;
        border-width: 12px;
        margin-left: -10px;
    }

.pricing ul i {
    font-size: 36px;
    padding-right: 6px;
    line-height: 0;
    position: relative;
    top: 6px;
}

.pricing .nav-link i {
    color: #616D77 !important;
}

.pricing .nav-item.active i {
    color: #315E82 !important;
}

.pricing .pricing-header {
    background: none !important;
    text-align: left;
    padding: 40px 40px 10px;
    margin: -69px -37px 0;
    color: #000;
    border-bottom: 1px solid #488bbf;
}

.pricing h4 {
    font-size: 35px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}

    .pricing h4 span {
        color: #333;
        font-size: 20px;
    }

        .pricing h4 span.chargetype {
            display: block;
            font-size: 16px !important;
            padding: 8px 0 5px;
            opacity: .5;
        }

    .pricing h4 sup {
        font-size: 20px;
        top: -0.7em;
    }

.pricing h3 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

.pricing .buy-btn-top {
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    background-color: #000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    box-shadow: 6px 6px rgba(0,0,0,.2);
    margin-top: 10px;
}

    .pricing .buy-btn-top:hover {
        transform: translateY(-6px);
        box-shadow: 8px 8px rgba(0,0,0,.2);
    }

.pricing .pricing-item ul {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 10px;
}

    .pricing .pricing-item ul.cont {
        list-style-type: disc;
    }

        .pricing .pricing-item ul.cont li {
            display: inline flow-root list-item;
        }

    .pricing .pricing-item ul li {
        padding: 0px 0 15px;
    }

.pricing .recommended-badge {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #e9f1f0;
    color: #e9f1f0;
    letter-spacing: 1px;
    background-color: #488bbf;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 6px 9px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    bottom: auto;
    right: auto;
}

.pricing__included {
    font-weight: 700;
    padding: 20px 0 10px;
    font-size: 22px;
    color: #000;
}

.pricing__spend {
    padding: 20px 0 0;
}

.topicon {
    text-align: center;
    font-size: 5pc;
    line-height: 1;
    margin-bottom: 35px;
}

#terms p {
    font-size: 20px;
    line-height: 24px;
}

.addons .col-lg-4:last-child .pricing-item {
    border: 0;
}

.pricing .addons .pricing-item {
    min-height: auto;
}

.pricing .googleads-pnl .pricing-item {
    padding: 50px 20px 0px;
    min-height: auto;
}

    .pricing .googleads-pnl .pricing-item.pricing-noborder-4 {
        border-right: 0;
    }

.pricing .googleads-pnl h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
}

.pricing h4.googleads {
    font-size: 30px;
}

.pricing__content {
    background: #f7f7f8;
    padding: 10px 30px 30px;
    margin: 0 -15px;
}

    .pricing__content ul {
        margin: 10px 0 0;
        padding: 0;
        font-size: 14px;
    }

        .pricing__content ul li {
            line-height: 2;
            padding: 0;
            color: #000;
            font-size: 15px;
        }

            .pricing__content ul li i {
                font-size: 8px;
                position: relative;
                top: 2px;
                left: 0;
            }

    .pricing__content .pricing__included {
        margin: 0;
        padding-bottom: 0;
        font-size: 20px;
    }

    .pricing__content ul i {
        color: #000;
        font-size: 35px;
        left: -12px;
        position: relative;
        width: 20px;
    }

.pricing-item ul li i {
    font-size: 8px;
    position: relative;
    top: 2px;
}

.gnotes {
    /*color: #d93d3d;*/
    margin: 30px 0 0;
    border-top: 1px solid #dbdbdb
}

    .gnotes ul {
        list-style-type: disc;
        font-size: 15px;
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 0;
        padding-left: 20px;
    }

        .gnotes ul li {
            display: flow-root list-item;
            line-height: 2;
        }


@media(max-width: 991px) {
    #terms {
        margin-top: 40px;
    }

    .pricing .pricing-item ul.cont {
        padding-left: 20px;
    }
}

@media(max-width: 767px) {
    .noxspdg {
        padding: 0;
    }

    .pricing .pricing-item {
        min-height: auto;
        border-right: 0;
    }

        .pricing .pricing-item.featured {
            background-color: #488bbf1c !important;
            margin-top: 30px;
        }

    .pricing .recommended-badge {
        top: 0;
    }

    .pricing__content ul {
        margin: 0px 0 0;
    }

    .pricing__content {
        padding: 10px 30px 30px;
        margin: 20px -10px 0;
    }
}
