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

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

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

.paisabase-other-calc .calc-slider__box {
    padding: 9px;
    border-radius: 6px;
    background: #fff5f6;
    border: 1px solid #feccd6
}

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

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

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

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

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

.paisabase-other-calc .owl-carousel .owl-nav .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 .owl-next {
    position: absolute;
    top: -50px;
    right: -25px;
    transform: translate(50%, 0);
    margin: 0;
    color: transparent
}

.paisabase-other-calc .owl-carousel .owl-nav .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)
}

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

    .paisabase-other-calc__wrapper h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px
    }

    .paisabase-other-calc .calc-slider__box {
        padding: 7px;
        margin: 0 0 0 16px
    }

    .paisabase-other-calc .calc-slider__box a {
        font-size: 12px;
        line-height: 22px;
        gap: 9px
    }

    .paisabase-other-calc .calc-slider__box a span {
        transform: scale(.7);
        width: 25px;
        height: 25px;
        position: relative;
        top: -2px;
        left: -2px
    }
}

.paisabase-other-calc__wrapper h3 {
    font-family: Supreme-Regular;
    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 h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}