.bottom_tab_box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: inline-flex;
    height: 90px;
    /* padding: 0px 400px; */
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    flex-shrink: 0;
    border-radius: 32px 32px 0px 0px;
    background: #fff;
    box-shadow: 0px 5px 25px 0px rgba(40, 56, 145, 0.2);
    z-index: 50;
}

.bottom_tab_box>a {
    display: flex;
    width: auto;
    height: 90px;
    /* padding: 8px 63px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.bottom_tab_box>a>.Header6 {
    color: var(--foundation-blue-blue-500, #283891);
    text-align: center;
    width: max-content;
}

.bottom_tab_box>a>.BodyMD {
    color: var(--foundation-white-white-900, #6b6b6b);
    text-align: center;
    width: max-content;
}

@media (min-width: 800px) {
    .bottom_tab_box {
        /* padding: 0px 400px; */
        justify-content: center;
        gap: 100px;

    }
}
