
/*
.bn-header{
    height: 150px;
    background: #ffe2ea;
}

.bn-header .description{
    color: #FFF;
}


*/

ul.bn-header {
  list-style: none;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 1180px;
  padding-top: 5px;
}

ul.bn-header li {
    height: inherit;
}

@media all and (min-width: 992px) {
    ul.bn-header li:first-child { 
        margin-right: 20px; 
    }

}

@media all and (max-width: 991px) {
    li.main-bg { display: none !important; }
    ul.bn-header li:first-child { margin: 10px; }
}

ul.bn-header li:last-child {
    margin-left: auto;
    max-width: 400px;
    overflow: hidden;
}

ul.bn-header li.header-search{
    align-items: center;
    width: 600px !important;
}
li.header-search h2{
    font-weight: 600;
    margin-bottom: 20px;
}
ul.bn-header img{
    height: inherit;
    width: 100%;
}

ul.bn-header .form-control{
    color: #444;
    border-color: #ddd;
}
.form-control.form-control-lg:focus {
  box-shadow: none;
  border-color: #EA5297;
}
.btn.btn-outline-success {
  background-color: #EA5297;
  color: #fff;
  border: none;
  border-radius: 0 15px 15px 0;
  transition: .3s;
}

ul.bn-header .btn-outline-success:hover {
    color: #fff;
    background-color: #FE8BA9;
    transition: .3s;
}
@media (max-width: 767px){
    li.header-search h2 {
      font-size: 22px;
    }
}
@media all and (max-width: 575px){
    li.header-search h2 {
      font-size: 20px;
    }
}