/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  max-height: 385px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 0px;
  z-index: 9999;
  overflow: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.city_search .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  max-height: 150px;
}
.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__container--open a {
  text-decoration: none;
  color: #212529;
}
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input:focus {
  outline: none;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-list::before {
  content: '';
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestions-list li a:hover {
  text-decoration: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
}
.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}

.react-autosuggest__suggestion--focused .highlight {
  color: #120000;
}
.suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.suggestion-content:hover {
  color: #ffffff;
}
.suggestion-name {
  margin-left: 10px;
  line-height: 34px;
  font-size: 14px;
}
.suggestion-highlight {
  font-weight: bold;
}
.suggestion-content:hover .suggestion-highlight {
  color: #ffffff;
}
.search-border {
  border-radius: 10px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/* ************************ Autocomplete End ************************ */

@media (min-width: 767px) {
  .react-autosuggest__suggestion:hover {
    background-color: #4967db;
    color: #fff;
  }
  .react-autosuggest__suggestion--highlighted {
    background-color: #4967db;
    color: #fff;
  }
  .react-autosuggest__suggestion--highlighted .suggestion-content {
    color: #ffffff;
  }
}

.btf-accordion .accordion-button {
  background-color: transparent;
}
.btf-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 0;
  background-color: transparent;
}
.btf-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.btf-accordion h1,
.btf-accordion h2,
.btf-accordion h3,
.btf-accordion h4,
.btf-accordion h5,
.btf-accordion h6 {
  font-size: 14px;
  font-weight: 700;
}
.btf-accordion ul,
.btf-accordion ul li,
.btf-accordion ol,
.btf-accordion ol li,
.btf-accordion p {
  font-size: 12px;
}
.btf-accordion a {
  color: #212529;
}
.btf-accordion .accordion-header,
.btf-accordion .accordion-item {
  background: #f9faff;
  margin-bottom: 16px;
  border: 1px solid #f9faff;
  color: #323539;
}
