.form-control, .form-select, .select2-container .select2-selection--single .select2-selection__rendered  {
  height: 42px;
  line-height: 42px;
  width: 100%;
  margin: 0;
  border: 1px solid #e4e4e4;
  outline: 0;
  font-weight: 400;
  font-family: inherit;
  border-radius: 4px;
  padding: 0 15px;
  background-color: #fff;
  color: #111111;
  transition: 0.2s;
  box-shadow: none;
  font-size: 15px;
}
 .form-control:focus, .select2-container .select2-selection--single .select2-selection__rendered:focus {
  border-color: #1a3967;
  box-shadow: none;
}
.form-control::placeholder {
  color: #666;
  opacity: 1;
}
#e1{
    background: url(../images/down-arrow.png) no-repeat center right;
    background-size: 15px;
    background-position:  98%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 44px;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow
   {
        height: 44px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }