.select2-container--default .select2-selection--single {
  border: unset;
}
 .lookingfor-equipment {
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 99;
  margin-bottom: 0;
}
 .lookingfor-equipment .container {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
 .lookingfor-equipment .container .btn-list {
  float: right;
  margin: 20px 0 20px 130px;
}

 .lookingfor-equipment .container .btn-list .btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  background: #00448d;
  color: #fff!important;
  border-radius: 0;
  border-color: #2e6da4;

}
#device,#industry{
  width: 160px;
  font-size: 16px;
  padding: 6px 12px;
  padding-right: 20px;
  appearance: none;
     -moz-appearance: none;
     -webkit-appearance: none;
}
.btn-list .glyphicon{
  top: 3px;
}
html:lang(en)  #device,html:lang(en) #industry{
  width: 235px;
}
.select2-selection__arrow>b{
  display: none;
}
.select2-results, .select2-results,.select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 16px;
}
.select2-selection__arrow.glyphicon-menu-down{
  top: 8px!important;
}