@media only screen and (max-width: 767px) {
  .our-impact-section {
    padding: 24px 0 0;
  }
  .desc-counter-wrap {
    margin-top: 15px;
  }
  .desc {
    padding: 0;
    margin-bottom: 10px;
  }
  .home .map-wrapper {
    margin-top: 0;
  }
  .home .our-impact-section .title-desc-block .desc {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 1px;
  }
  .our-impact-section:not(.slider) .title-desc-block {
    margin: 5px 0 0;
  }
  .our-impact-section .map-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .our-impact-section .widgettitle {
    font-size: 26px;
    line-height: 30px;
  }
  .our-impact-section .counter-section {
    margin-top: 18px;
  }
  .our-impact-section .counter-value {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .our-impact-section .filter-map-wrapper {
    margin-top: 25px;
  }
  .our-impact-section .counter-title p {
    font-size: 14px;
    line-height: 20px;
  }
  .our-impact-section:not(.slider) .desc-counter-wrap .desc-learnmore-wrap, .our-impact-section:not(.slider) .desc-counter-wrap .counter-section {
    width: 100%;
    padding: 0;
    text-align: center;
    border: 0;
  }
  .title-desc-block {
    padding: 0 15px;
  }
  .counter-section .each-counter {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    border: 0;
  }
  .map-wrapper {
    margin: 0;
  }
  .filter-area-wrapper .search-wrap {
    float: left;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
    max-width: 100%;
    width: calc(100% - 45px);
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .filter-area-wrapper .search-wrap input {
    width: auto;
  }
  .filter-area-wrapper .search-wrap .reset {
    top: 7px;
    right: 28px;
  }
  .filter-area-wrapper .search-icon-input {
    top: 8px;
    right: 11px;
  }
  .search-wrap input {
    border: 0;
    padding: 0 15px;
  }
  /* Filter Styling */
  .filter-map-wrapper .filter-area-wrapper {
    display: block;
    padding: 0 30px;
  }
  .filter-map-wrapper .filter-title-block {
    float: right;
    margin: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: url(../img/map-responsive/filter.png) center no-repeat;
  }
  .filter-map-wrapper .filter-title-block .filter-title, .filter-map-wrapper .filter-title-block:after {
    display: none;
  }
  .filter-area-wrapper .filter-area {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 10;
    right: -100%;
    max-width: 270px;
    box-shadow: 0px 2px 3px 1px rgba(77, 77, 77, 0.4588235294117647);
    transition: right 0.7s ease-in-out;
  }
  .filter-area-wrapper.expand .filter-area {
    top: 0;
    right: 0;
  }
  .filter-map-wrapper .filter-area-wrapper .filter-list {
    display: block;
    padding: 0 15px 15px;
  }
  .filter-map-wrapper .filter-area-wrapper .filter-list .main-filter-category {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0;
    padding-right: 0;
  }
  .filter-wrapper .inner-list {
    position: static;
    padding: 0 0 17px 0;
    box-shadow: none;
  }
  .home .main-filter-category.selected-filters {
    display: none !important;
  }
  .filter-area>.apply-reset-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .filter-area>.mobile-filter-close-wrap {
    display: block;
    padding: 12px 15px;
  }
  .filter-area .mobile-filter-close {
    width: 30px;
    height: 30px;
    float: right;
    background: url(../img/map-responsive/close.png) center no-repeat;
    font-size: 0;
  }
  .filter-area>.apply-reset-wrapper .apply-btn {
    margin-right: 20px;
  }
  .inner-list .apply-reset-wrapper {
    display: none;
  }
  /* End of filter styling */
}