
/*.range,.range2,.range3 {
display: flex;
width: 1200px;
margin-bottom:10px;
}*/

.range__slider {
    width: 100%;
}

.range__value,.range__value2,.range__value3 {
    /*width: 35%;*/
    margin-left: 23px;    
    text-align: center;
    border-left: #e6e4e4 1px solid;
    position: relative;
}

/*.form-group {
    display: flex;
    flex-direction: column; 
    justify-content: center;
}*/

.form-group label {
    text-transform: uppercase;
    font-size: .7rem;
    color: #222;
    margin-bottom: 5px;
}

.form-group span {
    font-size: 2rem;
    font-weight: 600;
    color: #3c3b3b;
}

.range__slider label {
    margin-bottom: 10px;
}

.range__slider [type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 13px;
    border-radius: 6px;
    background: #f1f1f1;
    outline: none;
    padding: 0;
    margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #afafaf;
    border: #e20808 5px solid;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
    background: #e20808;
}
.badge-interest{color:#fff;background-color:#ba7d82;font-size: 1em !important;}
.badge-amount{color:#fff;background-color:#E91E63;font-size: 1em !important;}
.range__slider [type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #f0932b;
    border: #f9ca24 5px solid; cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
    background: #f9ca24;
}

/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}
.form-group .txt {
    font-size: 2rem;
    font-weight: 600;
    color: #3c3b3b;
    border:none;
    background-color: #F5F7FB;
    width:500px
}
/* input rupees icon */
form .fa {
    bottom: 19px;
    left: 0.1rem;
    font-size: 28px;
    color: #353535;
}
form .fa i{
    position: absolute;
}
.form-group a i {
    font-family: FontAwesome;
    margin: 0 auto;
    font-size: 5rem;
    font-style: normal;
}
.form-group .txt{
    width:220px;
    padding-left: 28px;
}
.txt:focus{
    outline:none;
}
.graph i
{
    font-size: 16px;
    line-height: 0;
    vertical-align: unset;
    padding-bottom: 10px;
    left: unset;
    bottom: 14px;
}
.graph .txt
{
    border-bottom: 1px solid #000;
    padding: 0;
    line-height: 0;
    font-size: 16px;
    text-align: right;
    padding-left: 10px;
}
.graph .txt1
{
    width: 130px;
}
.graph .txt2, .graph .txt3
{
    width:70px;
}
.monthly_emi,.monthly_amt{
    font-size:30px;
    color:#220894;
}
.monthly_amt{
    font-weight: bold;
}
.other_emi{
    color:#dc8101;
}
.total_amt{
    color:#940837;
}
.amts{
    color: red;
}
.pie-label
{
  margin: 0 0 30px;
  position: relative;
}
.pie-label label
{
  /*color: #00334e;*/
  display: block;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 10px;
}
.pie-label span.rupees-icon 
{
  display: inline-block;
  font-size: .8em;
  padding: 0;
  position: absolute;
  top: 40px;
}
.pie-label span 
{
  color: #00334e;
  display: inline-block;
  font-size: 1.667em;
  font-weight: 700;
  padding: 0 0 0 8px;
}
.lbl {
    color: #00334e;
    font-size: 1em !important;
    font-weight: 600;
    margin: 0 0 20px;
    opacity: .5;
    text-transform: uppercase !important;
    word-spacing: 2.5px;
    letter-spacing: 1.5px;
  }
  .pd-20
  {
    padding: 20px 50px 0px 0px !important;
  }
.range-value .max 
{
    float: right;
}
.range-value span
{
    opacity: .5;
    color: #00334e;
    font-size: 1em;
}