

.select2-dropdown {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.select2-dropdown.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.select2-container--default .select2-results__group {
  padding: 0px !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 51px;
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  /* border-color: #ccc; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  outline: 0 none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 25px;
  color: #8a8a8a;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 11px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-top-color: #8a8a8a;
}

.select2-container--open .select2-selection--single {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.select2-container--default .select2-dropdown {
  border-color: #ccc;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-top: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
}
.select2-container--default .select2-results__option {
  padding: 7px 7px;
  color: #333;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #ededed;
  color: #333;
}

.slide {
  overflow: hidden;
  /* position: relative; */
  /* height: 100vh; */
  /* min-height: 100px; */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-flow: wrap;
  color: #fff;
}
.slide h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.03em;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.slide select {
  width: 300px;
}

