.leumitReactComponent{
    margin-top: 40px;
    width: 100%;
    @media (width<992px) { margin-top: 15px;}
}
.outerServices-hitOuterServices {
    width: 100%;
    min-height: 185px;
    border: none;
    align-items: center;
    padding: 21px;
    box-sizing: border-box;
    border-top: 1px solid #c1d5e7;
    border-bottom: 1px solid #c1d5e7;
    direction: rtl;
}

    .outerServices-hitOuterServices:hover {
        background-color: #f1f8ff;
    }

@media (max-width: 767.98px) {
    .outerServices-hitOuterServices {
        height: auto;
    }
}

.outerServices-avatar {
    height: 48px;
    width: 48px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .outerServices-avatar {
        position: absolute;
        right: 0px;
        aspect-ratio: 1;
        max-width: 16%;
        height: auto;
    }
}

.outerServices-outerServicesDetails {
    display: flex;
    width: 100%;
    height: 100%;
    padding-inline: 26px 0;
    align-items: flex-start;
}

    .outerServices-outerServicesDetails .outerServices-section,
    .outerServices-outerServicesDetails .outerServices-section2 {
        width: 100%;
        max-width: 375px;
    }

        /*.outerServices-outerServicesDetails .outerServices-section:nth-child(2) {
            align-items: flex-start;
        }*/

@media (max-width: 767.98px) {
    .outerServices-outerServicesDetails {
        flex-direction: column;
        gap: 1rem;
        padding-inline-start: 20%;
        align-items: flex-start;
        position: relative;
    }

        .outerServices-outerServicesDetails .outerServices-section,
        .outerServices-outerServicesDetails .outerServices-section2 {
            width: 100%;
            max-width: 100%;
            align-items: flex-start;
        }

    .outerServices-outerServicesDetails {
        gap: 1rem;
        padding-inline-start: 20%;
        align-items: flex-start;
        position: relative;
    }
}

.outerServices-section {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 320px;
    padding-top: 1rem;
    /*justify-content: center;*/
}

.outerServices-section2 {
    flex: 1.3;
    display: flex;
    align-items: center;
}

.outerServices-divText {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.outerServices-textTitle {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    color: #2e567a;
    text-decoration: underline;
    font-family: Rubik;
    margin: 0;
    direction: ltr;
}

@media (max-width: 767.98px) {
    .outerServices-textTitle {
        text-decoration: none;
    }
}

.outerServices-textTitle2 {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    color: #004a80;
    font-family: Rubik;
    margin: 0;
}

.outerServices-textPurple {
    font-size: 18px;
    margin: 6px 0 0;
    color: #9a3f82;
    font-family: Rubik;
}

.outerServices-textAddress {
    font-size: 18px;
    margin: 7px 0 6px;
    color: #4f505e;
    font-family: Rubik;
}

.outerServices-textNavigate {
    font-size: 18px;
    color: #2e567a;
    font-family: Rubik;
    margin: 0;
}

.outerServices-text {
    font-size: 18px;
    color: #2e567a;
    font-family: Rubik;
    margin: 0;
    text-decoration: none;
}

.outerServices-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-left: 9px;
}

.outerServices-arrowIcon {
    object-fit: contain;
    margin-right: 9px;
}

.outerServices-span {
    display: flex;
    align-items: center;
}

.outerServices-navigation {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.outerServices-marginTop {
    margin-top: 7px;
}

@media (max-width: 767.98px) {
    ol:has([class*=outerServices-hitOuterServices]) {
        padding-inline: 22px;
    }
}

.outerService_container {
    margin-bottom: 25px;
    margin-top: 15px;
}

.outerService_divResults {
    align-items: center;
    display: flex;
}

.outerService_resultsTitle {
    color: #9a3f82;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 88px;
}

.outerService_medicalTitle {
    margin-top: 21px;
    font-size: 18px;
    font-weight: 500;
    font-family: Rubik;
    color: #4f505e;
}

.outerService_noMessagesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 245px;
    width: 100%;
    background-color: #F6F1F6;
    border-radius: 16px;
    gap: 1rem;
    padding: 51px 0 0;
}

.outerService_magnifierIcon {
    width: 85px;
    height: 54px;
}

.outerService_P {
    color: #4f505e;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-align:center;
}
