.navbar-container.wrapper {
    border: 1.5px solid #f4f4f4;
    background-color: #fff;
    border-radius: 40px;
    max-width: 1370.78px;
    width: fit-content;
    padding: 4px 5px;
    height: 46px;
    margin: auto;
}
@media (max-width: 767px) {
    .navbar-container.wrapper {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1150px) {
    .navbar-container.wrapper {
        -ms-overflow-style: none;
        overflow-x: scroll;
        scrollbar-width: thin;
        width: 100%;
        height: 100%;
    }
    .navbar-container .navbar-inner-row {
        column-gap: 10px !important;
    }
}

.navbar-container {
    align-items: center;
    background: #fff;
    height: 2.875rem;
    justify-content: space-around;

    @media (min-width: 64rem) {
        display: flex;
    }
}

.row-visible {
    overflow: visible;
}

.navbar-container .navbar-inner-row {
    justify-content: space-between;
}

@media screen and (min-width: 780px) {
    .navbar-container .navbar-inner-row {
        column-gap: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) and (orientation: landscape) {
    .navbar-container .navbar-inner-row {
        column-gap: unset !important;
    }
}

@media (min-width: 1024px) {
    .navbar-container .navbar-inner-row {
        column-gap: 16px;
    }
}

@media (min-width: 768px) {
    .navbar-inner-row {
        display: flex;
        /* flex-wrap: wrap; */
        align-items: center;
    }
}

@media (min-width: 768px) {
    .row-visible > .navbar-inner-row .nav-column {
        background-color: white;
        border-radius: 40px;
        border: 1px;
        padding: 12px 20px;
        height: 40px;
    }
    .nav-column:hover {
        background-color: #006dcc !important;
    }
    .nav-column:hover {
        color: #fff;
    }
    .nav-column:hover a {
        color: #fff;
    }
}

.row-margin {
    margin-left: 0;
    right: auto;
    left: auto;
}

.row-column {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .navbar-container a {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.92px;
        text-transform: uppercase;
    }
    .navbar-container a:hover {
        box-shadow: none !important;
    }
}

.navbar-container a {
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    color: black;
    transition: color 0.15s ease;
    cursor: pointer;
}

.navbar-row {
    width: 100%;
}

#tablet-navbar1.tablet-navbar-container-1.tablet-wrapper {
    border: 1.5px solid #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 20px;
    width: fit-content;
    max-width: unset;
    padding: 8px 16px;
    height: 46px;
    margin: auto;
    margin-bottom: 20px;

    @media (min-width: 64rem) {
        display: none;
    }
}

#tablet-navbar1.tablet-navbar-container-1 {
    align-items: center;
    background: #fff;
    height: 2.875rem;
    justify-content: space-around;

    @media (min-width: 768px) {
        display: flex;
    }

    @media (max-width: 47.9375rem) {
        display: none;
    }
}

#tablet-navbar1 > .tablet-navbar-row > .tablet-navbar-inner-row {
    justify-content: space-between;
    column-gap: 3rem;
}

@media (min-width: 768px) {
    .tablet-navbar-inner-row {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .row-visible > .tablet-navbar-inner-row .nav-column {
        background-color: white;
        border-radius: 15px;
        border: 1px;
        padding: 7px 24px;
        height: 30px;
    }
}

@media (min-width: 768px) {
    .tablet-navbar-container-1 a {
        font-size: 1rem;
        line-height: 0.9rem;
    }
    .tablet-navbar-container-1 a:hover {
        box-shadow: none !important;
    }
}

.tablet-navbar-container-1 a {
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    color: black;
    transition: color 0.15s ease;
    cursor: pointer;
}

.navbar-row {
    width: 100%;
}

.nav-link {
    text-decoration: none !important;
}

/* anchor bar spacing  */
@media (min-width: 768px) {
    .navbar-container.wrapper {
        margin-top: 64px;
    }
}
@media (min-width: 1400px) {
    .navbar-container.wrapper {
        margin-top: 128px;
    }
}
