/* Temporary hided remove this later*/
.map-1 .main-filter-category.organization,
.map-1 .main-filter-category.nationality,
.map-2 .main-filter-category.type_of_engagement,
.map-2 .main-filter-category.nationality{
  display: none !important;
}
/*.filter-wrapper Filter Content Style Starting*/

.side-bar-filter {
  width: 245px;
  float: left;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
/* .side-bar-filter.fixed {
  position: fixed;
  top: 113px;
  z-index: 5;
} */

.filter-title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  background: #f2f2f2;
}
.filter-title {
  font-weight: 700;
  font-size: 16px;
  color: #e77424;
  text-transform: capitalize;
}
.filter-area {
  padding: 25px 20px 0;
}
.filter-wrapper ul {
  list-style-type: none;
}
.filter-wrapper .filter-list {
  padding-left: 0;
}
.filter-wrapper .filter-list li span.arrow {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
  display: block;
  background: url("../img/down_arrow.png")no-repeat center right 0;
  background-size: 13px 8px;
  cursor: pointer;
}
.filter-wrapper .filter-list li.open span.arrow {
  background: url("../img/up_arrow.png")no-repeat center right 0;
}
.filter-wrapper .filter-list>li:hover span.arrow, .filter-wrapper .filter-list li span.highlight,.filter-wrapper .filter-list .selected-present span.arrow {
  color: #c0d42f;
}
.filter-wrapper .main-filter-category {
  padding: 16px 0;
}
.filter-wrapper .main-filter-category:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.filter-wrapper .main-filter-category.open {
  padding-bottom: 10px;
}
.filter-wrapper .main-filter-category:first-child {
  padding-top: 0;
}
.filter-wrapper .inner-list {
  display: none;
  margin-top: 6px;
  padding: 17px 10px 17px 15px;
  background: #f2f2f2;
}
.inner-list .no-match {
  display: none;
}
.inner-list.zero-match .search-filter-wrap::after {
  content: "No Match Found ...";
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #666;
}
.filter-wrapper .inner-list>span {
  display: block;
  max-height: 60px;
}
.filter-wrapper .inner-list>span {
  display: block;
  max-height: 130px;
}
/* .filter-wrapper .inner-list .select-all {
  color: #333333;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  background: url("../img/checkbox.png")no-repeat center left;
  padding-left: 25px;
  margin-bottom: 21px;
  position: relative;
  cursor: pointer;
}
.filter-wrapper .inner-list .select-all.checked {
  background: url("../img/checkbox_tick.png")no-repeat center left;
} */
.search-filter-wrap,.search-wrap{
  position: relative;
}
.search-filter {
  font-size: 12px;
  color: #999;
  padding: 0 15px 2.5px 0;
  margin-bottom: 16px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  /*background: url(../img/icn_filter_search.png)no-repeat center right 0;*/
  width: 100%;
}
.search-icon-input{
  cursor: pointer;
  font-size: 0;
  width: 13px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  background: url(../img/icn_filter_search.png) no-repeat center;
}
.search-filter-wrap .reset,.search-wrap .reset{
  position: absolute;
  font-size: 0;
  top:4px;
  right: 23px;
  width: 12px;
  height: 14px;
  background: url(../img/icn_reset.png)no-repeat center;
  background-size: 10px 12px;
  cursor: pointer;
  opacity: 0;
}
.search-active .reset {
  opacity: 1;
}
.filter-wrapper .inner-list .select-all:after {
  content: "";
  display: block;
  background: #cccccc;
  width: 200px;
  height: 1px;
  position: absolute;
  top: 23px;
  left: 0;
}
.filter-wrapper .inner-list .select-all:hover {
  color: #0071BC;
}
.mCustomScrollBox {
  height: auto;
}
.filter-wrapper .inner-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-wrapper .inner-list label:hover {
  color: #333333;
}
.filter-wrapper .inner-list label {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #666;
  padding-bottom: 3px;
  cursor: pointer;
}
.filter-wrapper .inner-list li .form-check {
  display: none;
}
.filter-wrapper .inner-list li .custom-check {
  display: inline-block;
  background: url("../img/checkbox.png")no-repeat center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
}
.filter-wrapper .inner-list li .form-check:checked+.custom-check {
  background: url("../img/checkbox_tick.png")no-repeat center;
}
.filter-wrapper .inner-list li .check-text {
  width: 100%;
  padding-left: 18px;
  word-wrap: break-word;
  word-break: break-word;
}
.filter-wrapper .inner-list li .form-check:checked+.custom-check+.check-text {
  color: #333333;
}
/*.filter-wrapper Filter Content Style Ending*/

/* apply reset styling */

.apply-reset-wrapper {
  padding: 0 20px;
  margin: 10px 0 20px;
}
.button-style-1 button {
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
  border-radius: 0;
  border: 1px solid;
  background-color: #fff;
  padding: 3px 27px 3px 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  outline: none;
}
.button-style-1 button:hover {
  color: #fff;
}
.apply-btn {
  float: left;
}
.reset-btn {
  float: right;
}
.apply-btn .apply {
  background: url("../img/icn_apply.png")no-repeat center right 10px;
  text-align: left;
}
.reset-btn .reset {
  background: url("../img/icn_reset.png")no-repeat center right 10px;
  text-align: right;
}
.apply-btn .apply:hover {
  background: #4d4d4d url("../img/icn_apply_hover.png")no-repeat center right 10px;
}
.reset-btn .reset:hover {
  background: #4d4d4d url("../img/icn_reset_hover.png")no-repeat center right 10px;
}
/* End of apply reset styling */

/* @media only screen and (max-width: 767px) {
  .side-bar-filter {
    display: none;
    position: absolute;
    z-index: 1;
    right: -100%;
    right: 15px;
  }
  .map-wrapper {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
  .search-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .search-wrap .search-reset {
    position: relative;
  }
} */