
.mb_slider{
  position:relative;
  padding:0px 0px 0;
  z-index:0;
  user-select: none;
  -webkit-user-select: none;width: 100%;
}

.mb_slider *:not(.mb_sliderBar):not(.mb_sliderHandler){
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.mb_sliderBar {
  background-color: #e2e3e4;
  height: 6px;
  width: 100%;
  cursor: default;
  border-radius: 10px;
}

.mb_sliderHandler{
background-color: #015da8;
position: absolute;
top: -8px;
left: 0;
cursor: default;
height: 20px;
width: 20px;
border-radius: 50%;
}
/* .mb_sliderHandler:after{ position:absolute; left:4px; top:-0px;font-family: 'Font Awesome 5 Pro';content: "\f0c9"; color:#fff; font-size:9px;} */



.mb_sliderHandler:hover{
  background-color: #015da8;
}

.mb_sliderEnd, .mb_sliderStart, .mb_sliderValue{
  padding:7px;
  position:relative;
  text-align:right;
  top:-5px;
  margin:3px;
  min-width: 50px;
  color:#AAA;
  white-space: nowrap;
  cursor:default;
}

.mb_sliderStart{
  text-align: right; display:none !important;
}

.mb_sliderEnd{
  text-align: left;display:none !important;
}

.mb_sliderRange{
  position:absolute;
  height:100%;
  margin:0;
  top:0;
  background: #015da8;
  cursor:default;
  border-radius: 10px;
}

.mb_sliderZero{
  background-color: #fafafa;
  position:absolute;
  height:100%;
  margin:0;
  top:0;
  cursor:default;
}

.mb_sliderZeroLabel{
  font: 12px/12px Arial, sans-serif;
  color: #AAA;
  padding: 5px;
  background-color: #fff;
  margin-left: -4px;
  z-index: -2;
  margin-top: -5px;
}
.loan-calculator-box-title {
  text-transform: capitalize;
  color: #505050;
  font-size: 16px;
  padding-bottom: 30px;
  font-weight: 600;
}
.mb_sliderValueLabel{
  text-align: center;
  padding: 3px 5px;
  color:#015da8;
  top: -6px;
  border:none;
  margin-left:0;
  z-index:-1;
  margin-top: -30px;
  white-space: nowrap;
  min-width: 90px;
  font-weight: 600;
}
.mb_sliderValueLabel{border:0!important;}

/* .mb_sliderValueLabel:after{
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  left:0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #015da8 transparent transparent transparent;
} */

.mb_sliderValueLabel.right{
  left: auto!important;
  right: -15px!important;
}

.mb_sliderValueLabel.left{
  left: -15px!important;
  right: auto!important;
}

.mb_sliderValueLabel.right:after{
  left:auto;
  right: 10px;
  margin: auto;
}

.mb_sliderValueLabel.left:after{
  right:auto;
  left: 10px;
  margin: auto;
}

.mb_sliderBar{width:100%;}
.loandtls-rangeslider .mb_sliderBar{width:650px;}

@media only screen and (min-width:1801px) and (max-width:3400px) {


}
@media only screen and (min-width:1451px) and (max-width:1500px) {
.mb_sliderBar{width:100%;}
.loandtls-rangeslider .mb_sliderBar{width:100%;}
}
@media only screen and (min-width:1401px) and (max-width:1450px) {
.mb_sliderBar{width:100%;}
.loandtls-rangeslider .mb_sliderBar{width:100%;}
}
@media only screen and (min-width:1301px) and (max-width:1400px) {
.mb_sliderBar{width:100%;}
.loandtls-rangeslider .mb_sliderBar{width:100%;}


}
@media only screen and (min-width:1200px) and (max-width:1300px) {
.mb_sliderBar{width:100%;}
.loandtls-rangeslider .mb_sliderBar{width:100%;}



}
@media only screen and (min-width:992px) and (max-width:1199px) {
.mb_sliderBar{width:100%;}
.loandtls-rangeslider .mb_sliderBar{width:100%;}


}
@media only screen and (min-width:768px) and (max-width:991px) {
.loan-calculator-boxslide {padding-right:150px;}
.mb_sliderBar{width:500px;}
.loandtls-rangeslider .mb_sliderBar{width:600px;}
body.body_arabic .loan-calculator-boxslide {padding-right:0px;}


}
@media only screen and (max-width:767px) {
.loan-calculator-boxslide {padding-right: 0px;}
.loan-calculator-box-content{ display:none;}
.loan-calculator-box-title,.mb_sliderValueLabel {font-size: 16px;}
.mb_sliderBar{width:100%;}
.loandtls-rangeslider .mb_sliderBar{width:100%;}


}








