#tl-search-form {
    transition: 0.3s;
}
#tl-search-form.fixed {
    position: fixed!important;
    z-index: 99!important;
    top: 0!important;
    left: 0;
    right: 0;
    background: #EBF4FF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 100%!important;
    max-width: 100%;
    border-radius: 0!important;
}
#tl-search-form.fixed>div {
    max-width: 1140px;
    margin: 0 auto;
}