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) {
    #news-blog-form {
        margin-bottom: 20px
    }

    .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
}

@media only screen and (max-width:767px) {
    .seo-content-sec {
        padding-top: 50px !important
    }

    .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
    }
}

.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
}

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

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

    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    .wrapper {
        overflow-x: hidden
    }

    .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;
        max-width: 100%
    }
}

.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 0
}

.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 0
}

.btn-15 {
    background: #b621fe;
    border: 0;
    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
}

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

.owl-carousel {
    display: none;
    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;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.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 {
    to {
        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.png)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: 10px;
    margin: 5px;
    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-color: #54647a;
    width: 30px
}

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

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

.paisabase-block__wrapper {
    max-width: 1125px;
    margin: 64px auto
}

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

    .paisabase-block__wrapper .mob-order-2 {
        order: 2
    }

    .paisabase-block__wrapper .mob-order-1 {
        order: 1
    }
}

.paisabase-block__wrapper h1, .paisabase-block__wrapper h2 {
    font-weight: 700;
    font-size: 48px;
    color: #060b14;
    text-transform: capitalize
}

.paisabase-block__wrapper h1 span, .paisabase-block__wrapper h2 span {
    color: #c01048
}

@media only screen and (max-width:767px) {
    .paisabase-block__wrapper h1, .paisabase-block__wrapper h2 {
        font-size: 24px
    }
}

.paisabase-block__wrapper p {
    font-size: 16px;
    line-height: 150%;
    color: #344054
}

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

.paisabase-block__wrapper .owl-carousel .owl-item img {
    height: auto
}

.paisabase-block__label {
    font-size: 26px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .paisabase-block__label {
        font-size: 22px
    }
}

.paisabase-block__label strong {
    font-weight: 500
}

.odabase-block__form {
    padding: 20px 24px;
    background-color: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 0 20px 1px #c0104826;
    border-radius: 4px;
    max-width: 430px;
    margin: auto
}

.oda__formheading {
    color: #c01048;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px
}

.oda__formpara {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #060b14;
    margin-bottom: 10px
}

.odabase-block__input {
    position: relative;
    margin-bottom: 15px
}

.odabase-block__lead input {
    background-color: #fff;
    border-radius: 5px;
    height: 48px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    line-height: 18px;
    color: #000;
    border: 1.5px solid #e4e7ec;
    font-weight: 400;
    font-family: "Supreme-Regular"
}

.odabase-block__lead input:placeholder {
    color: #a4acba
}

.odabase-block__lead input.number-only {
    padding-left: 55px
}

.benefits-points {
    padding: 64px 15px;
    background-color: #f9fafb
}

.benefits-points__wrapper {
    max-width: 1160px;
    margin: auto;
    text-align: center
}

.benefits-points__wrapper h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 52.8px;
    color: #060b14;
    margin-bottom: 30px;
    text-transform: capitalize
}

.benefits-points__wrapper h3 span {
    color: #c01048
}

@media only screen and (max-width:767px) {
    .odabase-block__lead input {
        height: 48px
    }

    .odabase-block__lead input.number-only {
        padding-left: 50px
    }
}

.odabase-block__lead input::placeholder {
    font-weight: 400;
    color: #a4acba
}

@media only screen and (max-width:767px) {
    .odabase-block__lead input::placeholder {
        font-size: 14px
    }
}

.odabase-block__lead button {
    max-width: 100%
}

.odabase-block__lead span.number {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 18px;
    font-family: "Supreme-Regular"
}

@media only screen and (max-width:767px) {
    .odabase-block__lead span.number {
        font-size: 14px;
        top: 15px
    }
}

.odabase-block__lead span.number:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    width: 1px;
    height: 20px;
    background-color: #e6e9ed
}

.odabase-block__dropdown {
    position: absolute;
    top: 52px;
    left: 0;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    display: none
}

.odabase-block__dropdown::-webkit-scrollbar-track {
    background-color: #e4e7ec;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.odabase-block__dropdown::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: px;
    background: #aaa
}

.odabase-block__dropdown::-webkit-scrollbar {
    width: 7px
}

.odabase-block__dropdown::-webkit-scrollbar:horizontal {
    height: 7px
}

.odabase-block__dropdown ul li {
    padding: 5px 5px;
    border-bottom: 1px solid #e4e7ec;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.odabase-block__dropdown ul li:last-child {
    border-bottom: 0
}

.partner-block__tac {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
    font-family: "Supreme-Regular"
}

.partner-block__tac a {
    color: #1570ef
}

.partner-block__tac a strong {
    font-weight: 400;
    font-family: "Supreme-Regular"
}

.odabase-block__tac {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #989898;
    font-family: "Supreme-Regular"
}

.odabase-block__tac a {
    color: #1570ef;
    font-family: "Supreme-Regular"
}

.odabase-block__lead-success {
    display: none;
    padding: 20px 0;
    text-align: center;
    margin-top: 15px;
    padding: 21px 23px;
    background-color: #fff;
    border: 1px solid #f2f4f7;
    -webkit-box-shadow: 0 21px 42px -10px rgba(16, 24, 40, .15);
    -moz-box-shadow: 0 21px 42px -10px rgba(16, 24, 40, .15);
    -ms-box-shadow: 0 21px 42px -10px rgba(16, 24, 40, .15);
    -o-box-shadow: 0 21px 42px -10px rgba(16, 24, 40, .15);
    box-shadow: 0 21px 42px -10px rgba(16, 24, 40, .15);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    max-width: 400px;
    margin: auto
}

@media only screen and (max-width:767px) {
    .odabase-block__lead-success {
        padding: 10px 0
    }
}

.odabase-block__lead-success img {
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .odabase-block__lead-success img {
        width: 70px;
        height: 70px
    }
}

.odabase-block__lead-success .oda__formsuccess {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {
    .odabase-block__lead-success .oda__formsuccess {
        font-size: 20px
    }
}

.odabase-block__lead-success p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .odabase-block__lead-success p {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-block__imgslide {
        margin-top: 28px;
        margin-bottom: 0
    }
}

.paisabase-block__imgslide .youtube__urlsOpen, .paisabase-block__imgslide .youtube__video {
    cursor: pointer;
    position: relative
}

@media only screen and (max-width:767px) {
    .paisabase-block__imgslide .youtube__urlsOpen, .paisabase-block__imgslide .youtube__video {
        width: 100%;
        height: auto
    }
}

.paisabase-block__imgslide .youtube__urlsOpen .imagen-previa, .paisabase-block__imgslide .youtube__video .imagen-previa {
    width: 100%;
    height: 253px;
    object-fit: cover;
    border-radius: 10px
}

.paisabase-block__imgslide .youtube__urlsOpen iframe, .paisabase-block__imgslide .youtube__video iframe {
    width: 100%;
    border-radius: 10px
}

@media only screen and (max-width:767px) {
    .paisabase-block__imgslide .youtube__urlsOpen iframe, .paisabase-block__imgslide .youtube__video iframe {
        min-height: 100%
    }
}

.paisabase-block__imgslide .youtube__urlsOpen .youtube-play, .paisabase-block__imgslide .youtube__video .youtube-play {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 56px;
    background-size: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.paisabase-block__imgslide h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #060b14;
    margin: 10px 0
}

.paisabase-block__imgslide ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px
}

@media only screen and (max-width:767px) {
    .paisabase-block__imgslide ul {
        padding-top: 6px
    }
}

.paisabase-block__imgslide ul li {
    flex: 0 0 33.33%;
    margin-right: 10px
}

.paisabase-block__imgslide ul li:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .paisabase-block__imgslide ul li {
        flex: 0 0 40%
    }
}

.paisabase-block__imgslide ul li .youtube__video .imagen-previa {
    height: 85px
}

@media only screen and (max-width:767px) {
    .paisabase-block__imgslide ul li .youtube__video .imagen-previa {
        height: 76px
    }
}

.paisabase-block__imgslide ul li .youtube__video .youtube-play {
    width: 50px;
    height: 35px
}

.paisabase-block__imgslide ul::-webkit-scrollbar-track {
    background-color: #eee;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.paisabase-block__imgslide ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #eee
}

.paisabase-block__imgslide ul::-webkit-scrollbar {
    width: 4px
}

.paisabase-block__imgslide ul::-webkit-scrollbar:horizontal {
    height: 4px
}

.paisabase-block__points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px;
    background-color: #fff5f6;
    border-radius: 4px;
    box-shadow: -5px 5px 0#ffe4e8;
    margin-top: 45px;
    max-width: 592px;
    gap: 20px
}

@media only screen and (max-width:767px) {
    .paisabase-block__points {
        padding: 15px;
        margin-top: 30px
    }
}

.paisabase-block__points li {
    flex: 1;
    position: relative;
    font-size: 14px;
    color: #475467
}

@media only screen and (max-width:767px) {
    .paisabase-block__points li {
        font-size: 10px
    }
}

.paisabase-block__points li:last-child {
    padding-left: 45px;
    border-left: 1px solid #fea3b4
}

.paisabase-block__points li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #101828
}

.paisabase-block__points li strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #101828
}

.paisabase-block__points li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-top: 6px;
    color: #8a95a8
}

@media only screen and (max-width:767px) {
    .paisabase-block__points li strong {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px
    }
}

.partner__points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 45px;
    max-width: 592px;
    gap: 72px
}

.partner__points li {
    flex: 1;
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding-left: 50px;
    color: #475467;
    position: relative
}

.partner__points li span {
    display: block
}

.partner__points li img {
    position: absolute;
    left: 0;
    top: 5px
}

.partner__points li strong {
    font-family: "Supreme-Medium";
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: #101828
}

.live__webinarbtn {
    height: 30px;
    background-color: #c01048;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 3px 5px 3px 28px
}

.live__webinarbtn:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.homebase-block__tac {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 111%;
    color: #475467;
    text-align: left
}

.homebase-block__tac a {
    color: #1570ef
}

.modal {
    display: none
}

.modal .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9)
}

.modal .box {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
    background: #fff;
    border-radius: 5px 5px 0 0
}

.modal .box h6 {
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: inherit;
    font-weight: 400;
    background: #c94b4b;
    border-radius: 5px 5px 0 0
}

.modal .box .close {
    color: #fff;
    cursor: pointer;
    z-index: 9999;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0
}

.modal .box .close:hover {
    opacity: .5
}

.paisabase-features__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1130px;
    margin: auto
}

@media only screen and (max-width:767px) {
    .paisabase-features__wrapper {
        display: block;
        position: relative
    }
}

.paisabase-features__head {
    width: 100%;
    padding-bottom: 36px
}

.paisabase-features__head h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    text-transform: capitalize;
    color: #fff;
    text-align: center
}

@media only screen and (max-width:767px) {
    .paisabase-features__head h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-align: left
    }
}

.paisabase-openaccount {
    background-color: #101620;
    padding: 64px 15px
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount {
        padding: 35px 15px
    }
}

.paisabase-openaccount h2 {
    font-weight: 500;
    color: #d9d9d9;
    text-align: center !important
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount h2 {
        font-size: 24px;
        margin-bottom: 25px;
        text-align: left !important;
        line-height: 36px
    }
}

.paisabase-openaccount__heading {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__heading {
        font-size: 23px;
        text-align: left;
        line-height: 28px;
        margin-bottom: 20px
    }
}

.paisabase-openaccount__heading h1 {
    font-weight: 500;
    font-size: 38px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__heading h1 {
        font-size: 23px;
        line-height: 28px;
        text-align: left
    }
}

.paisabase-openaccount__wrapper {
    max-width: 1125px;
    margin: 0 auto
}

.paisabase-openaccount__wrapper .base-block__heading {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 72px
}

.paisabase-openaccount__wrapper .journey__btnwrapper {
    margin-top: 49px
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__wrapper .journey__btnwrapper {
        margin-top: 32px
    }
}

.paisabase-openaccount__wrapper .journey__btnwrapper a {
    max-width: 385px
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__wrapper .journey__btnwrapper a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }

    .paisabase-openaccount__wrapper img {
        height: auto
    }
}

.paisabase-openaccount__wrapper .youtube__video {
    cursor: pointer;
    position: relative;
    max-width: 450px;
    margin: auto;
    margin-right: 0;
    height: 247px
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__wrapper .youtube__video {
        height: 100%;
        width: 100%;
        margin: auto;
        margin-bottom: 32px
    }
}

.paisabase-openaccount__wrapper .youtube__video .imagen-previa {
    width: 100%;
    height: 247px;
    object-fit: cover;
    border: 1px solid #a4acba;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__wrapper .youtube__video .imagen-previa {
        height: 186px
    }
}

.paisabase-openaccount__wrapper .youtube__video iframe {
    width: 100%;
    border-radius: 10px
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__wrapper .youtube__video iframe {
        min-height: 100%
    }
}

.paisabase-openaccount__wrapper .youtube__video .youtube-play {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 56px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/youtube-icon-ipo.png) left top no-repeat;
    background-size: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.paisabase-openaccount__tabslider ul li {
    margin-bottom: 34px;
    position: relative;
    padding-left: 100px
}

.paisabase-openaccount__tabslider ul li:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__tabslider ul li {
        padding-right: 0;
        padding-left: 74px
    }
}

.paisabase-openaccount__tabslider ul li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #667085
}

.paisabase-openaccount__tabslider ul li a p {
    color: #667085
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__tabslider ul li a p {
        font-size: 12px
    }

    .paisabase-openaccount__tabslider ul li a {
        font-size: 16px
    }
}

.paisabase-openaccount__tabslider ul li a span {
    border: 2px solid #667085;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__tabslider ul li a span {
        width: 48px;
        height: 48px
    }
}

.paisabase-openaccount__tabslider ul li a span:after {
    content: "";
    position: absolute;
    height: 48px;
    bottom: -48px;
    left: 34px;
    width: 2px;
    background-color: #667085
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__tabslider ul li a span:after {
        height: 51px;
        bottom: -53px;
        left: 21px
    }
}

.paisabase-openaccount__tabslider ul li a span.last-childactive:after {
    content: none
}

.paisabase-openaccount__tabslider ul li a i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount__tabslider ul li a i {
        zoom: .7
    }
}

.paisabase-openaccount__tabslider ul li a i.partner__signup {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/signup.svg)center center no-repeat
}

.paisabase-openaccount__tabslider ul li a i.partner__upgrade {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/upgrade.svg)center center no-repeat
}

.paisabase-openaccount__tabslider ul li a i.partner__earn {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/earn.svg)center center no-repeat
}

.paisabase-openaccount__tabslider .active a {
    color: #fff
}

.paisabase-openaccount__tabslider .active a p {
    color: #fff
}

.paisabase-openaccount__tabslider .active a span {
    border: 2px solid #f63d68;
    background-color: #f63d68
}

.paisabase-openaccount__tabslider .active a span .partner__signup {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/signup-active.svg)center center no-repeat
}

.paisabase-openaccount__tabslider .active a span .partner__upgrade {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/upgrade-active.svg)center center no-repeat
}

.paisabase-openaccount__tabslider .active a span .partner__earn {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/earn-active.svg)center center no-repeat
}

.paisabase-openaccount__tabslider .active a span:after {
    background: linear-gradient(180deg, #f63d68 38.63%, #667085 100%)
}

.paisabase-openaccount__tabslider .active a span.last-childactive:after {
    content: none
}

.partner-calc {
    padding: 86px 15px 27px;
    background-color: #060b14
}

@media only screen and (max-width:767px) {
    .partner-calc {
        padding: 24px 15px 44px
    }
}

.partner-calc__wrapper {
    max-width: 670px;
    margin: 0 auto
}

.partner-calc__wrapper h2 {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff
}

@media only screen and (max-width:767px) {
    .partner-calc__wrapper h2 {
        font-size: 32px;
        text-align: center !important
    }
}

.partner-calc__innerbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    margin-top: 65px
}

@media only screen and (max-width:767px) {
    .partner-calc__innerbox {
        display: block;
        margin-top: 30px
    }
}

.partner-calc__box span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    margin-right: 20px
}

.partner-calc__box input {
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    width: 100px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background-color: transparent;
    color: #fff
}

@media only screen and (max-width:767px) {
    .partner-calc__box input {
        width: 100%;
        margin: 20px 0
    }
}

.partner-calc__box input::placeholder {
    color: #fff
}

.partner-calc__box button {
    width: 200px;
    height: 42px;
    background-color: #c01048;
    border: 1px solid #c01048;
    border-radius: 4px;
    font-weight: 500;
    padding: 7px 12px;
    font-size: 16px;
    text-align: center;
    color: #fff
}

@media only screen and (max-width:767px) {
    .partner-calc__box button {
        width: 100%
    }
}

.partner-calc__value {
    text-align: center;
    margin-top: 115px
}

@media only screen and (max-width:767px) {
    .partner-calc__value {
        margin-top: 50px
    }
}

.partner-calc__value h4 {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .1px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .partner-calc__value h4 {
        font-size: 24px
    }
}

.partner-calc__value p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .1px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .partner-calc__value p {
        font-size: 16px
    }
}

#owl-carouselProcess {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    #owl-carouselProcess {
        display: block
    }
}

@-webkit-keyframes pulse-border {
    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.paisabase-testimonial {
    padding: 64px 15px;
    background-color: #f9fafb
}

@media only screen and (max-width:767px) {
    .paisabase-testimonial h2 {
        margin-bottom: 20px
    }
}

.paisabase-testimonial__wrapper {
    margin: 20px auto auto
}

@media only screen and (max-width:767px) {
    .paisabase-testimonial__wrapper {
        margin-top: 20px
    }
}

.paisabase-testimonial__wrapper .owl-theme .owl-dots .owl-dot span {
    background-color: #e4e7ec;
    border-radius: 82px;
    width: 15px;
    height: 7px
}

.paisabase-testimonial__wrapper .owl-theme .owl-dots .owl-dot.active span {
    background-color: #54647a;
    width: 30px
}

.paisabase-testimonial__wrapper .owl-carousel .owl-item img {
    margin: auto;
    width: 158px;
    height: 206px;
    object-fit: cover
}

@media only screen and (max-width:767px) {
    .paisabase-testimonial__box {
        background-color: #fff;
        padding: 10px 12px;
        border: 2px solid #f2f4f7;
        box-shadow: 0 13px 17px -4px rgba(16, 24, 40, .07), 0 4px 6px -2px rgba(16, 24, 40, .02);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        min-height: 491px
    }
}

.paisabase-testimonial__info {
    padding-top: 12px
}

.paisabase-testimonial__grid {
    flex: 1;
    color: #000
}

.paisabase-testimonial__grid:last-child {
    text-align: right !important
}

.paisabase-testimonial__grid p {
    font-size: 18px;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .paisabase-testimonial__grid p {
        font-size: 12px
    }
}

.paisabase-testimonial__grid span {
    font-size: 14px
}

.base-block__heading {
    font-weight: 500;
    font-size: 38px;
    line-height: 52.8px;
    color: #060b14;
    margin-bottom: 30px;
    text-align: center
}

.base-block__heading span {
    color: #c01048
}

.paisabase-openaccount h2 {
    font-size: 38px;
    text-transform: capitalize
}

@media only screen and (max-width:767px) {
    .paisabase-openaccount h2 {
        font-size: 24px
    }
}

.text--center {
    padding: 0
}

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto
}

.tandc-des {
    padding: 0 0 !important
}

.youtube__urlsOpen {
    position: relative
}

.paisabase-features .paisabase-features__img {
    padding-left: 40px
}

.paisabase-features .paisabase-features__img img {
    height: 319px;
    object-fit: cover
}

.paisabase-features__img .youtube__urlsOpen .youtube-play, .paisabase-features__img .youtube__video .youtube-play {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 56px;
    background-size: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.testimonail__text {
    line-height: 1.6
}

.kmore__click {
    position: relative;
    border-bottom: 1px solid #e4e7ec;
    margin: 0 0 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

@media only screen and (max-width:767px) {
    iframe#youtube-iframe {
        height: 250px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-features .paisabase-features__img {
        display: block;
        padding-top: 20px;
        padding-left: 0
    }

    .paisabase-features .paisabase-features__img img, .paisabase-features__img>.fin__video {
        object-fit: contain
    }
}

.partner-calc__tac {
    max-width: 1090px;
    margin: 80px auto auto;
    text-align: right;
    font-family: Supreme-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

.accordian__open span, .faq__open span {
    font-size: 16px;
    font-family: Supreme-Medium;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .accordian__open span, .faq__open span {
        font-size: 14px
    }

    .paisabase-block__wrapper {
        margin: 0 0 25px
    }

    .partner-calc__tac {
        margin-top: 25px;
        font-size: 10px
    }

    .paisabase-features .paisabase-features__img img {
        height: 100%
    }
}

input#partner-calc__input::placeholder {
    opacity: .3
}

#error_cal {
    color: #c01048;
    margin-top: -15px;
    margin-bottom: -3px
}

.visibility-hidden {
    visibility: hidden
}

@media only screen and (max-width:767px) {
    .paisabase-review {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f9fafb
    }
}

.paisabase-review__wrapper {
    max-width: 660px;
    margin: auto
}

@media only screen and (max-width:767px) {
    .paisabase-review__wrapper {
        max-width: 332px
    }
}

.paisabase-review__info {
    display: flex;
    align-items: center;
    text-align: center
}

.paisabase-review__info .rating__text {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .paisabase-review__info .rating__text {
        font-size: 25px
    }
}

.paisabase-review__info .rating__star {
    font-size: 13px;
    border-bottom: .7em solid #ffbb34
}

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

.paisabase-review__info .base-big_appstore, .paisabase-review__info .base-big_googleplay {
    display: block;
    margin: auto
}

.paisabase-review__store {
    flex: 1;
    cursor: pointer
}

.paisabase-review__store.hand_point {
    pointer-events: none
}

.paisabase-review__store:nth-child(2) {
    margin: 0 50px
}

@media only screen and (max-width:767px) {
    .paisabase-review__store:nth-child(2) {
        margin: 0
    }
}

.know-more {
    padding: 86px 15px;
    background-color: #f9fafb
}

.know-more__wrapper {
    max-width: 662px;
    margin: auto;
    text-align: center
}

.know-more__wrapper .base-block__heading {
    margin-bottom: 12px
}

.know-more__scroll {
    height: 146px;
    overflow-y: scroll
}

.know-more__scroll::-webkit-scrollbar-track {
    background-color: #e4e7ec;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.know-more__scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: px;
    background: #aaa
}

.know-more__scroll::-webkit-scrollbar {
    width: 7px
}

.know-more__scroll::-webkit-scrollbar:horizontal {
    height: 7px
}

.know-more__scrollcontent {
    padding: 5px 10px;
    margin-right: 15px;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    text-align: left
}

.know-more__scrollcontent h3 {
    font-size: 20px;
    line-height: 150%;
    color: #060b14
}

.know-more__scrollcontent p {
    font-size: 16px;
    line-height: 150%;
    color: #060b14
}

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

@media only screen and (max-width:767px) {
    .paisabase-faqs {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.base-block__heading {
    font-weight: 500;
    font-size: 38px;
    color: #060b14
}

@media only screen and (max-width:767px) {
    .base-block__heading {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px
    }
}

.homepage-app_user {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/language-icon.svg)left top no-repeat;
    width: 41px;
    height: 39px
}

.homepage-partners {
    transform: scale(.8)
}

.paisabase-block__imgslide {
    text-align: center
}

.paisabase-block__imgslide img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    height: auto
}

.paisabase-block__wrapper h2 span {
    font-weight: 400;
    font-size: 24px;
    display: block;
    padding-top: 12px
}

.paisabase-platforms {
    background: #101828;
    padding: 64px 0
}

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

.paisabase-platforms__wrapper {
    max-width: 1332px;
    margin: auto
}

@media only screen and (max-width:1280px) {
    .paisabase-platforms__wrapper {
        max-width: 1240px
    }
}

.paisabase-platforms__wrapper h3 {
    color: #fff;
    margin-bottom: 64px
}

@media only screen and (max-width:767px) {
    .paisabase-platforms__wrapper h3 {
        margin-bottom: 37px
    }
}

.paisabase-platforms__content .owl-carousel .owl-stage-outer {
    margin-bottom: 34px
}

.paisabase-platforms__content .owl-carousel .owl-dots.disabled {
    display: block
}

.paisabase-platforms__content-box {
    background: linear-gradient(0, #3a4a6a 10%, #10182880 90%);
    border: 1px solid #667085;
    border-radius: 8px
}

@media only screen and (max-width:767px) {
    .paisabase-platforms__content-box {
        margin-left: 12px
    }
}

.paisabase-platforms__content-box h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 24px
}

@media only screen and (max-width:767px) {
    .paisabase-platforms__content-box h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 17px
    }
}

.paisabase-platforms__content-box h3 .link-icon {
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/oda-lp/link-icon.svg) no-repeat
}

@media only screen and (max-width:767px) {
    .paisabase-platforms__content-box h3 .link-icon {
        transform: scale(0.7)
    }
}

.paisabase-platforms__content-img img {
    width: auto !important;
    height: auto;
    margin: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 26px
}

.paisabase-platforms__content .owl-carousel .owl-nav.disabled {
    display: none
}

.homepage-play {
    display: inline-block;
    vertical-align: middle;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/oda/homepage-sprite.webp)-352px -83px no-repeat;
    width: 180px;
    height: 53px
}

.homepage-appstore {
    display: inline-block;
    vertical-align: middle;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/oda/homepage-sprite.webp)-417px -511px no-repeat;
    width: 180px;
    height: 53px
}

.homepage-paisa_trade {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/newicon/tradestation.png)left top no-repeat;
    width: 180px;
    top: 3px;
    position: relative;
    height: 52px
}

.homepage-gpmobile {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/newicon/google-play.png);
    display: inline-block;
    width: 99px;
    height: 30px
}

.homepage-asmobile {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/newicon/app-store.png);
    display: inline-block;
    width: 99px;
    height: 30px
}

.homepage-tardemobile {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/newicon/tradestation-mobile.png)left top no-repeat;
    display: inline-block;
    width: 99px;
    height: 29px
}

.paisabase-testimonial {
    padding: 64px 15px;
    background-color: #f9fafb
}

.paisabase-testimonial__wrapper {
    margin: 40px auto auto
}

.paisabase-testimonial__box {
    background-color: #fff5f6;
    border: 1px solid #feccd6;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    min-height: 242px
}

.paisabase-testimonial__box .quote-img {
    display: inline-block;
    width: 68px;
    height: 47px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/oda/quote-img.png);
    transform: scale(.7);
    position: relative;
    top: -7px;
    left: -10px
}

.paisabase-testimonial__wrapper .testimonail__text {
    margin-top: -10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.paisabase-testimonial__info {
    position: absolute;
    bottom: 20px
}

.paisabase-testimonial__info p {
    display: block;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #67646a;
    margin-bottom: 2px
}

.paisabase-testimonial__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.paisabase-testimonial__grid li {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #e31b54bf;
    padding-right: 10px;
    position: relative
}

.paisabase-testimonial__grid li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    border-right: 1px solid #e31b54bf
}

.paisabase-testimonial__grid li:last-child {
    padding-right: 0
}

.paisabase-testimonial__wrapper .owl-theme .owl-item .paisabase-testimonial__box, .paisabase-testimonial__wrapper .owl-theme .owl-item.active .paisabase-testimonial__box, .paisabase-testimonial__wrapper .owl-theme .owl-item.center .paisabase-testimonial__box {
    opacity: .5;
    position: relative;
    top: -14px
}

.paisabase-testimonial__wrapper .owl-theme .owl-item.active.center .paisabase-testimonial__box {
    opacity: 1;
    position: relative;
    top: 0
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav.disabled {
    display: block !important;
    position: relative
}

.paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-prev {
    position: absolute;
    bottom: 20px;
    right: 55%;
    transform: translate(0, 0);
    margin: 0;
    color: transparent
}

.paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-next {
    position: absolute;
    bottom: 20px;
    left: 55%;
    transform: translate(0, 0);
    margin: 0;
    color: transparent
}

.paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-next:hover, .paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-prev:hover {
    background: 0
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav .owl-prev span {
    display: inline-block
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav .owl-next span {
    display: inline-block;
    transform: rotate(180deg)
}

.paisabase-testimonial__wrapper .owl-theme .owl-dots .owl-dot span {
    background-color: #e4e7ec;
    border-radius: 82px;
    width: 15px;
    height: 7px
}

.paisabase-testimonial__wrapper .owl-theme .owl-dots .owl-dot.active span {
    background-color: #54647a;
    width: 30px
}

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

.owl-carousel {
    display: none;
    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-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;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

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

.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 {
    to {
        opacity: 0
    }
}

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

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

.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
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav {
    display: block !important;
    position: relative;
    margin-top: 100px
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav.disabled {
    display: block !important;
    position: relative
}

.paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-prev {
    position: absolute;
    bottom: 20px;
    right: 55%;
    transform: translate(0, 0);
    margin: 0;
    color: transparent
}

.paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-next {
    position: absolute;
    bottom: 20px;
    left: 55%;
    transform: translate(0, 0);
    margin: 0;
    color: transparent
}

.paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-next:hover, .paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-prev:hover {
    background: 0
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav .owl-prev span {
    display: inline-block
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav .owl-next span {
    display: inline-block;
    transform: rotate(180deg)
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-dots {
    counter-reset: slides-num;
    position: relative;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 15px
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #8a95a8;
    position: absolute;
    right: 48%;
    top: -65px
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-dots.disabled {
    display: block !important
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-dots .owl-dot.active:before {
    content: counter(slides-num)" of ";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #101828;
    position: absolute;
    left: 48.6%;
    top: -65px
}

.paisabase-testimonial__wrapper .owl-theme .owl-dots .owl-dot span {
    background-color: #e4e7ec;
    border-radius: 82px;
    width: 15px;
    height: 7px
}

.paisabase-testimonial__wrapper .owl-theme .owl-dots .owl-dot.active span {
    background-color: #54647a;
    width: 30px
}

.paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav .owl-next span, .paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav .owl-prev span {
    width: 53px;
    height: 52px;
    color: transparent;
    background-image: url(https://storage.googleapis.com/5paisa-prod-storage/pages/home-page/slider-arrow.png);
    background-color: transparent
}

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

.paisabase-testimonial__grid li:last-child:after {
    content: none
}

.owl-carousel .owl-item:hover .paisabase-testimonial__box {
    box-shadow: 0 0 10px rgba(153, 147, 147, .187)
}

@media only screen and (max-width:767px) {
    .paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-dots .owl-dot.active:before {
        left: 45%;
        top: -60px
    }

    .paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-dots:after {
        right: 42%;
        top: -60px
    }
}

.loader-line {
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: #c01048;
    animation: lineAnim 1s linear infinite
}

@keyframes lineAnim {
    50% {
        left: 20%;
        width: 80%
    }

    to {
        left: 100%;
        width: 100%
    }
}

.paisabase-faqs-accordian {
    padding: 64px 15px 40px;
    background-color: #f9fafb
}

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

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

.paisabase-faqs-accordian__wrapper h2 {
    font-family: Supreme-Bold;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #101828;
    margin-bottom: 25px
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper h2 {
        font-size: 24px;
        line-height: 30px
    }
}

.paisabase-faqs-accordian__wrapper .base-block__heading {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .base-block__heading {
        margin-bottom: 15px
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__content {
    border-bottom: 1px solid #d0d5dd
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__content:last-child {
    border-bottom: 0
}

.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;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    padding: 24px 30px 24px 0
}

@media only screen and (max-width:767px) {
    .paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a {
        font-size: 16px
    }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a:before {
    content: "";
    position: absolute;
    top: 33px;
    right: 11px;
    border: solid #000;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 4px;
    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 2px 2px;
        right: 12px
    }
}

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

.paisabase-faqs-accordian__wrapper .faqs-accordian__open p {
    font-family: Supreme-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #344054;
    margin-bottom: 0
}

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

.paisabase-onlinetrade {
    content: "";
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/home-page/bull-bg-section.png) 100%no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top right;
    position: relative
}

.paisabase-onlinetrade__wrapper {
    max-width: 768px;
    margin: 0 auto;
    text-align: center
}

.paisabase-onlinetrade__wrapper .base-block__heading {
    margin-bottom: 10px
}

.paisabase-onlinetrade__wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center
}

.paisabase-onlinetrade__wrapper .online__tradingtext {
    display: none
}

.paisabase-onlinetrade__wrapper a, .paisabase-onlinetrade__wrapper h1.base-block__heading, .paisabase-onlinetrade__wrapper p {
    position: relative;
    z-index: 10
}

@media(max-width:767px) {
    .paisabase-plateform__download-link {
        flex-wrap: wrap;
        justify-content: center;
        flex: 1
    }

    .paisabase-plateform__download {
        display: flex;
        gap: 10px;
        max-width: 210px;
        margin-top: 9px;
        padding-bottom: 0
    }

    section.paisabase-onlinetrade:before {
        background-position: 35% 100%;
        background-size: cover
    }

    .paisabase-onlinetrade {
        position: relative;
        padding: 45px 15px 45px;
        background-position: bottom left;
        background-size: inherit
    }

    .paisabase-onlinetrade__wrapper p {
        font-size: 12px;
        line-height: 16px
    }

    .paisabase-onlinetrade__wrapper h1 {
        font-size: 20px
    }

    .paisabase-plateform__img img {
        padding: 0
    }

    .paisabase-plateform__img {
        padding-top: 0
    }
}

.partner-slider {
    padding: 64px 15px
}

.partner-slider__wrapper {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center
}

.partner-sliderbg {
    background: #f5faff;
    padding: 64px 15px
}

.partner-slider__innerbox {
    max-width: 938px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px
}

.partner-slider__left {
    flex: 1;
    text-align: left
}

.parternotetext {
    max-width: 938px;
    margin: auto;
    font-weight: 500;
    font-size: 12px;
    margin-top: 72px;
    line-height: 120%;
    color: #667085;
    text-align: left
}

.partner-slider__left label {
    font-weight: 500;
    font-size: 20px;
    color: #344054;
    line-height: 120%
}

.inputslidertext {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #e4e7ec;
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 0 11px;
    color: #000
}

.partner-slider__left input::placeholder {
    color: #000
}

.sliderresult__bg {
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: 26px;
    align-items: center;
    max-width: 384px
}

.annual__bgvalue p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #475467
}

.annual__bgvalue strong {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #060b14
}

.partner-slider__innerbox .range {
    position: relative;
    margin-top: 22px
}

.partner-slider__innerbox .range label {
    font-weight: 700;
    font-size: 32px;
    line-height: 27px;
    color: #475467;
    margin-bottom: 12px
}

@media only screen and (max-width:767px) {
    .partner-slider__innerbox .range label {
        font-size: 24px;
        line-height: 27px
    }
}

.partner-slider__innerbox .range ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

.partner-slider__innerbox .range ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #475467
}

@media only screen and (max-width:767px) {
    .partner-slider__innerbox .range ul li {
        font-size: 14px;
        line-height: 24px
    }
}

.partner-slider__innerbox .range input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0
}

.partner-slider__innerbox .range .rangeslider {
    display: block;
    border-radius: 10px;
    background: #d1e9ff;
    position: relative;
    height: 20px;
    width: 100%;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .partner-slider__innerbox .range .rangeslider {
        height: 12px
    }
}

.partner-slider__innerbox .range .rangeslider .rangeslider__fill {
    display: block;
    background: #f63d68;
    border-radius: 10px;
    position: absolute;
    top: 0;
    height: 100%
}

.partner-slider__innerbox .range .rangeslider .rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 62.5px;
    top: -5px;
    background: #fff;
    border: 6px solid #fea3b4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media only screen and (max-width:767px) {
    .partner-slider__innerbox .range .rangeslider .rangeslider__handle {
        width: 24px;
        height: 24px;
        top: -7px
    }
}

.partner-slider__innerbox .range .rangeslider.rangeslider--active .rangeslider__handle, .partner-slider__innerbox .range .rangeslider .rangeslider__handle:hover {
    background: #f63d68
}

.bg--whitenew {
    background-color: #fff;
    background-image: none;
    display: block;
}

.bg--whitenew .paisabase-testimonial__wrapper .owl-carousel .owl-item img {
    width: 100%
}

.bg--whitenew .base-block__heading {
    margin-bottom: 10px
}

.slider__textpara {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #475467
}

.partner-journey {
    padding: 64px 15px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/gradient-bg.png)no-repeat right top
}

.partner-journey__wrapper {
    max-width: 1160px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 30px
}

.partner-journey__wrapper h3 {
    margin-bottom: 10px
}

.partner-journey__wrapper p {
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 22px;
    line-height: 35.2px;
    color: #1d2939
}

.journey__btnwrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-journey__wrapper .journey__btnwrapper {
    margin-top: 48px
}

.paisa-oneplace {
    padding: 64px 15px;
    background: #f2f4f7
}

.paisa-oneplace__wrapper {
    max-width: 1160px;
    margin: auto
}

.paisa-oneplace__wrapper h3 {
    margin-bottom: 0
}

.paisa-oneplace__wrapper .gettext {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center
}

.analysis-block__wrapperbox {
    display: flex;
    margin-top: 72px;
    gap: 16px
}

.analysis-content__tabslider ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 28.8px;
    vertical-align: middle;
    color: #344054;
    display: flex;
    gap: 16px;
    padding: 27px 25px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d0d5dd
}

.analysis-content__tabslider ul li:last-child a {
    border-bottom: 0
}

.analysis-content__tabslider ul li a span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d0d5dd;
    border-radius: 50%
}

.analysis-content__tabslider ul li a span i {
    width: 25px;
    height: 25px;
    display: flex
}

.analysis-content__tabslider ul li a span .real__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/real.svg)no-repeat left top;
    width: 27px
}

.analysis-content__tabslider ul li a span .advance__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/advance-icon.svg)no-repeat left top
}

.lead__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/dashboard-icon.svg)no-repeat left top
}

.analysis-content__tabslider ul li.ui-tabs-active a {
    color: #060b14;
    background-color: #fff;
    border-radius: 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: -1px;
    position: relative
}

.analysis-content__tabslider ul li.ui-tabs-active a span i.real__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/real-active.svg)no-repeat left top
}

.analysis-content__tabslider ul li.ui-tabs-active a span i.advance__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/advance-icon-active.svg)no-repeat left top
}

.analysis-content__tabslider ul li.ui-tabs-active a span i.lead__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/dashboard-icon-active.svg)no-repeat left top
}

.analysis-content__tabslider ul li img {
    display: none
}

.analysis-content__tabslider ul li.ui-tabs-active img {
    display: block
}

.analysis-img__wrapper .ui-tabs-panel {
    border-radius: 4px;
    background-color: #fff
}

.analysis-img__wrapper img {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 292px
}

.analysis-content__tabslider ul li.ui-tabs-active a span {
    background: #ffe4e8
}

.partner-trader {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/partner-trader-bg.png)no-repeat center center;
    background-size: cover;
    padding: 64px 15px
}

@media only screen and (max-width:767px) {
    .partner-trader {
        background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/partner-trader-bg-mob.png)no-repeat center center;
        padding: 32px 15px
    }
}

.partner-trader__wrapper {
    max-width: 1134px;
    margin: auto
}

.partner-trader__wrapper h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 52.8px;
    color: #101828;
    text-align: center;
    margin-bottom: 24px;
    text-transform: capitalize
}

@media only screen and (max-width:767px) {
    .partner-trader__wrapper h3 {
        font-size: 20px;
        line-height: 45.6px;
        color: #060b14;
        margin-bottom: 0
    }
}

.partner-trader__wrapper p {
    max-width: 885px;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
    text-align: center;
    margin-bottom: 24px
}

.partner-trader__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 42px
}

@media only screen and (max-width:767px) {
    .partner-trader__list {
        gap: 30px
    }
}

.partner-trader__list-box {
    flex: 1;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/partner-trader-box-bg.svg), #fff no-repeat;
    background-size: cover;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    padding: 35px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px
}

@media only screen and (max-width:767px) {
    .partner-trader__list-box {
        flex: 0 0 45%;
        border-radius: 2px;
        padding: 22px 10px;
        gap: 11px
    }
}

.partner-trader__list-box span {
    display: inline-block;
    width: 59px;
    height: 59px
}

@media only screen and (max-width:767px) {
    .partner-trader__list-box span {
        width: 35px;
        height: 35px
    }
}

.partner-trader__list-box span.partner-trader-icon-1 {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/partner-trader-icon-1.svg) no-repeat center center;
    background-size: cover
}

.partner-trader__list-box span.partner-trader-icon-2 {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/partner-trader-icon-2.svg) no-repeat center center;
    background-size: cover
}

.partner-trader__list-box span.partner-trader-icon-3 {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/partner-trader-icon-3.svg) no-repeat center center;
    background-size: cover
}

.partner-trader__list-box span.partner-trader-icon-4 {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/partner-trader-icon-4.svg) no-repeat center center;
    background-size: cover
}

.partner-trader__list-box h4 {
    flex: 1;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #1d2939;
    margin-bottom: 0
}
/* Slider Review CSS Mobile ST */
.flow-wrapper {
        max-width:450px;
        margin:auto;
        background:#fff;
        border-radius:16px;
        box-shadow:0 4px 20px rgba(0,0,0,0.08);
        overflow:hidden;
    }

    /* STEP PROGRESS BAR */
    .step-progress {
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:18px 0 10px;
    }
    .step-progress.hide {
        display:none !important;
    }
    .step {
        width:16px;
        height:16px;
        background:#cfd8e8;
        border-radius:50%;
        position:relative;
        transition:0.3s;
    }

    /* CONNECTING LINES */
    .step::after {
        content:"";
        position:absolute;
        width:75px;
        height:3px;
        background:#cfd8e8;
        top:50%;
        left:100%;
        transform:translateY(-50%);
    }

    .step:last-child::after {display:none;}

    /* ACTIVE STEP */
    .step.active {
        width:20px;
        height:20px;
        background:#5b8dff;
        box-shadow:0 0 10px rgba(91,141,255,0.4);
    }

    /* COMPLETED STEPS */
    .step.completed {
        background:#7ea2ff;
    }

    .step.completed::after {
        background:#5b8dff;
    }

    /* SLIDER */
    .flow {overflow:hidden; width:100%;}
    .track {display:flex; transition:transform .45s ease;}
    .screen {min-width:100%;}
    .help-support{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    .title {
        font-size:24px;
        font-weight: 700;
        line-height: 28px;
        margin:12px 0;
        color:#101828;
    }

    .subtitle {
        font-size:16px;
        color:#56627c;
        margin-bottom:15px;
    }

    /* ⁠CUSTOM RADIO BUTTONS */
    .options {display:flex; flex-direction:column; gap:12px;}

    .option {
        position:relative;
        display:flex;
        align-items:center;
        gap:8px;
        padding:10px;
        background:#fff;
        border:1px solid #d8e1ef;
        border-radius:8px;
        font-size:14px;
        color:#2b3e63;
        cursor:pointer;
        transition:.25s;
    }

    .option:hover {
        background:#f1f5ff;
        border-color:#b9cbff;
    }

    .option input[type="radio"] {
        position:absolute;
        opacity:0;
        pointer-events:none;
    }
    .screen__nextwrapper{
        margin: 20px 0;
        text-align: center;
    }
    .screen__nextwrapper a{
        color: #5b8dff;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
    }
    .enterotp__wrapper{
        margin-top: 20px;
    }
    .custom-radio {
        width:18px;
        height:18px;
        border:1px solid #b7c4db;
        border-radius:50%;
        display:inline-block;
        position:relative;
        transition:0.25s;
    }

    .custom-radio::after {
        content:"";
        width:9px;
        height:9px;
        background:#5b8dff;
        border-radius:50%;
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%) scale(0);
        transition:0.25s ease;
    }

    .option:hover .custom-radio {
        border-color:#5b8dff;
    }

    .option input[type="radio"]:checked + .custom-radio {
        border-color:#5b8dff;
    }

    .option input[type="radio"]:checked + .custom-radio::after {
        transform:translate(-50%, -50%) scale(1);
    }
    .resend_otp{
        display:inline-block;
        float: right;
        clear: both;
        color: rgb(0, 123, 255);
    }
    .mobile_otp_success{
        margin-top:20px;
    }
    .odabase-edit {
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #475467;
    }
    .edit-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/home-page/edit-icon.svg) no-repeat;
        position: relative;
        top: 6px;
        cursor: pointer;
    }
    .imgmargin{
        margin-bottom: 25px;
    }
    .thankyou {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .thankyou p {
        font-size:16px;
    }
/* Slider Review CSS Mobile EN */
.paisabase-block__points{
margin-top:15px;

ul.paisabase-block__points.paisabase-block__pointsmod {
    padding: 14px 12px 21px;
    margin-top: 21px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .paisabase-block__points {
        padding: 15px;
        margin-top: 15px;
    }
}
}

ul.paisabase-block__points.paisabase-block__pointsmod {
    padding: 14px 12px 21px;
    margin-top: 21px;
    text-align: center;
}
.paisabase-block__pointsmod li:last-child {
    padding-left: 0;
    border: 0;
}

ul.paisabase-block__points {
    background-color: #fcfcfc;
}

ul.paisabase-block__points.paisabase-block__pointsmod {
    background-color: #fff1f1;
}
@media only screen and (max-width:767px) {
    .partner-trader__list-box h4 {
        font-size: 14px
    }
    /* Slider Review CSS Mobile ST */
    .odabase-block__form{
        padding: 15px;
    }
    .step-progress{
        padding: 0 0 10px;
    }
    .title{
        font-size: 18px;
    }
    .option{
        padding: 8px;
        font-size: 12px;
    }
    /* Slider Review CSS Mobile EN */
}

@media only screen and (max-width:767px) {
    .benefits-points__wrapper img {
        margin: auto
    }
    .paisabase-block__points li:last-child {
        padding-left: 20px
    }

    .paisabase-block__points li span {
        font-size: 14px
    }

    .paisabase-block__points li p {
        font-size: 12px
    }

    .partner__points li img {
        max-width: 30px
    }

    .partner__points li {
        padding-left: 38px
    }

    .partner__points li strong {
        font-size: 16px
    }

    .partner__points li span {
        font-size: 12px;
        line-height: 16px
    }

    .odabase-block__form {
        margin-top: 30px;
        padding: 15px;
    }

    .partner__points {
        margin-top: 30px;
        gap: 12px
    }

    .benefits-points {
        padding: 35px 15px
    }

    .benefits-points__wrapper h3 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 36px
    }

    .partner-slider__innerbox {
        flex-wrap: wrap;
        gap: 25px
    }

    .partner-slider__left {
        order: 2
    }

    .sliderresult__bg {
        order: 1
    }

    .sliderresult__bg {
        margin-top: 25px;
        padding-right: 0;
        justify-content: initial;
        gap: 20px
    }

    .partner-sliderbg {
        padding: 35px 15px
    }

    .partner-slider__left label {
        font-size: 16px
    }

    .annual__bgvalue p {
        font-size: 16px
    }

    .annual__bgvalue strong {
        font-size: 24px
    }

    .sliderresult__bg img {
        max-width: 115px;
        margin: 0
    }

    .parternotetext {
        margin-top: 25px
    }

    .paisa-oneplace {
        padding: 35px 15px
    }

    .partner-journey {
        padding: 35px 15px
    }

    .partner-journey__wrapper {
        display: block
    }

    .partner-journey__wrapper p {
        font-size: 16px
    }

    .partner-journey__wrapper .journey__btnwrapper {
        margin-top: 30px
    }

    .partner-journey__left:last-child {
        margin-top: 30px
    }

    .paisabase-testimonial {
        padding: 35px 15px
    }

    .analysis-content__tabslider ul li.ui-tabs-active a {
        border: 1px solid #ffe4e8;
        border: 0;
        border-radius: 5px;
        margin-right: 0
    }

    .analysis-content__tabslider ul li a {
        font-size: 16px;
        padding: 20px 15px
    }

    .analysis-content__tabslider ul li.ui-tabs-active {
        background-color: #fff;
        border: 1px solid #ffe4e8;
        border-radius: 5px
    }

    .analysis-block__wrapperbox {
        margin-top: 30px
    }

    .breadcrumb-block__wrapper .breadcrumb {
        padding-top: 0 !important
    }

    .partner-slider {
        padding: 35px 15px
    }

    .paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-prev {
        right: 60%
    }

    .paisabase-testimonial__wrapper .owl-theme .owl-nav .owl-next {
        left: 62%
    }

    .paisabase-testimonial__wrapper .testimonail__text {
        font-size: 16px
    }

    .paisabase-testimonial__wrapper.users-testimonial .owl-theme .owl-nav {
        margin-top: 85px
    }

    .partner-journey__wrapper h3 {
        margin-bottom: 0
    }

    .paisabase-openaccount__wrapper .base-block__heading {
        font-size: 20px;
        text-align: center;
        margin-bottom: 32px
    }

}
