.brand-bg-color .manufacturers-title {color: #21293c;margin-bottom: 20px;font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 30px;text-align: center;}
.brand-bg-color .manufacturers-title .line { height: 4px;background: #e65620; width: 100%;max-width: 11%;margin-left: 43%;}
div.bg-white-list {min-height: 128px;display: flex;align-items: center;justify-content: center;}
.search-keyword .input-group {position: relative;display: inline-flex;flex-wrap: wrap;align-items: stretch;width: 89%;height: 45px;}
.search-keyword button.btn.btn-success {box-shadow: none;border-radius: 5px;width: 53px;height: 45px;line-height: 20px;background: #000;color: #fff;right: 15px;position: relative;border: none;bottom: 3px;border-radius: 8px;z-index:99;} 
.search-keyword  button.btn-success:hover {box-shadow: none;background: linear-gradient(135deg, #e55e0d 0%, #cf3218 100%);color: #fff;border-color: #e55e0d;}
.search-keyword  input#keyword {border-radius: 10px 0px 0px 10px;}
.search-keyword  input#keyword:focus {border: 1px solid #8d8b8b69;}

@media (min-width:992px) and (max-width:1356px) {
    .search-keyword .input-group{width: 86%;}
}
@media only screen and (max-width:991.5px) {
    .search-keyword .input-group{width: 81%;}
    .search-keyword button.btn.btn-success{z-index: 0;}
}