/* This line can be removed it was just for display on CodePen: */

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Banner CSS */
{#
.banner{background-size: cover; margin-top:85px;background-position: top left;position: relative;border-bottom: 1px solid var(--border-color);z-index: 2;}
.banner .row{align-items: center;}
.banner__img {background: #001746;}

.banner__caption{padding-left: 80px;padding-bottom: 15px;}
.banner__caption h1{padding-bottom:2.5rem}
.banner__caption p{font-size: 2.125rem; line-height: 2.25rem; font-weight: 300; color: #282727;}
.srchblock{background-color: var(--white);width: calc(100% + 150px); z-index: 2; position: relative;}
.srchblock__top{display:flex; align-items: center;}
.srchblock__top .form-group{padding: 15px;margin:0; transition: 0.3s ease;}
.srchblock__top .form-group~.form-group{padding-left: 5px;}
.srchblock__top .form-group:nth-child(1){border-right:1px solid var(--border-color);}
.srchblock__top .form-group:nth-child(2){flex:1 1 0;}
.srchblock__top .form-group:last-child{border:none;}
.srchblock__top .form-group label{padding-left: 15px;}
.srchblock__top .form-control{font-size: 14px;font-weight: 600;border: 0;line-height: 30px;height: 30px;}
.icon_shape {position: absolute;bottom: 22px;left: 20px;}
.form-control.icon-input {padding-left: 35px; }
button.btn-circle{ border:0; line-height: 40px; border-radius: 50%; font-size: 28px; padding: 15px 24px;}
.srchblock__top button.btn-circle {margin: 0 20px; }
.srchblock__btm .dropdown-custom{width: 33.33%;     position: relative;}
.srchblock__btm .dropdown-custom span{color:var(--white) }
.dropdown-custom span{font-size: 14px; font-weight: 500; cursor: pointer;}
.dropdown-custom span i{margin-left: 10px; font-size: 16px;}
.custom_dropmenu.sdw-default.second-drop { margin: 7px 0 0 25px; }
.dropdown-custom .custom_dropmenu{background-color: var(--white); padding: 14px; z-index: 6; position: absolute;  margin: 7px 0 0 -16px; min-width: 150px; border: 0; transition: 0.3s ease; visibility: hidden; opacity: 0; transform: translateY(10px); }
.dropdown-custom .drop-label.open + .custom_dropmenu{ visibility: visible; opacity: 1; transform: translateY(0px); }
.dropdown-custom .custom_dropmenu::before {position: absolute; content: ""; border-bottom: 8px solid var(--white); border-left: 8px solid transparent; border-right: 8px solid transparent; top: -7px; left: 10px; }
.dropdown-custom .custom_dropmenu ul{max-height: 330px; overflow: auto;}
.dropdown-custom .custom_dropmenu label{margin-bottom:0px;}
.dropdown-custom .custom_dropmenu  .label_head {font-size: 16px; font-weight: 600; color: var(--theme-color2);margin-bottom:10px; }
.dropdown-custom .custom_dropmenu ul li {
  white-space: nowrap; font-size: 14px; font-weight: 500; margin-bottom:5px;
  color: var(--text-color);
} 

.dropdown-custom .custom_dropmenu ul li ul{padding-left: 10px;}
.dropdown-custom .custom_dropmenu ul.column-2{column-count: 2;}
.max_price{border-left:1px solid var(--border-color); padding-left: 10px;}
.price-list li{position: relative; padding-left: 15px; background: url() no-repeat left center; }
.dropdown-custom .custom_dropmenu .price-list {max-height: 250px; padding-right: 30px; }
#}