html,body{overflow-x:hidden}body{padding-top:56px}@media (max-width:991.98px){.offcanvas-collapse{position:fixed;top:56px;bottom:0;left:100%;width:100%;padding-right:1rem;padding-left:1rem;overflow-y:auto;visibility:hidden;background-color:#f8f9fa;transition:visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,visibility .3s ease-in-out;transition:transform .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out}.offcanvas-collapse.open{visibility:visible;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.nav-scroller{position:relative;z-index:2;height:2.75rem;overflow-y:hidden}.nav-scroller .nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-bottom:1rem;margin-top:-1px;overflow-x:auto;color:rgba(255,255,255,.75);text-align:center;white-space:nowrap;-webkit-overflow-scrolling:touch}.nav-underline .nav-link{padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;color:#6c757d}.nav-underline .nav-link:hover{color:#007bff}.nav-underline .active{font-weight:500;color:#f8f9fa}.text-white-50{color:rgba(255,255,255,.5)}.bg-purple{background-color:#6f42c1}.lh-100{line-height:1}.lh-125{line-height:1.25}.lh-150{line-height:1.5}



.search-input__button {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 13px;
    z-index: 10;
    bottom: 0;
    height: 21px;
}
.search_wrapper {
    height: 60px;
    position: relative;
    width: 100%;
    margin: auto;
   /* max-width: 750px;*/
}
.search_input {
    border: 1px solid transparent;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.search-input__left-icon {
    display: none;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 16px;
}
.search-input__button {
    border-radius: 0 5px 5px 0;
    height: 100%;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3d3d3d;
    color: #fff;
    width: 90px;
    font-size: 18px;
}
#search_input {
    -webkit-appearance: none;
    border: 0;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    overflow: hidden;
    padding: 15px 92px 15px 27px;
    text-overflow: ellipsis;
    transition: box-shadow .25s ease-out;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 5px 0 rgba(0,0,0,.16);
    font-weight: 500;
    color: #58595b;
}
.search-input__clear {
    display: none;
}
.search-input__suggestions-list {
    -webkit-animation: search-gradient 3s ease infinite;
    animation: search-gradient 3s ease infinite;
    background: #fff;
    background-size: 300% 300%;
    border: none;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    color: #2b313d;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all .25s ease-out;
    width: 100%;
    z-index: 1;
}