.emi-width-wrap {display: none;}
.header span {
  padding: 4px 10px;
  background: #d4e9ff;
  color: #153a5b;
  border-radius: 15px;
  position: relative;
  left: -10px;
}

tr.header {
  cursor: pointer;
}
canvas {
    max-width: 100%;
    height: 100% !important;
    margin: auto;
    position: relative;
    top: -30px;
}
#dashboardChart{
   max-width: 350px !important;
}
.graph__tablewrapper{
    padding: 50px 0;
 }
 .graph-fold-table{
    width: 100%;
 }
 .graph-fold-table tr {
    display: flex;
 }
 .graph-fold-table tr th{
    padding: 10px;
    font-weight: 400;
    flex: 1;
    border: 1px solid #eef0f0!important;
    text-align: center;
 }
 .graph-fold-table tr td{
    padding: 10px;
    flex: 1;
    border: 1px solid #eef0f0!important;
    position: relative;
    text-align: center;
 }
 .graph-fold-table .data__fold .gpnone{
    padding: 0;
    border: 0 !important;
 }
 .graph__view th:first-child{
    padding-left: 20px;
 }
 .graph__view td:first-child{
    padding-left: 20px;
    flex: initial;
    width: 246px;
 }
 .graph-fold-table .data__fold td{
    border-right: 0;
    border-bottom: 0;
 }
 .graph-fold-table > tbody > tr.data__fold {
   display: none;
 }
 .graph-fold-table > tbody > tr.data__fold.open__fold {
   display: table-row;
 }
 .text__year{
    background-color: #ddd;
 }
 .text__priciple{
    background-color: #153A5B;
    color: #fff;
 }
 .text__interest{
    background-color: #D4E9FF;
 }
 .text__total{
    background-color: #ddd;
 }
 .text__outstanding{
    background-color: #c0083e;
    color: #fff;
 }
 .graph__view td:first-child:before{
    content: "";
    position: absolute;
    top: 20px;
    left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    color: #999;
    transition: all 0.3s ease;
 }
 .graph__view.open__fold td:first-child:before{
    transform: rotate(-180deg);
    color: #333;
 }
 @media (max-width: 767px){
   canvas#CalculatorGraphData {
      display: none !important;
  }
   .faq-section .view-header {
      margin-bottom: 0px !important;
  }
   .emi-wrapper p {
      margin-top: 20px;
  }
   .emi-wrapper {
      padding: 0px 0 !important;
  }
   .graph__tablewrapper {
      padding: 0px 0;
      margin-bottom: 30px;
  }
   .bmi-wrapper {
      padding: 0px 0;
  }
   .faq-section {
      padding: 0px 0 !important;
  }
    .graph-fold-table tr th{
      font-size: 10px;
      padding: 5px;
    }
    .graph-fold-table tr td{
       font-size: 10px;
       padding: 5px;
    }
    .graph__view td:first-child{
       width: 66px;
    }
    .graph__view td:first-child:before{
       top: 10px;
    }
 }