.smallcard-holder > .smallcard {
    flex-basis: calc(25% - 20px);
}

ul.expert-benefit {
    margin: 0;
    padding: 0;
}

ul.expert-benefit > li {
    list-style: none;
    display: flex;
    gap: 0 12px;
    align-items: flex-start;
    margin-bottom: 24px;
}

ul.expert-benefit > li > img {
    width: 18px;
    aspect-ratio: 1/1;
    margin-top: 4px;
}

ul.expert-benefit > li > span {
    font-family: 'Metropolis', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #525252;
}

.stepper {
    display: flex;
    flex-wrap: wrap;
}

.stepper > .step-item {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    height: 100%;
}

.stepper > .step-item > .step-img-holder {
    position: relative;
}

.stepper > .step-item > .step-img-holder > .step-img {
    width: 36px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2.4px solid #B5E3E1BF;
}

.stepper > .step-item > .step-img-holder > .stepline {
    background: #EEF0F0;
    width: calc(100% - 36px);
    top: calc(50% - 1px);
    left: 36px;
    height: 2px;
    position: absolute;
    display: block;
}

.stepper > .step-item > .step-img-holder > .step-img > img {
    width: 28px;
    aspect-ratio: 1;
}

.bimbingan-collapsible .mj-card-collapsible-footer > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #21928F;
}

.bimbingan-collapsible .mj-card-collapsible-item > ol > li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #424242;
    padding: 8px 0;
}

.mj-tabchanger-v2-panel.active {
    display: inline-flex;
    flex-wrap: wrap;
    animation: fading-in 1s linear;
    gap: 24px;
    justify-content: space-between;

}

.expert-hero-icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 0;
}

.expert-hero-icon > img {
    height: 48px;
    width: auto;
}

.pricecard-holder {
    flex-basis: calc(33% - 12px);
}

.mj-accordion-detail {
    padding: 12px 24px;
    border-bottom: 1px solid #D6D6D6;
}

img.img-benefit,
img#od1 {
    border-radius: 24px;
}

.text-price.sm > label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

@media all and (max-width: 767px) {
    .stepper {
        gap: 24px 0;
    }

    .pricecard-holder {
        flex-basis: calc(100% - 12px);
    }

    .stepper > .step-item {
        flex-basis: 100%;
    }

    .stepper > .step-item > .step-img-holder > .stepline {
        display: none;
    }

    img.img-benefit,
    img#od1 {
        border-radius: 16px;
    }

    .smallcard-holder > .smallcard {
        flex-basis: 100%;
        min-height: 120px;
    }

    .mj-tabchanger-v2-panel {
        flex-direction: column !important;
    }

    .mj-card-display {
        padding: 1em;
    }
}

@keyframes gone {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    } 100% {
        opacity: 0;
        transform: translate(-5px, -25px);
    }
}

.mj-tabchanger-v2-tab-inner > a:hover {
    background: #FFF;
    color: var(--teal-800);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

ul.dl-item > li > a {
    color: #29B6B3;
    width: fit-content;
}

ul.dl-item > li > a > img {
    margin: 0px;
}

.mj-pricing-card .pricing-expander > .btn-expander {
    color: inherit;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
}


ul.dl-item > li > a:hover,
.mj-pricing-card .pricing-expander > .btn-expander:hover{
    color: #21928F;
    border-bottom: 3px solid #21928F;
    width: fit-content;
}
.mj-pricing-card .pricing-expander > a:hover {
    color: #21928F;
    border-bottom: 3px solid #21928F;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

ul.dl-item > li > a.disabled,
.mj-pricing-card .pricing-expander > .btn-expander.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.mj-button.mj-primary-btn.disabled {
    background: var(--teal-500);
    transform: translateY(0);
    box-shadow: unset;
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

input::placeholder {
    font-size: 14px;
}

.form-holder label {
    font-size: 14px;
    color: #737373;
}

.form-check-label {
    white-space: nowrap;
}

.mj-form label {
    font-size: 14px;
    color: #344054;
    font-weight: 500;
}

.label-checkmark {
    color: #424242;
    font-weight: 600;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

.label-checkmark::before {
    content: '\2713';
    margin-right: 12px;
    font-size: 20px;
    color: #29B6B3;
    display: inline-block;
    vertical-align: middle;
}
