.navbar-nav > li.navbar-right {
    margin-right: 10px;
}

.searchlength {
    all: unset;
    display: block;
    width: auto;
}
.header_search_input {

    width: auto;}
.navbar-fixed-top {
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: none;
}

.header {
    background: #ee8303;
    padding: 8px 0;
}


.header_logo img {
    transition: transform 0.3s ease;
}

.header_logo img:hover {
    transform: scale(1.05);
}


.navbar {
    margin-bottom: 0;
    border: none;
    background: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #2b2b2b;
    font-weight: 500;
    padding: 18px 18px;
    transition: all 0.25s ease;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #27a796;
    background: transparent;
}

.navbar-default .navbar-nav > li.active > a {
    color: #27a796;
    background: transparent;
}

.divider-vertical {
    display: none !important;
}


.header_search_input {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 6px 14px;
    transition: all 0.3s ease;
    width: auto;
}

.header_search_input:focus {
    border-color: #27a796;
    outline: none;
    box-shadow: 0 0 0 3px rgba(39,167,150,0.1);
}


.navbar-toggle {
    border: none;
}

.navbar-toggle .icon-bar {
    background: #27a796;
}

.top_angel_link {
    font-weight: 600;
    transition: all 0.3s ease;
}

.top_angel_link:hover {
    color: #27a796 !important;
    text-decoration: none;
}
