
.nav-bar {
    padding: 5px 16px;
    height: 72px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-bar__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    /* background-color: #014258; */
    /* width: 100%; */
    padding: 1rem;
    right: -100%;
    z-index: 99;
    overflow: auto
}

.nav-bar__menu.active {
    right: 0;
    transition: all .3s
}

.nav-bar__close {
    display: inline-block;
    /* background-color: #f7f7f7; */
    border-radius: 4px;
    margin: auto;
    position: absolute;
    top: 1.5rem;
    right: 25px;
    background: #e7be71;
}

.nav-bar__close img {
    padding: 10px
}

.nav-bar__logo {
    display: inline-block;
    margin: 2.5rem 10px;
}

.nav-bar__logo img {
    max-width: 100%;
}

.nav-bar__logo-main img {
    height: 50px;
    /* max-width: 130px; */
    /* max-width: 100%; */
}

.nav-bar__action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* height: 100%; */
    width: auto;
}
.new-header {
    box-shadow: 0 2px 8px hsla(0,0%,77.6%,.25);
    /* border-bottom: 1px solid #eee; */
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    position: relative;
    background: rgba(255,255,255,.6)!important;
}
.new-header:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    /* background: #DA0530; */
    /* background: radial-gradient(circle, #DA0530 0%, rgba(255,255,255,1) 100%); */
    height: 14px;
    z-index: 1;
    right: 0;
    clip-path: ellipse(50% 15% at 50% 50%);
}
.new-header__container {
    padding: 0;
    margin: auto;
    max-width: 1200px;
}

.nav-bar__action .service-time {
    
    text-align: left;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'URW DIN';
}

.nav-bar__action .service-time__label {
    /* display: block; */
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.nav-bar__action .service-time__detail {
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.nav-bar .menu {
    padding-left: 0
}

.nav-bar .menu-item {
    list-style: none;
    box-shadow: 0 0px 1px #e7be71;
    border-radius: 4px;
    padding-top: 0;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 50px;
    margin: 0 10px 20px;
}

.nav-bar .menu-item-text {
    font-family: Oswald;
    font-weight: var(--fw-normal);
    /* text-transform: uppercase; */
    font-size: var(--fs-base);
    color: #1a1a1a;
    /* font-feature-settings: "ss01" on; */
    /* font-family: URW DIN; */
    font-family: 'Mulish', sans-serif;
}

.nav-bar .menu-item .icon--mb {
    margin-right: 12px;
    width: 24px;
    height: 24px
}

.nav-bar .menu-item.booking {
    display: block
}

.nav-bar .menu a {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
    position: relative;
}

.nav-bar .menu a:after {
    content: "";
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/chevronRight.5746f99f.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.nav-bar .menu-action {
    padding: 0 10px
}

.nav-bar .menu-action__button {
    display: inline-block;
    background-color: #fc3;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    font-family: Oswald;
    padding: .6rem;
    width: 100%
}

.nav-bar {
    padding: 5px 16px;
    height: 72px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-bar__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    /* background-color: #014258; */
    /* width: 100%; */
    padding: 1rem;
    right: -100%;
    z-index: 99;
    overflow: auto
}

.nav-bar__menu.active {
    right: 0;
    transition: all .3s
}

.nav-bar__close {
    display: inline-block;
    /* background-color: #f7f7f7; */
    border-radius: 4px;
    margin: auto;
    position: absolute;
    top: 1.5rem;
    right: 25px;
    background: #e7be71;
}

.nav-bar__close img {
    padding: 10px
}

.nav-bar__logo {
    display: inline-block;
    margin: 2.5rem 10px;
}

.nav-bar__logo img {
    max-width: 100%;
}

.nav-bar__logo-main img {
    height: 50px;
    /* max-width: 130px; */
    /* max-width: 100%; */
}

.nav-bar__action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* height: 100%; */
    width: auto;
}

.nav-bar__action .service-time {
    
text-align: left;
    
height: auto;
    
display: flex;
    
justify-content: space-between;
    
align-items: center;
    
font-family: 'URW DIN';
}

.nav-bar__action .service-time__label {
    /* display: block; */
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.nav-bar__action .service-time__detail {
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.nav-bar .menu {
    padding-left: 0
}

.nav-bar .menu-item {
    list-style: none;
    box-shadow: 0 0px 1px #e7be71;
    border-radius: 4px;
    padding-top: 0;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 50px;
    margin: 0 10px 20px;
}

.nav-bar .menu-item .icon--mb {
    margin-right: 12px;
    width: 24px;
    height: 24px
}

.nav-bar .menu-item.booking {
    display: block
}

.nav-bar .menu a {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
    position: relative;
}

.nav-bar .menu a:after {
    content: "";
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/chevronRight.5746f99f.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.nav-bar .menu-action {
    padding: 0 10px
}

.nav-bar .menu-action__button {
    display: inline-block;
    background-color: #fc3;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    font-family: Oswald;
    padding: .6rem;
    width: 100%
}

.menu-button {
    margin-left: 10px;
    font-size: 1.3em;
    color: #DA0530;
}

.menu-button {
    margin-left: 10px;
    font-size: 1.3em;
    color: #DA0530;
}

.menu-topup {
    font-family: URW-DIN-Arabic,sans-serif;
    color: #111
}

.menu-topup,.menu-topup .ant-dropdown-menu-item,.menu-topup .ant-dropdown-menu-submenu-title {
    font-weight: 300
}

.nav-bar-top{
    padding: 5px 15px;
    height: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-bar__hotine_top{
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    /* align-items: center; */
    padding: 0;
    margin: 0px 10px 0px 0px;
    list-style-type: none;
    font-weight: bold;
}
.nav-bar__top_menu{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    /* padding: 0; */
    /* margin: 0; */
    /* list-style-type: none; */
    width: 100%;
}

.background_top_header{
    background: radial-gradient(circle, #e1b93f 0%, #fae5bf 100%);
}

@media only screen and (min-width: 1025px) {
    .nav-bar__logo-main {
        width: auto;
        padding-right: 10px;
    }

    .nav-bar__menu {
        /* width: auto; */
        position: relative;
        transition: none;
        right: 0;
        margin-left: 0px;
    }

    .nav-bar .menu {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .nav-bar .menu .menu-item {
        box-shadow: none;
        margin: 0;
        padding: 0px 5px;
    }

    .nav-bar .menu .menu-item .icon--mb {
        display: none
    }

    .nav-bar .menu .menu-item a {
        font-size: 16px;
        padding: 0px 10px;
    }

    .nav-bar .menu .menu-item a:after {
        content: none
    }

    .menu-action,.menu-button,.nav-bar .menu .lucky-wheel,.nav-bar .menu .menu-item.booking,.nav-bar__close,.nav-bar__logo {
        display: none
    }
}