.input.budget-field div,
.input.bathroom-field div {
  display: flex;
  align-items: center;
  padding-right: 0 !important;
}
.input.budget-field {
  padding-right: 0 !important;
}
.flex-flow-column {
  flex-flow: column;
}
.bedroom-checkbox {
  display: flex;
  align-items: center;
  width: 156px;
  border-bottom: 1px dashed #8db4a6;
  padding: 4px 0;
  text-transform: capitalize;
}
.bedroom-checkbox label {
  width: 100%;
  margin: 0.4em 0 0 0.5em;
}
.bedroom-box {
  position: absolute;
  background: #cad1d3;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
  margin-top: 2px;
  z-index: 9;
}
.budget-field,
.bathroom-field {
  display: flex;
  justify-content: space-between;
}
.advance_search_field_icon {
  width: 16px;
  height: 16px;
  margin: 10px;
}
.search-input-field {
  align-items: center;
  height: 48px;
  width: 100%;
  border: 1px solid rgba(0, 106, 77, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 6px;
}
.search-input-field .my_btn {
  padding: 0 !important;
}
.properties_type_input {
  padding: 0 10px;
  margin-top: 2em;
  width: 40%;
}
.property-id-input {
  padding: 0 10px;
  margin-top: 2em;
  width: 20%;
}
.property-input-field {
  align-items: center;
  height: 48px;
  width: 100%;
  border: 1px solid rgba(0, 106, 77, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
}
input.property_id_box_feild {
  border-radius: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}

input.search_box_feild {
  border-radius: 0;
  width: 70%;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}

ul.tab-head li {
  display: inline-block;
  padding: 15px 30px 8px;
  background: #cad1d3;
  color: #003f2d;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.tab-content .my_btn {
  background: #003f2d;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  line-height: 19px;
  border-radius: 2px;
  align-items: center;
  color: #fff;
  width: 45%;
}

/* slide range  */

.container {
  margin-top: 125px;
}

.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 0.3s;
  transition: left 0.3s, top 0.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 !important;
  height: 18px !important;
  border-radius: 50% !important;
  left: -7px !important;
  top: -7px !important;
  background-color: #003f2d !important;
}
.noUi-horizontal .noUi-handle:active {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  left: -10px !important;
  top: -15px !important;
  background-color: #003f2d !important;
}
/* Styling;
 */
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #003f2d;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

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

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

/* 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;
}
.price-range-change {
  border: 1px solid #000;
  padding: 0.6em;
  line-height: 19px;
  padding-top: 14px;
  border-radius: 3px;
}
.price-label {
  width: 90%;
  overflow: hidden;
}
.search-result-page {
  margin-top: 10em;
}
.pagination-wraper {
  margin: 4em 0 6em 0;
}
.property_id_box_feild.slider-range-value1,
.property_id_box_feild.slider-range-value2 {
  background: #cad1d3;
}
#error-text {
  margin-top: 1em;
  color: red;
}
