body {
    font-family: 'Open Sans', sans-serif;
    background: white;
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .row{margin: 0;} */

/* .rangesl {
    width: 40%;
    float: left;
    margin-left: 20px;
} */

/* .fr_amt {
    float: right;
    width: 15%;
    border: 1px solid #d2d2d2;
    padding: 7px 0px 7px 15px;
    color: #333333;
    font-size: 1rem;
    margin-right: 3%;
    margin-top: 8px;
    border-radius: 5px;
} */

.fr_amt input[type='text'] {
    border: none;
    color: #333333;
    font-size: 1rem;
    width: 100px;
}

.irs--big .irs-min,
.irs--big .irs-max,
.irs--big .irs-single {
    display: none;
}

.irs--big .irs-line {
    background: #ffffff;
    height: 8px;
    border: 0;
    top: 0px;
}

.irs--big .irs-bar {
    background: #2d95d7;
    height: 8px;
    border: 0;
    box-shadow: none;
    top: 0px;
}

.irs--big .irs-handle {
    width: 20px;
    height: 20px;
    border: 7px solid #004a8f;
    top: -7px;
}

.irs--big {
    height: 13px;
}

.rangeVal {
    position: relative;
}

.rangeVal>a {
    position: absolute;
    right: 10px;
    color: #1256ae;
    top: 12px;
    font-size: 14px;
}

.rangeVal>a img {
    vertical-align: middle;
    position: absolute;
    top: -5px;
    right: 2px;
}

.mt15 {
    margin-top: 22px;
}

/* .fl_head {
    float: left;
    width: 30%;
    color: #333333;
    font-size: 1.1rem;
    padding: 7px 10px 7px 10px;
    display: flex;
    align-items: center;
} */

.bg-white {
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    width: 200px;
    margin: 0 auto;
}
.nav-pills{
    border: 1px solid black;
}
.nav-link{
    color: black;
}
.nav-pills > :first-child{
    color: black;
    border-right: 1px solid black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: gray;
}
.nav li{
    width: 50%;
    text-align: center;
}
.addtopup, .updatetopupbtn{
    text-decoration: none;
        padding: 10px 30px;
        background-color: #1d86ff;
        color: #ffffff;
        border-radius: 20px;
        font-weight: bold;
}
.addtopup:hover, .updatetopupbtn:hover{
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
}
.topupedit a{
    text-decoration: none;
    color: black;
    position: relative;
}
.existing_emi{
    z-index: 0;
}
a.submit{text-decoration: none; color: black; border: 1px solid black; padding: 10px;}
.topupedit a.active{
    font-size: 18px;
    font-weight: 600;
}
/* .updatetopup{
    background-color: lightblue;
    padding: 20px;
}
.updatetopup input[type='text']{
    background-color: lightblue;
} */
/* .modal-dialog {
    max-width: max-content;
    margin: 1.75rem auto;
    vertical-align: middle;
}
.modal{
    padding: 20px;
} */



#mainnav {
    padding: 1rem 1rem;
    background: #004a8f;
}

footer {
    background-color: #004a8f;
    color: #ffffff;
    font-size: 0.8rem;
}

.banner{margin: 30px 0;}
.loancalc h3{font-size: 1rem; font-weight: bold;}
.bluetext{color: #004a8f; font-size: 1rem; font-weight: bold; margin: 0;}
.loancalc{background-color: #bee4fc;background-image: linear-gradient(0deg, #bee4fc, #bee4fc 20%); padding: 20px; border-radius: 10px;min-height: 360px;margin-bottom: 20px;}
.fl_head{font-size: 0.8rem; font-weight: bold; margin-left: 10px;}
#calc{margin-bottom: 30px;}
#results{ border-radius: 10px; color: #ffffff; margin-bottom: 20px;background: #2468db;}
#results h3{font-size:1.1rem; font-weight: 600}
.results{padding: 20px;background: rgb(43,135,229);
background: linear-gradient(90deg, rgba(43,135,229,1) 0%, rgba(56,164,243,1) 37%, rgba(55,166,244,1) 72%, rgba(51,150,238,1) 100%);}
.totalsavings{padding:20px 0px;  color: #ffffff; border-radius: 10px; text-align: center; display: flex; align-items: center; justify-content: space-around;}
.totalsavings p{ margin: 0;}
#results .totalsavingamt{margin: 0; font-size: 2.1rem;}
.existing_proposed_emi{display: flex; align-items: center; justify-content: space-around;}
.existing_proposed_emi p{margin: 0; text-align: left;}
.existing_emi{font-size: 1.7rem;}
.proposed_emi{font-size: 1.7rem;}
.savings.align-items-center{height: 135px;}
.savings{ margin: 0;padding: 20px 0;}
.savings:last-child, .results{border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.savings p{margin: 0; font-size: 0.9rem;color: #fff;}
.savings .overall_saving{font-size: 1.5rem;}
.topuptext{font-size: 0.8rem;margin-bottom: 0;}
.addbtn{border: 1px solid #004a8f; background-color: #ffffff; border-radius: 20px; padding: 7px 50px; text-decoration: none; font-weight: bold;}
.addbtn:hover{text-decoration: none;}
.submitbtn:hover,.applynowbtn:hover{text-decoration: none; color: #ffffff;transition-duration: 0.1s;opacity: 0.8;background: #f31f29;}
.submitbtn.hold-mouse ,.applynowbtn.hold-mouse {top: 3px;}
.submitbtn,.applynowbtn{padding: 10px 30px; background-color: #d73832; color: #ffffff; border-radius: 20px; font-weight: bold; position: relative;}
.topup{
    background-color: #bee4fc;
    background-image: linear-gradient(0deg, #bee4fc, #bee4fc 20%);
    padding: 20px;
    border-radius: 10px;
}
/* .piechart{flex-basis: 70%;}
.savingemi{flex-basis: 30%;} */
.topupsaving{flex-direction: column;}
.topupsaving .savingemi{flex-basis: 0;}
.divider{width: 1px; height: 70px; background-color: #ffffff;}
.modal-content{
    background-color: #bee4fc;
    background-image: linear-gradient(0deg, #bee4fc, #bee4fc 20%);
}
.topupeditcontent{background-color: #ffffff; margin-bottom: 20px; padding: 10px; border-radius: 20px;}
.topupcount{margin: 0; font-size: 00.8rem; font-weight: bold;}
.topupamount{margin: 0; color: #1a61a2; font-size: 1.3rem; font-weight: 500;}
.closemodal,.closeeditmodal{text-decoration: none; color: black; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid black; border-radius: 50%;}
.closemodal:hover,.closeeditmodal:hover{text-decoration: none; color: black;}
.border{border: 1px solid #ffffff !important; position: relative; min-height: 50px; border-radius: 5px; margin-top: 50px;}
.rangesl{position: absolute; bottom: -28px; left: 0; right: 0;}
.fr_amt{margin-right: 10px;}
.rangevalues span{font-size: 0.7rem;}
.errormessg{color: red; text-align: center; font-size: 0.8rem; font-weight: bold; display: none; margin: 7px;}
.errormessg.notvalid{display: block;}

/*10/06/2022*/
.results{ border-radius:0.8rem;}
.existingemi > p{ color: #c0e5fc }
.savings {  color: #2c4f6f ;}
.others:before { /* the custom styled bullets */
    background-color: #0e439e ;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
  }
  .hdfc:before { /* the custom styled bullets */
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
  }
  .savin:before { /* the custom styled bullets */
    background-color: #67d4f5;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
  }
  ul li{color: #fff; font-size: 0.7rem;}
  ul {
    list-style: none;
  }
  .bannertextdesktop{position: absolute; top: 50px; left: 60px; color: #ffffff;}
  .bannertextdesktop h1{font-size: 1.4rem;text-transform: uppercase;}
  .bannertextdesktop p{font-size: 0.9rem;}
  .custom-select {background: #fff url("../resources/images/arrow.png") no-repeat right .75rem center/8px 10px; background-size: inherit; margin: 10px 0;}
  .custom-select:focus{
    border:0px;
   outline:0px;
   box-shadow: none;
  }

#textVal2, #textVal3, #textVal4, #textVal5 {width: 37px;}
.applynowbtn{display: block;width: 180px;margin: 0 auto 30px;}
  .topimg{width: 100%;}
.vcenter{display: flex;flex-direction: column;justify-content: center;}
.totalsaving{background-color: #2468db; border-radius: 10px;}
#results .totalsavingincash{font-size: 1.9rem;}
#results .totalsaving h3{font-weight: 500; margin: 0;}
#results .totalsaving p{font-size: 0.8rem; margin: 0;}

.breadcrumb{background-color: #fff !important;padding: 0 !important;}
.breadcrumb li{font-size: 13px;}
.breadcrumb li a{color: #004a8f !important;}
.Mbanner{border-radius: 10px;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);}
.h1title{font-size: 1.4rem;margin: 30px 0 20px;text-align: center;color: #004a8f;}