.sidebar {
  background: var(--color-white);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}
 .sidebar .widget {
  margin-bottom: 35px;
}
.sidebar .widget .title {
  font-size: 19px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      font-weight: 700;
}
 .sidebar .widget .form-check {
  margin: 12px 0;
}
 .sidebar .widget .form-check-input {
  margin-top: 6px;
  box-shadow: none;
  border-color: var(--color-dark);
  border-radius: 6px;
}
 .sidebar .widget .form-check-label {
  width: 100%;
  color: var(--color-dark);
}
 .sidebar .widget .form-check-label span {
  float: right;
}
#price-range1 {
  height: 6px;
  border: none;
  border-radius: 50px;
  background: #e4e8ee;
  position: relative;
}
#price-range1 .ui-slider-range {
  background: #a84300;
  height: 100%;
  border-radius: 50px;
}
#price-range1 .ui-slider-handle {
  position: absolute;
  width: 22px !important;
  height: 22px !important;
  background: #fff !important;
  border: 4px solid #a84300 !important;
  border-radius: 50%;
  top: 50% !important;
  margin-left: -11px;
  margin-top: -11px;
  cursor: pointer;
  outline: 0;
  z-index: 99;
  box-sizing: border-box;
}
#price-range1 .ui-slider-handle:hover {
  transform: scale(1.08);
}
#priceRange1 {
  border: none;
  font-weight: 700;
  background: 0 0;
  width: 170px;
}
.offcanvas-body .sidebar{
    box-shadow: none !important;
}
.tour-area .dropdown-toggle {
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
}

.tour-area .dropdown-menu {
    min-width: 230px;
    border: 0;
    border-radius: 10px;
    padding: 8px;
}

.tour-area .dropdown-item {
    border-radius: 6px;
    padding: 10px 15px;
    transition: 0.3s;
}

/* .tour-area .dropdown-item:hover {
    background: #f5f5f5;
} */

.tour-area .dropdown-item i {
    width: 20px;
}
