.prtb-table .none-border {
    background-color:#fff;
    border:1px solid #fff;
}

.main-img {
    max-width: 100%;
    width: 650px;
    right:10%;
}

@media (max-width: 991.98px) {
    .main-img{
        right:0;
    }
}

.prtb-table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-top:auto;
    margin-bottom:auto;
}
.prtb-text-sm {
    font-size: 12px;
}
.prtb-price {
    font-size: 2em;
}

.prtb-table td {
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.01);
    font-size: 0.8rem;
}

.prtb-table td h4 {
    margin-bottom: 0;
}

.prtb-table th p {
    margin-bottom: 0;
}

.prtb-table td:first-child{
    text-align: left;
    background-color: #ffffff;
}

.none-hover:hover {
    background-color: #ffffff !important;
}

.round-tabs {
    border-radius: 9999px;
    border: 1px solid #e0e0e0;
    display:flex;
    width: 646px;
    max-width: 100%;
    margin: 0 auto;
}

.round-tabs .tab {
    margin: 5px;
    border-radius: 9999px;
    padding: 10px;
    background-color: #f5f5f5;
    color: #cccccc;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.round-tabs .tab:hover {
    opacity: 0.8;
}

.round-tabs .tab.active {
    background-color:#007bff;
    color: #ffffff;
}

.pricing-card{
    margin-top: 15px;
}

.pricing-card:first-child{
    margin-top: 0;
}

.pricing-card ul{
    list-style-type: none;
    padding: 0;
}

.pricing-card ul li{
    padding: 8px;
}

.pricing-card ul li.hide{
    display: none;
}

.pricing-card ul li.show{
    display: list-item;
}

@media (max-width: 767px) {
    .m-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
}

@media (min-width: 768px) {
    .m-show{
        display: none;
    }
    .pc-show{
        display: block;
    }
}