.search_style {
  position: relative;
}
.search_style:before,
.search_style:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  z-index: 1;
}
.search_style:before {
  left: 0;
  background: #31353e;
}
.search_style:after {
  right: 0;
  background: #ee4136;
}
.search_style .container {
  z-index: 2;
  position: relative;
}
.search_style {
  box-shadow: none;
}
.search_style .h2,
.search_style .h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
}
.search_style .h2 .block-name,
.search_style .h2 .block-name {
  font-size: 11px;
  padding: 0;
  margin-bottom: 0;
  color: #ee4136;
}
.search-wrapper {
  background: #31353e;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-default {
  background: #ee4136;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search_style .label {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
}
.search_style {
  background: #31353e;
}
.search_style {
  background: #1c1e24;
}
.search_style .input input,
.search_style .select select,
.search_style .textarea textarea {
  background: #d43c31;
  box-shadow: 0 0 3px #ca352b inset;
  color: #fff;
  border: none;
}
.search_style .select select {
  color: #fff;
}
.search_style ::-webkit-input-placeholder {color: #fff; opacity: 1;}
.search_style ::-moz-placeholder {color: #fff; opacity: 1;}
.search_style :-moz-placeholder {color: #fff; opacity: 1;}
.search_style :-ms-input-placeholder {color: #fff; opacity: 1;}

.search_style .icon-append {
  border: none;
  color: #fff;
}
.search_style .select i {
  width: auto;
  height: auto;
  background: none;
}

.search_padding {
  padding-left: 50px;
}
.search_style .select i:before {
  display: none;
}
.search_style .select i:after {
  border-top: 4px solid #fff;
  top: 17px;
}
@media (min-width: 992px) {
  .search-wrapper > .container,
  .search-default > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .search_style:before,
  .search_style:after {
    display: none;
  }
  .search_style > .container {
    width: 100%;
  }
  .col {
    padding-left: 0 !important;
    padding-right: 30px !important;
  }
  .search-wrapper {
    padding-top: 22px;
    padding-bottom: 34px;
  }
  @media (max-width: 500px) {
    .search-heading .h2, .search-heading .h2 {
      padding-bottom: 0;
    }
  }
}
