.navbar-page-style{
    background: #fff;
    position: relative;
    margin-bottom:30px;
}
.navbar-page-style .navbar_logo_white{
    display:none!important;
}
.navbar-page-style .navbar_logo_color{
    display:block!important;
}
.navbar-page-style .top_menu li a {
    color: #5F6978 !important;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-page-style a.serch_top_link svg path,
.navbar-page-style button.serch_top_link svg path,
.navbar-page-style button.search-button svg path,
.navbar-page-style .search-button svg path {
    fill: #5F6978!important;
    stroke: #5F6978!important;
}
.navbar-page-style .phone_top {
    color: #5F6978!important;
    line-height: normal!important;
    font-size: 24px;
    font-weight: 600;
    margin-left: 46px;
}
.navbar-page-style a.point_top_link svg path {
    fill: #5F6978!important;
    stroke: #5F6978!important;
}
.navbar-page-style .search-form input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(95, 105, 120, 1) !important;
    margin-right: 0px;
    border: 0;
    margin: 0;
    display: inline-block;
    background-color: #acacac!important;
    border-radius: 6px 6px 6px 6px;
}

.navbar-page-style .dropdown-menu li{
    margin-left: 9px;
}
.navbar-page-style .dropdown-menu li:nth-child(1){
  /*  display:none;*/
}
.navbar-page-style .dropdown-menu li a{
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-transform: none;
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.navbar-page-style .dropdown-menu li a:hover, .navbar-page-style .dropdown-menu li a:focus{
    color:#0078BF;
}
.navbar-page-style .dropdown-menu{
    background-color: #fff;
    top: 30px;
}
.navbar_fixed {
    position: fixed!important;
}

@media (max-width: 991px) {
    .navbar-page-style a.search_top_link_mobile svg path,
    .navbar-page-style button.search_top_link_mobile svg path,
    .navbar-page-style button.search-button2 svg path,
    .navbar-page-style .search-button2 svg path {
        fill: #5F6978!important;
        stroke: #5F6978!important;
    }
    .navbar-page-style a.point_top_link_mobile svg path {
        fill: #5F6978;
        stroke: #5F6978;
    }
    .navbar-page-style a.phone_top_mobile svg path {
        fill: #5F6978;
        stroke: #5F6978;
    }
    .navbar-page-style .navbar-toggler-icon {
        background-color: #5F6978;
    }
}