.form-control {
  height: 54px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control:focus, .form-control:active {
    border-color: rgba(0, 0, 0, 0.1); }

.search-form {
  width: 100%;
  -webkit-box-shadow: 0px 5px 20px -12px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 20px -12px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 20px -12px rgba(0, 0, 0, 0.34);
  position: relative;

}

.search-icon-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 34px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important; }
  .search-icon-btn i {
    color: #fff; }
  .search-icon-btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none; }

.search-input {
  padding-right: 50px;
  width: 100%; }
  .search-input .search-bar {
    padding: 0 15px 0 20px; }
    .search-input .search-bar:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.select-wrap {
  position: relative;
  width: 150px;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;

}
  @media (max-width: 767.98px) {
    .select-wrap {
      width: 180px; } }
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase; }
    .select-wrap select:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent !important;
      color: rgb(0, 0, 0); }
  .select-wrap .icon {
    position: absolute;
    top: 50% !important;
    right: 10px;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .select-wrap .icon span {
      color: #fff !important; }
