.location-flter-list-section .location-filter {
  text-align: center;
}
.location-flter-list-section .filter-wrapper.location-filter label,
.location-flter-list-section .filter-wrapper.location-filter .filter-lbl {
  font-size: 14px;
  font-weight: 700;
  color: #797979;
  line-height: 50px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.row.location-list-content {
  margin-top: 40px;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list {
  position: relative;
  min-width: 260px;
  width: auto;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  span,
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  .active {
  display: block;
  height: 50px;
  line-height: 1;
  font-size: 16px;
  color: #009dca !important;
  font-weight: 700;
  padding: 18px 75px 0 15px;
  background-color: #02161f;
  border: none;
  border-radius: 10px 10px 0 0;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul {
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  left: unset;
  top: 50px;
  z-index: 1000;
  background-color: #02161f;
/*  scrollbar-width: none; 
  -ms-overflow-style: none; */
  /* ::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 3px !important;
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: transparent;
  } */
  height: 400px;
  overflow: auto;
}

.chrome
  .location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul,
.safari
  .location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul::-webkit-scrollbar {
  width: 12px;
}

.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul::-webkit-scrollbar-track {
  display: none;
}
/* ::-webkit-scrollbar {
background: transparent;
	overflow: visible;
	width: 17px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border: solid #fff;
}


::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:horizontal {
	border-width: 4px 6px;
	min-width: 40px;
}

::-webkit-scrollbar-thumb:vertical {
	border-width: 6px 4px; 
	min-height: 40px;
}

::-webkit-scrollbar-track-piece {
	background-color: #fff;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #ADADAD;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
}

::-webkit-scrollbar-thumb:hover {
	background-color: #999;
} */
/* .location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul::-webkit-scrollbar-button:start:decrement,
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}

.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul::-webkit-scrollbar-track-piece {
  background-color: #333333;
  opacity: 0.2;

 
  display: none;

  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul::-webkit-scrollbar-thumb:vertical {
  height: 0px;
  background-color: #333333;
  -webkit-border-radius: 0px;
} */

.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul
  li {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  list-style-type: none;
  position: relative;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul
  li:before {
  display: none;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul
  li
  a {
  color: #009385;
  border-top: 1px solid #043230;
  padding: 18px 15px 14px 15px;
  background-color: #02161f;
  display: block;
  font-size: 14px;
  line-height: 17px;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul
  li
  a:hover {
  color: #fff;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  ul
  li
  a:hover:after {
  content: '\f105';
  position: absolute;
  top: 8px;
  right: 16px;
  height: 10px;
  width: 10px;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 34px;
  cursor: pointer;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  .toggle-dropdown {
  width: 50px;
  height: 50px;
  background: #f89c1b;
  position: absolute;
  color: #fff;
  z-index: 100;
  border: none;
  top: 0;
  right: 0;
  outline: none;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  .toggle-dropdown
  i {
  pointer-events: none;
  width: 20px;
  height: 20px;
  line-height: 1;
  margin-top: 5px;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list
  .toggle-dropdown
  i:before {
  content: '\f107';
  font-size: 25px;
  color: white;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list.open {
  border-radius: 10px 10px 0 0;
  overflow: visible;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list.open
  ul {
  display: block;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list.open
  .toggle-dropdown {
  background: transparent;
}
.location-flter-list-section
  .filter-wrapper.location-filter
  .location-filter-list.open
  .toggle-dropdown
  i:before {
  content: '\f068';
  color: white;
}
.rbox-opening-list.rbox-widget.rendered {
  visibility: hidden !important;
  display: none !important;
}
.location-flter-list-section h3::before {
  height: 15px;
  width: 100%;
  max-width: 115px;
  background-color: #009385;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.location-flter-list-section h3 {
  font-family: 'Helvetica Neue LT Std';
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  line-height: 28px !important;
  letter-spacing: -0.2px;
  font-size: 24px !important;
  padding-left: 0;
  padding-bottom: 24px;
  position: relative;
}

.location-flter-list-section h4 {
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .safari
    .location-flter-list-section
    .filter-wrapper.location-filter
    .location-filter-list
    ul {
    width: 100%;
  }
}
@media (max-width: 413px) {
  .location-flter-list-section
    .filter-wrapper.location-filter
    .location-filter-list
    span,
  .location-flter-list-section
    .filter-wrapper.location-filter
    .location-filter-list
    .active {
    font-size: 14px;
    line-height: 18px;
  }
}
