

header{
    position: relative;
    z-index: 999;
}

.posi-ab-inside-symbol{
    position: absolute;
    top: 2px;
    right: 4px;
}
.txt-e-pr{text-align:left !important;padding-right:19px}

.progress.emptystyle{
background: #f2f2f0 !important;
}
 /*  .progress.emptystyle::-webkit-slider-thumb,.progress2.emptystyle::-webkit-slider-thumb {
      display:none;
}*/

.banner-section{
    position: relative;
}
.banner-heading{
    font-family: 'Figtree-Bold';
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.80px;
}
.banner-heading h2{
    font-family: 'Figtree-Bold';
}
.loan-type-title img{
    margin-right: 8px;
}
.loan-type-title{
    text-transform: uppercase;
    color: #2F2F2F;
    font-family: 'Figtree-Bold';
    font-size: 13.81px;
}


.loan-type-section-list{
    list-style-type: none;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #2452AA 0%, #3B64B3 100%);
    padding: 0px;
    margin: 0px;
    min-height: 64px;
    border-radius: 2px;
    justify-content: space-between;
    

}
.loan-type-section-list li.active{
    font-family: 'Figtree-Bold';
    color: #FFC300;
}
.loan-type-section-list li{
    color: #fff;
    font-size: 14px;
    font-family: 'Figtree-Medium';
    text-transform: uppercase;
    padding: 8px 3% 8px;
    text-align: center;
    letter-spacing: 0.80px;
    line-height: 16px;    caret-color: transparent;
    min-height: 64px;
    display: flex;
    align-items: center;
}
.loan-type-section-list li:nth-child(1){
    padding-left: 22px;
   
}
.loan-type-section-list li:last-child{
    padding-right: 22px;
}
.loan-type-section-list li:nth-child(2){
  
}
.line{
    height:30px;
    width: 1px;
    background-color: #fff;
}
.loan-type-section-list{
    position: relative;
}
.animation-triangle{
    position: absolute;
    bottom: 0px;
    width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;

            border-bottom: 9px solid #fff;
            left: 50px;
            transition: left 1s ease; 

}
.loan-type-section-list li:hover{
    color: #FFC300;
    cursor: pointer;
}
.loan-type-section-list li.second-li:hover ~ .animation-triangle,.loan-type-section-list li.second-li.active ~ .animation-triangle{
   left: 34.5%;
}
.loan-type-section-list li.third-li:hover ~ .animation-triangle,.loan-type-section-list li.third-li.active ~ .animation-triangle {
    left: 61.5%;
}
.loan-type-section-list li.fourth-li:hover ~ .animation-triangle,.loan-type-section-list li.fourth-li.active ~ .animation-triangle {
    left: 86.5%;
}
.left-side-part{
    padding: 0px;
}



@media (max-width:1154px){
    .banner-section img{
        height: 300px;
        object-fit: cover;
    }
}
@media (max-width:767px){
    .banner-section img{
        height: 250px;
        object-fit: cover;
    } 
}

@media(max-width:1279px){
    .left-side-part{
       max-width: 57%;
    }
}

@media (min-width:1280px){
    .left-side-part{
        max-width: 57%;
    }
}
@media (max-width:991px){
    .left-side-part{
        max-width: 100%;
        padding: 0px 8px;
     }  
}
@media (min-width:992px) and (max-width:1280px){
    .left-side-part{
        max-width: 672px;
    }
}




   .chart-label-list{
          display: flex;
          align-items: center;
          gap: 8px;
          padding: 4px;
      }
      .chart-label-list .label-box{
          width: 15px;
          height: 15px;
          display: inline-block;
        
      }
      .chart-label-1 .label-box{
          background: #FFC300;
      }
      .chart-label-2 .label-box{
          background: #235B93;
      }
      .chart-label-text{
          font-size: 13px;
      }

      .field-top-input-group{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .field-name{
        color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
      }
      .field-input-text{
      background: transparent;
      border: 1px solid #0000007d;
      border-radius: 3px;
      outline: none;
      color: #000;
      text-align: end;
      padding: 1px 5px;
      }
      .field-value-symbol.rupee-symbol + input {
    padding-left: 21px;
}
      .field-input-text.amount-input{
        width: 128px;
      }
      .field-input-text.amount-input.emiloanamt-input {
   width: 130px;
}
      .field-value-symbol{
       
          color: #2F2F2F;
          font-family: 'Figtree-Bold';
      }
      .field-value-symbol.rupee-symbol{
       
        font-family: sans-serif;
        font-size: 19px;
      }
      .field-value-symbol.rupee-symbol {
    position: relative;
    right: -22px;
    top: 2px;
}
      .period-range-list,.eligibile-amt-period-range-list {
        display: flex;
        column-gap: 8px;
        align-items: center;
        margin: 16px 0;
        overflow-x: auto;
        margin: 12px 0 0 0;
            scrollbar-width: none;
    -ms-overflow-style: none;
      }
      .period-range-list span,.eligibile-amt-period-range-list span{
        background-color: #f5f5f5;
        border-radius: 1000px;
        font-size: 12px;
        font-weight: 400;
        padding: 6px 12px;
        cursor: pointer;
        min-width: max-content;
        color: #4e5052;
      }
      .percentage-input{
        width: 70px;
      }
      .month-input{
        width: 70px;
      }
      .range-valuestext {
        color:#000 ;
      }
.emi-month-range-values label:nth-child(1){
        left: 0px;
       }
       .emi-month-range-values label:nth-child(2){
            left: calc(14% - 12px);
       }
       .emi-month-range-values label:nth-child(3){
            left: calc(30% - 12px);
       }
       .emi-month-range-values label:nth-child(4){
            left: calc(47% - 12px);
       }
   .emi-month-range-values label:nth-child(5){
            left: calc(64% - 12px);
       }
            .emi-month-range-values label:nth-child(6){
           left: calc(80% - 12px);
       }
        .emi-month-range-values label:nth-child(7){
            right:0px;
       }
        .emi-month-range-values label{
          position: absolute;
          font-size: 14px;
        }
        .period-range-list .tenure-btn:hover,.eligibile-amt-period-range-list .eltenure-btn:hover{
          background: linear-gradient(174deg, #0C366F 95% 0%, #2350A7 42.5%);
          color: #fff;
        } 
        #emiChart{
               max-width: 240px;
    max-height: 240px;
               margin-left: auto;
               margin-right: auto;
        }
        
        
      .progress,.progress2 {
        background: linear-gradient(to right, #FFC300 0%, #FFC300 40%, #f2f2f0  40%, #f2f2f0  100%);
        border: none;
        border-radius: 8px;
        height: 5px;
        width: 100%;
        outline: none;
        transition: background 450ms ease-in;
        -webkit-appearance: none;
        position:relative;
        appearance: none;
        overflow: visible;
      }

      .progress::-webkit-slider-thumb,.progress2::-webkit-slider-thumb {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        -webkit-appearance: none;
        cursor: ew-resize;
        background: #fff;
        border:4px solid #FFC300;
        appearance: none;
      }
      .progress2{
        background: linear-gradient(to right, #FFC300 0%, #FFC300 40%, #f2f2f0  40%, #f2f2f0  100%);
      }
      .chartmid-label-text{
       
            font-size: 14px;
    color: #000;
      }
      .ChartEmiText{
        font-size: 16px;
        font-family: 'Figtree-Bold';
      }
      .ChartMiddleText {
    position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -45%);
    text-align: center
}
.chart-box{
  position: relative;
}

    .rupeesword{
    color: #2452AA;
    font-size: 13px;
    text-align: right;
    margin-bottom: 0px;
  }

.multipleRangeLabel:nth-child(1) {
    position: absolute;
    left: 0
}
 
.multipleRangeLabel:nth-child(2) {
    position: absolute;
    left: calc(100% - 30px)
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(1) {
    position: absolute;
    left: 0
}
.balance-intertest-range .labelMultipleRange:nth-child(1){
      position: absolute;
    left: 0
}
.emi-percentage-splitvalues .labelMultipleRange:nth-child(2) {
    position: absolute;
        left: calc(16% - 12px);
}

.balance-intertest-range .labelMultipleRange:nth-child(2) {
    position: absolute;
    left: calc(16% - 12px);
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(3) {
    position: absolute;
    left: calc(32% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(3) {
    position: absolute;
       left: calc(32% - 12px);
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(4) {
    position: absolute;
       left: calc(49% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(4) {
    position: absolute;
    left: calc(49% - 12px);
}
.emi-percentage-splitvalues .labelMultipleRange:nth-child(5) {
    position: absolute;
           left: calc(66% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(5) {
    position: absolute;
    left: calc(66% - 12px);
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(6) {
    position: absolute;
    left: calc(83% - 12px);
}
.emi-percentage-splitvalues .labelMultipleRange:nth-child(7) {
    position: absolute;
    right: 0px;
}
.balance-intertest-range .labelMultipleRange:nth-child(6) {
    position: absolute;
    left: calc(83% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(7) {
    position: absolute;
    right: 0px
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(1){
        position: absolute;
        left: 0px;
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(2){
        position: absolute;
           left: calc(16% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(3){
      position: absolute;
          left: calc(32% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(4){
    position: absolute;
       left: calc(49% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(5){
    position: absolute;
  left: calc(66% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(6){
    position: absolute;
 left: calc(83% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(7){
      right: 0;
    position: absolute;
}    


 .emiloanamt-value:hover, .balance-newloanamt-value:hover,.emi-interest-split-value:hover,.emi-tenuremonth-split-value:hover,.elgi-interest-split-value:hover,.elgi-tenuremonth-split-value:hover,.bal-interest-split-value:hover,.bal-newinterest-split-value:hover{
   color: #235B93;
    font-family: 'Figtree-Medium';
    cursor: pointer;
}
 
    @media (min-width:992px) and (max-width:1054px){
      .calculator-range-inputs-div{
        padding-left: 22px;
        padding-right: 22px;
      }
       .emi-percentage-splitvalues label,.emi-month-range-values label{
                    font-size: 12px;
            }
            .period-range-list span,.eligibile-amt-period-range-list span{
                  font-size: 11px;
                  font-weight: 400;
                  padding: 4px 10px;
            }
    }
         @media (max-width:512px){
            .emi-percentage-splitvalues label,.emi-month-range-values label{
                    font-size: 12px;
            }
            .period-range-list span,.eligibile-amt-period-range-list span{
                  font-size: 11px;
                  font-weight: 400;
                  padding: 4px 10px;
            }
            .calculator-range-inputs-div{
              padding-left: 8px;
              padding-right: 8px;
            }
      }
    .form-select-input{
          width: 156px;
    background: transparent;
    color: #000;
    border-color: #000;
    border-radius: 4px;
    padding: 2px 4px;
    outline: none;
    }
    .form-select-input option{
      color: #000;
    }
    .modal-backdrop.show {
    opacity: .9;
    }
    .balancechartbox{
    min-width: 229px;
    max-width: 229px;
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width:1154px){
      .b-tabs-list li{
        font-size: 19px;
        padding-right: 34px;
      }
      .b-tabs-list li.active{
        font-size: 19px;

      }
    }
   @media (max-width:768px){
    .b-tabs-list li{
      font-size: 14px;
      min-width: 33.333%;
      padding-right: 20px;
    }
    .b-tabs-list li.active{
        font-size: 14px;
       

      }
   }
   @media(max-width:576px){
    .b-tabs-list li{
      font-size: 9px;
      min-width: 33.333%;
      padding-right: 20px;
    }
    .b-tabs-list li.active{
        font-size: 9px;
       

      }
   }

       @media (max-width:512px){
        .eligibility-percentage-splitvalues .labelMultipleRange,.multipleRangeLabel,.balance-intertest-range .labelMultipleRange{
            font-size: 12px;
        }
        .loan-type-section-list li{
          font-size: 12px;
          padding-bottom: 12px;
        }
    }


    @media (max-width:360px){
       .loan-type-section-list li{
          font-size: 10.5px;
        }
        
    }
    @media (max-width:312px){
      .loan-type-section-list li{
        font-size: 9.5px;
                min-width: 32%;
               
      }
       .loan-type-section-list li:nth-child(1) {
    padding-left: 8px;
}
      .emi-percentage-splitvalues label, .emi-month-range-values label {
        font-size: 10px;
    }
   
    .result-label{
      font-size: 14px;
    }
    }
.result-wrapper-div{
    background: #fff;
}

.btn-close:focus, .btn-close:hover {
            outline: 0;
            box-shadow: none;}
   .loan-type-section-list{
   max-width: 100%;z-index:99;
   
}          

.el-calculator-result-div{
  background-color: #d1e0f5;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.el-btm-result{
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rupeesym-icon{
    font-size: 17px;
    font-family: sans-serif;
    margin-right: 4px;
}