.ByPrice-section {
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 16px;
  padding: 12px 20px;
}
.ByPrice-section .filter-section {
  padding-top: 10px;
}
.ByPrice-section .filter-section .section-title {
  font-size: 14px;
  font-weight: 700;
  color: #09558f;
  margin-bottom: 10px;
  position: relative;
}
.ByPrice-section .filter-section .price-slider {
  width: 100%;
  height: 3px;
  margin: 20px 0 10px;
  background: #e1e1e1;
}
.ByPrice-section .filter-section .price-track {
  border-radius: 10px;
}
.ByPrice-section .filter-section .price-track.price-track-1 {
  background: #09558f;
  height: 3px;
  border-radius: 10px;
}

.ByPrice-section .filter-section .price-thumb {
  height: 14px;
  width: 14px;
  background: #9ac31c;
  border-radius: 50%;
  cursor: pointer;
  top: -5px;
  border: none;
}
.ByPrice-section .filter-section .price-thumb:focus {
  outline: none;
}
.ByPrice-section .filter-section .price-values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #808080;
  font-weight: 500;
}

.ByPrice-section .filter-section .blue-price {
  color: #09558f;
  font-weight: 600;
}

.ByPrice-section .filter-section .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 0px 20px; */
}

.ByPrice-section .filter-section .checkbox-list label,
.ByPrice-section .filter-section .checkbox-grid label {
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ByPrice-section .clear-filter {
  text-align: left;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  padding: 10px 0;
  font-weight: 600;

  border-top: 1px solid #e0e0e0;
}

.ByPrice-section .filter-section .custom-check {
  margin-bottom: 6px;
}

.ByPrice-section .filter-section .custom-check .form-check-input {
  cursor: pointer;
}

.ByPrice-section .filter-section .custom-check .form-check-label {
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  background: none !important;
}

.ByPrice-section .filter-section .custom-check .form-check-input:checked {
  background-color: #9ac31c;
  border-color: #9ac31c;
}

@media (min-width: 0px) and (max-width: 991.98px) {
  .ByPrice-section {
    padding: 0px;
    box-shadow: none;
  }
  .ByPrice-section .filter-section {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 0px) and (max-width: 575.98px) {
}
