#slider{
    margin: 50px;
  }
  .value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;

    /* optional */

    font-weight: normal;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    color: #333;
  }

  .price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
  }

  .price-range-both {
    display: none;
  }

  .value i {
    font-style: normal;
  }
  body div.ui-slider-range.ui-widget-header {
      background: #F44336;
  }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
      background: #2ecaf9 !important;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
      background: #2ecaf9 !important;
      border-radius: 50%;
      font-size:21px;
      border: none !important;
      box-shadow: 0 0 7px #306473;
      &:focus{
          outline: none;
      }
  }
  span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
      outline: none;
  }



  .left_side_search_boxed {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.left_side_search_heading {
    margin-bottom: 10px;
}

.left_side_search_heading h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.filter-price {
    margin-bottom: 20px;
}

.noUi-connect {
    background: #007bff;
}

.noUi-handle {
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.noUi-handle-lower {
    z-index: 2;
}

.noUi-handle-upper {
    z-index: 1;
}

.noUi-tooltip {
    display: none;
}

.apply {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.apply:hover {
    background-color: #0056b3;
}




/* For Internet Explorer and Edge */


::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}




.name_search_form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

#search {
    width: 100%;
    padding: 10px 20px;
    padding-right: 40px;
    border: 1px solid #ccc;
    transition: border-color 0.3s;
}

#search:focus {
    border-color: #007bff;
}

.name_search_form .fas {
    position: absolute;
    right: 10px;
    color: #aaa;
    cursor: pointer;
    transition: color 0.3s;
}

.name_search_form .fas:hover {
    color: #007bff;
}
