div#fuelSliders {
    margin-bottom: 50px;
}
#fuelCalculator .fuelCalculatorTitle {
width: 40%;
text-align: center;
line-height: 0.1;
border-bottom: 2px solid #e8e8e8;
margin: 25px auto;
color: #0f1010;
font-size: 30px;
font-weight: 600;
}

#fuelCalculator .fuelCalculatorTitle span {
background:#fff;
padding:0 10px;
}
#fuelCalculator #label {
color: #7f8fa4;
font-weight: 600;
line-height: 2em;
}
#fuelCalculator .value {
  font-weight: bold;
}
#fuelCalculator .fuelCalculaterContent {
width: 80%;
margin: 0 auto;
}
#fuelCalculator .petrolBunk{
    background: url(http://s3-us-west-2.amazonaws.com/motoraty-media/img/petrolbunk.png) no-repeat scroll 0 0 transparent;
    height: 177px;
    width: 159px;
    position: relative;
    float: right;
}
#fuelCalculator .petrolBunk #valueOne{
position: absolute;
top: 30px;
left: 15px;
text-align: center;
display: block;
width: 100px;
font-size: 17px;
font-weight: bold;
color: #f3515c;
}
#fuelCalculator .petrolBunk #averageKm{
position: absolute;
top: 85px;
left: 15px;
text-align: center;
display: block;
width: 100px;
font-weight: bold;
color: #f3515c;
}
#fuelCalculator .petrolBunk #averageKm #labelTwo{
  font-size:12px;
}
#fuelCalculator .petrolBunk #averageKm #valueTwo{
  font-size:17px;
}
/* fuel slider */
#fuelSliders #cityHighwaySlider .arrow_box {
position: absolute;
bottom: 12px;
font-size: 16px;
color: #337ab7;
}
#fuelSliders #cityHighwaySlider .pull-left.arrow_box {
left: 12px;
}
#fuelSliders #cityHighwaySlider .pull-right.arrow_box {
right: 0px;
}
#fuelSliders #cityHighwaySlider{
margin-bottom:50px;
}
#fuelSliders .rangeslider__value-bubble:after {
content: "\f25a";
font-family: 'FontAwesome';
position: absolute;
top: auto;
bottom: -8rem;
font-size: 40px;
left: 42%;
}
#fuelSliders .rangeslider {
    z-index: 999999;
}
#fuelSliders #bg-image {
  position: absolute;
  bottom: -6px;
  right: 21px;
  background-image: url(https://motoraty-media.s3.us-west-2.amazonaws.com/img/city_fuel_calc.png);
  height: 149px;
  width: 304px;
  opacity: 0.2;
  background-repeat: no-repeat;
}
