.tb-resultinput-div ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

#tb-search-result {
  margin: 0;
}

.search-section .loadmore.tb-disp-loadmore {
  display: block !important;
}

.search-section {
  min-height: 496px;
}

.search-section .tb-search-header {
  padding: 20px 20px 0px 20px;
}

.search-section .module-intro-small-header {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #393939;
  padding-bottom: 16px;
}

.search-section .tb-result-input {
  width: 100%;
  position: relative;
  vertical-align: top;
  background-color: transparent;
  padding: 8px 16px;
  border: none;
  background: #F1F1F1;
  width: 100%;
  height: 48px;
  font-family: inherit;
  font-size: inherit;
}

.search-section .tb-result-input:focus {
  border-bottom: 2px solid #393939 !important;
}

.search-section .tb-result-button {
  background-color: #998242;
  display: inline-block;
  padding: 10px 7px;
  position: absolute;
  height: 48px;
  right: 0px;
  cursor: pointer;
}

.search-section .tb-result-button:hover {
  background: #393939;
}

.search-section .tb-resultinput-div {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.search-section .tb-search-result-button {
  display: none;
  padding-left: 5px;
}

.search-section .tb-all-results {
  background-color: #998242;
  border: solid 1px #998242;
  display: inline-block;
  padding: 10px 26px;
  position: relative;
  /* top: 10px; */
  /* left: -5px; */
  cursor: pointer;
  color: #FFFFFF;
  font-size: 13px;
}

.search-section .autocomplete-items {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: absolute !important;
  top: 40px !important;
  width: 100% !important;
  max-height: 396px !important;
  background: #FFFFFF !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
  z-index: 2 !important;
  right: 0px !important;
}

.search-section .autocomplete-items .tb-autosearch-result {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 24px !important;
  padding: 12.5px 14px !important;
  color: #393939 !important;
  border-bottom: 1px solid #DDDDDD !important;
  background: #ececec !important;
  border-color: #FFFFFF !important;
  line-height: 19.5px !important;
  width: 100% !important;
  padding: 0.8em 1em !important;
  color: #000 !important;
}

.search-section .autocomplete-items .tb-autosearch-result a {
  text-decoration: none !important;
  color: #393939 !important;
}

.search-section .autocomplete-items .tb-autosearch-result .tb-autosearch-result-header {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #998242 !important;
  font-size: 1.1em !important;
}

.search-section .autocomplete-items .tb-autosearch-result:hover {
  background: #bfa96d !important;
}

.search-section .autocomplete-items .tb-autocomplete-hint {
  height: auto !important;
  padding: 0 !important;
}

/*
    Style for the result sect{
*/
.result-section .tb-result {
  padding: 1.53px 0px 24px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #5B5B5B;
}

.result-section .tb-result .tb-result-header {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.result-section .tb-result .tb-result-header a {
  color: #998242;
}

.result-section #Content {
  padding: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
}

.loadmore {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}

.loadmore .totalResult {
  cursor: pointer;
}

.loadmore .totalResult .fa-loader {
  background: url(../images/svg_icons/tb-loader.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  background-size: 27px 27px;
  background-color: transparent;
  position: relative;
  top: 7px;
}

.result-counter {
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.pagination-section {
  display: inherit;
  margin: 15px;
}

.pagination-section .first, .pagination-section .last {
  display: none !important;
}

.pagination-section .page-item {
  display: inline-block;
  background: none;
  background-image: none;
  -webkit-filter: none !important;
  filter: none !important;
  border: 2px solid #000;
  text-shadow: none;
  color: #000;
  margin-left: 0.5em;
  padding-top: 1.07692307692em;
  padding-right: 1.07692307692em;
  padding-bottom: 1.15384615385em;
  padding-left: 1.07692307692em;
  font-size: 1em;
}

.pagination-section .page-item:hover {
  background: #000;
  color: #FFFFFF;
}

.pagination-section .page-item a {
  color: inherit;
  text-decoration: none;
}

.pagination-section .disabled {
  cursor: auto;
  border-color: #d3d2d2;
  color: #d3d2d2;
}

.pagination-section .disabled:hover {
  border-color: #d3d2d2;
  color: #d3d2d2;
  background: none;
  background-image: none;
}

.pagination-section .active {
  background: #000 !important;
  color: #FFFFFF;
}

.tb-hide-div {
  display: none !important;
}

.center {
  margin: auto;
}

.search-section {
  padding: 0px !important;
}

.search-section .tb-search-header {
  padding: 0px !important;
}

@media only screen and (max-width: 1024px) {
  .result-section #Content {
    margin-left: -8px;
    margin-right: -8px;
  }
  .tb-search-header {
    margin: 0px -8px !important;
  }
  .tb-search-result {
    margin: 0px -8px !important;
  }
  .tb-search-no-result-section {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .search-section .module-intro-small-header {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #393939;
    padding-bottom: 16px;
  }
  .search-result {
    padding: 0px 16px !important;
    margin: 0px !important;
  }
}
