#slider{
  border: 0 !important;
  margin-left: 19px;
  margin-bottom: 20px;
  width: 89%;
}
.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: 'IRANSans', Open Sans, sans-serif !important;
  font-size: 14px;
  color: #e7e7e7;
  direction: rtl;
}

.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: #0a6cbe;
}
.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: #0a6cbe !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;
}