/* .header{
    box-shadow: 0 0 35px 0 rgba(24,24,24,.15);
    top: 0;
    transform: none;
} */
.header_sticky{
    background-color: #fff;
}
/* .header_sticky .header_navbar .right_side .header_menu .header_menu_item a{
    line-height: 100px;
} */
.header_logo{
    color: #181818;
}
.header_menu_item a{
    color: #181818;
}
.login_link a{
    color: #181818;
}
/* .header_menu_item a.active:after{
    display: none;
} */

/* css for custom container */
.header_logo:hover{
    color: #181818;
}
/* end css for custom container */

.header_navbar{
    padding: 0px 15px;
}

@media(max-width: 767px){
    .mobile_menu_button svg path{
        fill: #181818!important;
    }

    /* css for custom container */
    .header_navbar{
        padding: 0px;
    }
    /*end css for custom container */
}