.filter-modal .modal-content {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.filter-modal .bg-color .heading-name {
  background: #fed015;
  padding: 8px 0px;
  text-align: center;
}

.filter-modal .bg-color {
  background: #e4e4e4 0% 0% no-repeat padding-box;
  border-radius: 10px 0px 0px 10px;
  padding: 50px 0px;
  height: 100%;
}

.filter-modal .modal-body {
  padding: 0px;
}

.filter-modal .location-bg {
  background-image: url("../../../../../public/assets/images/Filter/location-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 12% 14% 9%;
  border-radius: 0px 10px 10px 0px;
}

.filter-modal .location-bg-second {
  /* background-image: url("../../../../../public/assets/images/studio/prizing.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 12% 31% 9%;
  border-radius: 0px 10px 10px 0px;
}

.filter-modal .location-bg-third {
  /* background-image: url("../../../../../public/assets/images/studio/rating.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13% 12% 31% 9%;
  border-radius: 0px 10px 10px 0px;
}

.filter-modal .tab_holders .form-check {
  margin-bottom: 1.125rem;
}

.filter-modal .options_holder .form-check-input {
  width: 20px;
  height: 20px;
}

.filter-modal .location-bg-third p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.filter-modal .heading-name h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
}

.filter-modal .nav-pills .nav-link {
  font-size: 16px;
  color: #000;
  border-radius: 0%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.filter-modal .tab_holders {
  padding: 50px 50px;
}

.filter-modal .nav-pills .border-line {
  border-top: 1px solid #000;
}

.filter-modal .nav-pills .nav-link.active {
  background-color: transparent;
  border-radius: 0%;
  color: #000;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

.filter-modal .form-label {
  font-size: 15px;
  font-weight: 500;
}

.filter-modal .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  font-size: 15px;
  border-radius: 0%;
  padding-left: 0%;
  background-color: transparent;
}

.filter-modal .btn-holder {
  margin-top: 25%;
}

.filter-modal .btn-holder .bookbbtn {
  width: fit-content;
}

.filter-modal .btn-holder .bookbbtn :hover span {
  color: #fff;
  position: relative;
  z-index: 99;
}
.filter-modal .form-control::placeholder {
  color: #707070;
}

.filter-modal .tab_holders .clear_holder .clear_nav {
    font-size: 16px;
    color: #f30201;
    border-radius: 0%;
    padding-top: 12px;
    font-weight: 500;
    padding-bottom: 12px;
}

.filter-modal .btn-search {
  background: #202020 0% 0% no-repeat padding-box;
  background: #000 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  margin-right: 5px;
}

.filter-modal .btn-search:hover {
  background: #fed015 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border: none;
  margin-right: 5px;
}

.filter-modal .btn-clear {
  background: #db0000 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
}

.filter-modal .btn-clear:focus {
  background: #db0000 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
}

.filter-modal .circle-orr {
  border-radius: 50px;
  background: #bebebe 0% 0% no-repeat padding-box;
  width: 38px;
  height: 38px;
  margin: 0px auto 20px auto;
  text-align: center;
}

.filter-modal .circle-orr p {
  color: #fff;
  font-size: 15px;
  padding-top: 8px;
  margin-top: 30px;
}

.filter-modal .distance-range p {
  font-size: 15px;
  font-weight: 500;
}

.filter-modal .input-range__slider {
  background: #db0000;
  border: 1px solid #db0000;
}

.filter-modal .input-range__track--active {
  background: #db0000;
}

.filter-modal .form-check-input[type="checkbox"] {
  height: 22px;
  width: 22px;
  /* background: #FFFFFF 0% 0% no-repeat padding-box; */
  border: 1px solid #707070;
  border-radius: 3px;
}

.filter-modal .form-check-label {
    font-size: 16px;
    color: #202020;
    margin-top: 4px;
    font-weight: 500;
    margin-left: 5px;
}

.filter-modal .star-icon {
  color: #ffbe5c;
}

.filter-modal .range-bar span.input-range__label-container {
  background-color: #ffbe5c;
  color: white;
  padding: 3px 12px;
}

.filter-modal .range-bar .input-range__label-container {
  position: relative;
  display: inline-block;
  background-color: #ffbe5c;
  color: white;
  padding: 3px 12px;
}

.filter-section {
  margin-bottom: 5%;
}

.filter-modal .range-bar .input-range__label-container::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #ffbe5c transparent transparent transparent;
}

.filter-modal .range-bar .input-range__label-container {
  left: -50%;
  position: relative;
  top: -17px;
}

.filter-modal .range-bar .slide {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px;
}

.filter-modal .range-bar .slide span {
  font-weight: 500;
}

.filter-modal .range-bar span.input-range__label.input-range__label--min {
  display: none;
}

.filter-modal .range-bar span.input-range__label.input-range__label--max {
  display: none;
}

.filter-modal .range-bar {
  margin-top: 13%;
}

.filter-modal .modal-header {
  padding: 0px;
  border: 0px;
}

.filter-modal .modal-header .btn-close {
  position: absolute;
  padding: 0px;
  right: 25px;
  top: 25px;
  z-index: 999;
}

@media (min-width: 0px) and (max-width: 991px) {
  .filter-modal .heading-name h2 {
    font-size: 18px;
  }

  .filter-modal .tab_holders {
    padding: 50px 13px;
  }

  .filter-modal .distance-range p {
    font-size: 14px;
    font-weight: 500;
  }

  .filter-modal .btn-search {
    font-size: 12px;
  }

  .filter-modal .btn-clear {
    font-size: 12px;
  }

  .filter-modal .range-bar {
    margin-left: 0px;
    margin-top: 13%;
    text-align: center;
    width: 100%;
  }

  .filter-modal .bg-color {
    border-radius: 10px 10px 0px 0px;
  }

  .filter-modal .location-bg {
    border-radius: 0px 0px 10px 10px;
  }

  .filter-modal .range-bar .input-range__label-container {
    left: -50%;
    top: -8px;
    font-size: 11px;
  }

  .filter-modal .nav-pills .nav-link {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .filter-modal .heading-name h2 {
    font-size: 18px;
  }

  .filter-modal .tab_holders {
    padding: 50px 13px;
  }

  .filter-modal .distance-range p {
    font-size: 14px;
    font-weight: 500;
  }

  .filter-modal .range-bar span.input-range__label-container {
    font-size: 10px;
  }

  .filter-modal .range-bar .input-range__label-container {
    top: -5px;
  }
}
