.paisabase-animation {
    position: relative
}

.log-reg {
    padding: 10px 20px !important
}

.bounce-up {
    opacity: 0;
    -moz-transition: all 900ms ease-out;
    -webkit-transition: all 900ms ease-out;
    -o-transition: all 900ms ease-out;
    transition: all 900ms ease-out;
    -moz-transform: translate3d(0,200px,0);
    -webkit-transform: translate3d(0,200px,0);
    -o-transform: translate(0,200px);
    -ms-transform: translate(0,200px);
    transform: translate3d(0,200,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate3d(0,0,0)
}

.slide-left {
    opacity: 0;
    -moz-transition: all 900ms linear;
    -webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
    -moz-transform: translate3d(-100px,0,0);
    -webkit-transform: translate3d(-100px,0,0);
    -o-transform: translate(-100px,0);
    -ms-transform: translate(-100px,0);
    transform: translate3d(-100px,0,0)
}

.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate3d(0,0,0)
}

.slide-right {
    opacity: 0;
    -moz-transition: all 900ms linear;
    -webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
    -moz-transform: translate3d(100px,0,0);
    -webkit-transform: translate3d(100px,0,0);
    -o-transform: translate(100px,0);
    -ms-transform: translate(100px,0);
    transform: translate3d(100px,0,0)
}

.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate3d(0,0,0)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    .rating__star {
        font-size:8px;
        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: 13px;
    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: 13px
}

.visible-xs,.hidden {
    display: none !important
}

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

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

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

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

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

main {
    padding-top: 110px !important
}

.hide {
    display: none
}

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

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

    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    .wrapper {
        overflow-x: hidden
    }

    main {
        padding-top: 45px !important
    }

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

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

.paisabase-btn__action {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    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
}

.block-system-breadcrumb {
    max-width: 1275px;
    margin: auto
}


.paisabase-lead {
    padding-bottom: 94px
}

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

@media only screen and (max-width: 767px) {
    .paisabase-lead {
        padding-left:15px;
        padding-right: 15px;
        padding-bottom: 24px
    }
}

.paisabase-lead__wrapper {
    max-width: 1260px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 175px
}

@media only screen and (max-width: 1280px) {
    .paisabase-lead__wrapper {
        max-width:1160px;
        gap: 163px
    }
}

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

.paisabase-lead__wrapper-left {
    flex: 1
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-left {
        margin-bottom:8px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-left img {
        width:48px;
        height: 48px
    }
}

.paisabase-lead__wrapper-left h1 {
    font-weight: 500;
    font-size: 31px;
    line-height: 48px;
    color: #101828;
    margin-bottom: 12px
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-left h1 {
        font-size:20px;
        line-height: 32px;
        margin-bottom: 2px
    }
}

.paisabase-lead__wrapper-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8a95a8;
    margin-bottom: 0
}

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

.paisabase-lead__wrapper-right {
    flex: 0 0 36%
}

.paisabase-lead__wrapper-right .ipo-form__box {
    background-color: #FFF;
    border: 2px solid #f2f4f7;
    border-radius: 8px;
    padding: 26px 35px;
    box-shadow: 0 30px 60px rgba(16,24,40,.15)
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box {
        padding:20px 23px;
        box-shadow: 0 12px 24px rgba(16,24,40,.15)
    }
}

.paisabase-lead__wrapper-right .ipo-form__box h2.apply_for_ipo {
    font-weight: 500;
    font-size: 20px;
    line-height: 43px;
    color: #060b14;
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box h2.apply_for_ipo {
        font-size:14px !important;
        line-height: 22px !important;
        margin-bottom: 10px
    }
}

.paisabase-lead__wrapper-right .ipo-form__box .ipo-form__input {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box .ipo-form__input {
        margin-bottom:13px
    }
}

.paisabase-lead__wrapper-right .ipo-form__box .ipo-form__input span {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 19px;
    line-height: 33px
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box .ipo-form__input span {
        top:10px;
        font-size: 12px;
        line-height: 18px
    }
}

.paisabase-lead__wrapper-right .ipo-form__box .ipo-form__input input {
    background-color: #f9fafb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 61px;
    max-width: 372px;
    width: 100%;
    padding: 10px 10px 10px 55px;
    font-weight: 500;
    font-size: 19px;
    line-height: 33px;
    color: #060b14;
    border: 2px solid #f2f4f7
}

.paisabase-lead__wrapper-right .ipo-form__box .ipo-form__input input:placeholder {
    color: #a4acba
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box .ipo-form__input input {
        height:40px;
        padding: 9px 9px 9px 45px;
        font-size: 12px;
        line-height: 19px
    }
}

.paisabase-lead__wrapper-right .ipo-form__box .ipo-form__btn {
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box .ipo-form__btn {
        margin-bottom:13px
    }
}

.paisabase-lead__wrapper-right .ipo-form__box .ipo-form__btn button {
    background-color: #c01048;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    padding: 15px;
    width: 100%;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box .ipo-form__btn button {
        font-size:13px;
        line-height: 19px;
        padding: 10px
    }
}

.paisabase-lead__wrapper-right .ipo-form__box .tnc-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #989898;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .paisabase-lead__wrapper-right .ipo-form__box .tnc-text {
        font-size:9px;
        line-height: 11px
    }
}

.paisabase-lead__wrapper-right .ipo-form__box .tnc-text a {
    color: #1570ef
}

.paisabase-ipo {
    padding-bottom: 64px
}

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

@media only screen and (max-width: 767px) {
    .paisabase-ipo {
        padding:36px 15px 24px
    }
}

.paisabase-ipo__wrapper {
    max-width: 1260px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 33px
}

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

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

.paisabase-ipo__left {
    flex: 1
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left {
        margin-bottom:24px
    }
}

.paisabase-ipo__left .newipo__card {
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    margin-bottom: 14px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card {
        margin-bottom:12px;
        position: relative
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 21px 38px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader {
        gap:15px;
        padding: 12px
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__innerlink {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__innerlink {
        gap:10px
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__innerlink img {
    width: 75px;
    height: 75px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__innerlink img {
        width:42px;
        height: 42px
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__innerlink a {
    flex: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #1d2939;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__innerlink a {
        font-size:14px;
        line-height: 15px
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks {
    flex: 0 0 40%;
    border-left: 2px solid #f2f4f7;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks {
        flex:0 0 39%
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #3d4051
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks {
        flex:0 0 31%;
        border-left: 1px solid #f2f4f7;
        padding-left: 12px;
        position: relative
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doclick {
    background: #c01048;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 14px 12px;
    max-width: 155px;
    text-align: center;
    border-radius: 3px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doclick {
        max-width:26px;
        height: 26px;
        display: block;
        position: relative
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doclick .iponew-download {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/download_new.svg) no-repeat
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doclick .iponew-download {
        position:absolute;
        top: 4px;
        left: 3px;
        transform: scale(.55)
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__allotstatus {
    background: #00b29e;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    display: block;
    padding: 4px 10px;
    max-width: 200px;
    text-align: center;
    border-radius: 3px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__allotstatus {
        font-size:11px;
        line-height: 14px;
        padding: 2px 4px;
        max-width: 100%
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doc {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #c01048;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
    max-width: 80px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doc {
        display:block;
        position: relative
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doc .iponew-doc {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/download-pink.svg) no-repeat
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__doc .iponew-doc {
        width:16px;
        height: 16px;
        background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/download-pdf.svg) no-repeat
    }
}

.paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__applynow {
    background: #c01048;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block;
    padding: 14px;
    max-width: 155px;
    width: 100%;
    text-align: center;
    border-radius: 3px
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__left .newipo__card .newipo__cardheader .newipo__sociallinks .ipo__applynow {
        width:140px
    }
}

.paisabase-ipo__left .newipo__card .newipo__open {
    border-top: 2px solid #c01048
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__open {
        border-top:1px solid #c01048
    }
}

.paisabase-ipo__left .newipo__card .newipo__open .newipo__listwrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 37px 40px 35px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__open .newipo__listwrapper {
        padding:22px 27px 18px;
        gap: 15px
    }
}

.paisabase-ipo__left .newipo__card .newipo__open .newipo__listwrapper li {
    flex: 1;
    text-align: center
}

.paisabase-ipo__left .newipo__card .newipo__open .newipo__listwrapper li strong {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #8a95a8
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__open .newipo__listwrapper li strong {
        font-size:13px;
        line-height: 14px
    }
}

.paisabase-ipo__left .newipo__card .newipo__open .newipo__listwrapper li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #1d2939
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card .newipo__open .newipo__listwrapper li span {
        font-size:14px;
        line-height: 16px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader {
        padding:12px 9px
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink {
    flex: 0 0 85%
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink {
        flex:0 0 84%
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink {
        flex:0 0 75%
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__innerright {
    flex: 1
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note {
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    color: #475467
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note strong {
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note {
        font-size:8px;
        line-height: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #f2f4f7;
        text-align: center;
        width: 100%;
        padding: 1px 10px
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow {
    padding-left: 16px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow {
        padding:0 0 0 12px;
        position: relative;
        background: 0;
        text-align: left
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-green {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-green {
        width:10px;
        height: 10px;
        top: 3px
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-green:after,.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-green:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #00b29e;
    border-left: 2px solid #00b29e;
    transform: rotate(45deg);
    left: 3px;
    top: 2px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-green:after,.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-green:before {
        width:4px;
        height: 4px;
        border-top: 1px solid #00b29e;
        border-left: 1px solid #00b29e;
        left: 3px;
        top: 3px
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-green:after {
    top: 6px
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-red {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-red {
        width:10px;
        height: 10px;
        top: 3px
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-red:after,.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-red:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #e5455d;
    border-left: 2px solid #e5455d;
    transform: rotate(224deg);
    left: 3px;
    top: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-red:after,.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-red:before {
        width:4px;
        height: 4px;
        border-top: 1px solid #e5455d;
        border-left: 1px solid #e5455d;
        left: 3px;
        top: 1px
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow .ipoarrow-red:after {
    top: 4px
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__sociallinks {
    flex: 0 0 12%;
    border-left: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__sociallinks {
        flex:0 0 20%;
        text-align: center;
        border-left: 1px solid #f2f4f7;
        justify-content: end
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__socialcontent span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #8a95a8;
    margin-bottom: 4px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__socialcontent span {
        font-size:8px;
        line-height: 14px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__cardheader .newipo__socialcontent a img {
        width:16px;
        height: 16px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.recently-listed .newipo__card .newipo__open .newipo__listwrapper {
        padding:20px 26px 24px
    }
}

.paisabase-ipo__left.recently-listed .newipo__card .newipo__open .newipo__listwrapper li {
    flex: 1 0 auto
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader {
        padding:12px 9px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader .newipo__innerlink {
        flex:0 0 61%
    }
}

.paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader .newipo__innerlink .newipo__innerright {
    flex: 1
}

.paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note {
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    color: #1d2939
}

.paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note strong {
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note {
        position:absolute;
        bottom: 0;
        left: 0;
        background: #f2f4f7;
        width: 100%;
        text-align: center;
        font-size: 8px
    }
}

.paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader .newipo__sociallinks {
    border-left: 0;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.closed-ipo .newipo__card .newipo__cardheader .newipo__sociallinks {
        flex:0 0 34%;
        padding-left: 10px;
        border-left: 1px solid #f2f4f7
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.closed-ipo .newipo__card .newipo__listwrapper {
        padding:20px 10px 36px
    }
}

.paisabase-ipo__left.closed-ipo .newipo__card .newipo__listwrapper li {
    flex: 1 0 auto
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader {
        padding:12px 9px
    }
}

.paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__innerlink {
    flex: 1
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__innerlink {
        flex:0 0 60%
    }
}

.paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1d2939
}

.paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note strong {
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__innerlink .newipo__note {
        position:absolute;
        bottom: 0;
        left: 0;
        background: #f2f4f7;
        width: 100%;
        text-align: center;
        font-size: 8px
    }
}

.paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks {
    flex: 0 0 40%;
    padding-left: 0;
    border-left: 0;
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks {
        flex:0 0 35%
    }
}

.paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 38px;
    position: relative;
    justify-content: center
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent {
        gap:20px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent {
        gap:8px
    }
}

.paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent .ipo__doc:after {
    content: "";
    position: absolute;
    top: 0;
    left: 90px;
    height: 100%;
    border-right: 2px solid #f2f4f7
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent .ipo__doc:after {
        left:94px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent .ipo__doc:after {
        left:21px;
        border-right: 1px solid #f2f4f7
    }
}

.paisabase-ipo__left.current-ipo .newipo__card .newipo__listwrapper li {
    flex: 1 0 auto
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card.mobile-card .newipo__cardheader .newipo__innerlink .newipo__note {
        display:none
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card.mobile-card .newipo__cardheader .newipo__innerlink .newipo__note.note-arrow {
        display:none
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card.mobile-card .newipo__cardheader .newipo__socialcontent {
        position:relative
    }

    .paisabase-ipo__left .newipo__card.mobile-card .newipo__cardheader .newipo__socialcontent a,.paisabase-ipo__left .newipo__card.mobile-card .newipo__cardheader .newipo__socialcontent span {
        display: none
    }

    .paisabase-ipo__left .newipo__card.mobile-card .newipo__cardheader .newipo__socialcontent:after {
        content: "";
        position: absolute;
        top: -4px;
        right: 15px;
        border: solid #c01048;
        border-width: 0 0 2px 2px;
        display: inline-block;
        padding: 3px;
        transform: rotate(224deg)
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__card.mobile-card .newipo__open {
        display:none
    }
}

.paisabase-ipo__left .newipo__tablewrapper {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    position: relative;
    margin-top: 16px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__tablewrapper {
        border:0;
        margin-top: 12px
    }
}

.paisabase-ipo__left .newipo__tableheader {
    background-color: #f2f4f7;
    border-radius: 12px 12px 0 0
}

.paisabase-ipo__left .newipo__tableheader ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e4e7ec
}

.paisabase-ipo__left .newipo__tableheader ul li {
    flex: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    border-right: 1px solid #e4e7ec;
    padding: 20px 24px
}

.paisabase-ipo__left .newipo__tableheader ul li:last-child {
    flex: 0 0 30%;
    text-align: center;
    border-right: 0
}

.paisabase-ipo__left .newipo__tablebody ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e4e7ec
}

.paisabase-ipo__left .newipo__tablebody ul:last-child {
    border-bottom: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__tablebody ul {
        border:1px solid #e4e7ec;
        border-radius: 12px;
        margin-bottom: 12px;
        padding: 10px
    }

    .paisabase-ipo__left .newipo__tablebody ul:last-child {
        border: 1px solid #e4e7ec;
        margin-bottom: 0
    }
}

.paisabase-ipo__left .newipo__tablebody ul li {
    flex: 1;
    border-right: 1px solid #e4e7ec;
    padding: 12px 24px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__tablebody ul li {
        border-right:0;
        padding: 0
    }
}

.paisabase-ipo__left .newipo__tablebody ul li p {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #101828;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 0;
    height: 50px
}

.paisabase-ipo__left .newipo__tablebody ul li .ipo__compname {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    height: 50px
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__left .newipo__tablebody ul li .ipo__compname {
        gap:8px;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__tablebody ul li .ipo__compname {
        gap:6px;
        height: auto
    }
}

.paisabase-ipo__left .newipo__tablebody ul li .ipo__compname .ipo__logoimg {
    flex: 0 0 24%;
    width: 48px;
    height: 48px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__tablebody ul li .ipo__compname .ipo__logoimg {
        flex:0 0 18%;
        width: 38px;
        height: 38px
    }

    .paisabase-ipo__left .newipo__tablebody ul li .ipo__compname .ipo__logoimg img {
        width: 38px;
        height: 38px
    }
}

.paisabase-ipo__left .newipo__tablebody ul li .ipo__compname .initial-box span {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    border: 1px solid #c00f48;
    font-size: 13px;
    line-height: 20px;
    color: #c00f48;
    justify-content: center
}

.paisabase-ipo__left .newipo__tablebody ul li .ipo__compname a {
    flex: 1;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #101828
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__tablebody ul li .ipo__compname a {
        font-size:11px;
        line-height: 16px
    }
}

.paisabase-ipo__left .newipo__tablebody ul li .newipo__sociallinks {
    text-align: center
}

.paisabase-ipo__left .newipo__tablebody ul li .newipo__sociallinks .newipo__doclick {
    display: inline-block;
    background: #c01048;
    font-weight: 500;
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    padding: 8px 6px 8px 18px;
    max-width: 90px;
    text-align: center;
    border-radius: 2px;
    position: relative
}

.paisabase-ipo__left .newipo__tablebody ul li .newipo__sociallinks .newipo__doclick .newipo-download {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/download_new.svg) no-repeat;
    position: absolute;
    left: 2px;
    top: 5px;
    transform: scale(.55)
}

.paisabase-ipo__left .newipo__tablebody ul li:last-child {
    flex: 0 0 30%;
    border-right: 0;
    padding: 12px
}

.paisabase-ipo__left .newipo__wrapperlink {
    margin-top: 24px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__wrapperlink {
        margin-top:16px
    }
}

.paisabase-ipo__left .newipo__wrapperlink a {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #1570ef;
    position: relative;
    padding-right: 26px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__wrapperlink a {
        font-size:14px;
        line-height: 24px;
        padding-right: 20px
    }
}

.paisabase-ipo__left .newipo__wrapperlink a:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    border: solid #1570ef;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-136deg)
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__wrapperlink a:after {
        top:7px;
        right: 7px;
        padding: 3px
    }
}

.paisabase-ipo__left .newipo__linkwrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 36px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__linkwrapper {
        gap:7px;
        margin-top: 32px
    }
}

.paisabase-ipo__left .newipo__linkwrapper a {
    flex: 1;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #667085;
    background: #fcfcfd;
    border: 1px solid #e4e7ec;
    border-radius: 5px;
    padding: 7px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__linkwrapper a {
        flex:auto;
        font-size: 14px;
        line-height: 14px;
        padding: 3px
    }
}

.paisabase-ipo__left .newipo__linkwrapper a .redirect {
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__linkwrapper a .redirect {
        margin-right:0
    }
}

.paisabase-ipo__left .newipo__linkwrapper a .redirect:before {
    content: "";
    width: 15px;
    display: block;
    position: relative;
    border: 1px solid #667085;
    top: 0;
    right: -5px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__linkwrapper a .redirect:before {
        width:8px;
        top: -1px;
        right: -4px
    }
}

.paisabase-ipo__left .newipo__linkwrapper a .redirect:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #667085;
    border-width: 2px 2px 0 0;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 10px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__linkwrapper a .redirect:after {
        width:6px;
        height: 6px;
        border-width: 2px 2px 0 0;
        top: -3px;
        left: 7px
    }
}

.paisabase-ipo__left .newipo__linkwrapper a:focus,.paisabase-ipo__left .newipo__linkwrapper a:hover {
    color: #e31b54;
    background: #fff5f6;
    border: 1px solid #feccd6
}

.paisabase-ipo__left .newipo__linkwrapper a:focus .redirect:before,.paisabase-ipo__left .newipo__linkwrapper a:hover .redirect:before {
    border: 1px solid #e31b54
}

.paisabase-ipo__left .newipo__linkwrapper a:focus .redirect:after,.paisabase-ipo__left .newipo__linkwrapper a:hover .redirect:after {
    border-color: #e31b54;
    border-width: 2px 2px 0 0
}

.paisabase-ipo__left .newipo__sociallinks {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__sociallinks {
        gap:5px !important
    }
}

.paisabase-ipo__left .newipo__sociallinks a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #3d4051
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__sociallinks a {
        width:26px;
        height: 26px
    }

    .paisabase-ipo__left .newipo__sociallinks a .newipo-download {
        top: 3px !important;
        left: 3px !important
    }
}

.paisabase-ipo__left .newipo__sociallinks a .bg-ipo_details {
    width: 30px;
    height: 28px;
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/31-01-2022/ipo-spritebg.png) -130px -71px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__sociallinks a .bg-ipo_details {
        transform:scale(.7);
        position: relative;
        left: -2px
    }
}

.paisabase-ipo__left .newipo__sociallinks a .bg-ipo_youtube {
    width: 34px;
    height: 24px;
    display: inline-block;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/31-01-2022/ipo-spritebg.png) -10px -131px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__left .newipo__sociallinks a .bg-ipo_youtube {
        transform:scale(.7);
        position: relative;
        left: -4px
    }
}

.paisabase-ipo__tabs {
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-bottom: 36px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__tabs {
        padding:2px;
        gap: 12px;
        border: unset;
        margin-bottom: 16px
    }
}

.paisabase-ipo__tabs a {
    flex: 1;
    background-color: #f9fafb;
    border: 1px solid #f2f4f7;
    border-radius: 2px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #8a95a8;
    text-align: center;
    padding: 5px
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__tabs a {
        flex:1 0 auto;
        font-size: 14px;
        line-height: 24px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__tabs a {
        flex:1 0 48%;
        font-size: 14px;
        line-height: 15px;
        padding: 5px 3px
    }
}

.paisabase-ipo__tabs a.active,.paisabase-ipo__tabs a:hover {
    background-color: #fff5f6;
    border: 1px solid #fd6f8e;
    color: #e31b54
}

.paisabase-ipo__right {
    flex: 0 0 36.38%
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo__right {
        flex:0 0 36%
    }
}

.paisabase-ipo__box {
    border: 1px solid #e4e7ec;
    border-radius: 4px
}

.paisabase-ipo__click {
    position: relative;
    padding: 21px 60px 21px 21px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__click {
        padding:10px 40px 10px 14px
    }
}

.paisabase-ipo__click .accordian-title {
    margin-bottom: 0
}

.paisabase-ipo__click .accordian-title a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    color: #000
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__click .accordian-title a {
        font-size:14px;
        line-height: 24px
    }
}

.paisabase-ipo__click .accordian-title a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #e4e7ec
}

.paisabase-ipo__click .accordian-title a:after {
    content: "";
    position: absolute;
    top: 17px;
    right: -35px;
    border: solid #c01048;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 5px;
    transform: rotate(136deg)
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__click .accordian-title a:after {
        padding:3px;
        border-width: 0 0 1px 1px;
        top: 10px;
        right: -24px
    }
}

.paisabase-ipo__click .accordian-title a.collapsed:after {
    top: 10px;
    transform: rotate(-45deg)
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__click .accordian-title a.collapsed:after {
        top:6px
    }
}

.paisabase-ipo__open {
    padding: 24px;
    border-top: 1px solid #e4e7ec
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open {
        padding:16px 18px
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 78px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li {
        margin-bottom:16px;
        padding-left: 40px
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #1d2939
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li a {
        font-size:14px;
        line-height: 19px
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li a span {
    border: 2px solid #e4e7ec;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 15px;
    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-ipo__open .ipo--wrapper-tabstep li a span {
        border:1px solid #e4e7ec;
        width: 16px;
        height: 16px;
        left: 10px;
        top: 15px
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li:not(:last-child):after {
    content: "";
    position: absolute;
    height: 100%;
    top: 39px;
    left: 21px;
    width: 2px;
    border: 1px solid #e4e7ec
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li:not(:last-child):after {
        height:100%;
        top: 31px;
        left: 17px;
        width: 1px
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li a span .round {
    background-color: #f2f4f7;
    border: 2px solid #e4e7ec;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li a span .round {
        border:1px solid #e4e7ec;
        width: 8px;
        height: 8px;
        left: 3px;
        top: 3px
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li a span .tick {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #d0d5dd;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li a span .tick {
        top:2px;
        left: 5px;
        width: 4px;
        height: 7px;
        border-width: 0 1px 1px 0
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li.active a {
    color: #c01048
}

.paisabase-ipo__open .ipo--wrapper-tabstep li.active a span {
    border: 2px solid #c01048
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li.active a span {
        border:1px solid #c01048
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li.active a span:after {
    border: 1px solid;
    border-image-source: linear-gradient(#c01048,rgba(192,16,72,.11));
    border-image-slice: 1
}

.paisabase-ipo__open .ipo--wrapper-tabstep li.active a span .round {
    background-color: #fea3b4;
    border: 2px solid #c01048
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li.active a span .round {
        border:1px solid #c01048
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li.active a span .tick {
    border: solid #c01048;
    border-width: 0 2px 2px 0
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li.active a span .tick {
        border-width:0 1px 1px 0
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li:last-child {
    margin-bottom: 27px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-tabstep li:last-child {
        margin-bottom:12px
    }
}

.paisabase-ipo__open .ipo--wrapper-tabstep li:last-child a span:after {
    content: none
}

.paisabase-ipo__open .ipo--wrapper-img {
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    padding: 6px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo__open .ipo--wrapper-img {
        padding:3px
    }
}

.paisabase-ipo__open .ipo--wrapper-img .youtube__video {
    cursor: pointer;
    position: relative
}

.paisabase-ipo__open .ipo--wrapper-img .imagen-previa {
    width: 100%;
    height: 221px;
    object-fit: cover
}

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

.paisabase-ipo-accordian {
    padding: 0 0 48px
}

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

.paisabase-ipo-accordian__wrapper {
    max-width: 1261px;
    margin: auto
}

@media only screen and (max-width: 1280px) {
    .paisabase-ipo-accordian__wrapper {
        max-width:1160px
    }
}

.paisabase-ipo-accordian__wrapper p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #1d2939;
    margin-bottom: 12px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper p {
        font-size:11px;
        max-width: 276px;
        margin: auto
    }
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__box {
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    margin-top: 24px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__box {
        margin-top:12px
    }
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__click {
    position: relative;
    padding: 18px 60px 18px 32px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__click {
        padding:10px 40px 10px 19px
    }
}

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

.paisabase-ipo-accordian__wrapper .ipo-accordian__click .accordian-title a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    color: #000
}

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

.paisabase-ipo-accordian__wrapper .ipo-accordian__click .accordian-title a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #e4e7ec
}

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

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__click .accordian-title a:after {
        padding:3px;
        border-width: 0 0 1px 1px;
        top: 14px;
        right: -24px
    }
}

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

.paisabase-ipo-accordian__wrapper .ipo-accordian__open {
    padding: 16px 30px;
    border-top: 1px solid #e4e7ec
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__open {
        padding:16px 18px
    }
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #1d2939;
    margin-bottom: 10px
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__open p {
        max-width:100%;
        font-size: 11px
    }
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open p a {
    color: #2e90fa
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open ul li {
    position: relative;
    padding-left: 24px;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #1d2939;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__open ul li {
        padding-left:20px;
        margin-bottom: 10px
    }
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #8a95a8
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open .link-box {
    margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__open .link-box {
        margin-bottom:15px
    }
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open .link-box:last-child {
    margin-bottom: 0
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open .link-box a {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #1570ef;
    text-decoration: underline;
    margin-bottom: 14px
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__open .link-box a {
        font-size:11px;
        line-height: 22px
    }
}

.paisabase-ipo-accordian__wrapper .ipo-accordian__open .link-box p {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #667085;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-ipo-accordian__wrapper .ipo-accordian__open .link-box p {
        font-size:11px;
        line-height: 22px
    }
}

.ipo-newsblog {
    padding: 84px 15px 67px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog {
        padding:32px 0 12px
    }
}

.ipo-newsblog__wrapper {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 26px
}

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

.ipo-newsblog__box {
    flex: 1
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__box {
        padding-bottom:26px
    }
}

.ipo-newsblog__box h4 {
    padding: 0 0 20px;
    margin-bottom: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
    color: #101828
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__box h4 {
        font-weight:700;
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px 18px
    }
}

.ipo-newsblog__box h4 span {
    display: inline-flex;
    width: 54px;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 54px;
    background-color: #f9fafb;
    border: 1px solid #e4e7ec
}

.ipo-newsblog__box h4 img {
    display: inline-block;
    vertical-align: middle
}

.ipo-newsblog__innerboxwrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 26px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__innerboxwrapper {
        display:block;
        padding: 0 15px
    }
}

.ipo-newsblog__innerboxwrapper.ipo-page--mod {
    gap: 0
}

.ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner {
    flex: 0 0 100%
}

.ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box {
    padding: 10px 23px
}

.ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #072d4b
}

.ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box p {
    font-size: 11px
}

.ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box ul li:last-child {
    text-align: left
}

.ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box ul li span {
    font-size: 14px
}

.ipo-newsblog__inner {
    flex: 0 0 40%
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner {
        margin-bottom:20px
    }
}

.ipo-newsblog__inner:first-child {
    flex: 0 0 55.2%
}

.ipo-newsblog__inner .top__storylink {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #1d2939;
    display: inline-block;
    margin-bottom: 10px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .top__storylink {
        font-weight:700;
        font-size: 13px;
        line-height: 20px
    }
}

.ipo-newsblog__inner .top__storylink:after {
    content: "";
    position: absolute;
    top: 12px;
    right: -20px;
    padding: 4px;
    border: solid #060b14;
    border-width: 2px 0 0 2px;
    transform: rotate(135deg);
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .top__storylink:after {
        top:8px;
        right: -12px;
        padding: 2px
    }
}

.ipo-newsblog__inner img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.ipo-newsblog__inner .bg__box {
    padding: 10px 21px 10px 10px;
    background-color: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 2px 20px rgba(0,0,0,.04);
    border-radius: 4px
}

.ipo-newsblog__inner .bg__box h5 {
    margin-bottom: 12px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .bg__box h5 {
        margin-bottom:11px
    }
}

.ipo-newsblog__inner .bg__box h5 a {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #101828
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .bg__box h5 a {
        font-size:13px;
        line-height: 19px
    }
}

.ipo-newsblog__inner .bg__box p {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #1d2939;
    opacity: .6;
    margin-bottom: 46px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .bg__box p {
        font-size:10px;
        line-height: 19px;
        margin-bottom: 25px
    }
}

.ipo-newsblog__inner .bg__box ul {
    display: flex;
    gap: 8px
}

.ipo-newsblog__inner .bg__box ul li:last-child {
    flex: 1;
    text-align: right
}

.ipo-newsblog__inner .bg__box ul li span {
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    color: #8a95a8;
    opacity: .4
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .bg__box ul li span {
        font-size:14px;
        line-height: 12px
    }
}

.ipo-newsblog__inner .most__link {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #072d4b;
    display: inline-block;
    margin-bottom: 10px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .most__link {
        font-weight:700;
        font-size: 13px;
        line-height: 20px
    }
}

.ipo-newsblog__inner .most__link:after {
    content: "";
    position: absolute;
    top: 11px;
    right: -20px;
    padding: 4px;
    border: solid #060b14;
    border-width: 2px 0 0 2px;
    transform: rotate(135deg);
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner .most__link:after {
        top:8px;
        right: -12px;
        padding: 2px
    }
}

.ipo-newsblog__inner.most--popularbox .layout__box {
    margin-bottom: 14px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner.most--popularbox .layout__box {
        margin-bottom:10px
    }
}

.ipo-newsblog__inner.most--popularbox .layout__box img {
    width: 100%;
    height: 132px
}

.ipo-newsblog__inner.most--popularbox .bg__box {
    padding: 12px 12px 10px
}

.ipo-newsblog__inner.most--popularbox h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    max-width: 145px;
    min-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner.most--popularbox h5 {
        max-width:100%;
        margin-bottom: 15px
    }
}

.ipo-newsblog__inner.most--popularbox h5 a {
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #101828
}

.ipo-newsblog__inner.most--popularbox ul {
    gap: 10px
}

.ipo-newsblog__inner.most--popularbox ul li:last-child {
    text-align: left
}

.ipo-newsblog__inner.most--popularbox ul li span {
    font-size: 14px;
    line-height: 22px
}

.ipo-newsblog__inner.most--popularbox .small__img .bg__box {
    position: relative
}

.ipo-newsblog__inner.most--popularbox .small__img .bg__box img {
    width: auto;
    position: absolute;
    right: 10px;
    height: auto;
    top: 10px;
    max-width: 60px;
    border-radius: 0
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog__inner.most--popularbox .mobile__slide {
        display:flex;
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .ipo-newsblog__inner.most--popularbox .mobile__slide .layout__box {
        flex: 0 0 70%;
        margin-right: 10px
    }

    .ipo-newsblog__inner.most--popularbox .mobile__slide .layout__box ul li span {
        font-size: 14px;
        line-height: 12px
    }
}

.ipo-newsblog .ipo__boxsmall {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 5px 45px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog .ipo__boxsmall {
        flex-wrap:nowrap;
        overflow-x: scroll;
        gap: 13px
    }
}

.ipo-newsblog .ipo__boxsmall .layout__box {
    padding: 10px 23px;
    flex: 0 0 46%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 2px 20px rgba(0,0,0,.04);
    border-radius: 4px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog .ipo__boxsmall .layout__box {
        margin-right:13px;
        flex: 0 0 70%
    }
}

.ipo-newsblog .ipo__boxsmall .layout__box h5 a {
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    color: #101828
}

.ipo-newsblog .ipo__boxsmall .layout__box ul {
    display: flex;
    gap: 30px
}

.ipo-newsblog .ipo__boxsmall .layout__box ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8a95a8;
    opacity: .4
}

.ipo-newsblog .viewall__links {
    flex: auto;
    text-align: right;
    margin-top: 16px
}

.ipo-newsblog .viewall__links a {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #1570ef;
    padding-right: 20px;
    position: relative
}

.ipo-newsblog .viewall__links a:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 5px;
    border: solid #1570ef;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-136deg)
}

.ipo-newsblog.ipo-guide {
    background-color: #f9fafb;
    padding: 86px 15px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog.ipo-guide {
        padding:24px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog.ipo-guide .ipo-newsblog__box h4 {
        padding-bottom:5px
    }
}

.ipo-newsblog.ipo-guide .ipo-newsblog__box h4 span {
    background-color: #f2f4f7;
    border: 1px solid #e4e7ec
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog.ipo-guide .ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner {
        margin-bottom:12px
    }
}

.ipo-newsblog.ipo-guide .ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog.ipo-guide .ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box {
        display:block
    }
}

.ipo-newsblog.ipo-guide .ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box-content {
    max-width: 511px
}

.ipo-newsblog.ipo-guide .ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box-content h5 {
    margin-bottom: 10px
}

.ipo-newsblog.ipo-guide .ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box-content p {
    margin-bottom: 33px
}

.ipo-newsblog.ipo-guide .ipo-newsblog__innerboxwrapper.ipo-page--mod .ipo-newsblog__inner .bg__box-content ul li span {
    font-size: 11px
}

.ipo-newsblog.ipo-guide .ipo__boxsmall {
    gap: 10px 24px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog.ipo-guide .ipo__boxsmall {
        gap:13px
    }
}

.ipo-newsblog.ipo-guide .ipo__boxsmall .layout__box {
    flex: 0 0 23.46%
}

.ipo-newsblog.ipo-guide .ipo__boxsmall .layout__box h5 a {
    font-size: 13px;
    color: #1d2939
}

.ipo-newsblog.ipo-guide .ipo__boxsmall .layout__box ul li span {
    font-size: 11px
}

@media only screen and (max-width: 767px) {
    .ipo-newsblog.ipo-guide .ipo__boxsmall .layout__box {
        flex:0 0 70%
    }
}

.faq-section {
    padding: 86px 15px 66px
}

@media only screen and (max-width: 767px) {
    .faq-section {
        padding:10px 15px
    }
}

.ipo__preopen {
    background: url(https://storage.googleapis.com/5paisa-prod-storage/31-01-2022/pre-openbg.png) left top no-repeat;
    width: 83px;
    height: 28px;
    margin-bottom: 10px;
    margin-top: -23px;
    line-height: 28px;
    margin-left: -15px;
    font-size: 11px;
    color: #fff
}

.ipo__preopen,.newipo__link {
    text-align: center
}

.closed_ipo_innerlink {
    flex: 0 0 65% !important
}

.closed_ipo_sociallinks {
    flex: 0 0 30% !important
}

@media only screen and (max-width: 767px) {
    .closed_ipo_innerlink {
        flex:0 0 90% !important
    }

    .closed_ipo_sociallinks {
        flex: 0 0 0 !important
    }

    .ipo__preopen {
        margin-top: -10px;
        background-image: url(https://storage.googleapis.com/5paisa-prod-storage/31-01-2022/pre-openbgmob.png);
        height: 20px;
        width: 64px;
        line-height: 20px;
        font-size: 10px;
        margin-left: -10px
    }
}

.modal {
    position: fixed;
    z-index: 99 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4)
}

.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 12px;
    border: 1px solid #888;
    width: 80% !important
}

.close--btn {
    color: #aaa;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    float: right
}

.close-btnmodifier {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: -11px;
    width: 25px;
    border-radius: 50%;
    line-height: 25px;
    height: 25px;
    background-color: #fff;
    text-align: center;
    color: #f44336;
    border: 1px solid #f44336
}

.close--btn:focus,.close--btn:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.fin__video iframe {
    min-width: 100%;
    height: 221px
}

.ipo_news_heading,.ipo_news_body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ipo_news_heading_main {
    -webkit-line-clamp: 3
}

.ipo_news_body {
    -webkit-line-clamp: 4
}

.ipo_blog_heading,.ipo_blog_body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.ipo_blog_body {
    -webkit-line-clamp: 5
}

.viewall__links_news {
    margin-top: -9px !important
}

.newipo__sociallinks_current {
    padding-left: 0 !important;
    border-left: unset !important;
    display: block !important
}

.current-ipo .newipo__sociallinks .newipo__socialcontent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 38px;
    position: relative
}

.newipo__socialdoc_current {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .newipo__socialdoc_current {
        display:flex;
        gap: 7px
    }

    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent .ipo__doc:after {
        left: 0;
        border-right: 0
    }

    .paisabase-ipo__left.current-ipo .newipo__card .newipo__cardheader .newipo__sociallinks .newipo__socialcontent .ipo__applynow {
        padding: 1px;
        font-size: 13px;
        width: 70% !important
    }

    .paisabase-ipo__left .newipo__sociallinks a.ipo__allotstatus {
        width: 100%;
        height: 100%
    }
}

.paisabase-popular-market__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

@media only screen and (max-width: 1280px) {
    .paisabase-popular-market__wrapper {
        max-width:1160px
    }
}

.paisabase-popular-market__wrapper h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #000;
    margin-bottom: 36px;
    text-align: left
}

@media only screen and (max-width: 767px) {
    .paisabase-popular-market__wrapper h4 {
        font-weight:700;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-popular-market__wrapper .scrollx {
        overflow-x:auto
    }
}

.paisabase-popular-market__wrapper .popular-market {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px
}

@media only screen and (max-width: 1280px) {
    .paisabase-popular-market__wrapper .popular-market {
        gap:35px
    }
}

@media only screen and (max-width: 767px) {
    .paisabase-popular-market__wrapper .popular-market {
        min-width:1200px;
        margin-bottom: 15px;
        gap: 24px
    }
}

.paisabase-popular-market__wrapper .popular-market__box {
    flex: 1;
    background-color: #fcfcfd;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    box-shadow: 0 4px 11px 0 #e8e8e8;
    padding: 12px
}

.paisabase-popular-market__wrapper .popular-market__img {
    margin-bottom: 20px
}

.paisabase-popular-market__wrapper .popular-market__img a {
    display: block
}

.paisabase-popular-market__wrapper .popular-market__img a img {
    border-radius: 2px;
    height: 120px
}

.paisabase-popular-market__wrapper .popular-market__head {
    margin-bottom: 20px
}

.paisabase-popular-market__wrapper .popular-market__head a {
    font-family: Supreme-Regular;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -.96px;
    color: #171313;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.paisabase-popular-market__wrapper .popular-market__para {
    margin-bottom: 23px
}

.paisabase-popular-market__wrapper .popular-market__para a {
    font-family: Supreme-Regular;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -.56px;
    color: #475467;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.paisabase-popular-market__wrapper .popular-market__social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px
}

.paisabase-popular-market__wrapper .popular-market__social ul li {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #a4acba;
    position: relative
}

.paisabase-popular-market__wrapper .popular-market__social ul li:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 6px;
    width: 2px;
    height: 2px;
    border-radius: 10px;
    background-color: #a4acba
}

.paisabase-popular-market__wrapper .popular-market__social ul li:last-child:after,.paisabase-popular-market__wrapper .popular-market__social ul li:nth-child(3):after {
    content: none
}

.paisabase-popular-market__wrapper .popular-market__social ul li a {
    display: inline-block
}

.paisabase-popular-market__wrapper .popular-market__social ul li a .whatsapp-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/whatsapp-icon.svg) left top no-repeat;
    position: relative;
    top: 3px
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper {
    position: relative
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper .Close-btn,.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper .Share-btn {
    width: 22px;
    height: 22px;
    cursor: pointer
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper .share {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/blog-images/share.svg) no-repeat
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper .close-sharing {
    position: relative;
    top: 3px;
    right: -18px
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper .close-sharing:after,.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper .close-sharing:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 7px;
    right: 0;
    width: 16px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 5px;
    background: #000
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-share__wrapper .close-sharing:after {
    transform: rotate(-45deg)
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media {
    position: absolute;
    top: -7px;
    left: 30px;
    height: 34px;
    display: flex;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 8px -2px rgba(16,24,40,.2),0 2px 4px -2px rgba(16,24,40,.3);
    border-radius: 55px;
    z-index: 1;
    gap: 10px
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a {
    position: relative;
    display: inline-block
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-envelope,.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-facebook,.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-linkedin,.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-twitter {
    display: inline-block;
    height: 24px;
    width: 24px
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-facebook {
    background: url(https://www.5paisa.com/hindi/themes/custom/fivepaisa/images/blog__socialsprites.webp) -10px -10px
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-envelope {
    background: url(https://www.5paisa.com/hindi/themes/custom/fivepaisa/images/blog__socialsprites.webp) -10px -186px
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-twitter {
    background: url(https://www.5paisa.com/hindi/themes/custom/fivepaisa/images/blog__socialsprites.webp) -10px -98px
}

.paisabase-popular-market__wrapper .popular-market__social ul li .blog-social__media a .fa-linkedin {
    background: url(https://www.5paisa.com/hindi/themes/custom/fivepaisa/images/blog__socialsprites.webp) -10px -54px
}

.paisabase-popular-market__wrapper .blog-link {
    margin-top: 20px
}

.paisabase-popular-market__wrapper .blog-link a {
    display: flex;
    justify-content: right;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #1570ef
}

@media only screen and (max-width: 767px) {
    .paisabase-popular-market {
        padding:39px 15px 21px
    }

    .paisabase-popular-market__wrapper .blog-link a {
        justify-content: center
    }
}

.paisabase-popular-market__wrapper .blog-link a .link-arrow {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px
}

.paisabase-popular-market__wrapper .blog-link a .link-arrow:after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
    bottom: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1570ef;
    border-right: 2px solid #1570ef;
    transform: rotate(45deg)
}

.clamp_tb_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.paisabase-ipo__left .newipo__card_recent_closed {
    border: 2px solid #d7d7d7
}

.paisabase-popular-market {
    padding: 49px 0 38px;
    background-color: #f9fafb
}

@media only screen and (max-width: 767px) {
    #quick_reg_form {
        margin-top:30px
    }
}

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

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

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

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

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

.paisabase-faqs-accordian__wrapper .faq-info {
    font-family: Supreme-Regular;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #344054;
    margin-bottom: 41px
}

@media only screen and (max-width: 767px) {
    .paisabase-faqs-accordian__wrapper .faq-info {
        font-size:16px
    }
}

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

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

.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: 14px;
    line-height: 24px;
    color: #101828;
    padding: 24px 30px 24px 0
}

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

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

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

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

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

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

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

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

.contextual.edit-new {
    position: relative !important
}

.paisabase-oda {
    padding: 67px 0;
    position: relative;
    background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/oda-bg.png)no-repeat !important;
    background-size: 100%
}

@media only screen and (max-width: 767px) {
    .paisabase-oda {
        background:url(/themes/custom/fivepaisa/images/oda-mob-bg.png)no-repeat;
        padding: 44px 27px
    }

    .paisabase-oda {
        background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/ipo/oda-bg-mob.png)no-repeat;
        background-size: 100%
    }
}

.paisabase-oda__wrapper {
    max-width: 1060px;
    margin: auto;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .paisabase-oda__wrapper .oda-wrapper {
        max-width:293px;
        margin: auto
    }
}

.paisabase-oda__wrapper .oda-wrapper h3 {
    font-weight: 700;
    font-size: 41px;
    line-height: 64px;
    text-transform: capitalize;
    color: #101828;
    margin-bottom: 22px
}

.paisabase-oda .paisabase-oda__wrapper .oda-wrapper .oda-header {
    font-weight: 700;
    font-size: 41px;
    line-height: 64px;
    text-transform: capitalize;
    color: #fcfcfd;
    margin-bottom: 22px
}

@media only screen and (max-width: 767px) {
    .paisabase-oda__wrapper .oda-wrapper h3 {
        font-size:27px;
        line-height: 44px;
        text-align: center;
        margin-bottom: 30px
    }

    .paisabase-oda .paisabase-oda__wrapper .oda-wrapper .oda-header {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 24px
    }
}

.paisabase-oda__wrapper .oda-wrapper p {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #101828;
    margin-bottom: 28px !important
}

.paisabase-oda .paisabase-oda__wrapper .oda-wrapper p {
    font-family: Supreme-Regular;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #fcfcfd;
    margin-bottom: 28px
}

@media only screen and (max-width: 767px) {
    .paisabase-oda__wrapper .oda-wrapper p {
        font-size:16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 24px !important
    }
}

.paisabase-oda__wrapper .oda-wrapper p span {
    color: #101828
}

.paisabase-oda .paisabase-oda__wrapper .oda-wrapper p span {
    font-weight: 500;
    color: #c01048
}

.paisabase-oda__wrapper .oda-wrapper__lead {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px
}

@media only screen and (max-width: 767px) {
    .paisabase-oda__wrapper .oda-wrapper__lead {
        display:block;
        max-width: 260px;
        margin: auto;
        text-align: center
    }
}

.paisabase-oda__wrapper .oda-wrapper__lead span.number {
    position: absolute;
    left: 12px;
    top: 13px;
    font-size: 17px;
    line-height: 28px
}

.paisabase-oda__wrapper .oda-wrapper__lead span.number:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 5px;
    width: 1px;
    height: 20px;
    background-color: #e6e9ed
}

.paisabase-oda__wrapper .oda-wrapper__lead input {
    background-color: #f9fafb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 54px;
    max-width: 230px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    padding: 13px 16px 13px 55px;
    color: #1d2939;
    border: 1px solid #a4acba
}

@media only screen and (max-width: 767px) {
    .paisabase-oda__wrapper .oda-wrapper__lead input {
        max-width:100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }
}

.paisabase-oda__wrapper .oda-wrapper__lead .paisabase-btn__action {
    max-width: 230px;
    height: 54px;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    border-radius: 4px
}

.paisabase-oda__wrapper .oda-wrapper__lead .error-msgtext {
    position: absolute;
    top: 52px;
    left: 0;
    font-size: 13px;
    color: #c01048
}

@media only screen and (max-width: 767px) {
    .paisabase-oda__wrapper .oda-wrapper__lead .error-msgtext {
        top:54px;
        left: 0;
        font-size: 11px;
        color: #c01048
    }
}

#oda_header {
    color: #fcfcfd !important
}
.edit-banner-btn{display:inline-flex;align-items:center;justify-content:center;padding:2px 2px;background-color:#007bff;color:#fff;border-radius:4px;text-decoration:none;font-size:13px;z-index:400;transition:background-color .3s,transform .2s ease-in-out;margin-top:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.edit-banner-btn:hover{color:#fff;background-color:#0056b3;transform:scale(1.05);box-shadow:0 6px 10px rgba(0,0,0,.2)}.edit-banner-btn:focus{outline:0}.edit-banner-btn:active{background-color:#004085;box-shadow:0 4px 6px rgba(0,0,0,.3)}