/* Header Section CSS Start */
html {
    overflow-y: scroll;
}

.menu-block,
header {
    background: #585858;
}

.menu-block .nav-icon span,
.mobile-close:after,
.mobile-close:before {
    background: #FFFFFF;
}

.mobile__menuopen,
ul.menu-block__list li.menu-block__dropdown ul.menu-block__dropdownlist,
.global__search,
.globalsearch--drop,
.menu-block__search input,
.new-footer {
    background: #3f3f3f;
}

.new-footer__wrapper {
    display: block !important;
}

.global__search:after {
    border-bottom: 10px solid #3f3f3f;
}

ul.menu-block__list li .linkdropdown,
ul.menu-block__list li a,
ul.menu-block__list li .linkdropdown.active,
ul.menu-block__list li .linkdropdown:hover,
.menu-block__language .language__wrapper .language__down,
.headingtxtmenu,
.menuspantext span,
ul.menu-block__list li.menu-block__dropdown ul.menu-block__dropdownlist li a:hover .menuspantext span,
ul.menu-block__list li.menu-block__dropdown ul.menu-block__dropdownlist li .marketlinks,
.tabsubmenu .submenu__tabcontent .menuspantext span,
.mobile-menu li a,
.mobile__btnaction a.darkred__btn,
.download__headertext,
.headingtxtmenu.active,
.mobile-menu li a.active,
.global__searchleft ul li a.active,
.globalsearch--drop li,
.globalsearch--drop li a,
.new-footer__moreinfo p,
p#footer_more_info,
.new-footer__copy,
.legal__ticker ul li {
    color: #FFFFFF;
}

.new-footer__copy {
    border-top: 1px solid #FFFFFF;
}

.menu-block__language .language__wrapper .language__down:after {
    border: solid #FFFFFF;
    border-width: 0 0 1px 1px;
}

.mobile-menu li a .headerdrop__arrow {
    border: solid #d9d9d9;
    border-width: 0 0 2px 2px;
}

.mobile-menu li a.active .headerdrop__arrow {
    border: solid #FFFFFF;
    border-width: 0 0 2px 2px;
}

ul.menu-block__list li.active .linkdropdown:after {
    border-bottom: 3px solid #E31B54;
}

.menu-block__opendemat a,
.openacdarkred__btn,
.mobile__btnaction a.darkred__btn {
    background-color: #E31B54;
}

ul.menu-block__list li.menu-block__dropdown ul.menu-block__dropdownlist li a:hover,
ul.menu-block__list li.menu-block__dropdown ul.menu-block__dropdownlist li .marketlinks:hover,
.mobile-menu .nav-link,
.global__searchleft ul li a.active,
.global__searchleft ul li a:hover {
    background-color: #131313;
    border: 1px solid #29313E;
}

.menuspantext p,
ul.menu-block__list li.menu-block__dropdown ul.menu-block__dropdownlist li a:hover .menuspantext p,
.mobile-menu li a,
.global__searchleft ul li a,
.globalsearch--drop li p,
.menu-block__search input::placeholder,
.global__searchleft ul li a:not([href]):not([class]) {
    color: #d9d9d9;
}

.global__searchleft ul li a:after {
    border-top: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
}

.global__searchleft ul li a.active:after,
.global__searchleft ul li a:hover:after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF
}

.global__searchleft ul li a:hover {
    color: #FFFFFF !important;
}

.globalsearch--drop li a:hover {
    background-color: #1616167a;
}

.menu-block__search .menusearch__btn .menusearch__icon:before {
    background: #FFFFFF;
    top: 15px;
}

.menu-block__search .menusearch__btn .menusearch__icon:after {
    border: 1px solid #FFFFFF;
}

.tabsubmenu .submenulinks__tabs li .marketlinks.active {
    border: 1px solid #29313E !important;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/arrow-forword.svg) 95% 45% no-repeat #131313;
}

.login__btnnew a:hover {
    color: #FFFFFF;
    background-color: #E31B54;
    border: 1px solid #E31B54;
}

.mobile__btnaction a {
    border: 2px solid #E31B54;
    color: #E31B54;
    background-color: #fff5f6;
}

@media only screen and (max-width: 1180px) {
    .dropdown__mobilewrapper {
        color: #FFFFFF;
        border: 1px solid #e4e7ec;
    }

    .headingtxtmenu {
        background: #1616167a;
    }

    .paisadropdwon__wrapper input[type=radio]+label {
        color: #3d4051;
    }

    .menu-block__search .menusearch__btn {
        top: 3px;
        width: 28px;
    }

    .menu-block__search.moblie__search .menusearch__btn {
        top: 13px;
    }

    .menu-block__search .menusearch__btn .menusearch__icon {
        top: 0;
    }

    .mobile-menu .nav-link.active .headerdrop__arrow {
        border: solid #FFFFFF;
        border-width: 0 0 2px 2px;
    }

    .mobile-menu .nav-link.active {
        background-color: #131313;
        border: 1px solid #29313E;
    }

    .menu-block__search.moblie__search input {
        background: #3f3f3f;
    }
}

.globalsearch--drop::-webkit-scrollbar-track {
    background-color: #8d8d8d
}

.globalsearch--drop::-webkit-scrollbar {
    background-color: #333333
}

.globalsearch--drop::-webkit-scrollbar-thumb {
    background-color: #bbbbbb
}

.legal__ticker .custom-attention {
    color: #1570EF;
}

/* Header Section CSS Ends */

/* Parallax Animation CSS Start */
.parallax-container {
    position: relative;
    overflow: hidden
}

.parallax-section {
    position: relative;
    display: block;
}

.parallax-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.parallax-content.paisabase-onetap-trading__wrapper {
    max-width: 100%;
    padding: 0
}

.parallax-content.paisabase-faqs-accordian__wrapper {
    text-align: left
}

.parallax-text {
    opacity: 0;
    transform: translateY(50px);
    transition: all .8s ease-out
}

.parallax-text.visible {
    opacity: 1;
    transform: translateY(0)
}

.parallax-text--delay-1 {
    transition-delay: .1s
}

.parallax-text--delay-2 {
    transition-delay: .2s
}

.parallax-text--delay-3 {
    transition-delay: .3s
}

.parallax-bg {
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.parallax-btn {
    position: relative;
    overflow: hidden;
    transition: all .3s ease
}

.parallax-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left .5s ease
}

.parallax-btn:hover::before {
    left: 100%
}

@media only screen and (max-width:768px) {
    .parallax-section {
        min-height: auto
    }

    .parallax-content {
        padding: 0
    }
}

/* Parallax Animation CSS Ends */

/* .owl-carousel CSS Start */
.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%
}

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

    100% {
        opacity: 0
    }
}

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

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

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

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

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

.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,
.owl-theme .owl-nav.disabled+.owl-dots {
    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-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

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

@media only screen and (max-width:767px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 2px 9px;
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #667085;
    width: 54px;
}

@media only screen and (max-width:767px) {

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        width: 24px;
    }
}

/* .owl-carousel CSS Ends */

/* Algo Hero Section CSS Start */
.paisabase-algo-hero {
    display: block;
    background-color: #060B14;
    padding: 61px 15px 60px;
    position: relative;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero {
        padding: 48px 15px 30px
    }
}

.paisabase-algo-hero::after {
    content: url(https://storage.googleapis.com/5paisa-prod-storage/pages/algo-convention-event/algo-hero-img-after.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 595px;
    height: 931px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero::after {
        zoom: 0.35;
    }
}

.paisabase-algo-hero::before {
    content: url(https://storage.googleapis.com/5paisa-prod-storage/pages/algo-convention-event/algo-hero-img-before.svg);
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 194px;
    height: 284px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero::before {
        content: none;
    }
}

.paisabase-algo-hero__wrapper,
.paisabase-algo-hero__event {
    padding-top: 96px;
    padding-bottom: 65px;
    max-width: 1086px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.paisabase-algo-hero__wrapper {
    padding-top: 50px;
    align-items: flex-start;
}

@media only screen and (max-width:767px) {

    .paisabase-algo-hero__wrapper,
    .paisabase-algo-hero__event {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
}

.paisabase-algo-hero__left,
.paisabase-algo-hero__right {
    flex: 1;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left {
        padding-bottom: 44px;
    }
}

.paisabase-algo-hero__left,
.paisabase-algo-hero__left>* {
    position: relative;
}

.paisabase-algo-hero__left::after {
    content: "";
    position: absolute;
    top: -100px;
    left: -150px;
    width: 550px;
    height: 550px;
    flex-shrink: 0;
    border-radius: 450px;
    background: linear-gradient(318deg, #6F113E 13.43%, rgba(111, 17, 62, 0.00) 93.61%);
    filter: blur(125px);
    z-index: -1;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left::after {
        top: -120px;
        left: -120px;
        width: 300px;
        height: 300px;
        filter: blur(36px);
    }
}

.paisabase-algo-hero__left h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 7px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left h1 {
        font-size: 24px;
        line-height: 150%;
        margin-top: 0;
        margin-bottom: 8px;
    }
}

.paisabase-algo-hero__left h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: #E4E7EC;
    text-align: left;
    margin-bottom: 24px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left h3 {
        font-size: 14px;
        margin-bottom: 24px;
    }
}

.paisabase-algo-hero__left ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 38px;
    margin-bottom: 12px;
}

.paisabase-algo-hero__left ul:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left ul {
        gap: 20px;
        margin-bottom: 8px;
    }
}

.paisabase-algo-hero__left ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FCFCFD;
    position: relative;
    display: flex;
    align-items: center;
}

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

.paisabase-algo-hero__left ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -19px;
    width: 2px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    opacity: 0.31;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left ul li:after {
        top: 4px;
        right: -12px;
        width: 1px;
        height: 12px;
        opacity: 1;
    }
}

.paisabase-algo-hero__left ul li:last-child::after {
    content: none;
}

.paisabase-algo-hero__left ul li svg {
    margin-right: 12px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left ul li svg {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
}

.paisabase-algo-hero__left p {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 0;
    display: block;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left p {
        font-size: 14px;
        margin-top: 39px;
    }
}

.paisabase-algo-hero__left p svg {
    margin-right: 12px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left p svg {
        margin-right: 4px;
        width: 16px;
        height: 16px;
    }
}

.paisabase-algo-hero__left p span {
    color: #2E90FA;
    text-decoration: line-through;
    margin-left: 4px;
}

.paisabase-algo-hero__left p span.highlight {
    color: #21c9c6;
    text-decoration: none;
    margin: 0;
}

.paisabase-algo-hero__left p strong {
    font-size: 36px;
    margin-left: 7px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-hero__left p strong {
        font-size: 24px;
        margin-left: 4px;
    }
}

.odabase-block__form {
    padding: 21px 23px;
    background-color: #1D2939;
    border: 1px solid #344054;
    border-radius: 24px;
    max-width: 430px;
    margin: auto;
    min-height: 467px
}

@media only screen and (max-width: 767px) {
    .odabase-block__form {
        padding: 12px;
        min-height: auto;
        border-radius: 20px;
    }
}

.oda__formheading {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #FFFFFF
}

@media only screen and (max-width: 767px) {
    .oda__formheading {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

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

@media only screen and (max-width: 767px) {
    .odabase-block__input {
        margin-bottom: 12px;
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    .odabase-block__lead span.number:after {
        right: -8px;
        top: 0px;
        height: 17px;
    }
}

.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;
    font-family: Supreme-Regular;
    padding: 10px 12px;
    line-height: 18px;
    color: #000000;
    border: 1px solid #c4c4c4;
}

@media only screen and (max-width: 767px) {
    .odabase-block__lead input {
        height: 34px;
        font-size: 10px;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .odabase-block__lead input.number-only {
        padding-left: 42px;
    }
}

.odabase-block__lead input:read-only {
    background-color: rgb(255 255 255 / 70%);
    color: #1D2939;
}

.odabase-block__input .homepage-form__error {
    text-align: left;
}

.referral__linkwrapper {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 12px;
}

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

.referral__linkwrapper a {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #2E90FA !important;
}

@media only screen and (max-width: 767px) {
    .referral__linkwrapper a {
        font-size: 12px;
        line-height: 16px;
    }
}

.referral__linkwrapper a:hover,
.referral__linkwrapper a:focus {
    color: #2E90FA;
}

.referral__linkwrapper a:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 4px;
    border: solid #2E90FA;
    border-width: 0 0 1px 1px;
    padding: 2px;
    transform: rotate(-45deg);
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .referral__linkwrapper a:after {
        right: -12px;
    }
}

.referral__linkwrapper.activelinks a:after {
    transform: rotate(134deg);
    top: 8px
}

.odabase-block__mobileapply.promo_wrapper {
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .odabase-block__mobileapply.promo_wrapper {
        margin-bottom: 12px;
    }
}

.homepage-form__promo-sec {
    background: #FFFFFF;
    border: 1px solid #E4E7EC;
    padding: 6px 8px;
    padding-left: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .homepage-form__promo-sec {
        padding: 4px 4px;
        padding-left: 10px;
    }
}

.homepage-form__promo-sec #promocode {
    flex: 1;
    padding: 0;
    border: 0;
    background-color: transparent;
    height: auto;
    margin-right: 10px;
}

.odabase-block__mobileapply button {
    border: 1px solid #D1E9FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .odabase-block__mobileapply button {
        font-size: 12px;
    }
}

.odabase-block__mobileapply button,
.odabase-block__mobileapply button.apply_promo_btn {
    padding: 5px 10px !important;
    color: #1570EF;
    position: relative;
    cursor: auto !important;
    background-color: #EFF8FF;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {

    .odabase-block__mobileapply button,
    .odabase-block__mobileapply button.apply_promo_btn {
        padding: 3px 8px !important;
    }
}

.odabase-block__mobileapply button.apply_promo_btn {
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .odabase-block__mobileapply button.apply_promo_btn {
        font-size: 10px;
    }
}

.odabase-block__mobileapply .coupan {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 15px;
    cursor: pointer !important;
    background: #f5faff;
    border: 1px dashed #d1e9ff;
    color: #1570ef;
    position: relative;
}

.odabase-block__mobileapply .coupan .scissor-icon {
    position: absolute;
    top: -4px;
    left: 5px;
    display: inline-block;
    width: 9px;
    height: 7px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/oda/scissor-icon.png) no-repeat;
    border: 0;
}

.odabase-block__mobileapply button.applied {
    padding-left: 26px !important;
    background-color: #fff1f3;
    border: 1px solid #ffe4e8;
    color: #e31b54;
}

@media only screen and (max-width: 767px) {
    .odabase-block__mobileapply button.applied {
        padding-left: 16px !important;
    }
}

.odabase-block__mobileapply .remove-icon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .odabase-block__mobileapply .remove-icon {
        top: 5px;
        left: 3px;
        width: 10px;
        height: 10px;
    }
}

.odabase-block__mobileapply .remove-icon:after,
.odabase-block__mobileapply .remove-icon:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 1px;
    background: #e31b54;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 7px;
    left: 2px;
}

@media only screen and (max-width: 767px) {

    .odabase-block__mobileapply .remove-icon:after,
    .odabase-block__mobileapply .remove-icon:before {
        width: 7px;
        height: 1px;
        top: 5px;
        left: 1px;
    }
}

.odabase-block__mobileapply .remove-icon:after {
    transform: rotate(-45deg);
}

.odabase-block__mobileapply .msg-promocode-err {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    text-align: left;
}

.odabase-block__mobileapply .text-green {
    color: #00b29e
}

.odabase-block__mobileapply .text-red {
    color: #e31b54
}

.odabase-block__mobileapply .text-green .odabase-tick {
    display: inline-block;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: #00b29e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: 0 0;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

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

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background: linear-gradient(85deg, #148785 -8.54%, #0B67C2 54.81%, #000D2F 121.53%);
    animation: 1s linear infinite lineAnim
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    100% {
        left: 100%;
    }
}

.event__resend {
    display: flex;
    justify-content: right;
    margin-top: 5px
}

.resend_timer {
    display: block;
    text-align: end;
    pointer-events: none;
    color: #666;
}

.resend_otp {
    color: #007bff;
    cursor: pointer
}

.odabase-block__lead .mobile_otp_error.text-success {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

@media only screen and (max-width: 767px) {
    .odabase-block__lead .mobile_otp_error.text-success {
        margin-top: 10px;
    }
}

.odabase-block__notification {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #F63D68;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media only screen and (max-width: 767px) {
    .odabase-block__notification {
        font-size: 12px;
        margin-top: 12px;
    }

    .odabase-block__notification svg {
        width: 20px;
        height: 20px;
    }
}

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

@media only screen and (max-width: 767px) {
    .odabase-block__tac {
        font-size: 10px;
        margin-top: 8px;
    }
}

.odabase-block__tac a {
    color: #007bff;
}

.odabase-block__lead-success {
    display: none;
    padding: 21px 23px;
    background-color: #1D2939;
    border: 1px solid #344054;
    border-radius: 24px;
    max-width: 430px;
    margin: auto;
    text-align: center;
    min-height: 467px;
}

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


.event-registration__wrapper,
.event__interest {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}

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

@media only screen and (max-width: 767px) {

    .odabase-block__lead-success h4,
    .odabase-block__lead-success .oda__formsuccess {
        font-size: 20px;
    }
}

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

@media only screen and (max-width: 767px) {

    .odabase-block__lead-success p {
        font-size: 14px;
    }
}

.odabase-block__lead-success .paisabase-btn__action {
    margin-top: 15px;
}

.event__interest {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}

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

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

.oda__formsuccess h4 {
    font-size: 24px;
    font-weight: 700;
}

.paisabase-algo-hero__event {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        gap: 24px;
    }
}

.event--register-btn {
    display: none;
}

@media only screen and (max-width: 767px) {
    .event--register-btn {
        display: block;
        flex: 0 0 100%;
    }
}

.paisabase-algo-hero__event .event--timer {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--timer {
        flex: 0 0 auto;
    }
}

.paisabase-algo-hero__event .event--timer-card {
    background: #101828;
    border: 1px solid #344054;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: fit-content;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--timer-card {
        padding: 20px;
        border-radius: 20px;
        max-width: 100%;
    }
}

.paisabase-algo-hero__event .event--timer-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FCFCFD;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--timer-title {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

.paisabase-algo-hero__event .event--timer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.paisabase-algo-hero__event .event--timer-inner .event--timer-values {
    flex: 1;
    min-width: 116px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--timer-inner .event--timer-values {
        min-width: 85px;
    }
}

.paisabase-algo-hero__event .event--timer-inner .event--timer-values span,
.paisabase-algo-hero__event .event--timer-inner .seprator {
    font-family: 'Supreme-Regular';
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
    color: #FFFFFF;
}

@media only screen and (max-width: 767px) {

    .paisabase-algo-hero__event .event--timer-inner .event--timer-values span,
    .paisabase-algo-hero__event .event--timer-inner .seprator {
        font-size: 69px;
    }
}

.paisabase-algo-hero__event .event--timer-inner .seprator {
    position: relative;
    top: -25px;
    animation: blink 1s step-start infinite;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--timer-inner .seprator {
        top: -21px;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.paisabase-algo-hero__event .event--timer-inner .event--timer-values p {
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 0;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--timer-inner .event--timer-values p {
        font-size: 13px;
        line-height: 24px;
        margin-right: 4px;
    }
}

.paisabase-algo-hero__event .event-timer-labels {
    display: flex;
    gap: 48px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-left: 4px;
}

@media only screen and (max-width: 767px) {}

.paisabase-algo-hero__event .event--about {
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--about {
        flex: 0 0 100%;
    }
}

.paisabase-algo-hero__event .event--about h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--about h2 {
        font-size: 24px;
        margin-bottom: 0;
        text-align: center;
    }
}

.paisabase-algo-hero__event .event--about p {
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FCFCFD;
    text-align: left;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-hero__event .event--about p {
        font-size: 14px;
        text-align: center;
    }
}

.paisabase-algo-hero__event .event--about p strong {
    font-family: "Supreme-Medium";
    font-weight: 700;
}

/* Algo Hero Section CSS Ends */

/* Common Content CSS Start */
h2.base-block-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #F9FAFB;
    text-align: center;
    margin-bottom: 24px
}

@media only screen and (max-width:767px) {
    h2.base-block-heading {
        font-size: 24px;
        margin-bottom: 6px
    }
}

p.base-block-paragraph {
    font-family: "Supreme-Regular";
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #E4E7EC;
    text-align: center;
    max-width: 784px;
    margin: auto;
    margin-bottom: 48px;
}

@media only screen and (max-width:767px) {
    p.base-block-paragraph {
        font-size: 14px;
        margin-bottom: 24px;
    }
}

.paisabase-btn__action {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding: 12px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    background: linear-gradient(85deg, #148785 -8.54%, #0B67C2 54.81%, #000D2F 121.53%);
    position: relative;
    z-index: 1;
}

@media only screen and (max-width:767px) {
    .paisabase-btn__action {
        font-size: 14px;
        padding: 9px;
    }
}

.paisabase-btn__action.red--btn.paisabase--ripple:hover {
    background: linear-gradient(85deg, #148785 30%, #0B67C2 65%, #000D2F 120%) !important
}

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

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

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

/* Common Content CSS Ends */

/* Why Attend Algo Section CSS Start */
.paisabase-algo-features {
    background-color: #060B14;
    padding: 60px 15px;
    position: relative;
    z-index: 1;
}

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

.paisabase-algo-features::after {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    border-radius: 450px;
    background: linear-gradient(318deg, #6F113E 13.43%, rgba(111, 17, 62, 0.00) 93.61%);
    filter: blur(125px);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-features::after {
        top: -15%;
        right: -120px;
        width: 350px;
        height: 350px;
        filter: blur(50px);
    }
}

.paisabase-algo-features__wrapper {
    max-width: 1247px;
    margin: auto;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .paisabase-algo-features__wrapper {
        max-width: 1160px;
    }
}

.paisabase-algo-features__wrapper .features--content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-features__wrapper .features--content {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 29px;
    }
}

.paisabase-algo-features__wrapper .features--content-box {
    border-radius: 25px;
    border: 1px solid #344054;
    background: rgba(6, 11, 20, 1);
    padding: 38px 10px;
    position: relative;
    min-height: 230px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-features__wrapper .features--content-box {
        border-radius: 12px;
        padding: 12px;
        min-height: 150px;
    }

    .paisabase-algo-features__wrapper .features--content-box:last-child {
        margin-bottom: 0;
    }
}

.paisabase-algo-features__wrapper .features--content-box.even {
    background: rgba(16, 24, 40, 0.6);
}

.paisabase-algo-features__wrapper .features--content-box p {
    font-family: "Supreme-Regular";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-features__wrapper .features--content-box p {
        font-size: 14px;
        line-height: 20px;
    }
}

.paisabase-algo-features__wrapper .features--content-box svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-features__wrapper .features--content-box svg {
        width: 80px;
        height: auto;
    }
}

/* Why Attend Algo Section CSS Ends */

/* Our Speakers Section CSS Start */
.paisabase-algo-speakers {
    background-color: #060B14;
    padding: 60px 15px;
    display: block;
}

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

.paisabase-algo-speakers__wrapper {
    max-width: 1247px;
    margin: auto;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .paisabase-algo-speakers__wrapper {
        max-width: 1160px;
    }
}

.paisabase-algo-speakers__wrapper::after {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    border-radius: 450px;
    background: linear-gradient(318deg, #6F113E 13.43%, rgba(111, 17, 62, 0.00) 93.61%);
    filter: blur(125px);
    z-index: -1;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-speakers__wrapper::after {
        top: -60px;
        right: -120px;
        width: 350px;
        height: 350px;
        filter: blur(50px);
    }
}

.paisabase-algo-speakers__wrapper .algo--speakers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-speakers__wrapper .algo--speakers {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

.paisabase-algo-speakers__wrapper .algo--speakers-card {
    position: relative;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    background-color: #D1E9FF;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card.green img {
    background-color: #C7E9EB;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card.blue img {
    background-color: #D1E9FF;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-speakers__wrapper .algo--speakers-card img {
        border-radius: 12px;
    }
}

.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-info {
    border-radius: 16px;
    background: #148785;
    mix-blend-mode: plus-lighter;
    margin-top: -12px;
    padding: 20px 10px 13px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-info {
        border-radius: 12px;
        margin-top: -6px;
        padding: 11px 8px 8px;
    }
}

.paisabase-algo-speakers__wrapper .algo--speakers-card.green .algo--speakers-info {
    background: #148785;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card.blue .algo--speakers-info {
    background: #194185;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner {
    background: #146463;
    border-radius: 16px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.6s ease-in-out, opacity 0.3s ease-in-out;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner {
        border-radius: 12px;
        top: -1px;
        padding: 8px;
    }
}

.paisabase-algo-speakers__wrapper .algo--speakers-card.green .algo--speakers-card-inner {
    background: #146463;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card.blue .algo--speakers-card-inner {
    background: #194185;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card:hover .algo--speakers-card-inner,
.paisabase-algo-speakers__wrapper .algo--speakers-card:focus .algo--speakers-card-inner {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
}

.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-info h3,
.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 4px;
}

@media only screen and (max-width:767px) {

    .paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-info h3,
    .paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }
}

.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-info p,
.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner p {
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #E4E7EC;
    margin-bottom: 0;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner p {
    line-height: 110%;
}

.paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner p.divider {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width:767px) {

    .paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-info p,
    .paisabase-algo-speakers__wrapper .algo--speakers-card .algo--speakers-card-inner p {
        font-size: 10px;
    }
}

.algo-view-more {
    margin-top: 24px;
}

.algo-view-more a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1570EF;
}

/* Our Speakers Section CSS Ends */

/* Our Mentors Section CSS Start */
.paisabase-algo-mentors {
    background-color: #060B14;
    padding: 60px 15px;
    display: block;
}

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

.paisabase-algo-mentors__wrapper {
    max-width: 1247px;
    margin: auto;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .paisabase-algo-mentors__wrapper {
        max-width: 1160px;
    }
}

@media only screen and (max-width:767px) {

    .paisabase-algo-mentors__wrapper h2,
    .paisabase-algo-mentors__wrapper p {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.paisabase-algo-mentors__wrapper::after {
    content: "";
    position: absolute;
    top: 75px;
    left: 0;
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    border-radius: 450px;
    background: linear-gradient(318deg, #6F113E 13.43%, rgba(111, 17, 62, 0.00) 93.61%);
    filter: blur(125px);
    z-index: -1;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-mentors__wrapper::after {
        content: none;
    }
}

.paisabase-algo-mentors__wrapper .algo--mentors-card img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    background-color: #FFF1F3;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-mentors__wrapper .algo--mentors-card img {
        border-radius: 12px;
    }
}

.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-info {
    border-radius: 16px;
    background: #89123E;
    mix-blend-mode: plus-lighter;
    margin-top: -12px;
    padding: 20px 10px 13px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-info {
        border-radius: 12px;
        margin-top: -6px;
        padding: 11px 8px 8px;
    }
}

.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner {
    background: #89123E;
    border-radius: 16px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.6s ease-in-out, opacity 0.3s ease-in-out;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner {
        border-radius: 12px;
        top: -1px;
        padding: 8px;
    }
}

.paisabase-algo-mentors__wrapper .algo--mentors-card:hover .algo--mentors-card-inner,
.paisabase-algo-mentors__wrapper .algo--mentors-card:focus .algo--mentors-card-inner {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
}

.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-info h3,
.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 4px;
}

@media only screen and (max-width:767px) {

    .paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-info h3,
    .paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }
}

.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-info p,
.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner p {
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #E4E7EC;
    margin: 0;
    margin-bottom: 0;
}

.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner p {
    line-height: 110%;
}

.paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner p.divider {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width:767px) {

    .paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-info p,
    .paisabase-algo-mentors__wrapper .algo--mentors-card .algo--mentors-card-inner p {
        font-size: 10px;
    }

    .algo--mentors-slider {
        margin-left: 15px;
    }
}

.algo--mentors-slider .owl-theme .owl-nav {
    position: relative;
    margin-top: 35px;
}

@media only screen and (max-width:767px) {
    .algo--mentors-slider .owl-theme .owl-nav {
        margin-top: 12px;
    }
}

.algo--mentors-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.algo--mentors-slider .owl-theme .owl-nav .owl-prev,
.algo--mentors-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0;
    left: 57%;
    transform: translate(0, 0);
    margin: 0;
    color: transparent;
}

@media only screen and (max-width:767px) {

    .algo--mentors-slider .owl-theme .owl-nav .owl-prev,
    .algo--mentors-slider .owl-theme .owl-nav .owl-next {
        top: 4px;
        left: 68%;
    }
}

.algo--mentors-slider .owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 57%;
}

@media only screen and (max-width:767px) {
    .algo--mentors-slider .owl-theme .owl-nav .owl-prev {
        right: 68%;
    }
}

.algo--mentors-slider .owl-theme .owl-nav .owl-next span,
.algo--mentors-slider .owl-theme .owl-nav .owl-prev span {
    display: block;
    width: 24px;
    height: 24px;
    color: transparent;
    background-image: url(https://storage.googleapis.com/5paisa-prod-storage/pages/algo-convention-event/algo-slider-chevron.svg);
    background-color: transparent;
}

@media only screen and (max-width:767px) {

    .algo--mentors-slider .owl-theme .owl-nav .owl-next span,
    .algo--mentors-slider .owl-theme .owl-nav .owl-prev span {
        zoom: 0.5;
    }
}

.algo--mentors-slider .owl-theme .owl-nav .owl-next span {
    transform: rotate(180deg);
}

/* Our Mentors Section CSS Ends */

/* Agenda Section CSS Start */
.paisabase-algo-agenda {
    background-color: #060B14;
    padding: 60px 15px;
    display: block;
    position: relative;
}

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

.paisabase-algo-agenda::after {
    content: url(https://storage.googleapis.com/5paisa-prod-storage/pages/algo-convention-event/algo-agenda-after.svg);
    position: absolute;
    top: 190px;
    right: 0;
    width: 154px;
    height: 388px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-agenda::after {
        zoom: 0.45;
    }
}

.paisabase-algo-agenda__wrapper {
    max-width: 1247px;
    margin: auto;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .paisabase-algo-agenda__wrapper {
        max-width: 1160px;
    }
}

.paisabase-algo-agenda__wrapper .agenda--content {
    border-radius: 24px;
    border: 1px solid #344054;
    background: rgba(16, 24, 40, 0.8);
    padding: 28px 82px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-agenda__wrapper .agenda--content {
        border-radius: 20px;
        padding: 14px 12px;
    }
}

.paisabase-algo-agenda__wrapper .agenda--timetable {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    margin-bottom: 32px;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-agenda__wrapper .agenda--timetable {
        margin-bottom: 12px;
    }
}

.paisabase-algo-agenda__wrapper .agenda--timetable:last-child {
    margin-bottom: 0;
}

.paisabase-algo-agenda__wrapper .agenda--timetable li {
    flex: 1;
}

.paisabase-algo-agenda__wrapper .agenda--timetable li:first-child {
    flex: 0 0 40%;
}

.paisabase-algo-agenda__wrapper .agenda--timetable li {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-agenda__wrapper .agenda--timetable li {
        font-family: "Supreme-Regular";
        font-weight: 400;
        font-size: 12px;
    }
}

.paisabase-algo-agenda__wrapper .agenda--timetable.break {
    background: linear-gradient(90deg, #101828 0%, #002D64 23.96%, #101828 100%);
    padding: 9px 0;
    margin-bottom: 32px;
}

.paisabase-algo-agenda__wrapper .agenda--timetable.break:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:767px) {
    .paisabase-algo-agenda__wrapper .agenda--timetable.break {
        padding: 3px;
        margin-bottom: 12px;
    }
}

/* Agenda Section CSS Ends */

/* Attend Section CSS Start */
.paisabase-algo-attend {
    background-color: #060B14;
    padding: 60px 15px;
    position: relative;
    z-index: 1;
}

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

.paisabase-algo-attend::after {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    border-radius: 450px;
    background: linear-gradient(318deg, #6F113E 13.43%, rgba(111, 17, 62, 0.00) 93.61%);
    filter: blur(125px);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-attend::after {
        top: 25%;
        right: -120px;
        width: 350px;
        height: 350px;
        filter: blur(50px);
    }
}

.paisabase-algo-attend__wrapper {
    max-width: 1247px;
    margin: auto;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .paisabase-algo-attend__wrapper {
        max-width: 1160px;
    }
}

.paisabase-algo-attend__wrapper .attend--content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-attend__wrapper .attend--content {
        display: block;
    }
}

.paisabase-algo-attend__wrapper .attend--content-box {
    flex: 0 0 48%;
    border-radius: 25px;
    border: 1px solid #344054;
    background: rgba(6, 11, 20, 1);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    position: relative;
    height: 230px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-attend__wrapper .attend--content-box {
        border-radius: 12px;
        padding: 12px;
        height: auto;
        margin-bottom: 12px;
    }

    .paisabase-algo-attend__wrapper .attend--content-box:last-child {
        margin-bottom: 0;
    }
}

.paisabase-algo-attend__wrapper .attend--content-box.even {
    background: rgba(16, 24, 40, 0.6);
}

.paisabase-algo-attend__wrapper .attend--content-box span,
.paisabase-algo-attend__wrapper .attend--content-box p {
    flex: 1;
}

.paisabase-algo-attend__wrapper .attend--content-box p {
    font-family: "Supreme-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-attend__wrapper .attend--content-box p {
        font-size: 12px;
        line-height: 150%;
    }
}

.paisabase-algo-attend__wrapper .attend--content-box .attend--content-box-head {
    flex: 0 0 100%;
    font-family: "Supreme-Regular";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-attend__wrapper .attend--content-box .attend--content-box-head {
        font-size: 14px;
        line-height: 20px;
    }
}

.paisabase-algo-attend__wrapper .attend--content-box span {
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 200px;
    line-height: 150px;
    font-weight: 500;
    text-align: center;
    opacity: 0.5;
    background: linear-gradient(183deg, #148785 35%, rgba(1, 71, 255, 0.00) 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 60px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-attend__wrapper .attend--content-box span {
        font-size: 99px;
        line-height: 75px;
        background: linear-gradient(183deg, #148785 35%, rgba(1, 71, 255, 0.00) 85%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        top: 20px;
    }
}

/* Attend Section CSS Ends */

/* Attend Section CSS Start */
.paisabase-algo-contact {
    background-color: #060B14;
    padding: 60px 15px;
    position: relative;
    z-index: 1;
}

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

.paisabase-algo-contact__wrapper {
    max-width: 1247px;
    margin: auto;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .paisabase-algo-contact__wrapper {
        max-width: 1160px;
    }
}

.paisabase-algo-contact__wrapper .contact--wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 56px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-contact__wrapper .contact--wrapper {
        display: block;
    }
}

.paisabase-algo-contact__wrapper .contact--wrapper h2,
.paisabase-algo-contact__wrapper .contact--wrapper p {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-contact__wrapper .contact--wrapper h2 {
        text-align: center;
        margin-bottom: 0;
    }
}

.paisabase-algo-contact__wrapper .contact--wrapper-left,
.paisabase-algo-contact__wrapper .contact--wrapper-right {
    flex: 1;
}

.paisabase-algo-contact__wrapper .contact--wrapper-left {
    border-radius: 24px;
    border: 1px solid #344054;
    background: #101828;
    padding: 54px 77px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-contact__wrapper .contact--wrapper-left {
        border-radius: 20px;
        padding: 23px 12px;
        margin-bottom: 30px;
    }

    .paisabase-algo-contact__wrapper .contact--wrapper-right {
        padding-top: 30px;
    }
}

.paisabase-algo-contact__wrapper .contact--wrapper-left .paisabase-btn__action {
    font-size: 24px;
    padding: 24px;
    margin-top: 27px;
    background: linear-gradient(85deg, #148785 1.59%, rgba(1, 71, 255, 0.5) 121.45%);
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-contact__wrapper .contact--wrapper-left .paisabase-btn__action {
        font-size: 14px;
        padding: 9px;
        margin-top: 24px;
    }
}

.paisabase-algo-contact__wrapper .contact--wrapper-right h2 {
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .paisabase-algo-contact__wrapper .contact--wrapper-right h2 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 4px;
    }
}

.paisabase-algo-contact__wrapper .contact--wrapper p.support {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.paisabase-algo-contact__wrapper .contact--wrapper p span.mail-support {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/algo-convention-event/mail-support.svg) top left no-repeat;
    margin-left: 4px;
}

.paisabase-algo-contact__wrapper .contact--wrapper p a {
    color: #FFFFFF;
}

.paisabase-algo-contact__wrapper .contact--wrapper .contact--wrapper-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 11px;
}

/* Attend Section CSS Ends */

/* FAQs Section CSS Start */
.paisabase-faqs-accordian {
    background-color: #060B14;
    padding: 60px 15px
}

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

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

.paisabase-faqs-accordian__wrapper .faqs-accordian {
    padding-top: 48px
}

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

.paisabase-faqs-accordian__wrapper .faqs-accordian__content {
    border-top: 1px solid #667085
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__content:first-child {
    border-top: 0
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__content:last-child {
    border-bottom: 1px solid #667085
}

.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: #fcfcfd;
    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 #fff;
    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 {
    padding: 0;
    color: #FFFFFF;
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open ul,
.paisabase-faqs-accordian__wrapper .faqs-accordian__open ol {
    margin-left: 24px
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open p,
.paisabase-faqs-accordian__wrapper .faqs-accordian__open ul li,
.paisabase-faqs-accordian__wrapper .faqs-accordian__open ol li {
    font-family: Supreme-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #e4e7ec
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open ul li {
    list-style: disc;
    margin-bottom: 5px
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open ol li {
    list-style: decimal;
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {

    .paisabase-faqs-accordian__wrapper .faqs-accordian__open p,
    .paisabase-faqs-accordian__wrapper .faqs-accordian__open ul li,
    .paisabase-faqs-accordian__wrapper .faqs-accordian__open ol li {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px
    }

    .paisabase-faqs-accordian__wrapper .faqs-accordian__open ul li,
    .paisabase-faqs-accordian__wrapper .faqs-accordian__open ol li {
        padding-bottom: 0
    }
}

/* FAQs Section CSS Ends */

#block-fivepaisa-breadcrumbs,
.breadcrumb-wrapper {
    display: none;
}

.support-info {
    display: none;
}

#block-customfootermenu {
    display: none;
}

.newfooter__social {
    display: none !important;
}

.new-footer__right {
    display: none !important;
}