﻿section.pricing {
    padding-bottom: 260px;
}

.pricing .card {
    border: 1px solid lightgray;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    background: white;
    padding: 10px;
    margin: 10px;
}

@media (max-width: 767px) {
    .pricing .card {
        margin: 0;
        padding: 5px;
    }

    .pricing .Crds {
        margin: 35px 0;
    }
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

    .pricing .card-price .period {
        font-size: 0.8rem;
    }

.pricing ul li {
    margin-bottom: 1px;
}

.pricing .text-muted {
    opacity: 0.8;
}

.pricing .btn {
    border-radius: 5rem;
    letter-spacing: .1rem;
    padding: 1rem;
    font-size: 90%;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }
}


.ParentBase {
    overflow-x: auto;
    background-color: transparent;
    width: 100%;
    z-index: 1030;
    text-align: center;
}

    .ParentBase ul {
        display: table;
    }

        .ParentBase ul li {
            display: table-cell;
            float: none;
            white-space: nowrap;
            width: auto;
            border-radius: 0 !important;
            background-color: transparent !important;
            border: 0 !important;
            border-collapse: separate !important;
            padding: 1px;
        }

            .ParentBase ul li a:hover {
                background-color: transparent !important;
                color: #808080 !important;
            }

            .ParentBase ul li a {
                font-size: 15px;
                font-weight: bold;
                color: #000;
                padding: 5px 2px;
            }



            .ParentBase ul li.active a {
                color: #d9534f;
                border: none;
                border-bottom: 3px solid !important;
                padding-bottom: 4px;
            }

                .ParentBase ul li.active a:focus, .ParentBase ul li.active a:hover {
                    color: #d9534f !important;
                    border: 0;
                    border-bottom: 3px solid !important;
                }

            .ParentBase ul li.not-active a {
                color: #555;
                border-bottom: 3px solid #aaa !important;
                padding-bottom: 4px
            }

.sec1 {
    margin-top: 10px;
}


.card-body li {
    background-image: linear-gradient(-90deg, #eee, transparent);
    height: 20px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.card-body ul {
    padding: 3px 0;
    line-height: 10px;
    height: 115px;
}

.card-body li:before {
    content: "\f046";
    height: 20px;
    font-family: FontAwesome;
    padding-left: 5px;
    padding-right: 3px;
}

.pricing .Crds {
    padding: 0;
}

.usercount {
    color: red;
    text-align: center;
}

.sumprice {
    color: blue;
    text-align: center;
}

.buy-body {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background-color: #ffdede;
    left: 0;
    box-shadow: 0px -4px 5px 1px rgb(0 0 0 / 50%);
    color: #000;
    right: 0;
    padding: 10px 0;
}

.buy-col.continue {
    text-align: left;
}

.buy-col {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    margin: 1%;
    max-height: 200px;
}

    .buy-col label {
        margin: 0 5px;
        font-size: 14px;
    }

.buy-body li {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    line-height: 30px;
    color: #000000;
    border-bottom: 1px solid #949494;
    height: auto;
}

.buy-body ul {
    padding: 0;
    line-height: 10px;
    margin: 0;
}

.buy-body li i {
    float: left;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
}

.buy-body li:before {
    content: "\f046";
    height: 20px;
    font-family: FontAwesome;
    padding-left: 8px;
    color: gree;
}

.buy-body .table {
    height: 100%;
}

.buy-body td {
    vertical-align: middle !important;
    text-align: center;
}

nav.affix {
    visibility: hidden;
}

.whatsapp_desktop {
    display: none;
}

.footer-wrapper {
    display: none;
}


@media (max-width: 992px) {
    .ParentBase ul li.not-active a {
        font-size: 15px;
    }

    .buy-col {
        display: block;
        width: 96%;
        margin: 0 2%;
        overflow: auto;
    }

        .buy-col.buy-price {
            text-align: center;
            padding: 10px 0;
        }

        .buy-col.continue {
            text-align: center;
        }

        .buy-col label {
            font-size: 18px;
        }
}
