* {
    box-sizing: border-box;
}

.main .container {
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto;
}

    .main .container #carouselController {
        display: inline-flex;
        justify-content: center;
        margin: 0 auto;
        border-radius: 20px;
        background-color: #fff;
    }

        .main .container #carouselController .button {
            width: 1rem;
            height: 1rem;
            margin: .5rem;
            border-radius: 50%;
            border: solid 2px #000;
            cursor: pointer;
            display: none;
        }

        .main .container #carouselController .active {
            background-color: #000;
        }

    .main .container .content-carousel {
        display: flex;
    }

    .main .container .content {
        width: 100%;
        transition-duration: .5s;
        position: relative;
        left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin: 0px;
        height: 203px;
        overflow: hidden;
    }

        .main .container .content img {
            width: 100%;
        }

.banner-btn {
    text-align: center;
    position: relative;
    top: -15px;
}

.buttons {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin:5px 0;
    /*padding: 5px;*/
    background-color: #fff;
}

    .buttons .btn {
        border-radius: 15px;
        padding: 0px;
        margin: 4px 2px;
        text-align: center;
        width: 23.5%;
        /*box-shadow: 0 0 10px #0001;
        border: 1px solid #c5c5c5;*/
        background: #f9f9f9;
        text-transform: capitalize;
        font-size: 11px;
        line-height: normal;
        font-weight: bold;
        color: #000;
        min-height: 100%;
        flex: 1 1 auto;
        position: relative;
        overflow: hidden;
    }

        .buttons .btn .name {
            border-radius: 0px;
            /*background-color: #fff;
            display: flex;
            align-items: center;
            */
            padding: 3px 3px 8px;
            z-index: 1;
            height: 25px;
            font-weight: 500;
            vertical-align: text-top;
            text-align: center;
            justify-content: center;
            width: 100%;
        }

        .buttons .btn .img {
            height: 86px;
            overflow: hidden;
            display: block;
        }

        .buttons .btn img {
            width: 100%;
            min-height: 100%;
            object-fit: contain;
            padding: 0 5px;
            border-radius: 20px;
        }
.fw-bold {
    font-weight: 600!important;
}
.modal-box .modal-body {
    height: 500px;
    overflow: auto;
}
.modal-box .modal-body .Sub-box {
    position: relative;
    border-radius: 10px;
    background: #fff;
    padding: 35px 15px;
    margin-bottom: 12px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
}
.modal-box .modal-body .Sub-box .pro {
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.modal-box .modal-body .Sub-box span {
    color: slategrey;
    text-decoration: line-through;
}
.modal-box .modal-body .Sub-box .bottom-box {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #efefef;
    border-radius: 0px 0px 10px 10px;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: #333;
    padding: 5px;
}
.modal-box .modal-body .Sub-box .off-box {
    background: url(/images/offer-bg.png) top no-repeat;
    width: 38px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    color: #000;
    font-weight: 600;
    line-height: 16px;
    z-index: 99;
}
.modal-box .modal-body .plan-box {
    position: relative;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-bottom: 7px;
    font-size: 13px;
    width: 100%;
}
.modal-box .modal-body .plan-box h5 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.modal-box .modal-body .plan-box h5 small {
    display: block;
    font-size: 13px;
}
.modal-box .modal-body .plan-box .nav-tabs {
    border: 0;
}
.modal-box .modal-body .plan-box .nav-tabs .nav-link {
    border: 1px solid #dbdfe3;
    margin-left: 6px;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    font-weight: 600 !important;
    color: #333;
}
.modal-box .modal-body .plan-box .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.modal-box .modal-body .plan-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #066fd9 !important;
    color: #fff !important;
    border-color: #066fd9 !important;
}
.modal-box .modal-body .plan-box input {
    text-align: center;
}
.modal-box .modal-body .plan-box .btn-dark {
    background-color: #066fd9 !important;
    border-color: #066fd9 !important;
    border-radius: 4px;
}
.modal-box .modal-body .plan-box .btn-dark:hover {
    background-color: #066fd9 !important;
    border-color: #066fd9 !important;
    border-radius: 4px;
}
.modal-box .modal-body .plan-box .input-group {
    border-radius: 5px;
    overflow: hidden;
}
.modal-box .modal-body .plan-box .edit {
    background-color: #dbdfe3;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    width: 126px;
    overflow: hidden;
}
.modal-box .modal-body .plan-box .edit .edit1 {
    background-color: #066fd9;
    color: #fff;
    font-weight: 600;
    padding: 4px 10px;
    float: left;
    border-radius: 5px;
}
.modal-box .modal-body .plan-box .edit .edit1 small {
    font-size: 10px;
}
.modal-box .modal-body .plan-box .edit .edit2 a {
    color: #066fd9;
    font-weight: 600;
    padding: 4px 10px;
    float: left;
    border-radius: 5px;
}
.modal-box .modal-body .plan-box .week {
    border: 1px solid #dbdfe3;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.modal-box .modal-body .plan-box .week.active {
    background-color: #066fd9;
    border: 1px solid #066fd9;
    color: #fff;
}
.modal-box .modal-body .plan-box .week:hover {
    background-color: #066fd9;
    border: 1px solid #066fd9;
    color: #fff;
}
.modal-box .modal-body .plan-box .day {
    border: 1px solid #dbdfe3;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 600;
    color: #333;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
}
.modal-box .modal-body .plan-box .day:last-child {
    margin-right: 0;
}
.modal-box .modal-body .plan-box .day.active {
    background-color: #066fd9;
    border: 1px solid #066fd9;
    color: #fff;
}
.modal-box .modal-body .plan-box .day:hover {
    background-color: #066fd9;
    border: 1px solid #066fd9;
    color: #fff;
}