@media (min-width: 768px)
{
.search-input input[type="text"], .search-input input[type="tel"] {
    min-width: 300px;
  
}
}