#pricing-table .table-box .main-title {
    font-size: 32px;
    font-weight: 500;
    font-family: Nunito;
    line-height: 120%;
    padding: 20px 0 0
}

#pricing-table .col-3 {
    padding: 0
}

#pricing-table .table-box {
    background-color: #f1fafb;
    padding: 12px
}

#pricing-table .table-box.Popular-box {
    background: #25969d;
    padding: 0 20px;
    border-width: 0 10px;
    border-color: #f1fafb;
    border-style: solid
}

#pricing-table .table-box.Popular-box :not(a) {
    color: #fff !important
}

#pricing-table .table-box small {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 50px 0 30px;
    text-transform: uppercase
}

#pricing-table .table-box .Popular-text {
    background: #ff535b;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
    font-family: Nunito;
    margin: 0 -20px
}

#pricing-table .table-box .pricing-text {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin: 10px 0
}

#pricing-table .table-box .pricing-text sup {
    opacity: .3
}

#pricing-table .table-box .small-desc {
    font-size: 14px;
    font-weight: 700;
    color: #25969d;
    margin: 5px 0 0
}

#pricing-table .table-box .table-listing {
    padding: 0 0 100px;
    margin: 10px 0
}

#pricing-table .table-box .table-listing li {
    list-style-type: none;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding: 5px 0 0 20px;
    margin: 0;
    position: relative
}

#pricing-table .table-box .table-listing li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #ff535b;
    transform: rotate(45deg)
}

#pricing-table .table-box.Popular-box .table-listing li::before {
    background: #fff !important
}

#pricing-table .table-box a.common-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px
}

#pricing-table .table-box a.common-btn::before,
.rounded-5::before {
    border-radius: 100px
}

.pricing-listing-wrapper table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px
}

.pricing-listing-wrapper .table-list-title {
    font-size: 20px;
    font-weight: 700;
    font-family: Nunito
}

.pricing-listing-wrapper table td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    background: #e9f4f5;
    width: 25%;
    font-size: 15px
}

.pricing-listing-wrapper table tr:not(:first-of-type) td:nth-child(3) {
    background: #fff
}

.pricing-listing-wrapper table th {
    padding: 8px
}

.pricing-listing-wrapper table td:not(:first-of-type),
.pricing-listing-wrapper table th:not(:first-of-type) {
    text-align: center
}

.pricing-listing-wrapper table small.check {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    background: #25969d;
    font-size: 10px;
    color: #fff;
    margin-right: 10px
}

.pricing-listing-wrapper table small.check.cross {
    background: #ff535b
}

@media only screen and (max-width:767px) {
    #pricing-table .row.g-0 {
        overflow-x: scroll;
        flex-wrap: nowrap
    }

    #pricing-table .row.g-0 .col-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #pricing-table .row.g-0 .col-3:first-child {
        display: none
    }

    .pricing-listing-wrapper table td,
    .pricing-listing-wrapper table tr {
        white-space: nowrap;
        width: 100%
    }

    .pricing-listing-wrapper .pricing-table-container {
        overflow-x: scroll;
        width: 100%;
        margin-bottom: 20px
    }

    .pricing-listing-wrapper table {
        margin-bottom: 0
    }

    .pricing-listing-wrapper .table-list-title {
        font-size: 16px;
        margin-bottom: 0
    }
    #pricing-table .table-box small {
    margin: 10px 0;
}
}