.pricing-table:hover {
    box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);

}

.pricing-table {
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .15);
    padding: 30px 45px;
    border-radius: 5px;
    transition: .3s;

}

.pricing-table .pricing-label {
    border-radius: 2px 8px;
    padding: 4px 18px;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.pricing-table h2 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
}

.pricing-table h5 {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 400;
}

.pricing-table .pricing-features {
    margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
    font-size: 18px;
    margin: .5rem 0;
    color: #000;
}

.pricing-table .pricing-features .feature span {
    display: inline-block;
    float: right;
    color: #837b7b;
    font-weight: 500;
}

.pricing-table .price-tag {
    margin-top: 22px;
    text-align: center;
    font-weight: 500;
}

.pricing-table .price-tag .symbol {
    font-size: 24px;
}

.pricing-table .price-tag .amount {
    font-size: 64px;
}

.pricing-table .price-tag .after {
    color: #3b3b3b;
    font-weight: 500;
}

.pricing-table .price-button {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: .75rem;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
}

.pricing-table .price-button:hover {
    text-decoration: none;
}

.purple .pricing-label {
    background: #cad2ff;
    color: #627afe;
}

.purple .price-tag {
    color: #627afe;
}

.purple .price-button {
    background: #627afe;
}

.purple .price-button:hover {
    background: #546dfe;
}

.turquoise .pricing-label {
    background: #b9edee;
    color: #44cdd2;
}

.turquoise .price-tag {
    color: #44cdd2;
}

.turquoise .price-button {
    background: #44cdd2;
}

.turquoise .price-button:hover {
    background: #2dbcc4;
}

.red .pricing-label {
    background: #ffc4c4;
    color: #ff5e5e;
}

.red .price-tag {
    color: #ff5e5e;
}

.red .price-button {
    background: #ff5e5e;
}

.red .price-button:hover {
    background: #f23c3c;
}

.Tabpricing_wrp .nav {
    display: flex;
    justify-content: center;
    border-bottom: 0;
    gap: 50px;
}

.Tabpricing_wrp .nav button.active {
    background: linear-gradient(90deg, #1691E9 0%, #002890 100%);
    color: #fff;
}

.Tabpricing_wrp .nav button {
    background: transparent;
    width: 160px;
    border: 1px solid rgb(203, 197, 197) !important;
    font-size: 16px;
    color: #000;
    border-radius: 6px;
}

/* .customplan_wrp {
    border: 1px solid rgb(213, 207, 207);
    border-radius: 8px;
    padding: 25px 30px;
} */

.customplan_wrp h5 {
    font-size: 15px !important;
}

.customplan_wrp .pricing-table {
    box-shadow: 0 0 0;
    border: 1px solid rgb(230, 225, 225);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-table {
        padding: 30px 28px;
    }
}

@media (max-width: 991px) {
    .Tabpricing_wrp .nav {
        gap: 30px;
    }

    .pricing-table .price-tag .amount {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .Tabpricing_wrp .nav {
        gap: 14px;
    }

    .Tabpricing_wrp .nav button {
        width: 142px;
    }

    .pricing-table .price-tag .amount {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .pricing-table {
        padding: 24px 20px;
    }

    .Tabpricing_wrp .tab-content {
        padding: 0 !important;
    }

    .pricing-table .price-tag .amount {
        font-size: 38px;
    }

    .purple .price-button {
        margin-top: 20px !important;
        padding: 6px;

    }

    .pricing-table .price-tag {
        margin-top: 15px;
    }

    .pricing-table .price-button {
        padding: 5px 10px !important;

    }

    .Tabpricing_wrp .nav button {
        width: 100%;
    }
}