
/* Interest rate for appliation form*/
.best{
  margin: 25px;
}

.interest-rate-row {
  background: #fff;
  color: #222;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
  width: 100%;
  display: table;
}

.interest-rate-row ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: table-row;
}
.interest-rate-row ul:after {
  clear: both;
  content: "";
  display: block;
}

.interest-rate-row li {
  list-style: none;
  min-width: 100px;
  padding: 0;
  margin: 0px;
  /* display: block; */
  width: 25%;
  text-align: center;
  vertical-align: middle;
  /* float: left; */
  border-right: 1px dotted #ccc;
  display: table-cell;
  vertical-align:top;
}

.interest-rate-row:hover
{
box-shadow: 0px 3px 5px #bacad0;
opacity: 0.9;
}

li.bank-info{ 
  padding: 0px !important;
}

li.bank-info img 
{
  height: auto;
  width:150px;
  max-width:100%;
}


.interest-rate-row li:last-child {
  border-right: 0px;
}
.interest-rate-row .bank-info p {
  font-size: 14px;    
  color: #026b92;
  font-weight: bold;
  border-top: 1px dotted #bdbdbd;
  margin: 5px 0 0;
}

.interest-rate-row ul li span {
  color: #023142;
  display: block;
  font-size: 14px;
  border-top: 1px dotted #e8e8e8;
  padding: 5px 5px;
  background: #fbfbfb;
}

.interest-rate-row p {
  margin: 0px;
  padding: 10px;
  background:#931a57;
  color: #fff;
}

.more-overview-btn {
  color: #ef495a;
  font-size: 16px;
  cursor: pointer;
  display: none;
  margin: 0px;
  font-weight: 600;
  text-align:right;
}

.button2:hover {
  box-shadow: 0 12px 16px 0  
   rgba(0, 0, 0, 0.24),0 17px 50px 0 rgba(255, 50, 50, 0.19);
}
.button02 {
  background-color: #88c417;
  border: none;
  color: white;
  padding: 15px 29px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 0px 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.inputfild{
  text-align: center;
}
.mr-overview-title {
  color: #353535;
  font-weight:600;
  padding-bottom:0px; 
  font-size:28px;
}
.application-form-sub-text {
  color: #353535;
  font-size: 16px;
  line-height: 26px;
}
.application-form-sub-text ol{
  padding-left: 30px;
}

.application-form-sub-text{
  overflow:hidden;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-responsive>.table-bordered {
  border: 0;
}
.table {
  border-collapse: collapse;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.th {
  border-radius: 0px;
}
.p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mmain{
  font-weight: 400;
  margin-bottom: 10px;
  font-family: initial;
}
.mksasd{
  background-color: #a2a0ad;
  padding: 8px;
  border-radius: 15px;
}
.sr-only{
  color: #0400ff;
  font-weight: 900;
  font-size: 15px;
}

.business{
  text-align: center;
  margin-bottom: 30px;
}
