.header-sec {
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 50;
}
.header-sec .button-right-block {
    column-gap: 16px;
}
.header-sec .logo-h-block svg {
    height: 34px;
    fill: var(--yellow);
}
.header-sec .car-block img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.header-sec .userphoto-block {
	padding-left: 40px;
}
.notification-icon svg {
    fill: black;
}
.header-sec .logo-h-block {
    padding-right: 40px;
}
.menu-block li {
    position: relative;
    padding: 0;
}
.menu-block li a {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 0 !important;
    margin: 0 32px !important;
    display: flex;
    leading-trim: both;
    text-edge: cap;
    text-transform: capitalize;
    color: #000000;
   
}
.menu-block li a:hover,
.menu-block li .active {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(246.74deg, #F5A315 34.97%, #E9481F 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.menu-block li::before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
}
.menu-block li:last-child a {
    margin-right: 0 !important;
}
.menu-block li:last-child:before {
    display: none;
}
@media (min-width:768px) {
    .button-right-block .register-customer svg,
    .button-right-block .register-provider svg {
        display: none;
    }
}

@media (max-width:992px) {
     .header-sec {
        padding: 0 0;
     }
    .header-sec .navbar-toggler {
        background: linear-gradient(246.74deg, #F5A315 34.97%, #E9481F 84.5%);
        outline: none;
        box-shadow:none;
        color: #fff;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
     }
     .header-sec .navbar-toggler .navbar-toggler-icon {
        color: #fff;
     }
     .header-sec .navbar-toggler svg {
        height: 24px;
        width: 24px;
     }
    .menu-block {
        background-color: #fff;
    }
    .menu-block .navbar-nav li {
        padding: 16px 0;
        border-bottom: 1px solid #d0d0d0;
    }
    .menu-block .navbar-nav li:last-child {
        border-bottom: 0;
    }
    .menu-block .navbar-nav li a {
        margin: 0 !important;
    }
    .menu-block li::before {
        display: none;
    }
}