.mj-tab-switch nav.flat {
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: unset;
    border-bottom: 1px solid #d6d6d6;
    background: none;
}

.mj-tab-switch nav.flat .active {
    background: none;
    border: 0;
    border-radius: unset;
    box-shadow: unset;
    border-bottom: 3px solid;
    border-style: solid;
    border-image: linear-gradient(to right, #47BAB3, #A1CF7F) 1;
}

.mj-tab-switch nav.flat a {
    width: 25%;
    padding: 8px 12px 8px 0px;
}

.mj-tab-switch-content.checklist.active {
    padding: 1rem 0px;
    display: flex!important;
    flex-direction: column;
    gap: 1rem;
}

.form-check-inline.services {
    display: flex;
    align-items: center;
    color: #737373;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    padding: 8px 12px;
}

.form-check-inline.services .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-left: unset;
    margin-right: 1.5em;
}

.form-check-inline.services label {
    font-weight: 600;
    font-size: 16px;
    margin-left: unset;
}

.mj-section-hero-small-content .img-wrapper img {
    max-height: 680px;
}