.landing-search-form {
    width: 100%;
}
.landing-search-form .form-vertical {
    width: 100%;
    display: flex;
    gap: 10px;
    height: 44px;
}
.tt-menu {
    margin: 10px 0 0;
    border-radius: 0;
    border: 1px solid transparent;
}
.tt-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff !important;
    left: 35px;
    top: -8px;
    z-index: 1000000000;
}
.tt-scrollable-menu .tt-menu{
    max-height: 350px!important;
}
.lps-search-form .tt-dataset .tt-dataset-headline {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
    background: #e3e3e3;
    color: #333333;
    display: block;
    text-align: left;
}
.lps-search-form .text-left {
    text-align: left;
}
.lps-search-form .twitter-typeahead .tt-menu {
    padding: 0;
    border-radius: 4px;
    overflow-x: hidden;
}
.lps-search-form .twitter-typeahead .tt-menu:before {
    display: none;
}
.lps-search-form .tt-menu {
    min-width: 320px;
}
.lps-search-form .tt-menu .tt-suggestion {
    display: flex;
    white-space: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    overflow-x: hidden;
}
.lps-search-form .tt-menu .tt-suggestion .search-value {
    font-size: 12px;
    font-weight: 500;
    order: 1;
    flex: 0 0 65%;
    white-space: break-spaces;
    margin: 0;
    text-align: left;
}
.lps-search-form .tt-menu .tt-suggestion .search-type {
    float: right;
    color: #194378 !important;
    order: 2;
    flex: 0 0 35%;
    white-space: break-spaces;
    text-align: right;
    font-size: 12px;
}
.lps-search-form .tt-menu .tt-suggestion small {
    float: right;
    color: #194378 !important;
    order: 2;
    flex: 0 0 35%;
    white-space: break-spaces;
    text-align: right;
    font-size: 12px;
}

.lps-search-form .tt-menu .tt-suggestion:hover .search-type {
    color: #FFF !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    width: auto !important;
    top: inherit !important;
    z-index: 10 !important;
    left: inherit !important;
    right: inherit !important;
    background: transparent !important;
    line-height: inherit !important;
    padding: 0 !important;
}
.color .tt-menu .tt-suggestion:hover {
    background-color: #194378 !important;
}
.tt-menu .tt-suggestion.tt-selectable:hover {
    background-color: #194378 !important;
    color: #FFF !important;
}
.color .tt-menu .tt-suggestion:hover small.search-type.pull-right, .color .tt-menu .tt-suggestion:hover small.search-type, .color .dropdown-menu > li.active > a b {
    color: #FFF !important;
}
.form-group-enquire-button {
    position: relative;
}