﻿.wrapper{
    max-width: 920px;
    margin: 0 auto;
}
h1{
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -2px;
}
h2{
    font-size: 46px;
    color: var(--secondary--color);
    font-weight: 700;
}
h4{
    font-size: 24px;
    font-weight: 600;
}
h5{
    font-size: 20px;
    line-height: 26px;
    color: var(--secondary--color);
    font-weight: 600;
}
p{
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color);
}
.banner-overlay-img{
    position: relative;
}
.banner-overlay-img::after{
    content: "";
    background: url(../image/banner-overlay-img.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.overlay-img{
    position: relative;
    z-index: 1;
}
.appointment-btn{
    padding: 12px 25px;
    background: var(--accent-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
    color: var(--primary--color);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.appointment-btn:hover{
    color: var(--primary--color) !important;
    background: var(--accent-color);
    transform: translateY(-8px);
}

/**/

@charset "UTF-8";

.price-table-c {
    line-height: 1.4;
    margin: 35px auto 0;
}

    .price-table-c::after {
        display: block;
        clear: both;
        content: "";
    }

    .price-table-c .price-col {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .price-table-c .price-col, .price-table-c .price-col:after {
            border-radius: 6px;
        }

            .price-table-c .price-col:after {
                content: "";
                border: 1px solid rgba(0, 0, 0, 0.1);
                z-index: 1;
                pointer-events: none;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

    .price-table-c .col-label {
        display: none;
        text-align: right;
    }

    .price-table-c .col-basic {
        text-align: left;
        background: #fff;
    }

    .price-table-c .col-header {
        margin-bottom: 10px;
    }

    .price-table-c .deal {
        font-weight: 600;
        font-size: 20px;
        background: #d50727;
        color: #fff;
        min-height: 35px;
    }

        .price-table-c .deal span {
            opacity: 0.6;
            font-size: 12px;
            font-weight: 400;
            display: block;
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

    .price-table-c .tt-sm {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        background: #ef1135;
        color: #fff;
        padding: 5px;
        min-height: 70px;
    }

    .price-table-c .deal,
    .price-table-c .tt-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        padding-left: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.25;
    }

    .price-table-c p {
        margin: 0;
    }

    .price-table-c .fa {
        font-weight: 400;
        margin-right: 6px;
    }

    .price-table-c .fa-check {
        color: #198754;
    }

    .price-table-c .fa-times {
        color: #dc3545;
    }

    .price-table-c .col-body-item {
        padding: 5px 10px;
        color: #2f333d;
    }

        .price-table-c .col-body-item:nth-child(2n) {
            background: #f5f5f5;
        }

        .price-table-c .col-body-item:last-child {
            background: rgba(25, 135, 84, 0.7);
            margin-top: 15px;
        }

            .price-table-c .col-body-item:last-child, .price-table-c .col-body-item:last-child .btn {
                color: #fff;
            }

                .price-table-c .col-body-item:last-child .btn {
                    text-align: left;
                    padding-left: 0;
                    background: transparent;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                }

                .price-table-c .col-body-item:last-child:hover {
                    background: #198754;
                }

                    .price-table-c .col-body-item:last-child:hover .btn .fa {
                        margin-left: 8px;
                    }

    .price-table-c .btn {
        display: block;
    }

        .price-table-c .btn:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .price-table-c .tt-label {
        color: #787878;
        font-size: 14px;
        line-height: 1.35;
        margin-bottom: 3px;
    }

    .price-table-c .col-basic.active .deal {
        position: relative;
    }

        .price-table-c .col-basic.active .deal:before, .price-table-c .col-basic.active .deal:after {
            content: "";
            position: absolute;
            top: 10px;
            right: 10px;
            width: 12px;
            height: 12px;
            border-radius: 20px;
            background: #ffbb0b;
            z-index: 2;
        }

        .price-table-c .col-basic.active .deal:after {
            content: "";
            z-index: 1;
            background: rgba(0, 0, 0, 0.5);
            -webkit-animation: highl 1.2s linear infinite;
            animation: highl 1.2s linear infinite;
        }

    .price-table-c .deal,
    .price-table-c .tt-sm,
    .price-table-c .col-body-item {
        text-align: left;
        padding-left: 30px;
    }

        .price-table-c .col-body-item:last-child .btn {
            padding-left: 0 !important;
        }

@-webkit-keyframes highl {
    to {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8), 0 0 0 18px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8), 0 0 0 18px rgba(0, 0, 0, 0.3);
        opacity: 0;
    }
}

@keyframes highl {
    to {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8), 0 0 0 18px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8), 0 0 0 18px rgba(0, 0, 0, 0.3);
        opacity: 0;
    }
}

@media screen and (min-width: 768px) {
    .price-table-c {
        padding-top: 20px;
    }

        .price-table-c .col-label {
            display: block;
        }

        .price-table-c .price-col {
            float: left;
            width: 24%;
            margin-right: -1px;
            font-size: 14px;
        }

        .price-table-c .col-label {
            display: block;
            width: 28%;
            margin-top: 95px;
            padding: 7px 0;
        }

            .price-table-c .col-label, .price-table-c .col-label:after {
                border-radius: 5px 0 0 5px;
            }

                .price-table-c .col-label:after {
                    border-right: 0;
                    border-color: rgba(0, 0, 0, 0.18);
                }

                .price-table-c .col-label .label-item:nth-child(2n) {
                    background: #f5f5f5;
                }

        .price-table-c .label-item {
            padding: 5px 10px;
        }

        .price-table-c .tt-sm {
            font-size: 20px;
            min-height: 50px;
        }

        .price-table-c .deal {
            font-size: 16px;
            min-height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .price-table-c .tt-label {
            display: none;
        }

        .price-table-c .col-basic.active {
            margin-top: -10px;
            margin-bottom: -10px;
        }

            .price-table-c .col-basic.active .deal {
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .price-table-c .col-basic.active .col-body-item:last-child .btn {
                padding: 13px 20px;
            }

        .price-table-c .deal,
        .price-table-c .tt-sm,
        .price-table-c .col-body-item {
            padding-left: 10px;
        }
}

@media screen and (min-width: 992px) {
    .price-table-c .price-col {
        font-size: 15px;
    }

    .price-table-c .tt-sm {
        min-height: 60px;
        font-size: 24px;
    }

    .price-table-c .col-label {
        margin-top: 105px;
        padding: 10px 0 15px;
    }

    .price-table-c .label-item,
    .price-table-c .col-body-item {
        padding: 8px;
    }

    .price-table-c .label-item {
        padding-right: 10px;
    }

    .price-table-c .deal,
    .price-table-c .tt-sm,
    .price-table-c .col-body-item {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .price-table-c .price-col {
        font-size: 16px;
    }

    .price-table-c .label-item {
        padding-right: 20px;
    }

    .price-table-c .price-col {
        width: 23.5%;
    }

    .price-table-c .col-label {
        width: 29.5%;
    }
}

.card .card-header button, .card .card-header .btn {
    padding: 0;
    display: block;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card .card-header a {
    text-decoration: none !important;
}

.stylepack2 {
    margin: 20px -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .stylepack2 .style-col {
        padding: 0 15px;
        margin-bottom: 30px;
        position: relative;
        line-height: 1.45;
    }

        .stylepack2 .style-col:nth-child(1) .head:before,
        .stylepack2 .style-col:nth-child(1) .btn {
            background: #94BE30;
            border-bottom-color: #7BA01E;
        }

        .stylepack2 .style-col:nth-child(2) .head:before,
        .stylepack2 .style-col:nth-child(2) .btn {
            background: #5A7B7D;
            border-bottom-color: #4A696B;
        }

        .stylepack2 .style-col:nth-child(3) .head:before,
        .stylepack2 .style-col:nth-child(3) .btn {
            background: #2CAB92;
            border-bottom-color: #24917B;
        }

        .stylepack2 .style-col:nth-child(4) .head:before,
        .stylepack2 .style-col:nth-child(4) .btn {
            background: #6bc17d;
            border-bottom-color: #6bc17d;
        }

    .stylepack2 .col-in {
        position: relative;
        background-color: #fff;
        border: 2px solid #ddd;
        padding: 0 20px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .stylepack2 .head {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .stylepack2 .head:before {
            content: "";
            position: absolute;
            top: -2px;
            right: -2px;
            bottom: 0;
            left: -2px;
            background: #1570BD;
            z-index: -1;
        }

    .stylepack2 .title-lg {
        font-size: 24px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .stylepack2 .desc {
        margin-top: 10px;
    }

    .stylepack2 .list-feat {
        margin: 20px 0;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .stylepack2 ul {
        margin: 0;
        padding: 0;
    }

        .stylepack2 ul li {
            line-height: 1.25;
            margin-bottom: 10px;
            position: relative;
            padding-left: 20px;
            list-style: none;
        }

            .stylepack2 ul li:before {
                content: "ï€Œ";
                font-family: "Font Awesome 5 Pro";
                font-size: 15px;
                position: absolute;
                top: 3px;
                left: 0;
                line-height: 1;
                color: inherit;
            }

    .stylepack2 .foot {
        margin-bottom: 20px;
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }

    .stylepack2 .price {
        margin-bottom: 15px;
        font-size: 18px;
        color: #FB6A01;
    }

    .stylepack2 .number-lg {
        font-size: 28px;
        font-weight: bold;
    }

        .stylepack2 .number-lg u {
            font-size: 70%;
            font-weight: 400;
        }

    .stylepack2 .perMonth {
        font-size: 15px;
    }

    .stylepack2 .btn {
        color: #fff;
    }

    .stylepack2 .widget-h {
        position: absolute;
        padding: 6px 15px;
        font-weight: 500;
        font-size: 14px;
        bottom: 98%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #ffc107;
        color: #212121;
        text-align: center;
        z-index: 10;
        left: 40px;
    }

        .stylepack2 .widget-h:before {
            position: absolute;
            z-index: 1;
            width: 10px;
            height: 8px;
            content: "";
            background-color: inherit;
            bottom: -4px;
            left: 13px;
            -webkit-transform: skewY(-37deg);
            transform: skewY(-37deg);
        }

    .stylepack2 .col-in:hover {
        -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
        -webkit-transform: perspective(500px) translateY(-10px);
        transform: perspective(500px) translateY(-10px);
    }

@media screen and (min-width: 768px) {
    .stylepack2 {
        margin-top: 50px;
    }

        .stylepack2 .style-col {
            max-width: 25%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding-left: 8px;
            padding-right: 8px;
            font-size: 14px;
        }

        .stylepack2[data-col="4"] .style-col {
            max-width: 25%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .stylepack2[data-col="3"] .style-col {
            max-width: 33.3333333333%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
        }

        .stylepack2 .title-lg {
            font-size: 20px;
        }

        .stylepack2 .number-lg {
            font-size: 22px;
        }

        .stylepack2 .col-in {
            padding: 0 15px;
        }

        .stylepack2 .head {
            margin-left: -15px;
            margin-right: -15px;
            padding: 15px;
        }
}

@media screen and (min-width: 992px) {
    .stylepack2 .title-lg {
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .stylepack2 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .stylepack2 .style-col {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 16px;
        }

        .stylepack2 .title-lg {
            font-size: 26px;
        }

        .stylepack2 .number-lg {
            font-size: 26px;
        }

        .stylepack2 .col-in {
            padding: 0 20px;
        }

        .stylepack2 .head {
            margin-left: -20px;
            margin-right: -20px;
            padding: 20px;
        }
}

.list-pricing-3 {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .list-pricing-3 .price-card {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: 1px solid #ddd;
        text-align: center;
        line-height: 1.35;
        position: relative;
        background: #fff;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        margin: 0 0 20px;
    }

    .list-pricing-3 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .list-pricing-3 ul li {
            margin: 0 -15px;
            padding: 8px 15px 10px;
        }

            .list-pricing-3 ul li:nth-child(odd) {
                background: #f8f8fb;
            }

    .list-pricing-3 .price-card-header,
    .list-pricing-3 .price-card-body,
    .list-pricing-3 .price-card-footer {
        padding: 0 15px;
        margin: 15px 0;
    }

    .list-pricing-3 .price-card-header {
        padding-top: 15px;
    }

    .list-pricing-3 .tt-md {
        margin-bottom: 0;
        color: #fd6a00;
        font-weight: 600;
    }

    .list-pricing-3 .desc {
        color: #9c9dae;
    }

    .list-pricing-3 .text-price {
        font-size: 28px;
        font-weight: bold;
        color: #dc3545;
        margin: 15px 0;
    }

        .list-pricing-3 .text-price:before {
            content: "";
            display: block;
            width: 30px;
            height: 1px;
            margin: 0 auto 7px;
            background: rgba(0, 0, 0, 0.1);
        }

        .list-pricing-3 .text-price sup {
            text-decoration: underline;
            font-weight: 400;
        }

    .list-pricing-3 .ribbon {
        position: absolute;
        top: -25px;
        left: 15%;
        background: #0078d4;
        color: #fff;
        text-transform: capitalize;
        padding: 8px 14px;
        line-height: 1.3;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .list-pricing-3 .ribbon:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 15px;
            border-color: #0078d4 transparent transparent #0078d4;
            border-width: 4px;
            border-style: solid;
        }

    .list-pricing-3 .price-card-footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .list-pricing-3 .price-card:hover {
        border-color: #0078d4;
        -webkit-transform: translateY(-2px) scale(1.02);
        transform: translateY(-2px) scale(1.02);
        -webkit-box-shadow: 0 20px 40px rgba(85, 82, 101, 0.1);
        box-shadow: 0 20px 40px rgba(85, 82, 101, 0.1);
        z-index: 10;
    }

        .list-pricing-3 .price-card:hover .ribbon {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

@media screen and (min-width: 768px) {
    .list-pricing-3 .price-card {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-left: -1px;
        font-size: 14px;
    }

    .list-pricing-3 .tt-md {
        font-size: calc(var(--tt-md) - 2px);
    }

    .list-pricing-3 .desc {
        font-size: 13px;
    }

    .list-pricing-3 .text-price {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .list-pricing-3 .price-card {
        font-size: 15px;
    }

    .list-pricing-3 .tt-md {
        font-size: 22px;
    }

    .list-pricing-3 .text-price {
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .list-pricing-3 .price-card {
        font-size: 16px;
    }

    .list-pricing-3 .tt-md {
        font-size: var(--tt-md);
    }

    .list-pricing-3 .text-price {
        font-size: 28px;
    }

    .list-pricing-3 .price-card-header {
        margin-bottom: 25px;
    }
}

.row-group-pack .col-pack {
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
}

.row-group-pack .pack {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

    .row-group-pack .pack:before {
        content: "";
        position: absolute;
        top: -2px;
        right: 0;
        left: 0;
        margin: 0 auto;
        height: 2px;
        background: #ccc;
        width: 50%;
    }

    .row-group-pack .pack li {
        padding: 9px 15px;
    }

        .row-group-pack .pack li:nth-child(even):not(:first-child):not(:last-child) {
            background-color: #f5f6f7;
        }

        .row-group-pack .pack li:first-child {
            background-color: #fff;
            padding: 25px 15px;
            font-size: 28px;
            font-weight: 600;
            color: #fd6a00;
        }

            .row-group-pack .pack li:first-child .sub-tt-pack {
                font-size: 13px;
                font-weight: 400;
                color: #72748b;
            }

        .row-group-pack .pack li:nth-child(2) {
            background-color: #fd6a00 !important;
            color: #fff;
            font-size: 28px;
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .row-group-pack .pack li:last-child {
            padding-top: 10px;
            padding-bottom: 30px;
        }

    .row-group-pack .pack .vnd {
        font-size: 60%;
        text-decoration: underline;
        vertical-align: 30%;
    }

    .row-group-pack .pack:hover {
        border-bottom: 3px solid rgba(0, 0, 0, 0.16);
    }

        .row-group-pack .pack:hover:before {
            background-color: #198754;
        }

.widget-h {
    padding: 6px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #0078d4;
    text-align: center;
    z-index: 30;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    bottom: 98%;
    left: 40px;
}

    .widget-h:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 10px;
        height: 8px;
        background-color: inherit;
        bottom: -4px;
        left: 13px;
        -webkit-transform: skewY(-37deg);
        transform: skewY(-37deg);
    }

@media screen and (min-width: 768px) {
    .row-group-pack {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        margin-top: 50px;
    }

        .row-group-pack .col-pack {
            display: block;
            max-width: 25%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            position: relative;
        }

            .row-group-pack .col-pack.active .pack, .row-group-pack .col-pack:hover .pack {
                padding: 15px 0;
                -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
                margin-top: -15px;
                margin-bottom: -10px;
                z-index: 10;
            }

            .row-group-pack .col-pack:hover .widget-h {
                bottom: 100%;
            }

        .row-group-pack .pack {
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .row-group-pack .pack li:first-child {
                font-size: 24px;
            }

            .row-group-pack .pack li:nth-child(2) {
                font-size: 22px;
            }
}

@media screen and (min-width: 992px) {
    .row-group-pack {
        font-size: 15px;
    }

        .row-group-pack .pack li:nth-child(2) {
            font-size: 26px;
        }
}

@media screen and (min-width: 1200px) {
    .row-group-pack {
        font-size: 16px;
    }

        .row-group-pack .pack li {
            padding: 11px 10px;
        }

            .row-group-pack .pack li:first-child {
                font-size: 28px;
            }

            .row-group-pack .pack li:nth-child(2) {
                font-size: 30px;
            }
}

.row5col .col-pack {
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
}

.row5col .pack {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

    .row5col .pack:before {
        content: "";
        position: absolute;
        top: -2px;
        right: 0;
        left: 0;
        margin: 0 auto;
        height: 2px;
        background: #ccc;
        width: 50%;
    }

    .row5col .pack li {
        padding: 9px 15px;
    }

        .row5col .pack li:nth-child(even):not(:first-child):not(:last-child) {
            background-color: #f5f6f7;
        }

        .row5col .pack li:first-child {
            background-color: #fff;
            padding: 25px 10px;
            font-size: 28px;
            font-weight: 600;
            color: #fd6a00;
        }

            .row5col .pack li:first-child .sub-tt-pack {
                font-size: 13px;
                font-weight: 400;
                color: #72748b;
            }

        .row5col .pack li:nth-child(2) {
            background-color: #fd6a00 !important;
            color: #fff;
            font-size: 28px;
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .row5col .pack li:last-child {
            padding-top: 10px;
            padding-bottom: 30px;
        }

    .row5col .pack .vnd {
        font-size: 60%;
        text-decoration: underline;
        vertical-align: 30%;
    }

    .row5col .pack:hover {
        border-bottom: 3px solid rgba(0, 0, 0, 0.16);
    }

        .row5col .pack:hover:before {
            background-color: #198754;
        }

.widget-h {
    padding: 6px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #0078d4;
    text-align: center;
    z-index: 30;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    bottom: 98%;
    left: 40px;
}

    .widget-h:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 10px;
        height: 8px;
        background-color: inherit;
        bottom: -4px;
        left: 13px;
        -webkit-transform: skewY(-37deg);
        transform: skewY(-37deg);
    }

@media (min-width: 768px) {
    .row5col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
    }

        .row5col .col-pack {
            width: 33.3333333333%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }
}

@media (min-width: 992px) {
    .row5col {
        font-size: 13px;
        margin-top: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .row5col .col-pack {
            width: 20%;
        }

            .row5col .col-pack.active .pack, .row5col .col-pack:hover .pack {
                padding: 15px 0;
                -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
                margin-top: -15px;
                z-index: 10;
            }

            .row5col .col-pack:hover .widget-h {
                bottom: 100%;
            }

        .row5col .pack {
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .row5col .pack li:first-child, .row5col .pack li:nth-child(2) {
                font-size: 24px;
            }
}

@media (min-width: 1200px) {
    .row5col {
        font-size: 16px;
    }

        .row5col .pack li {
            padding: 11px 10px;
        }

            .row5col .pack li:first-child, .row5col .pack li:nth-child(2) {
                font-size: 28px;
            }
}

.table-pricing-orel {
    font-size: 16px;
    margin-bottom: 15px;
}

    .table-pricing-orel thead {
        background: #0078d4;
        color: #fff;
    }

        .table-pricing-orel thead th, .table-pricing-orel thead td {
            padding: 10px;
        }

    .table-pricing-orel td {
        padding: 10px;
    }

    .table-pricing-orel tbody tr:nth-child(even) {
        background: #f4f3f3;
    }

    .table-pricing-orel .price {
        color: #dc3545;
        font-size: 18px;
        font-weight: bold;
    }

        .table-pricing-orel .price sup,
        .table-pricing-orel .price u,
        .table-pricing-orel .price del {
            font-weight: 400;
            text-decoration: underline;
        }

    .table-pricing-orel .indicator {
        background: url(skin/igreen.png) no-repeat center center;
        width: 32px;
        height: 25px;
        display: inline-block;
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto;
        left: -25px;
    }

    .table-pricing-orel .icon-xs img {
        margin-right: 5px;
    }

@media screen and (max-width: 991px) {
    .table-pricing-orel {
        font-size: 13px;
    }

        .table-pricing-orel .price {
            font-size: 16px;
        }

        .table-pricing-orel .btn {
            padding: 6px 10px;
        }
}

@media screen and (max-width: 767px) {
    .table-pricing-orel {
        font-size: 15px;
    }

        .table-pricing-orel thead {
            display: none;
        }

        .table-pricing-orel tbody,
        .table-pricing-orel tbody tr,
        .table-pricing-orel tbody td {
            display: block;
        }

            .table-pricing-orel tbody tr {
                border: 1px solid #ddd;
                border-radius: 16px;
                padding: 20px;
                margin-bottom: 15px;
            }

            .table-pricing-orel tbody td {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 10px 0;
            }

                .table-pricing-orel tbody td:before {
                    content: attr(data-text);
                    width: 100px;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 100px;
                    flex: 0 0 100px;
                    padding-right: 10px;
                    color: #918ea3;
                }

                .table-pricing-orel tbody td + td:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    height: 1px;
                    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.15)), to(transparent));
                    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15), transparent);
                }

            .table-pricing-orel tbody .indicator {
                left: -35px;
            }

            .table-pricing-orel tbody .price {
                font-size: 19px;
            }
}

.table-pricing-barel {
    font-size: 15px;
}

    .table-pricing-barel thead {
        display: none;
    }

    .table-pricing-barel tbody,
    .table-pricing-barel tbody tr,
    .table-pricing-barel tbody td {
        display: block;
    }

        .table-pricing-barel tbody tr {
            border: 1px solid #ddd;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            position: relative;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            border-bottom: 3px solid #ddd;
        }

        .table-pricing-barel tbody td {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 -20px;
            padding: 10px 20px;
        }

            .table-pricing-barel tbody td:before {
                content: attr(data-text);
                width: 100px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100px;
                flex: 0 0 100px;
                padding-right: 10px;
                color: #918ea3;
            }

            .table-pricing-barel tbody td:nth-child(even):not(:first-child):not(:last-child) {
                background: #f8f8f8;
            }

            .table-pricing-barel tbody td:first-child {
                padding-bottom: 15px;
            }

        .table-pricing-barel tbody .indicator {
            background: url(skin/igreen.png) no-repeat center center;
            width: 32px;
            height: 25px;
            display: inline-block;
            position: absolute;
            top: 0px;
            bottom: 0;
            margin: auto;
            left: -15px;
        }

        .table-pricing-barel tbody .icon-xs img {
            margin-right: 5px;
        }

        .table-pricing-barel tbody .price {
            font-size: 19px;
            color: #dc3545;
            font-weight: bold;
        }

            .table-pricing-barel tbody .price sup,
            .table-pricing-barel tbody .price u {
                text-decoration: underline;
                font-weight: 600;
            }

        .table-pricing-barel tbody tr:nth-child(1) {
            border-top: 3px solid #0078d4;
        }

            .table-pricing-barel tbody tr:nth-child(1):hover {
                border-color: #0078d4;
                -webkit-box-shadow: 0 15px 30px -10px rgba(0, 120, 212, 0.15);
                box-shadow: 0 15px 30px -10px rgba(0, 120, 212, 0.15);
            }

        .table-pricing-barel tbody tr:nth-child(2) {
            border-top: 3px solid #fd6a00;
        }

            .table-pricing-barel tbody tr:nth-child(2):hover {
                border-color: #fd6a00;
                -webkit-box-shadow: 0 15px 30px -10px rgba(253, 106, 0, 0.15);
                box-shadow: 0 15px 30px -10px rgba(253, 106, 0, 0.15);
            }

        .table-pricing-barel tbody tr:nth-child(3) {
            border-top: 3px solid #dc3545;
        }

            .table-pricing-barel tbody tr:nth-child(3):hover {
                border-color: #dc3545;
                -webkit-box-shadow: 0 15px 30px -10px rgba(220, 53, 69, 0.15);
                box-shadow: 0 15px 30px -10px rgba(220, 53, 69, 0.15);
            }

        .table-pricing-barel tbody tr:nth-child(4) {
            border-top: 3px solid #0dcaf0;
        }

            .table-pricing-barel tbody tr:nth-child(4):hover {
                border-color: #0dcaf0;
                -webkit-box-shadow: 0 15px 30px -10px rgba(13, 202, 240, 0.15);
                box-shadow: 0 15px 30px -10px rgba(13, 202, 240, 0.15);
            }

@media screen and (min-width: 768px) {
    .table-pricing-barel {
        font-size: 12px;
    }

        .table-pricing-barel tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-left: -1%;
            margin-right: -1%;
        }

            .table-pricing-barel tbody tr {
                max-width: 23%;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 23%;
                flex: 0 0 23%;
                margin: 0 1% 15px;
                padding: 15px 10px;
                border-radius: 10px;
            }

                .table-pricing-barel tbody tr:before {
                    width: 100px;
                }

            .table-pricing-barel tbody td {
                margin: 0 -10px;
                padding: 8px 10px;
            }

                .table-pricing-barel tbody td:before {
                    width: 60px;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 60px;
                    flex: 0 0 60px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .table-pricing-barel tbody td[data-text=Server], .table-pricing-barel tbody td[data-text=Price], .table-pricing-barel tbody td:last-child {
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                }

                    .table-pricing-barel tbody td[data-text=Server]:before, .table-pricing-barel tbody td[data-text=Price]:before, .table-pricing-barel tbody td:last-child:before {
                        display: none;
                    }

                .table-pricing-barel tbody td:first-child {
                    font-size: 115%;
                }

            .table-pricing-barel tbody .indicator {
                left: -24px;
            }
}

@media screen and (min-width: 992px) {
    .table-pricing-barel {
        font-size: 14px;
    }

        .table-pricing-barel tbody tr {
            padding: 20px 18px;
        }

        .table-pricing-barel tbody td {
            margin: 0 -18px;
            padding: 10px 18px;
        }

            .table-pricing-barel tbody td:before {
                width: 80px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 80px;
                flex: 0 0 80px;
            }
}

@media screen and (min-width: 1200px) {
    .table-pricing-barel {
        font-size: 15px;
    }

        .table-pricing-barel tbody td[data-text=Server],
        .table-pricing-barel tbody td[data-text=Price],
        .table-pricing-barel tbody td:last-child {
            text-align: left;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .table-pricing-barel tbody td {
            padding: 10px 22px;
        }

            .table-pricing-barel tbody td:first-child {
                min-height: 60px;
            }

            .table-pricing-barel tbody td:before {
                width: 85px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 85px;
                flex: 0 0 85px;
            }

        .table-pricing-barel tbody .price {
            font-size: 22px;
        }

        .table-pricing-barel tbody tr:hover {
            margin-top: -7px;
            margin-bottom: 15px;
        }

        .table-pricing-barel tbody .indicator {
            left: -15px;
        }
}

.price-cp-item {
    background-color: #edeff6;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

    .price-cp-item.active {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 40px rgba(85, 82, 101, 0.18);
        box-shadow: 0 5px 40px rgba(85, 82, 101, 0.18);
        z-index: 10;
    }

        .price-cp-item.active .box-header {
            padding-top: 30px;
        }

        .price-cp-item.active .box-footer {
            padding-bottom: 30px;
        }

        .price-cp-item.active .price {
            font-size: calc(var(--tt-lg) + 2px);
        }

    .price-cp-item + .price-cp-item {
        background-color: #f8f9fc;
        z-index: 5;
    }

        .price-cp-item + .price-cp-item + .price-cp-item {
            background-color: #eff0f5;
        }

    .price-cp-item .box-header,
    .price-cp-item .box-body,
    .price-cp-item .box-footer {
        padding: 20px;
    }

    .price-cp-item .list-item {
        margin-left: -20px;
        margin-right: -20px;
        padding: 10px 20px;
        line-height: 1.4;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    }

        .price-cp-item .list-item:before {
            font-family: "Font Awesome 5 Pro";
            margin-right: 5px;
            padding-top: 1px;
            font-size: 90%;
            margin-right: 5px;
        }

        .price-cp-item .list-item.yes:before {
            content: "ï˜";
            color: #198754;
        }

        .price-cp-item .list-item.not:before {
            content: "ï—";
            color: #dc3545;
        }

        .price-cp-item .list-item.not {
            opacity: 0.8;
        }

    .price-cp-item .box-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.065);
    }

    .price-cp-item .tt-sm {
        color: #fd6a00;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .price-cp-item .price {
        color: #dc3545;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        margin-bottom: 0;
    }

    .price-cp-item u {
        font-size: 70%;
        vertical-align: 7px;
    }

    .price-cp-item .text-sm {
        color: #778190;
    }

    .price-cp-item .box-footer {
        padding-bottom: 30px;
    }

@media screen and (min-width: 768px) {
    .price-cp-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        font-size: 14px;
        border-radius: 0;
    }

        .price-cp-item.active .box-header {
            padding-top: 35px;
        }

        .price-cp-item.active .box-footer {
            padding-bottom: 35px;
        }

        .price-cp-item.active .price {
            font-size: calc(var(--tt-lg) - 6px);
        }

        .price-cp-item + .price-cp-item + .price-cp-item:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 1px;
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        }

        .price-cp-item + .price-cp-item + .price-cp-item .box-header,
        .price-cp-item + .price-cp-item + .price-cp-item .box-footer {
            padding-top: 16px;
            padding-bottom: 16px;
        }

        .price-cp-item .box-header,
        .price-cp-item .box-body,
        .price-cp-item .box-footer {
            padding-left: 10px;
            padding-right: 10px;
        }

        .price-cp-item .list-item {
            margin-left: -10px;
            margin-right: -10px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .price-cp-item .tt-sm {
            font-size: calc(var(--tt-sm) - 8px);
        }

        .price-cp-item .price {
            font-size: calc(var(--tt-lg) - 10px);
        }
}

@media screen and (min-width: 992px) {
    .price-cp-item.active .price {
        font-size: calc(var(--tt-lg) - 2px);
    }

    .price-cp-item + .price-cp-item + .price-cp-item .box-header,
    .price-cp-item + .price-cp-item + .price-cp-item .box-footer {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .price-cp-item .box-header,
    .price-cp-item .box-body,
    .price-cp-item .box-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .price-cp-item .list-item {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .price-cp-item .box-header {
        padding-top: 25px;
    }

    .price-cp-item .tt-sm {
        font-size: calc(var(--tt-sm) - 5px);
    }

    .price-cp-item .price {
        font-size: calc(var(--tt-lg) - 5px);
    }

    .list-price-cp.three-box .list-price .tt-sm {
        font-size: 15px;
    }

    .list-price-cp.three-box .list-price .price {
        font-size: 24px;
    }

    .list-price-cp.three-box .list-price .box-header,
    .list-price-cp.three-box .list-price .box-body,
    .list-price-cp.three-box .list-price .box-footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.price-sblue {
    --block-padding: 14%;
    --tt-lg: 34px;
    margin-top: 40px;
}

    .price-sblue .block {
        background-color: #fff;
        padding: var(--block-padding);
        text-align: center;
    }

    .price-sblue .price {
        color: #11c649;
    }

    .price-sblue .selected {
        -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.1);
    }

        .price-sblue .selected:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            border-radius: 6px 6px 0 0;
            height: 5px;
        }

        .price-sblue .selected:before,
        .price-sblue .selected .recommended b {
            background-color: #fd6a00;
        }

    .price-sblue .recommended {
        position: absolute;
        top: -12px;
        right: 0;
        left: 0;
        text-align: center;
    }

        .price-sblue .recommended b {
            display: inline-block;
            vertical-align: top;
            border-radius: 20px;
            color: #fff;
            padding: 4px 40px;
        }

@media (min-width: 768px) {
    .price-sblue {
        --block-padding: 15% 7%;
        --tt-lg: 30px;
    }
}

@media (min-width: 1200px) {
    .price-sblue {
        --block-padding: 15%;
        --tt-lg: 30px;
    }

        .price-sblue .row {
            --bs-gutter-x: 1.875rem;
        }
}

.nav-pill-x {
    margin-bottom: 32px;
}

    .nav-pill-x .nav {
        background-color: #fff;
    }

    .nav-pill-x .nav-link {
        font-weight: bold;
        color: #555265;
        font-size: 15px;
        padding-left: 40px;
        padding-right: 40px;
    }

        .nav-pill-x .nav-link.active {
            background-color: #0078d4;
            color: #fff;
        }

.price-sglight {
    --col-padding: 16%;
    --tt-lg: 34px;
}

    .price-sglight ul, .price-sglight ol {
        margin: 0;
        padding: 0;
    }

        .price-sglight ul li, .price-sglight ol li {
            margin-bottom: 0;
            padding: 7px 0;
        }

            .price-sglight ul li + li, .price-sglight ol li + li {
                border-top: 1px dashed #ddd;
            }

    .price-sglight ul {
        list-style: none;
    }

    .price-sglight .bi-question-circle-fill {
        color: #ccc;
        margin-left: 4px;
    }

        .price-sglight .bi-question-circle-fill:hover {
            color: #0078d4;
        }

    .price-sglight .label {
        display: inline-block;
        border: 2px solid;
        padding: 2px 25px;
    }

    .price-sglight .col {
        background: #fff;
        padding: var(--col-padding);
        text-align: center;
        border-radius: 5px;
        margin-top: 40px;
        position: relative;
    }

        .price-sglight .col .block {
            position: static;
        }

    .price-sglight .recommended {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        text-align: center;
    }

        .price-sglight .recommended .text-uppercase {
            background: #13b24d;
            color: #fff;
            border-radius: 8px 8px 0 0;
            padding: 5px 30px;
            display: inline-block;
            vertical-align: top;
        }

@media (min-width: 768px) {
    .price-sglight {
        --col-padding: 7% 1rem;
        --tt-lg: 30px;
        --tt-sm: 18px;
    }

        .price-sglight .col {
            border-radius: 0;
            margin-top: 0;
        }

            .price-sglight .col:first-child {
                border-radius: 4px 0 0 4px;
            }

            .price-sglight .col:last-child {
                border-radius: 0 4px 4px 0;
            }

            .price-sglight .col + .col {
                border-left: 2px solid rgba(0, 120, 212, 0.1);
            }

            .price-sglight .col.selected {
                -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
                box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
            }
}

@media (min-width: 992px) {
    .price-sglight {
        --tt-lg: 32px;
        --col-padding: 6%;
    }
}

.nav-base .nav-link {
    color: #232535;
    padding: 8px 0;
}

    .nav-base .nav-link:after {
        content: "/";
        display: inline-block;
        margin: 0 16px;
        color: rgba(0, 0, 0, 0.3);
    }

    .nav-base .nav-link:last-child:after {
        display: none;
    }

    .nav-base .nav-link.active {
        color: #0078d4;
    }

.price-rtable {
    width: 100%;
}

    .price-rtable th {
        font-size: 12px;
        vertical-align: top;
    }

    .price-rtable td {
        background: #fff;
    }

    .price-rtable .progress {
        width: 60px;
        height: 8px;
    }

@media (min-width: 768px) {
    .price-rtable {
        border-collapse: separate;
        border-spacing: 0 10px;
    }

        .price-rtable tr {
            border-radius: 5px;
            -webkit-transition: -webkit-box-shadow 0.3s ease;
            transition: -webkit-box-shadow 0.3s ease;
            transition: box-shadow 0.3s ease;
            transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
        }

        .price-rtable td:first-child {
            border-radius: 5px 0 0 5px;
        }

        .price-rtable td:last-child {
            border-radius: 0 5px 5px 0;
            text-align: right;
        }

        .price-rtable tbody tr:hover {
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 2px #fd6a00;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 2px #fd6a00;
        }

            .price-rtable tbody tr:hover .btn {
                background: #fd6a00;
            }

                .price-rtable tbody tr:hover .btn:focus {
                    -webkit-box-shadow: 0 0 0 4px rgba(253, 106, 0, 0.2);
                    box-shadow: 0 0 0 4px rgba(253, 106, 0, 0.2);
                }
}

@media (min-width: 992px) {
    .price-rtable {
        font-size: 1rem;
    }

        .price-rtable th:first-child, .price-rtable td:first-child {
            padding-left: 1rem;
        }

        .price-rtable th:last-child, .price-rtable td:last-child {
            padding-right: 1rem;
        }

        .price-rtable .btn {
            padding-left: 30px;
            padding-right: 30px;
        }

        .price-rtable .price {
            font-size: 26px;
        }
}

@media (min-width: 1200px) {
    .price-rtable th:first-child, .price-rtable td:first-child {
        padding-left: 2rem;
    }

    .price-rtable th:last-child, .price-rtable td:last-child {
        padding-right: 2rem;
    }

    .price-rtable .btn {
        padding-left: 36px;
        padding-right: 36px;
    }

    .price-rtable .price {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .price-rtable {
        font-size: 1rem;
    }

        .price-rtable tr {
            border-radius: 6px;
            margin-bottom: 10px;
        }

        .price-rtable td:first-child {
            border-radius: 6px 6px 0 0;
        }

        .price-rtable td:last-child {
            border-radius: 0 0 6px 6px;
            text-align: center;
        }

            .price-rtable td:last-child:before {
                display: none;
            }

            .price-rtable td:last-child .btn {
                margin: 0 auto;
                width: 50%;
            }
}


.price-rfour {
    --block-padding: 6%;
    --tt-lg: 32px
}

    .price-rfour [class*=col] {
        margin-bottom: 1rem
    }

    .price-rfour .block,
    .price-rfour .block-wide {
        background: #fff;
        border-radius: 5px;
        padding: var(--block-padding)
    }

    .price-rfour ol,
    .price-rfour ul {
        padding: 0;
        margin: 0
    }

    .price-rfour ul {
        list-style: none
    }

    .price-rfour .recommended {
        text-align: center
    }

        .price-rfour .recommended .text-uppercase,
        .price-rfour .recommended .uppercase,
        .price-rfour .recommended b {
            background: #fb6a01;
            color: #fff;
            border-radius: 40px;
            padding: 4px 30px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin-bottom: 12px
        }

            .price-rfour .recommended .text-uppercase:after,
            .price-rfour .recommended .uppercase:after,
            .price-rfour .recommended b:after {
                content: "";
                position: absolute;
                top: 100%;
                right: 0;
                left: 0;
                margin: auto;
                border: 5px solid transparent;
                border-top: 7px solid #fb6a01;
                width: 0;
                height: 0
            }

    .price-rfour .price {
        color: #d00
    }

    .price-rfour .selected .block,
    .price-rfour .selected .block-wide {
        z-index: 10;
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1),0 0 0 2px #fb6a01;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1),0 0 0 2px #fb6a01
    }

@media (min-width:768px) {
    .price-rfour {
        --tt-lg: 24px;
        --tt-sm: 16px;
        margin-top: 1.5rem
    }

        .price-rfour [class*=col] {
            position: relative;
            margin-top: 40px
        }

        .price-rfour .recommended {
            position: absolute;
            right: 0;
            bottom: 100%;
            left: 0
        }

        .price-rfour .block,
        .price-rfour .block-wide {
            /*height: 100%;*/
            border-radius: 0;
            border-left: 1px solid rgba(0,102,204,0.1)
        }

        .price-rfour [class*=col]:first-child .block,
        .price-rfour [class*=col]:first-child .block-wide {
            /*border-radius: 5px 0 0 5px;*/
            border-left: 0
        }

        .price-rfour [class*=col]:last-child {
            border-radius: 0 5px 5px 0
        }

        .price-rfour .selected .block,
        .price-rfour .selected .block-wide {
            margin-top: -8px;
            margin-bottom: -8px;
            /*height: calc(100% + 16px);*/
            border-radius: 6px;
            border-left: 0
        }

            .price-rfour .selected .block-wide > :first-child,
            .price-rfour .selected .block > :first-child {
                margin-top: 8px
            }

        .price-rfour .recommended {
            margin-bottom: 10px
        }
}


.price-cloudfea {
    --tt-lg: 34px;
}

    .price-cloudfea .col-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fafcfd;
        border-radius: 6px;
        margin-bottom: 1.5rem;
        position: relative;
    }

    .price-cloudfea .col-flex-header {
        padding: 10%;
        background: #ebf2f8;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        border-radius: 6px 6px 0 0;
    }

    .price-cloudfea .col-flex-body {
        padding-bottom: 8px;
    }

    .price-cloudfea .price {
        color: #d00;
    }

    .price-cloudfea ul, .price-cloudfea ol {
        margin: 0;
        padding: 0;
    }

        .price-cloudfea ul li, .price-cloudfea ol li {
            margin: 0;
            padding: 6px 0;
        }

    .price-cloudfea ul {
        list-style: none;
    }

        .price-cloudfea ul li {
            padding: 15px 5%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-top: 1px dashed #dfe2e5;
        }

            .price-cloudfea ul li:before {
                content: attr(data-th);
                margin-right: 1rem;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: 50%;
                font-weight: bold;
            }

    .price-cloudfea .col-fst {
        display: none;
    }

        .price-cloudfea .col-fst .col-flex-header {
            background: none;
        }

    .price-cloudfea .recommended {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        text-align: center;
    }

        .price-cloudfea .recommended b, .price-cloudfea .recommended .text-uppercase {
            background: #3011ab;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            padding: 5px 34px;
            border-radius: 4px 4px 0 0;
        }

            .price-cloudfea .recommended b:after, .price-cloudfea .recommended .text-uppercase:after {
                content: "";
                width: 0;
                height: 0;
                border: 10px solid transparent;
                border-top: 8px solid #3012ab;
                position: absolute;
                top: 100%;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

    .price-cloudfea .selected {
        margin-top: 1rem;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        z-index: 9;
    }

        .price-cloudfea .selected:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            background: #0dcaf0;
            height: 6px;
            border-radius: 0 0 6px 6px;
        }

        .price-cloudfea .selected .btn {
            background: #0dcaf0;
            border: none;
        }

            .price-cloudfea .selected .btn:focus {
                -webkit-box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.2);
                box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.2);
            }

        .price-cloudfea .selected .col-flex-header {
            background: #fafafa;
        }

@media (min-width: 768px) {
    .price-cloudfea {
        --tt-lg: 24px;
        --tt-sm: 16px;
        margin-top: 1.5rem;
    }

        .price-cloudfea .col-flex {
            text-align: center;
            margin-top: 0;
        }

            .price-cloudfea .col-flex:first-child .col-flex-body {
                border-left: 0;
            }

            .price-cloudfea .col-flex:last-child .col-flex-body {
                border-right: 0;
            }

        .price-cloudfea ul li {
            display: block;
        }

            .price-cloudfea ul li:before {
                display: none;
            }

        .price-cloudfea .col-fst {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: left;
            background: none;
        }

            .price-cloudfea .col-fst li {
                padding-left: 0;
                padding-right: 0;
            }

            .price-cloudfea .col-fst .col-flex-header {
                text-align: left;
                padding: 5% 0;
            }

        .price-cloudfea .selected .col-flex-body {
            border-right: 1px solid #ebf2f8;
            border-left: 1px solid #ebf2f8;
        }
}

@media (min-width: 1200px) {
    .price-cloudfea {
        --tt-lg: 30px;
        --tt-sm: 20px;
    }
}

.price-cdomain {
    --block-padding: 13%;
}

    .price-cdomain [class*=col] {
        margin-bottom: 20px;
    }

    .price-cdomain .block {
        padding: var(--block-padding);
        border-radius: 6px;
    }

@media (min-width: 768px) {
    .price-cdomain {
        --block-padding: 9%;
        --tt-xxl: 30px;
        --tt-lg: 20px;
        margin-top: 1.5rem;
    }

        .price-cdomain .block {
            border-radius: 0;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            height: 100%;
        }

        .price-cdomain [class*=col]:first-child .block {
            border-radius: 5px 0 0 5px;
            border-left-color: transparent;
        }

        .price-cdomain [class*=col]:last-child .block {
            border-radius: 0 5px 5px 0;
        }

        .price-cdomain .btn {
            font-size: 12px;
        }

        .price-cdomain .selected .block, .price-cdomain .current .block, .price-cdomain .active .block {
            margin-top: -8px;
            margin-bottom: -8px;
            height: calc(100% + 16px);
            border-radius: 5px;
            -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.09);
            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.09);
        }

            .price-cdomain .selected .block > *:first-child, .price-cdomain .current .block > *:first-child, .price-cdomain .active .block > *:first-child {
                margin-top: 8px;
            }
}

@media (min-width: 992px) {
    .price-cdomain {
        --tt-xxl: 40px;
        --tt-lg: 26px;
        --block-padding: 13%;
    }

        .price-cdomain .btn {
            font-size: 14px;
        }
}


/* === Mobile horizontal scroll for pricing sections === */
@media (max-width: 991.98px) {
    .section-pricing .rowServices {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 20px;
    }

        .section-pricing .rowServices::-webkit-scrollbar {
            display: none;
        }

        .section-pricing .rowServices > .col-md-3 {
            flex: 0 0 auto;
            width: 70vw;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

    .section-pricing .block {
        min-height: 480px;
    }

    .section-pricing .recommended {
        margin-bottom: 10px;
        text-align: center;
    }
}

/*scroll-wrapper*/
.website-features {
	padding: 40px 0;
}

.scroll-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-left: 16px;
}

	.scroll-wrapper::-webkit-scrollbar {
		display: none;
	}

.scroll-row {
	display: flex;
	gap: 16px;
}
/* xám sáng mặc định */


/***/

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fs-12 {
	font-size: 0.75rem !important
}

.fs-13 {
	font-size: 0.8125rem !important
}

.fs-14 {
	font-size: 0.875rem !important
}

.fs-15 {
	font-size: 0.9375rem !important
}

.fs-16 {
	font-size: 1rem !important
}

.fs-17 {
	font-size: 1.0625rem !important
}

.fs-18 {
	font-size: 1.125rem !important
}

.fs-20 {
	font-size: 1.25rem !important
}

.fs-22 {
	font-size: calc(1.2625rem + 0.15vw) !important
}

.fs-24 {
	font-size: calc(1.275rem + 0.3vw) !important
}

.fs-26 {
	font-size: calc(1.2875rem + 0.45vw) !important
}

.fs-28 {
	font-size: calc(1.3rem + 0.6vw) !important
}

.fs-30 {
	font-size: calc(1.3125rem + 0.75vw) !important
}

.fs-32 {
	font-size: calc(1.325rem + 0.9vw) !important
}

.fs-34 {
	font-size: calc(1.3375rem + 1.05vw) !important
}

.fs-36 {
	font-size: calc(1.35rem + 1.2vw) !important
}

.fs-38 {
	font-size: calc(1.3625rem + 1.35vw) !important
}

.fs-40 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-50 {
	font-size: calc(1.4375rem + 2.25vw) !important
}
/* ~32px */
.bg-footer {
    background-color: #343a40;
    color: #fff!important;
}

.bg-orange {
    background-color: #FF6B00!important;
}

.bg-darkblue  {
    background: #3e4bc6!important;
}

.bg-dark-blue {
	background-color: #174ab5 !important;
	color: #fff !important;
}
.bg-dark-blue1 {
	background-color: #3A59D1 !important;
	color: #fff !important;
}

.bg-dark-green {
	background-color: #03A6A1 !important;
	color: #fff !important;
}

.bg-dark {
	background-color: #343a40 !important;
	color: #fff !important;
}

.bg-secondary {
	background-color: #6c757d !important;
	color: #fff !important;
}

.bg-purple {
	background-color: #3f51bc !important;
	color: #fff !important;
}

.bg-soft-yellow {
	background-color: #fffde7!important;
}


.text-orange {
  color: #ff8a00; /* Cam đậm, nổi bật, dễ nhìn trên nền sáng */
}
.text-yellow {
  color: #FFC107; /* Vàng tươi - chuẩn Bootstrap Warning */
}
.text-right {
    text-align: right;
}
.text-overline {
  text-decoration: line-through;
}
.promo-code {
  display: inline-block;
  background-color: #f5f5f5;        /* Nền xám nhẹ */
  color: #333;                      /* Màu chữ tối */
  padding: 6px 12px;
  border: 1.5px dashed #ffbd7a;        /* Viền nét đứt */
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 10px;
}


.scroll-top-btn {
    position: fixed;
    bottom: 120px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .scroll-top-btn i {
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 18px;
  }

  .scroll-progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    z-index: 1;
  }

  .scroll-progress-circle path {
    stroke: #fff;
    fill: none;
    stroke-width: 4;
    stroke-dasharray: 307.919px;
    stroke-dashoffset: 307.919px;
    transition: stroke-dashoffset 0.1s linear;
  }

.custom-tab-wrapper {
    position: relative;
    display: inline-block;
}

.custom-tabs {
    display: flex;
    position: relative;
    border-bottom: 4px solid #dee2e6; 
}

.tab-link {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-weight: 600;
    color: #555;
    position: relative;
    cursor: pointer;
}

    .tab-link.active {
        color: #006699;
    }

.tab-underline {
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    background-color: #006699;
    transition: all 0.3s ease;
}


.tooltip {
    font-size: 12px;
    margin-left: 5px;
    color: #aaa;
    cursor: help;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }


.price.tt-lg {
  font-weight: normal; /* reset mặc định */
  font-size: 16px; /* mặc định */
}

.price.tt-lg::first-line {
  font-weight: bold;
  font-size: 20px;
}



.promo-wrapper {
    background: #fff;
    border: 2px solid #fb8c00;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
}

.promo-wrapper h5 {
    color: #e65100;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 16px;
}

.promo-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
}

/* Grouping sections */
.promo-group {
    margin-bottom: 20px;
}

.promo-group .titleX {
    font-size: 18px;
    font-weight: bold;
    color: #e65100;
    margin-bottom: 10px;
}

/* Flexbox setup for promo items */
.promo-item {
    display: flex;
    align-items: center; /* Đảm bảo căn ngang giữa mã và mô tả */
    gap: 15px; /* Khoảng cách giữa mã code và mô tả */
    flex-wrap: wrap; /* Đảm bảo các phần tử không bị tràn khi màn hình nhỏ */
}

/* Promo code styles */
.promo-code {
    min-width: 120px;
    text-align: left;
    padding: 6px 12px;
    border: 1.5px dashed #ffbd7a;
    border-radius: 6px;
    font-weight: 600;
    color: #bf360c;
    background: #fff3e0;
    cursor: pointer;
    user-select: all;
    transition: all 0.2s ease;
    display: inline-block;
}
