.bmi-wrapper h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bmi-wrapper h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.bmi-wrapper {
    padding: 30px 0;
    color: #153A5B;
}
.paisa__styleaccordian {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .paisa__styleaccordian input{
      display: none;
  }
  .paisa__styleaccordian .accordian-label {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-weight: 500;
    border: 1px solid rgba(21,58,91,.1);
    border-radius: 5px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .paisa__styleaccordian .accordian-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
  .paisa__styleaccordian .accordian-content {
    max-height: 0;
    visibility: hidden;
    padding: 0 15px;
    color: #2c3e50;
    border: 1px solid rgba(21,58,91,.1);
    border-top: 0;
    transition: all 0.35s;
  }
  .paisa__styleaccordian .accordian-content p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
  }
  .paisa__styleaccordian input:checked + .accordian-label {
    background: #fff;
    border-radius: 5px 5px 0 0;
  }
  .paisa__styleaccordian input:checked + .accordian-label::after {
    transform: rotate(90deg);
  }
  .paisa__styleaccordian input:checked ~ .accordian-content {
    max-height: 100vh;
    padding: 1em;
    visibility: visible;
    border-radius:0 0 5px 5px;
  }
  
  .compounding-wrap {
    margin-top: 20px;
    margin-bottom: 0px;
}
#crate {
    margin-left: 15px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    width: auto;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    color: #153a5b;
}
.emi-calculator ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 14px;
}
ul.popular-calc li {
    list-style: none;
}
.emi-bg {
    background: #E9F5FF;
}

.emi-wrapper {
    padding: 30px 0 !important;
    color: #153A5B;
}

.emi-width-wrap {
    max-width: 1000px;
    margin: auto;
    padding: 30px 0;
}

.emi-wrapper h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.emi-wrapper h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.emi-wrapper p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
}

.emi-calc-head {
    text-align: center;
}

.table thead th {
    border-bottom: none;
}

.table_home-loan {
    border: 1px solid #EAEAEA;
    border-collapse: collapse;
    margin-bottom: 0;
    color: #153A5B;
}

.table_home-loan th {
    background-color: #EDF5FD;
    border: 1px solid transparent;
}

.emi_input-wrap {
    margin: 25px 0;
}

.emi-calc .emi_label {
    font-size: 16px;
    font-weight: 500;
    color: #153A5B;
    letter-spacing: .11px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.emi-calc .emi_text-input {
    background: #FFF;
    border-radius: 5px;
    font-size: 16px;
    color: #153A5B;
    height: 30px;
    position: absolute;
    right: 15px;
    padding: 5px 10px;
    padding-left: 30px;
    width: 30%;
    line-height: 14px;
}

.emi-calc .emi_input-wrap span {
    display: inline-block;
    position: absolute;
    right: 29%;
    vertical-align: middle;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 500;
    color: #4F82AF;
}

.emi-calc .rangeslider.rangeslider--horizontal {
    margin-top: 20px;
}

.emi-calc .rangeslider--horizontal {
    height: 18px;
    width: 100%;
}

.emi-calc .rangeslider {
    background: #FDFEFF;
    position: relative;
    border: 1px solid #D8E9FF;
}

.emi-calc .rangeslider,
.emi-calc .rangeslider__fill {
    display: block;
    border-radius: 5px;
}

.emi-calc .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.emi-calc .rangeslider__fill,
.rangeslider__fill {
    background: #194185 !important;
    position: absolute;
}

.emi-calc .rangeslider__handle:after {
    background: url('../images/slider-btn-blue.webp') no-repeat;
    border-radius: 0;
}

.emi-range-left,
.emi-range-right {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #101828;
    margin-top: 10px;
}

.emi-range-right {
    position: absolute;
    right: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.emi-graph {
    background: #fff;
    box-shadow: 0px 4px 8px #D2E3F7;
    border-radius: 8px;
    padding: 50px 20px;
}
.emi-graph:last-child{
    margin-bottom: 0;
}

canvas {
    max-width: 350px;
    height: 100% !important;
    margin: auto;
    position: relative;
    top: -30px;
}

.monthly-emi {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.monthly-emi strong {
    font-weight: 600;
    font-size: 26px;
}

.amount-to-pay {
    max-width: 350px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* top: -80px; */
}

.principal-amt,
.interest-amt {
    flex: 1;
    padding-left: 20px;
    position: relative;
}

.principal-amt i,
.interest-amt i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.principal-amt .principal-pt {
    background-color: #194185;
}

.interest-amt .interest-pt {
    background-color: #D4E9FF;
}

.total-amt {
    flex: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #F5F5F5;
    margin-bottom: 24px;
}
.total-amt:last-child{
    margin-bottom: 0;
}
.popular-calc {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.popular-calc li {
    flex: 1;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px #D2E3F7;
    border-radius: 6px;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}

.popular-calc li:last-child {
    margin-right: 0;
}
.faq-section {
    padding: 0px 0 !important;
}
.faq-section .view-header {
    margin-bottom: 20px !important;
}

.faq-section .panel {
    border: 1px solid #d8d8d8 !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
}

.faq-section .panel .panel-heading {
    padding: 0 !important;
}

.faq-section .panel .panel-heading .panel-title {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.faq-section .panel .panel-heading .panel-title a {
    display: block !important;
    position: relative !important;
    color: #153A5B !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 15px !important;
}

.panel-title>a.collapsed:after,
.panel-title>a.collapsed:before {
    content: " ";
    width: 12px;
    height: 2px;
    background-color: #153A5B;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
}

.panel-title>a.collapsed:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.panel-title>a.collapsed:after {
    transform: translate(-50%, -50%);
}
h1{
    font-size: 36px !important;
}
h2#demat--h2,h2{
    font-size: 28px !important;
	line-height: 60px !important;
}
h3{
    font-size: 22px !important;
}
h4{
    font-size: 18px !important;
}
body,p{
    font-size: 14px !important;
}
.retirement__maxlimit{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.retirement__maxlimit strong{
    font-weight: 500;
}
@media(max-width: 767px) {
    h1{
        font-size: 24px !important;
    }
    h2,h2#demat--h2{
        font-size: 20px !important;
    }
    h3{
        font-size: 16px !important;
    }
    h4{
        font-size: 15px !important;
    }
	  .page-title.py50 {
		padding-bottom: 0px !important;
	}
    .noTitle {
        padding-top: 35px;
    }

    .emi-wrapper {
        padding: 20px 0;
    }

    .emi-wrapper_padding {
        padding: 10px 0;
        margin-top: -15px;
    }

    .emi-wrapper h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .emi-wrapper h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .emi-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .emi-calc-head {
        text-align: center;
    }

    .emi-calc .emi_label {
        font-size: 10px;
    }

    .emi-calc .emi_text-input {
        font-size: 10px;
        right: 15px;
        padding-left: 24px;
    }

    .emi-calc .emi_input-wrap span {
        font-size: 10px;
        padding: 7px 0;
        right: 30%;
    }

    .emi-calc .rangeslider.rangeslider--horizontal {
        margin-top: 15px;
    }

    canvas {
        max-width: 300px;
        top: -20px;
    }

    .monthly-emi {
        top: 35%;
    }

    .amount-to-pay {
        max-width: 300px;
    }

    .emi-width-wrap {
        padding: 0;
    }

    .principal-amt, .interest-amt {
        flex: 100%;
    }

    .emi_input-wrap {
        margin: 15px 0;
    }

    .table_home-loan {
        display: block;
        flex-wrap: nowrap;
        overflow-x: scroll;
        border: none;
        text-align: center;
    }

    .sip-lump {
        margin-bottom: 24px;
    }

    .popular-calc {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .popular-calc li {
        flex: 0 0 60%;
        margin-right: 15px;
    }
}
.paisa__styleaccordian h2{
    line-height: 1.2 !important;
    font-size: 22px !important;
    margin-bottom: 0 !important;
}
