<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}
@font-face {
    font-family: Supreme-Regular;
    src: url(../fonts/Supreme/Supreme-Regular.woff2) format("woff2"),url(../fonts/Supreme/Supreme-Regular.woff) format("woff"),url(../fonts/Supreme/Supreme-Regular.ttf) format("truetype"),url(../fonts/Supreme/Supreme-Regular.eot);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Supreme-Medium;
    src: url(../fonts/Supreme/Supreme-Medium.woff2) format("woff2"),url(../fonts/Supreme/Supreme-Medium.woff) format("woff"),url(../fonts/Supreme/Supreme-Medium.ttf) format("truetype"),url(../fonts/Supreme/Supreme-Medium.eot);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Supreme-Bold;
    src: url(../fonts/Supreme/Supreme-Bold.woff2) format("woff2"),url(../fonts/Supreme/Supreme-Bold.woff) format("woff"),url(../fonts/Supreme/Supreme-Bold.ttf) format("truetype"),url(../fonts/Supreme/Supreme-Bold.eot);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Supreme-Extrabold;
    src: url(../fonts/Supreme/Supreme-Extrabold.woff2) format("woff2"),url(../fonts/Supreme/Supreme-Extrabold.woff) format("woff"),url(../fonts/Supreme/Supreme-Extrabold.ttf) format("truetype"),url(../fonts/Supreme/Supreme-Extrabold.eot);
    font-weight: 800;
    font-style: normal
}

* {
    border-collapse: collapse;
    border: 0;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Supreme-Medium!important;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #000;
    line-height: 1.6
}
.base--space {
    padding: 35px 0
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #f9fafb
}

header.header-scrolled {
    box-shadow: rgba(0,0,0,.2) 0 0 20px 0
}

.menu-block {
    position: relative;
    background: #f9fafb;
    z-index: auto;
}

.menu-block__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    margin: 0 20px
}

.login__btnnew a {
    background-color: #fff5f6;
    border: 1px solid #feccd6;
    padding: 10px 13px;
    color: #e31b54;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 4px;
    text-decoration: none!important
}

.menu-block__logo {
    flex: 0 0 10%
}

.menu-block__logo .logo--img {
    display: inline-block;
    position: relative
}
.menu-block__logo .logo--img img {
    max-width: 115px;
    width: auto;
    height: auto;
}
.noTitle {
    padding-top: 70px
}
@media only screen and (max-width: 767px) {
    #news-blog-form {
        margin-bottom:20px
    }

    .base--space {
        padding: 45px 0 25px
    }
    .menu-block__logo .logo--img {
        left: -20px !important;
        top: 1px !important;
    }
}

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

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

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

.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 7px;
    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: #869791
}

@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-righ: 15px
    }
}

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

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

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

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

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

.paisabase-block__wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #475467
}
.paisabase-block__wrapper p.prtext {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .paisabase-block__wrapper p {
        font-size:16px;
        margin-bottom: 0
    }
    .paisabase-block__wrapper p.prtext{
        font-size: 14px;
        margin-top: 10px;
    }
}

.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 {
    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: 430px;
    margin: auto
}

.oda__formheading {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #c01048;

    margin-bottom: 5px;
}

.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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 48px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    line-height: 18px;
    color: #1d2939;
    border: 1.5px solid #c4c4c4
}

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

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

    .odabase-block__lead input.number-only {
        padding-left: 50px
    }
    .odabase-block__form{
        padding: 10px 15px;
    }
    .oda__formheading{
        font-size: 18px;
    }
}

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

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

.odabase-block__tac {
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #98989875
}

.odabase-block__tac a {
    color: #007bff87
}

.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;
    gap:25px;
    align-items: center;
    padding: 45px 0 0
}

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

.paisabase-block__points li {
    display: flex;
    gap:10px;
    flex: 1;
    position: relative;
    font-size: 16px;
    align-items: center;
    color: #475467
}

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

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

.paisabase-block__points li span {
    display: flex;
    width: 30px;
    height: 30px
}

@media only screen and (max-width: 767px) {
    .paisabase-block__points li span {
        width: 16px;
        height: 16px
        
    }
}

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

@media only screen and (max-width: 767px) {
    .paisabase-block__points li strong {
        font-weight:500;
        font-size: 14px;
        line-height: 16px
    }
}
.paisabase-block__points li .stock-app_rating {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/stock/app-rating.svg) left top no-repeat;
    
}
.paisabase-block__points li .stock-app_user {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/stock/app-user.svg) left top no-repeat
}
.paisabase-block__points li .location__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/api-registration/icons8-location-50.png) left top no-repeat;
    background-size: 100%;
}
.paisabase-block__points li .date__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/api-registration/icons8-calendar-50.png) left top no-repeat;
    background-size: 100%;
}
.paisabase-block__points li .clock__icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/api-registration/icons8-clock-30.png) left top no-repeat;
    background-size: 100%;
}

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

.partner-block {
    padding: 86px 15px;
    background-color: #f9fafb
}

@media only screen and (max-width: 767px) {
    .partner-block {
        padding:40px 15px;
        min-height: auto
    }
}

.partner-block__wrapper {
    max-width: 1123px;
    margin: 0 auto
}

.partner-block__wrapper h2 {
    color: #060b14;
    margin-bottom: 80px;
    text-transform: capitalize
}

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

.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-features__accordian {
    max-width: 511px;
    width: 100%;
    position: relative
}

.paisabase-features__accordian.right__align {
    float: right
}

.paisabase-features__accordian-box {
    background: #1c1b1f;
    border: 1px solid #938f99;
    border-radius: 12px;
    margin-bottom: 10px
}

.paisabase-features__accordian-box .accordian__click {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .1px;
    padding: 10px 50px 10px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-features__accordian-box .accordian__click {
        font-size:16px;
        margin: 0;
        padding-bottom: 10px
    }
}

.paisabase-features__accordian-box .accordian__click i {
    display: inline-block;
    margin-right: 16px
}

@media only screen and (max-width: 767px) {
    .paisabase-features__accordian-box .accordian__click i {
        width:58px;
        flex: 0 0 19%;
        margin-right: 0
    }
}

.paisabase-features__accordian-box .accordian__click span {
    background: #475467;
    opacity: .3;
    border-radius: 33px;
    position: absolute;
    top: 18px;
    right: 17px;
    width: 24px;
    height: 24px
}

.paisabase-features__accordian-box .accordian__click span .arrow__down:after {
    border: solid #f6f5fa;
    border-width: 0 0 2px 2px;
    padding: 3px;
    top: 6px;
    right: 8px
}

.paisabase-features__accordian-box .accordian__open {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
    color: #fff;
    padding: 15px 15px 20px 65px;
    border-top: 1px solid #344054
}

@media only screen and (max-width: 767px) {
    .paisabase-features__accordian-box .accordian__open {
        font-size:14px;
        height: auto
    }
}

.paisabase-features .paisabase-features__img {
    flex: 0 0 50%;
    text-align: center;
    padding-left: 140px
}

@media only screen and (max-width: 767px) {
    .paisabase-features .paisabase-features__img {
        display:none
    }
}

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

.single-touch-login {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/single-touch-login.svg) left top no-repeat;
    width: 40px;
    height: 40px
}

.customize-watchlist {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/customize-watchlist.svg) left top no-repeat;
    width: 40px;
    height: 40px
}

.multi-support-lang {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/multi-support-lang.svg) left top no-repeat;
    width: 40px;
    height: 40px
}

.stock-sip {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/stock-sip.svg) left top no-repeat;
    width: 40px;
    height: 40px
}

.markets {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/markets.svg) left top no-repeat;
    width: 40px;
    height: 40px
}

.advance-orders {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/advance-orders.svg) left top no-repeat;
    width: 40px;
    height: 40px
}

.detail-company-page {
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/detail-company-page.svg) left top no-repeat;
    width: 40px;
    height: 40px
}

.paisabase-openaccount {
    background-color: #101620;
    padding: 54px 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 40px;
    padding: 56px 0 0
}

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

    .paisabase-openaccount__wrapper img {
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-openaccount__tabslider {
        overflow-x:scroll
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-openaccount__tabslider ul {
        width:540px;
        display: flex
    }
}

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

@media only screen and (max-width: 767px) {
    .paisabase-openaccount__tabslider ul li {
        padding-right:0;
        padding-left: 0;
        text-align: center;
        flex: 1;
        margin-bottom: 10px
    }
}

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

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

.paisabase-openaccount__tabslider ul li a span {
    border: 2px solid #e4e7ec;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .paisabase-openaccount__tabslider ul li a span {
        position:relative;
        display: block;
        margin: auto auto 10px
    }

    .paisabase-openaccount__tabslider ul li a span i {
        margin-top: 10px
    }
}

.paisabase-openaccount__tabslider ul li a span:after {
    content: "";
    position: absolute;
    height: 26px;
    bottom: -29px;
    left: 19px;
    width: 2px;
    background-color: #a4acba
}

@media only screen and (max-width: 767px) {
    .paisabase-openaccount__tabslider ul li a span:after {
        height:2px;
        top: 21px;
        right: -78px;
        width: 65px;
        left: auto
    }
}

.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: 21px
}

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

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

.paisabase-openaccount__tabslider ul li a i.ipo-digilocker,.paisabase-openaccount__tabslider ul li a i.ipo-take_selfie {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/user.svg) center center no-repeat
}

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

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

.paisabase-openaccount__tabslider ul li a i.earning-icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/earning.svg) center center no-repeat;
    height: 23px
}

.paisabase-openaccount__tabslider ul li a i.referral-icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/referral.svg) center center no-repeat;
    height: 25px
}

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

.paisabase-openaccount__tabslider .active a span {
    border: 2px solid #a11043
}

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

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

.paisabase-openaccount__tabslider .active a span .ipo-digilocker,.paisabase-openaccount__tabslider .active a span .ipo-take_selfie {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/user-active.svg) center center no-repeat
}

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

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

.paisabase-openaccount__tabslider .active a span .earning-icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/earning-icon.svg) center center no-repeat;
    height: 23px
}

.paisabase-openaccount__tabslider .active a span .referral-icon {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/partner/referral-icon.svg) center center no-repeat;
    height: 25px
}

.paisabase-openaccount__tabslider .active a span:after {
    background-color: #a11043
}

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

.paisabase-onlinetrade {
    padding: 86px 15px
}

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

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

@media only screen and (max-width: 767px) {
    .paisabase-onlinetrade__wrapper h2 {
        text-align:center!important
    }
}

.paisabase-onlinetrade__wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #060b14;
    text-align: left
}

.paisabase-onlinetrade__wrapper .online__tradingtext {
    display: 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
    }
}

.partner-dashboard {
    padding: 68px 15px;
    background-color: #f2f4f7
}

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

.partner-dashboard__wrapper {
    max-width: 1130px;
    margin: 0 auto
}

.partner-dashboard__wrapper h2 {
    margin-bottom: 0;
    text-transform: capitalize
}

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

.partner-dashboard__innerwrapper {
    margin-top: 70px
}

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

.partner-dashboard__innerwrapper h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #000
}

.partner-dashboard__box {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .partner-dashboard__box {
        display:block
    }
}

.partner-dashboard__box .partner__left {
    flex: 0 0 40%
}

.partner-dashboard__box .partner__left ul li {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 12px
}

.partner-dashboard__box .partner__right {
    flex: 0 0 60%;
    text-align: center
}

.partner-dashboard__box .partner__right img {
    height: auto;
    max-width: 85%
}

.algo-process {
    padding: 84px 15px
}

@media only screen and (max-width: 767px) {
    .algo-process {
        padding:40px 15px
    }
}

.algo-process__wrapper {
    margin: auto
}

.algo-process__wrapper h2 {
    text-align: center;
    margin-bottom: 48px;
    text-transform: capitalize
}

@media only screen and (max-width: 767px) {
    .algo-process__wrapper h2 {
        text-align:center!important;
        margin-bottom: 32px
    }
}

.algo-process__innerbox {
    padding: 12px 10px;
    border-radius: 3.72px;
    border: 1px solid rgba(221,221,221,.2);
    box-shadow: 0 1.38px 11.07px rgba(16,24,40,.03),0 1.38px 2.77px rgba(16,24,40,.03)
}

.algo-process__innerbox p {
    margin-top: 10px;
    margin-bottom: 0
}

.algo-process__innerbox .partner__bglight {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center
}

.youtube-play {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.youtube-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #6a6a6a;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.youtube-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #e31b54;
    border-radius: 50%;
    transition: all .2s
}

.youtube-play:hover:after {
    background-color: #e31b54
}

.youtube-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.youtube-play span {
    display: block;
    position: relative;
    z-index: 3;
    left: 2px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

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

.partner-lead-enroll__wrapper {
    max-width: 386px;
    margin: auto;
    text-align: center;
    padding: 37px 0 0
}

.partner-lead-enroll__wrapper h3 {
    font-weight: 400;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    color: #060b14
}

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

.partner-lead-enroll__btn {
    margin-top: 18px
}

.partner-lead-enroll__btn a {
    background: #c01048;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 12px;
    line-height: 150%;
    text-align: center;
    max-width: 191px;
    width: 100%;
    color: #fff
}

.partner-lead-enroll__btn a:hover {
    color: #fff
}

.partner-why {
    padding: 86px 15px 51px
}

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

.partner-why h2 {
    margin-bottom: 48px;
    text-transform: capitalize
}

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

.partner-why__wrapper {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

@media only screen and (max-width: 767px) {
    .partner-why__wrapper {
        display:block
    }
}

.partner-why__innerbox {
    flex: 1;
    background-color: #fff1f3;
    padding: 40px 10px 10px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .partner-why__innerbox {
        margin-bottom:20px;
        padding: 20px
    }
}

.partner-why__innerbox p {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    padding-top: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #000
}

.paisabase-testimonial {
    padding-top: 54px;
    padding-bottom: 63px;
    background-color: #f9fafb
}

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

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

.paisabase-testimonial__wrapper {
    margin: 40px 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
}

.paisabase-testimonial__wrapper .testimonail__text {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
    color: #000
}

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

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

.paisabase-faqs {
    padding: 86px 15px;
    background-color: #f9fafb
}

@media only screen and (max-width: 767px) {
    .paisabase-faqs {
        padding:10px 15px 35px;
        background-color: #fff
    }
}

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

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

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

.paisabase-faqs__wrapper .arrow__down:after {
    border: solid #060b14;
    border-width: 0 0 2px 2px;
    padding: 4px;
    top: 0
}

.paisabase-faqs__wrapper .accordian__click,.paisabase-faqs__wrapper .faq__click {
    position: relative;
    border-bottom: 1px solid #e4e7ec;
    margin: 0 0 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

@media only screen and (max-width: 767px) {
    .paisabase-faqs__wrapper .accordian__click,.paisabase-faqs__wrapper .faq__click {
        padding-right:10px;
        padding-left: 0;
        margin-bottom: 25px;
        padding-bottom: 25px
    }
}

.paisabase-faqs__wrapper .accordian__open,.paisabase-faqs__wrapper .faq__open {
    padding: 0 30px 30px
}

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

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

@media only screen and (max-width: 767px) {
    .base-block__heading {
        font-size:24px
    }
}

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

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

.algo-process__innerbox p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #060b14
}

.algo-process__innerbox .partner__bglight {
    background-color: #fff
}

.algo-process__innerbox {
    min-height: 240px
}

.algo-process__wrapper {
    max-width: 1220px
}

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

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

.text--center {
    padding: 0
}

.partner-why__innerbox img {
    height: 125px
}

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

    .paisabase-faqs__wrapper .kmore__click {
        padding-left: 0;
        margin-bottom: 25px;
        padding-bottom: 25px
    }
}

.paisabase-faqs__wrapper .kmore__open {
    padding: 0 30px 30px
}

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

    .paisabase-features .paisabase-features__img {
        display: block;
        padding-top: 20px;
        padding-left: 0
    }

    .paisabase-features .paisabase-features__img img,.paisabase-features__img&gt;.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: 15px 0
    }

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

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

.paisabase-block__wrapper {
    margin: 0 auto 15px
}

.faq_partner_sectn {
    background-color: #fff
}

.paisabase-faqs__wrapper p {
    margin-top: 0!important;
    margin-bottom: 0!important
}

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

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

.visibility-hidden {
    visibility: hidden
}

.paisabase-testimonial {
    padding: 86px 15px 70px
}

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

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

.paisabase-testimonial__wrapper {
    margin: 40px 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
}

.paisabase-testimonial__wrapper .testimonail__text {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
    color: #000
}

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

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

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

.paisabase-faqs__wrapper {
    max-width: 1050px;
    margin: auto
}

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

.paisabase-faqs__wrapper h2 {
    margin-bottom: 70px
}

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

.paisabase-faqs__wrapper .arrow__down:after {
    border: solid #060b14;
    border-width: 0 0 2px 2px;
    padding: 4px;
    top: 0
}

.paisabase-faqs__wrapper .faq__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) {
    .paisabase-faqs__wrapper .faq__click {
        padding-left:0;
        margin-bottom: 25px;
        padding-bottom: 25px
    }
}

.paisabase-faqs__wrapper .faq__open {
    padding: 0 30px 30px
}

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

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

@media only screen and (max-width: 767px) {
    .base-block__heading {
        font-size:24px;
        text-align: left!important
    }
}

.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__wrapper h2 {
    margin-bottom: 0
}

.paisabase-platforms__inner-box img {
    width: 100%;
    object-fit: contain
}

.paisabase-platforms__inner-box img.withmod {
    height: 150px
}

.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-top: 54px;
    padding-bottom: 63px;
    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-carousel .owl-stage {
    padding-top: 20px
}

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

.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: inline-block;
    margin-top: 100px
}

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

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

.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
}
.toggle__switchpartner{
    display: flex;
    align-items: center;
    gap:20px;
}
.partner-switch-button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: 10px 0;
  overflow: hidden;
}

.partner-switch-button.r,
.partner-switch-button.r .layer {
  border-radius: 100px;
}

.partner-switch-button.b2 {
  border-radius: 2px;
}

.partner-switch-button .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.partner-switch-button .knobs {
  z-index: 2;
}
.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.partner-switch-button .layer {
  width: 100%;
  background-color: #c01048;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#partner-switch .knobs:before {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  color: #c01048;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 10px 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#partner-switch .checkbox:checked + .knobs:before {
  content: "NO";
  left: 42px;
  background-color: #999;
  color:#fff;
}

#partner-switch .checkbox:checked ~ .layer {
  background-color: #ddd;
}

#partner-switch .knobs,
#partner-switch .knobs:before,
#partner-switch .layer {
  transition: 0.3s ease all;
}
@keyframes lineAnim {
    0 {
        left: -40%
    }

    50% {
        left: 20%;
        width: 80%
    }

    to {
        left: 100%;
        width: 100%
    }
}
    -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
}

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

.bg--whitenew {
    background-color: #fff;
}

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

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

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

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

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

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

.base-block__heading span {
    color: #c01048;
}

.slider__textpara {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #475467;
}
.new-footer
{
    display:none;
}
</pre></body></html>