.services--tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

/* services tab */

.services--tab .nav-link {
    border-radius: 0px;
    background-color: whitesmoke;
    background-color: var(--background-tab-links);
    border-color: var(--background-tab-links);
    color: white;
}

.services--tab .nav-link.active,
.services--tab .nav-link:hover {
    background-color: var(--background-tab-links-active);
    color: #111;
    border-color: var(--background-tab-links-active);
    /*box-shadow: 0px 2px 0px 0px #ffffff;*/
}

/* side heading */

.services--side-heading {
    padding-bottom: 30px;
}

/* card */

.service--card {
    background-color: var(--background-plan-meal-card);
    border-radius: var(--radius-service-card);
    padding: 15px;
    margin-bottom: 0px;
    height: 100%;
}

.service--card *:not(a, button) {
    color: var(--color-meal-plan-card-text);
}

.service--card .service--subtitle {
    color: var(--color-meal-plan-card-subtitle);
}

@media (max-width: 991px) {
    .service--card .service--subtitle {
        height: auto;
    }
}

.service--card .service--image {
    height: 120px;
    border-radius: var(--radius-meal-plan-card-image);
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}

.service--title-with-info {
    display: flex;
    align-items: center;
    position: relative;
}

.service--title-with-info i {
    position: absolute;
    right: 2px;
    top: -1px;
    font-size: 19px;
}

/* bundles */

.service--option {
    background-color: var(--background-plan-meal-card-bundle);
    border: 1px solid var(--border-plan-meal-card-bundle);
    border-radius: 30px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 10px;
    font-weight: 500;
}

.service--option:last-of-type {
    margin-right: 0px;
}

@media (max-width: 575px) {
    .service--option {
        margin-right: 5px;
    }
}

.meal-plan--options-wrapper span:first-of-type {
    margin-right: 5px;
}

/* service wrapper */

.service--checkbox-wrapper {
    background-color: #75ab9f;
    padding: 6px 10px;
    border: 1px solid #75ab9f;
    display: flex;
    align-items: center;
    border-radius: 12px 25px 25px 12px;
    margin-bottom: 10px;
    position: relative;
}

.service--checkbox-wrapper .form--checkbox-with-label {
    max-width: 90%;
    margin-right: 0px;
}

.service--checkbox-wrapper .service--info-button {
    padding: 0px;
    position: absolute;
    right: 13px;
    bottom: 0px;
    border: none !important;
    top: 0px;
    font-size: 15px;
    color: var(--bs-warning);
}

.service--checkbox-wrapper .service--info-button i {
    color: #efefef;
}

.service--checkbox-wrapper label {
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .service--checkbox-wrapper label {
        font-size: 14px;
    }
}

.service--checkbox-wrapper input {
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border: 3px solid #23262b !important;
}

@media (max-width: 575px) {
    .service--checkbox-wrapper input {
        margin-right: 10px;
        width: 19px;
        height: 19px;
        border: 3px solid #23262b !important;
    }
}

.service--checkbox-wrapper input.inactive {
    border: 3px solid var(--border-checkbox-choosen) !important;
    background-color: var(--background-checkbox-choosen);
    pointer-events: none;
}

.service--checkbox-wrapper label.inactive {
    pointer-events: none;
}

.service--checkbox-wrapper input.inactive {
    border: 3px solid var(--border-checkbox-choosen) !important;
    background-color: var(--background-checkbox-choosen);
    pointer-events: none !important;
}

.autoplay-progress.colored {
    background-color: var(--background-swiper-counter);
    border-radius: 50%;
}

/* services wrapper */
.service--checkbox-wrapper .currency--span span {
    color: var(--color-service-currency-span);
    margin-left: 2px;
}

.customise--feature-wrapper {
    height: 385px;
    overflow: auto;
}

.key-features--wrapper {
    height: 440px;
    overflow: auto;
}

.key-features--title {
    font-size: 13px;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.key-features--title h6 {
    font-size: 13px;
    min-width: 90px;
    max-width: 110px;
    margin: 0px;
}

.key-features--title hr {
    width: 100%;
    margin: 0px;
    opacity: 1;
    border-color: #a19a9a2e;
    border-style: dashed;
}

.text--per {
    color: dimgrey;
}
/* ---------------------------------------- */

/* summary features */

.summary--features span {
    font-size: 13px;
}

.summary--features span:after {
    content: "/";
    color: var(--bs-warning);
    font-size: 13px;
    margin: 0px 3px 0px;
    display: inline-block;
}

.summary--features span:last-of-type:after {
    content: "";
}

/* ---------------------------------------- */

@media (min-width: 768px) {
    .service--checkout-left-wrapper {
        max-width: 60%;
    }
}

/* ---------------------------------------- */

/* btn */
.btn--features {
    display: inline-flex;
    justify-content: center;
    padding: 0px;
    color: #fff;
    width: auto;
    font-weight: 500;
    line-height: unset;
    align-items: center;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #96d0c4;
    border-radius: 0px;
}

/* pricing */

.pricing--checkbox-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}

@media (max-width: 575px) {
    .pricing--checkbox-wrapper {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
}

.pricing--checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pricing--checkbox label {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 500;
}

.pricing--checkbox label.inactive {
    opacity: 0.7;
}

.pricing--checkbox input {
    height: 22px;
    width: 52px !important;
    background-size: 22px;
}
