.search-page-container .select2-container .select2-selection--multiple {
  min-height: inherit;
  line-height: 26px;
}

 .selection .select2-selection ul{
  width: 100%
}

.selection .select2-selection ul li:first-child input{
  min-width: 175px;
  padding-left: 8px;
}

.selection .select2-selection ul li{
  white-space: normal;
}

@media(max-width: 991px){
  .section-according .form-group .select2-container--classic{
    width: 79% !important;
  }
}

@media(max-width: 546px){
  .section-according .form-group .select2-container--classic{
    width: 76% !important;
  }
}

@media(max-width: 488px){
  .section-according .form-group .select2-container--classic{
    width: 100% !important;
  }
}
