input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.base--space {
    padding: 35px 0
}

@media only screen and (max-width:767px) {
    .base--space {
        padding: 45px 0 25px
    }
}

.p-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.text--center {
    text-align: center !important
}

.text--left {
    text-align: left !important
}

.text--right {
    text-align: right !important
}

.paisabase-link {
    text-align: center !important
}

.breadcrumb-wrapper {
    margin-top: 60px !important
}

@media only screen and (max-width:767px) {
    .paisabase-link {
        padding-top: 0
    }
}

.paisabase-link p {
    margin-bottom: 0;
    font-size: 16px;
    color: #344054
}

.paisabase-link a {
    color: #1570ef;
    font-weight: 500;
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .paisabase-link a {
        font-size: 16px
    }
}

.rating__star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    margin-bottom: 20px;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #ffbb34;
    border-left: .3em solid transparent;
    font-size: 19px
}

@media only screen and (max-width:767px) {
    .rating__star {
        font-size: 9px;
        margin-bottom: 10px
    }
}

.rating__star:after,
.rating__star:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #ffbb34;
    border-left: 1em solid transparent;
    transform: rotate(-35deg)
}

.rating__star:after {
    transform: rotate(35deg)
}

.error-msgtext {
    font-size: 14px;
    color: #c01048;
    margin-top: 3px
}

.header-wrapper .logo img {
    height: auto
}

.copyright .footer-container {
    padding: 0 15px !important
}

.visually-hidden {
    display: none
}

.header-wrapper ul li.tabMenu a {
    font-size: 14px
}

.visible-xs {
    display: none !important
}

.arrow__down:after {
    content: "";
    position: absolute;
    top: 31px;
    right: 0;
    border: solid #060b14;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg)
}

.active .arrow__down:after {
    top: 10px !important;
    transform: rotate(136deg)
}

.close-icon {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px;
    margin: auto
}

.close-icon:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #A4ACBA;
    border-radius: 5px;
    top: 8px;
    left: 1px;
    transform: rotate(-45deg)
}

.close-icon:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #A4ACBA;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px
}

main {
    padding-top: 0 !important
}

.hide {
    display: none
}

@media only screen and (max-width:767px) {
    .header-wrapper .logo img {
        max-width: 100% !important
    }

    .small-logo .header-wrapper .logo img {
        width: 65px !important
    }

    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    .wrapper {
        overflow-x: hidden
    }

    main {
        padding-top: 0 !important
    }

    .m-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .m-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

.paisabase-btn__action {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #c01048;
    padding: 12px;
    max-width: 318px;
    width: 100%;
    text-align: center
}

@media only screen and (max-width:767px) {
    .paisabase-btn__action {
        padding: 12px
    }
}

.paisabase-btn__action.red--btn {
    background-color: #c01048
}

.paisabase-btn__action.red--btn.paisabase--ripple {
    background-position: center;
    transition: background .8s
}

.paisabase-btn__action.red--btn.paisabase--ripple:hover {
    background: radial-gradient(circle, transparent 1%, #c01048 1%) center/15000% #c01048
}

.paisabase-btn__action.red--btn.paisabase--ripple:active {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s
}

.paisabase-btn__action:hover {
    color: #fff
}

.paisabase--ripple {
    background-position: center;
    transition: background .8s
}

.paisabase--ripple:hover {
    background: radial-gradient(circle, transparent 1%, #c01048 1%) center/15000% #c01048
}

.paisabase--ripple:active {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s
}

.btn-15 {
    background: #b621fe;
    border: none;
    z-index: 1
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #000;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease
}

.btn-15:hover {
    color: #fff;
    padding: 20px
}

.btn-15:hover:after {
    left: 0;
    width: 100%
}

.btn-15:active {
    top: 2px
}

.block-system-breadcrumb {
    padding-top: 110px !important;
    max-width: 1238px;
    margin: auto
}

@media only screen and (max-width:767px) {
    .block-system-breadcrumb {
        padding: 0 15px;
        padding-top: 30px !important
    }
}

.block-system-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0;
    padding: 15px 0;
    background-color: #fff
}

@media only screen and (max-width:767px) {
    .block-system-breadcrumb .breadcrumb {
        margin-top: 15px
    }
}

.block-system-breadcrumb .breadcrumb li {
    list-style-type: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C01048 !important;
    position: relative;
    padding-right: 35px
}

.block-system-breadcrumb .breadcrumb li:last-child {
    padding-right: 0
}

.block-system-breadcrumb .breadcrumb li:last-child:after {
    content: none
}

.block-system-breadcrumb .breadcrumb li:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
    border: solid #060b14;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-136deg)
}

.block-system-breadcrumb .breadcrumb li a {
    color: #C01048 !important
}

@media only screen and (max-width:767px) {
    .block-system-breadcrumb .breadcrumb li {
        font-size: 12px;
        line-height: 14px;
        padding-right: 24px
    }

    .block-system-breadcrumb .breadcrumb li:after {
        top: 5px;
        right: 11px;
        border-width: 0 0 1px 1px;
        padding: 2px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (-webkit-min-device-pixel-ratio:2) {
    .paisabase-calc {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-calc {
        padding-bottom: 38px
    }
}

.paisabase-calc__head {
    max-width: 704px;
    margin: auto auto 12px
}

@media only screen and (max-width:767px) {
    .paisabase-calc__head {
        padding: 0 15px;
        margin-bottom: 16px
    }
}

.paisabase-calc__head h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #060B14;
    margin-bottom: 12px
}

@media only screen and (max-width:767px) {
    .paisabase-calc__head h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px
    }
}

.paisabase-calc__head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #060B14;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .paisabase-calc__head p {
        font-size: 12px;
        line-height: 18px
    }
}

.paisabase-calc__head p .read__moretext {
    display: none
}

.paisabase-calc__head p a {
    font-size: 16px;
    line-height: 24px;
    color: #1570EF
}

@media only screen and (max-width:767px) {
    .paisabase-calc__head p a {
        font-size: 12px;
        line-height: 18px
    }
}

.paisabase-calc__wrapper {
    max-width: 721px;
    margin: auto;
    background-color: #F9FAFB
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper {
        position: relative
    }
}

.paisabase-calc__wrapper .calc-wrapper__input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 56px 22px 36px;
    gap: 0 16px
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__input {
        display: block;
        padding: 24px 28px 28px
    }
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap {
    flex: 0 0 48%;
    margin-bottom: 36px
}

@media only screen and (max-width:1400px) {
    .paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap {
        flex: 0 0 48.82%
    }
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap:last-child {
    max-width: 330px;
    margin: auto;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap {
        margin-bottom: 20px
    }
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field {
    background: #F2F4F7;
    border: 1px solid #E4E7EC;
    border-radius: 4px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 3px 3px 8px
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field {
        margin-bottom: 20px;
        height: 36px
    }
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field .calc_label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #101828;
    margin-bottom: 0;
    font-family: Supreme-Regular
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field .calc_label {
        font-size: 10px;
        line-height: 15px
    }
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field__input {
    position: relative
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field__input .calc_text-input {
    background: #FCFCFD;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #101828;
    width: 137px;
    height: 28px;
    padding-left: 30px
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field__input .calc_text-input {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px
    }
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field__input span {
    position: absolute;
    top: 2px;
    left: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #101828
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .calc-field__input span {
        top: 5px;
        font-size: 12px;
        line-height: 18px
    }
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .range {
    position: relative
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .range ul {
    position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .range ul li {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #8A95A8
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .range input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .range .rangeslider {
    display: block;
    border: 1px solid #E4E7EC;
    border-radius: 5px;
    background: #fdfeff;
    position: relative;
    height: 6px;
    width: 100%;
    cursor: pointer
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .range .rangeslider__fill {
    display: block;
    background: #FFF1F3;
    border: 1px solid #FEA3B4;
    border-radius: 5px;
    position: absolute;
    top: 0;
    height: 100%
}

.paisabase-calc__wrapper .calc-wrapper__input .calc_input-wrap .range .rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 62.5px;
    top: -5px;
    background: #E31B54;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.paisabase-calc__wrapper .calc-wrapper__result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #F2F4F7;
    padding: 35px 15px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12);
    gap: 20px
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__result {
        display: block;
        padding: 20px 15px
    }
}

.paisabase-calc__wrapper .calc-wrapper__result ul {
    flex: 1;
    position: relative
}

.paisabase-calc__wrapper .calc-wrapper__result ul:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
    border-right: 1px solid #E4E7EC
}

.paisabase-calc__wrapper .calc-wrapper__result ul:last-child:after {
    content: none
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__result ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 16px;
        padding: 0
    }

    .paisabase-calc__wrapper .calc-wrapper__result ul:after {
        content: none
    }

    .paisabase-calc__wrapper .calc-wrapper__result ul:last-child {
        margin-bottom: 0
    }
}

.paisabase-calc__wrapper .calc-wrapper__result ul li {
    flex: 1;
    display: block;
    font-family: Supreme-Regular;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #101828;
    text-align: center
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__result ul li {
        font-size: 22px;
        line-height: 32px;
        text-align: left
    }
}

.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .paisabase-calc__wrapper .calc-wrapper__result ul li:first-child {
        margin-bottom: 0;
        text-align: left;
        font-family: Supreme-Medium;
        display: block;
        font-size: 14px;
        line-height: 20px
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 1;
    display: flex
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    margin: 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #54647A;
    width: 20px;
    height: 5px
}

.paisabase-other-calc {
    padding: 0 0 86px
}

@media only screen and (max-width:767px) {
    .paisabase-other-calc {
        padding: 0 0 36px
    }
}

.paisabase-other-calc__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

.paisabase-other-calc__wrapper h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #060B14;
    margin-bottom: 36px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .paisabase-other-calc__wrapper h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px
    }
}

/* .paisabase-other-calc .calc-slider__box {
    padding: 9px;
    border-radius: 6px;
    background: #FFF5F6;
    border: 1px solid #FECCD6;
    margin: 0 6px
} */

@media only screen and (max-width:767px) {
    .paisabase-other-calc .calc-slider__box {
        padding: 7px;
        margin: 0 0 0 16px
    }
}

.paisabase-other-calc .calc-slider__box a {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #E31B54;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px
}

@media only screen and (max-width:767px) {
    .paisabase-other-calc .calc-slider__box a {
        font-size: 16px;
        line-height: 22px;
        gap: 9px
    }
}

.paisabase-other-calc .calc-slider__box a span {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/calculators/redirect-arrow.svg) top left no-repeat
}

@media only screen and (max-width:767px) {
    .paisabase-other-calc .calc-slider__box a span {
        transform: scale(.7);
        width: 25px;
        height: 25px;
        position: relative;
        top: -2px;
        left: -2px
    }
}

.paisabase-other-calc .owl-carousel {
    position: relative
}

.paisabase-other-calc .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: relative;
    margin: 0
}

.paisabase-other-calc .owl-carousel .owl-nav.disabled .owl-prev {
    position: absolute;
    top: -50px;
    left: -75px;
    transform: translate(50%, 0);
    margin: 0;
    color: transparent
}

.paisabase-other-calc .owl-carousel .owl-nav.disabled .owl-prev span {
    display: inline-block;
    width: 48px;
    height: 49px;
    background-color: #FFF;
    background-image: url(https://storage.googleapis.com/5paisa-prod-storage/pages/calculators/left-chevron.svg)
}

.paisabase-other-calc .owl-carousel .owl-nav.disabled .owl-next {
    position: absolute;
    top: -50px;
    right: -25px;
    transform: translate(50%, 0);
    margin: 0;
    color: transparent
}

.paisabase-other-calc .owl-carousel .owl-nav.disabled .owl-next span {
    display: inline-block;
    width: 48px;
    height: 49px;
    background-color: #FFF;
    background-image: url(https://storage.googleapis.com/5paisa-prod-storage/pages/calculators/right-chevron.svg)
}

.paisabase-calc-accordian {
    padding: 86px 15px 66px
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian {
        padding: 20px 15px 24px;
        padding-top: 0
    }
}

.paisabase-calc-accordian__wrapper {
    max-width: 1125px;
    margin: auto
}

.paisabase-calc-accordian__wrapper h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    color: #060B14;
    margin-bottom: 70px
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        color: #000;
        margin-bottom: 34px
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__click {
    position: relative
}

.paisabase-calc-accordian__wrapper .calc-accordian__click:first-child {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__click {
        margin-top: 24px
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title {
    margin-bottom: 0
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a {
    display: block;
    padding: 21px 57px 21px 16px;
    border-radius: 6px 6px 0 0;
    background: #F9FAFB;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12);
    font-family: Supreme-Regular;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #101828
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a {
        padding: 12px 40px 12px 12px;
        font-size: 14px;
        line-height: 21px
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:first-child {
    margin-top: 0
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:before {
    content: "";
    position: absolute;
    top: 37px;
    right: 22px;
    border: solid #060B14;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 5px;
    transform: rotate(136deg)
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:before {
        padding: 3px;
        border-width: 0 0 1px 1px;
        top: 47%;
        right: 16px
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:after {
    content: "";
    position: absolute;
    right: 56px;
    top: 15px;
    height: 48px;
    border-right: 1px solid #E4E7EC
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:after {
        top: 20%;
        right: 36px;
        height: 60%
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed {
    border-radius: 12px;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed {
        border-radius: 8px;
        margin-bottom: 16px
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed:before {
    top: 30px;
    transform: rotate(-45deg)
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed:before {
        top: 41%
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__open {
    padding: 8px;
    background: #F9FAFB;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__open {
        padding: 8px 16px;
        margin-bottom: 16px
    }
}

.paisabase-calc-accordian__wrapper .calc-accordian__open p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .paisabase-calc-accordian__wrapper .calc-accordian__open p {
        font-size: 12px;
        line-height: 18px
    }
}

.paisabase-faqs-accordian {
    padding: 86px 15px 66px;
    background-color: #F9FAFB
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian {
        padding: 10px 15px
    }
}

.paisabase-faqs-accordian__wrapper {
    max-width: 1125px;
    margin: auto
}

.paisabase-faqs-accordian__wrapper h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    color: #060B14;
    margin-bottom: 70px
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        color: #000;
        margin-bottom: 34px
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click {
    position: relative
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click:first-child {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .faqs-accordian__click {
        margin-top: 24px
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title {
    margin-bottom: 0
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a {
    display: block;
    position: relative;
    border-bottom: 1px solid #E4E7EC;
    margin: 0 0 30px;
    padding: 10px 30px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 149%;
    color: #000
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a {
        margin-bottom: 21px;
        padding-left: 0;
        padding-bottom: 21px;
        padding-top: 0
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    border: solid #060B14;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 5px;
    transform: rotate(136deg)
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a:before {
        padding: 3px;
        border-width: 0 0 1px 1px;
        top: 10px;
        right: 16px
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a.collapsed {
    margin-bottom: 20px
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a.collapsed:before {
    top: 10px;
    transform: rotate(-45deg)
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a.collapsed:before {
        top: 6px
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open {
    padding: 0 30px 40px
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .faqs-accordian__open {
        padding-left: 0;
        padding-right: 0
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .faqs-accordian__open p {
        font-size: 12px;
        line-height: 18px
    }
}

@media only screen and (max-width:767px) {
    .noTitle {
        padding-top: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-faqs-accordian__wrapper h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        color: #000;
        margin-bottom: 34px;
    }
}
.paisabase-openaccount__wrapper {
    max-width: 1125px;
    margin: 0 auto 40px;
    padding: 56px 0 0;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper {
        padding-top: 0;
        margin-bottom: 0;
        background: #fff;
        border: 1px solid #f2f4f7;
        box-shadow: 0 21.06px 42.13px -10.53px rgba(16, 24, 40, 0.15);
        border-radius: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-openaccount__box {
        padding: 14px 23px 24px;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg {
    margin-top: 10px;
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead {
    position: relative;
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead input {
    background-color: #f9fafb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 48px;
    max-width: 372px;
    width: 100%;
    font-size: 17px;
    padding: 10px 10px 10px 55px;
    line-height: 18px;
    color: #1d2939;
    border: 1.5px solid #c4c4c4;
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead button {
    max-width: 202px;
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead button {
        max-width: 100%;
        margin: 22px 0 0;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 18px;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number {
        font-size: 14px;
        top: 15px;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    width: 1px;
    height: 20px;
    background-color: #e6e9ed;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead .error-msgtext {
        font-size: 12px;
        position: absolute;
        top: 45px;
        left: 0;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply {
    margin-top: 16px;
    display: flex;
    gap: 20px;
    max-width: 290px;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply {
        gap: 8px;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li {
    position: relative;
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li input {
    font-weight: 400;
    font-size: 10.75px;
    line-height: 14px;
    background: #f2f4f7;
    height: 31.19px;
    padding: 7px 12px;
    text-align: center;
    border-radius: 2px;
    color: #344054;
    border: 1px solid #f2f4f7;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li input {
        padding: 5px 0;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text {
    background-color: #eff8ff;
    border: 1px solid #d1e9ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
    color: #1570ef;
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text strong {
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text {
        padding: 5px;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li .apply__btnwrap {
    margin-top: 0;
    background-color: #eff8ff;
    border: 1px solid #d1e9ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
    color: #1570ef;
    margin-left: 0;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li .apply__btnwrap {
        padding: 5px;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .homebase-block__tac {
    margin-top: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #475467;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount__wrapper .paisabase-block__mobilebg .homebase-block__tac {
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }
}
.paisabase-openaccount__wrapper .paisabase-block__mobilebg .homebase-block__tac a {
    color: #1570ef;
}
.paisabase-openaccount__wrapper h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #060b14;
}
@media only screen and (max-width: 767px) {
    .paisabase-openaccount h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #060b14;
        margin-bottom: 16px;
    }
}
.paisabase-openaccount{
    background-color: #f9fafb;
    padding: 50px 0;
}
.paisabase-faqs-accordian__wrapper h4 {font-weight: 500;font-size: 38px;line-height: 48px;color: #060b14;margin-bottom: 70px;}@media only screen and (max-width: 767px) {.paisabase-faqs-accordian__wrapper h4 {font-weight: 700;font-size: 24px;line-height: 150%;color: #000;margin-bottom: 34px;}}