
@media(min-width:310px) and (max-width:319px) {
    .m-logo-none { display: none; }
    .top-hedr {
        display: initial;
    }
    
    .not-pro-icon {
        justify-content: end;
    }
}

@media(min-width:320px) and (max-width:767px) {
    body {
        background: #fff;
    }
    .m-width-none{display:none;}
    .m-left {
        text-align: left;
    }

    .m-center {
        text-align: center;
    }

    .m-right {
        text-align: end;
    }

    .mobile-menu-logo img {
        width: 78px;
        margin-left: 0px;
        padding-bottom: 5px;
    }

    .feedback-main {
        grid-template-columns: 100%;
    }

    .top-tran-list h6 {
        white-space: nowrap;
    }

    /*Menu */
    .mobile-menu-logo img { /*width:40px;*/
        margin-left: 0px;
    }

    .menu-toggle {
        display: none;
        float: left;
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        height: 64px;
    }

    .menu-toggle {
        width: 81%;
    }

    .dashboard-title {
        margin-top: 20px;
    }

    .dropdown.user-profile .dropdown-menu .notifcation-details, .showreport-details {
        min-width: 100% !important;
    }

    .mobile-flex { /*display: flex; justify-content: space-between; width: 100%; flex-direction:column; gap:10px;*/
    }



    .menu-toggle #menu-btn {
        float: initial !important;
    }

    .top-hedr {
        display: initial;
    }

    .navbar-brand {
        max-width: 100%;
    }

    .payrecnttxt {
        margin-top: 15px;
    }

    .customeScroll {
        touch-action: auto !important;
        overflow-y: scroll;
    }

    .scheme-amc-logo { /*float:initial;*/
        align-items: flex-start;
        justify-content: flex-start;
    }

    .scheme-amc-logo, .scheme-amc-name {
        margin-bottom: 10px;
        align-items: center;
    }

    .purchase-full-height {
        height: auto;
    }

    .scheme-amc-name {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .scheme-amc-dtl {
        grid-template-columns: auto auto auto;
    }

        .scheme-amc-dtl div {
            border-bottom: 1px solid #dddd;
            padding: 6px 6px;
        }

    .btn-invest-now.btn-scheme-invest {
        position: absolute;
        top: 7px;
        right: 15px;
    }

    .btn-box a, .btn-box input {
        margin: 2px;
        display: inline-block;
    }

    .m-sel-schem { /*margin-top: 3rem;*/
    }

    .scheme-purchase-dtl { /*padding-top:0px;*/
        grid-template-columns: 49% 49%;
    }

    .p-scheme-table {
        height: 500px;
        overflow-y: scroll !important;
        display: block;
    }

    .scheme-amc-logo img {
        width: 40px;
        height: 40px;
    }

    .sip-order {
        position: inherit;
        top: 0;
        right: 0;
    }

    .pl-btm {
        padding-bottom: 0px;
    }

    .scheme-swpamc-name {
        height: auto;
        padding: 0px;
    }

    .select-scheme-cta a.btn.btn-back {
        display: none;
    }

    .select-scheme-cta {
        display: inline-grid;
        justify-content: center;
    }

    .date-note h5 {
        font-size: 15px;
        font-weight: 600;
    }

    .date-note p {
        font-size: 13px;
    }

    /*Common*/
    .m-padding0 {
        padding: 0px;
    }

    /*Login*/
    .sign-img {
        width: 100%;
    }

    .login-box {
        margin-bottom: 15px;
        width: 100%;
    }

    .login-instr {
        flex-direction: column;
        grid-gap: 10px;
    }

    .login-info span {
        margin-bottom: 15px;
        font-size: 14px;
        display: inline-block;
    }

    .login-info ul {
        width: auto;
        padding: 0;
        margin: auto;
    }

    .bg-login::before, .bg-login::after {
        background: #fff;
    }

    .login-ttl {
        padding: 0 20px;
    }

    .captch-img-modal {
        margin-top: 15px;
    }

    .captch-img {
        margin-top: 0px;
    }

        .captch-img img, .captch-img-modal img {
            width: 160px;
            height: 40px;
            max-width: 100%;
            margin-right: 15px;
        }

    .icon-refresh {
        line-height: normal;
    }

    .forgt-txt label a i {
        color: #0d6efd;
    }

    .m-mt-10 {
        margin-top: 10px;
    }



    /*Dashboard*/
    .mf-dash-keypoint {
        float: none;
    }

        .mf-dash-keypoint ul {
            padding-left: 0;
        }

    .mf-tab-res .card-header {
        background: #007bff;
        padding: 0;
    }

        .mf-tab-res .card-header h4 {
            margin: 0px;
        }

            .mf-tab-res .card-header h4 a {
                color: #fff;
                font-size: 13px;
                font-family: 'montserrat-semibold';
            }

    .mf-tab-res .card {
        margin-bottom: 5px;
    }

    .mf-tab-res .card-body {
        padding: 10px;
    }

    .overview-btm .ob-block {
        width: 50% !important;
        border-bottom: 1px solid #ddd;
        margin: 0px !important;
    }

    .dash-box.dash-port-table table td {
        white-space: normal;
        font-size: 13px;
    }

    .overview-btm {
        flex-direction: row;
    }

    .dash-family-type {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .dash-over-info {
        text-align: left !important;
    }

    .dash-over-dtl {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 10px 0px;
    }

        .dash-over-dtl:after {
            background: transparent !important;
        }

    .dash-box.pb-0 {
        padding-bottom: 0px !important;
    }

    .Upcomingsip-box {
        padding: 0 6px;
    }


    /*New Dashboard Design */

    .dash-family-info h2 span {
        font-size: 12px;
        display: block;
        line-height: 30px;
    }

    .inv-info-box .inv-info-equity, .inv-info-box .inv-info-mf, .inv-info-box .inv-info-bond {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 9px;
    }

    .inv-info-box {
        padding: 0px;
    }

    .dash-family-info select {
        width: 100%;
        margin-bottom: 10px;
    }

    .invt-right {
        text-align: inherit;
    }

    .invest-value {
        flex-direction: column;
    }

        .invest-value h6 span, .invest-value h6 {
            font-size: 20px;
        }

            .invest-value h6 span:last-child {
                font-size: 14px;
            }
    /*.dash-modul-box{gap:20px;}*/
    .dash-modul-box .dash-modul-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        /*.dash-modul-box .dash-modul-info .dash-modul-content { flex-direction: column; align-items: center; }*/
        .dash-modul-box .dash-modul-info .dash-modul-img img {
            height: 50px;
            width: 50px;
        }

    .dash-modul-txt p {
        font-size: 16px;
        margin: 0px;
    }

    .dash-startsip-img {
        margin: 0 10px 0px 0;
        text-align: center;
    }

    .dash-startsip-ttl p {
        display: none;
    }

    .dash-startsip-box {
        padding: 10px 7px;
        text-align: center;
    }

    .dash-startsip-ttl h5 {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .dash-modul-txt span {
        display: none;
    }

    .mutualfund-scheme-box {
        gap: 16px;
    }

    .equity-overview-box {
        gap: 7px;
        padding: 3px;
    }

    .equity-detl {
        width: 48%;
        margin: auto;
    }

    .dash-startsip-img img {
        height: 50px;
    }

    .mutualfund-scheme-box .mf-scheme-cap {
        width: 46%;
        padding: 15px 10px;
    }

    .common-dash-box {
        padding: 15px 10px;
    }

    .upcomgin-box {
        flex-wrap: wrap;
        padding: 7px;
    }

        .upcomgin-box .upcomgin-scheme {
            width: 100%;
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
        }

        .upcomgin-box .upcomgin-type, .upcomgin-box .upcomgin-date {
            width: 50%;
            padding-top: 10px;
        }

    .Upcoming-trx-dtl h5 {
        display: initial;
    }

    .Upcoming-trx-hdr {
        display: none;
    }

    .Upcoming-trx-info {
        display: inherit;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 7px;
        padding: 0px 5px;
        background: #FAFDFF;
    }

        .Upcoming-trx-info .Upcoming-trx-dtl:nth-child(1), .Upcoming-trx-info .Upcoming-trx-dtl:nth-child(2) {
            width: 100% !important;
            display: block;
        }

        .Upcoming-trx-info .Upcoming-trx-dtl {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

    .Upcoming-trx-dtl {
        border-bottom: 1px solid #ddd;
        padding: 8px 0;
    }

        .Upcoming-trx-dtl:last-child {
            border: none;
        }

        .Upcoming-trx-dtl h5 {
            margin-bottom: 0px;
        }

    .tran-tab-box {
        flex-direction: column;
    }

    a.redirect-icon img {
        width: 25px;
    }


    .bondrep-txt p{width:80%;}

    /*EQ-Dashboard*/
    /**********************
    MF-Dashboard
**********************************************/
    .mfdash-member-holding label {
        margin-bottom: 0px;
    }

        .mfdash-view-member {
            flex-direction: column;
        }

        .dash-view-member-name h5 {
            font-size: 13px;
        }

        .view-member-redirect a {
            font-size: 25px;
        }

        .dash-view-member-name span {
            display: none;
        }



        /*MF Collection Scheme */
        .allamc-scheme-hedr {
            display: none;
        }

        .searching-box input {
            width: 240px;
        }

        .filter-img {
            padding: 3px 10px;
        }

        .searching-box .input-group input {
            width: 192px;
        }

        .all-scheme-filter {
            gap: 10px;
        }
        .all-scheme-filter {
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
        }
        .collectionreturn-scheme-hedr {
            display: none;
        }

        .collectionreturn-scheme-box {
            flex-direction: column;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            border-radius: 10px;
        }

            .collectionreturn-scheme-box .collectionreturn-scheme-name,
            .collectionreturn-scheme-box .collectionreturn-scheme-dtl {
                width: 100%;
            }

                .collectionreturn-scheme-box .collectionreturn-scheme-dtl p {
                    display: block;
                    font-size: 11px;
                    padding-bottom: 5px;
                }

                .collectionreturn-scheme-box .collectionreturn-scheme-dtl h5 {
                    font-size: 12px;
                    font-family: 'montserrat-semibold';
                    text-align: center;
                    margin-bottom: 0px;
                    color: #281662;
                }

        .collectionreturn-scheme-name {
            border-bottom: 1px solid #ddd;
            padding-bottom: 7px;
        }

            /*.collectionreturn-scheme-name .collectionreturn-amc {
                width: 50px;
                height: 50px;
                padding: inherit;
                overflow: inherit;
            }*/

        .collectionreturn-scheme-box .collectionreturn-scheme-dtl {
            flex-wrap: wrap;
        }

            .collectionreturn-scheme-box .collectionreturn-scheme-dtl div {
                width: 48%;
                flex: 1 1 auto !important;
                padding: 10px;
            }
    .collectionreturn-scheme-name .collectionreturn-amc{overflow:inherit;}
    .NFOLive-scheme-hedr {
        display: none;
    }

        .NFOLive-scheme-box .NFOLive-scheme-name {
            width: 100%;
            display: flex;
            border-bottom: 1px solid #ddd;
            padding-bottom: 7px;
        }

        .NFOLive-scheme-box {
            flex-direction: column;
        }

            .NFOLive-scheme-box .NFOLive-scheme-dtl {
                width: 100%;
                padding-top: 7px;
                flex: 1 1 auto !important;
                flex-wrap: wrap;
                gap: 15px 0;
            }

                .NFOLive-scheme-box .NFOLive-scheme-dtl p {
                    display: block;
                    font-size: 11px;
                    padding-bottom: 5px;
                }

                .NFOLive-scheme-box .NFOLive-scheme-dtl div {
                    width: 33%;
                }

        .NFOLive-scheme-name .NFOLive-amc {
            width: 50px;
            height: 50px;
        }

        .NFOLive-scheme-box .NFOLive-scheme-dtl div:last-child {
            flex-grow: 6;
        }

        .collectionreturn-scheme-info span {
            font-size: 11px;
            color: #007bff;
        }

        .eq-overview-btm .ob-block, .overview-btm .ob-block {
            width: 50%;
            border-bottom: 1px solid #ddd;
        }

            .eq-overview-btm .ob-block:after {
                background: transparent;
            }

        .livesip-scheme-box {
            flex-direction: column;
        }

            .livesip-scheme-box .livesip-scheme-name {
                width: 100%;
                border-bottom: 1px solid #ddd;
                padding-bottom: 10px;
            }

        .livesip-scheme-info span {
            color: #007bff;
        }

        .livesip-scheme-name .livesip-amc {
            width: 80px;
            height: 50px;
        }

        .livesip-scheme-hedr {
            display: none;
        }

        .livesip-scheme-box .livesip-scheme-dtl {
            flex-wrap: wrap;
        }

            .livesip-scheme-box .livesip-scheme-dtl div {
                width: 50%;
                flex: 1 1 auto !important;
                padding: 10px;
                border-bottom: 1px solid #ddd;
            }

            .livesip-scheme-box .livesip-scheme-dtl p {
                display: block;
                font-size: 11px;
                padding-bottom: 5px;
            }

        .livesip-scheme-box .livesip-scheme-dtl {
            width: 100%;
        }

            .livesip-scheme-box .livesip-scheme-dtl h5, .livesip-scheme-box .livesip-scheme-dtl p {
                text-align: left;
            }
        .live-sip-panel {
            flex-wrap: wrap;
        }
        .swal2-title {
            font-size: 16px !important;
        }
        .modal-body{padding:10px;}

        .dash-ttl.mf-asondate, .dash-ttl-button {
            display: inline;
        }

            .dash-ttl-button a {
                margin: 4px 0;
            }

        .mf-invtallo-box {
            display: inline;
        }

        .invest-tabs {
            margin-top: 10px;
        }

        select.btn-client {
            margin-left: 0px; /*width:100%;*/
        }

        .dash-moneybg span img {
            width: 40px;
        }

        .dash-moneybg {
            margin-right: 20px;
            float: left;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .current-amt, .current-amt span:nth-child(2) {
            font-size: 22px;
        }

        .dash-divider {
            margin: 10px 0 10px;
        }
        .dash-family-info h2 span {
            /*display: inline;*/
        }
    .member-holding-total{display:none;}
    /*Select Scheme*/
    .scheme-box {
        grid-template-columns: 100%;
    }

        .add-cart a {
            padding: 7px 7px 5px 7px;
            font-size: 12px;
            margin: 0 4px;
        }

        .select-schem-cout {
            align-items: self-start;
        }

        .added-scheme {
            height: 75px;
            overflow: scroll;
        }

        .holder-txt-logo h6 {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 17px;
            margin-right: 15px;
        }

        .pagination-custom {
            margin-bottom: 15px;
        }

        .customeScroll {
            max-height: 100%;
            height: 100%;
        }

        .invest-footer-btn {
            flex-direction: column;
        }

        .select-scheme-amc-name {
            flex-direction: column-reverse;
        }

        .invest-page-ttl {
            display: inherit;
            margin: 15px 0;
        }

            .invest-page-ttl.invest-select-schemepage {
                display: flex;
            }

        .search-box {
            margin-top: 10px;
        }

            .search-box input {
                height: 40px;
                font-size: 13px;
                text-indent: 8px;
            }

        .scheme-amc-name a {
            font-size: 12px;
        }

        .cart-count-label a svg {
            width: 30px;
            height: 30px;
        }

        .btn-delete.btn-scheme-delete {
            right: 0px;
        }

        .scheme-box-review {
            box-shadow: none;
            margin: 5px 0;
        }

        .filter-box {
            grid-template-columns: 48% 48%;
            border: 1px solid #ddd;
            grid-gap: 10px;
        }

        .select-count {
            right: -9px;
            top: -11px;
        }

        .mobile-ss-title-area {
            display: none !important;
        }

        .pfh-btn-cta {
            display: flex !important;
            flex-direction: column;
            grid-gap: 10px;
            position: sticky;
            bottom: -1px;
            border-radius: 0px;
        }

        .amnt-btn-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px 0;
        }

        .pfh-btn-cta .amnt-btn-box span {
            margin-right: 5px;
        }

        /*SIP*/
        .sch-after-selection .af-top {
            align-items: inherit;
        }

        .scheme-sip-dtl {
            grid-template-columns: auto auto;
            padding-top: 10px;
        }

        .stp-change-schem-info {
            grid-template-columns: auto auto;
        }

        .scheme-stp-change {
            display: block;
        }

        .stp-change-schem h5 {
            margin-bottom: 15px;
        }

        .scheme-stp-dtl.swp-dtl, .scheme-swp-change {
            grid-template-columns: 48% 48%;
        }

        .scheme-amc-logo.stp-scheme-logo {
            height: auto;
        }

        .scheme-stp-change {
            grid-template-columns: auto auto;
        }

        .scheme-stp-dtl {
            grid-template-columns: auto auto;
        }

        .day-select {
            grid-column: span 3;
        }

        .scheme-amc-sip { /*align-items: flex-end;*/
            flex-direction: column;
        }

            .scheme-amc-sip a {
                font-size: 12px;
            }

        .sip-order a.btn-delete {
            position: absolute;
            top: -2px;
            right: 0px;
            font-size: 14px;
            background: #fff;
            width: 15px;
            height: 15px;
        }

        .sip-invest-page-ttl {
            display: inherit;
            margin-top: 20px;
        }

        .search-box-selct {
            margin-top: 15px;
        }

        .repeater-item {
            position: relative;
        }


        /*Addtional Purchase, Switch, SWP and  redem*/
        /*.scheme-addtiamc-name, */ .scheme-switchamc-name, .scheme-stpamc-name {
            height: auto;
        }

        .scheme-switch-change {
            display: block;
        }

        .switch-change-schem h5 {
            text-align: left;
        }

        .scheme-addtional-dtl {
            grid-template-columns: repeat(2, 1fr);
        }

        .scheme-switch-dtl, .scheme-redem-dtl, .scheme-swp-dtl {
            grid-template-columns: auto auto;
        }

        .scheme-switch-change {
            grid-template-columns: auto;
        }

        .btn-invest-now.btn-switch-invest {
            position: absolute;
            top: -5.5rem;
            right: 20px;
        }

        a.btn-invest-now.btn-stp-invest {
            position: absolute;
            top: -5.5rem;
            right: 20px;
        }

        .add-cart {
            grid-column: span 3;
            justify-content: end;
        }

        .addi-amcsub-ttl {
            grid-template-columns: auto;
            text-align: left;
        }

        .holder-sort-name h6 {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
        }

        .purchase-box .holder-sort-name {
            padding: 10px 10px 0 10px;
            min-height: 90px;
            grid-template-columns: 25% 75%;
        }

        

        .invest-addi-page-ttl {
            display: inherit;
        }

        .addi-search-box {
            padding-top: 15px;
            width: 100%;
        }

            .addi-search-box input.form-control {
                height: 34px;
            }


        .rta-box {
            grid-template-columns: 100%;
        }

            .rta-box .rta-info {
                border-bottom: 1px solid #ddd;
                padding: 8px 0;
                border: none;
            }

                .rta-box .rta-info:last-child {
                    border: none;
                }

                .rta-box .rta-info h5 {
                    margin: 0px;
                }

        .scheme-redem-change {
            grid-template-columns: 100%;
            padding: 10px;
        }

        .scheme-swp-change {
            padding: 10px;
        }

        /***************** Reports Section
********************************************************************/
        .holding-hdr {
            flex-direction: column;
            flex-wrap: wrap;
        }

            .holding-hdr h5 {
                margin-bottom: 7px;
            }

        .bill-summry-box {
            flex-direction: column !important;
        }

.report-btn { /*margin-bottom: 10px;*/ }

.purchase-ttl { margin: 20px 0; }
.tran-trpe-checkbox .custom-radio table tr td { display: flex }
.select-checkbox label.control { /*margin-bottom:0px;*/ }
.mf-tab-res ul li { margin-bottom: 7px; }

.add-modification-btn input.btn { margin-bottom: 5px; }

.addbank-ttl { flex-direction: column; align-items: flex-start; }

.addbank-ttl h6 { margin-bottom: 8px; }

.wid100Hide { display: none; }


.remisier-txt h3 { font-size: 14px; }

.remisier-txt img { width: 60px; margin-bottom: 10px; }

.remisier-txt { margin: 20px 0; }

.scrip-mar-txt p { text-align: center; }

.bill-summry-box .bill-summry-box-date span:nth-child(2), .bill-summry-box .bill-summry-box-number span:nth-child(2) { display: block; }

/***************** calculator Section
********************************************************************/
.cal-result-box { width: auto; padding: 20px; margin-top:25px; }
.calsip-tab-content { padding: 10px 5px; }
.rng-slider-box p { margin-bottom: 4px; }
.rng-slider-box span { margin-bottom: 14px; }
.rangeslider { width: 100% !important; }
.output { margin-top: 20px; padding: 4px 12px !important; }
.rng-slider-box { display: flex; flex-direction: column; }
.range-button { margin-bottom: 15px; }
.cal-txt-info { border-bottom: 1px solid #ddd; width: 100%; padding: 10px 0; }
.cal-result-info { margin-bottom: 10px; flex-wrap: wrap; }
.cal-result-final { margin-bottom: 10px; }
.cal-txt-info p { margin: 0 0 5px 0; font-size: 12px; font-family:var(--font-title-medium); }

    .tab-mf-calc {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .calc-tabs-mobile {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        border-bottom: none;
    }

        .calc-tabs-mobile .nav-item {
            flex: 0 0 auto;
        }

        .calc-tabs-mobile .nav-link {
            white-space: nowrap;
            padding: 10px 16px;
            font-size: 14px;
        }

        /* hide scrollbar */
        .calc-tabs-mobile::-webkit-scrollbar {
            display: none;
        }

/***************** IPO Section
********************************************************************/
.ipo-ttl-box { display: inline-block; margin-bottom: 10px; }
p.ipo-time { text-align: left; }
.ipo-hdr { flex-direction: column; }
.ipo-hdr ul { text-align: center; margin: 6px 0; }
.ipo-hdr ul li { margin-left: 8px; }
.ipo-hdr ul li i { margin-right: 7px; }
.note ul { padding-left: 15px; }
.no-data img { width: 100%; }
.ipo-summ-box { margin-bottom: 15px; }
.ipo-lot-price-box{grid-template-columns: 100%; gap:0px;}
.ipo-total-amt h6{width:40%;}
.apply-ipo-box{border:none; padding:0px;}

/*****************Mange Profile Menu Section
********************************************************************/
    .online-tran, .invest-report {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0;
    }

        .tbl-payment table tr td .form-control {
            width: 100px;
        }


        /*Mutual Fund and Equity*/
        .reco-nu-ttl span {
            display: block;
        }

        .manage-box:last-child {
           /* margin-bottom: 0;*/
        }
/*PayIn PayOut*/
.payment-mode .net-bank {flex-direction: column; }
.payment-mode { display: flex; flex-wrap: wrap; justify-content: normal; margin-left: 7px; margin-bottom: 10px; }
.payment-mode .net-bank span img{margin:0px 0px 10px 0px;}
    .pay-rm-name-ttl .col-md-4.text-center, .pay-rm-name-ttl .col-md-4.text-end {
        text-align: left !important;
    }
    }

    @media (min-width:120px) and (max-width:319px) {
        .left-area {
            display: none;
        }

        .right-area {
            padding: 15px;
        }

        .ws-logo {
            max-width: 170px;
            margin-bottom: 15px;
        }

        h2.login-subtitle {
            font-size: 15px;
            padding: 10px 52px;
            margin-bottom: 5px;
        }

        .login-small-title {
            font-size: 9px;
            margin-bottom: 12px;
        }

        .login-box-title {
            font-size: 15px;
        }

        label {
            font-size: 13px;
        }

        a.link-1 {
            font-size: 12px;
            top: 2px;
        }

        .terms-check label {
            font-size: 11px;
            line-height: 18px;
        }

            .terms-check label a {
                font-size: 12px;
            }

        /*.login-area-footer {
        font-size: 12px;
    }*/

        .right-area h3 {
            font-size: 18px;
        }

        /* .login-area-footer p a {
        font-size: 10px;
    }*/

        .reg-left.img2 {
            display: none;
        }

        .otp-send-btn {
            bottom: 0;
        }

        .disappear {
            display: none;
        }

        .reg-header {
            flex-direction: column;
            padding: 10px;
            background-color: #F1F9FF;
        }

        .reg-header-logo {
            justify-content: center;
        }

            .reg-header-logo img {
                max-width: 112px;
            }

        .second-logo h2 {
            font-size: 11px;
            padding: 5px 15px;
        }

        .second-logo p {
            line-height: normal;
        }

        ul.reg-steps li span {
            font-size: 13px;
        }

        ul.reg-steps li {
            font-size: 8px;
            min-width: 60px;
            line-height: 9px;
            width: 100%;
            padding: 5px 3px;
        }

            ul.reg-steps li:last-child {
                margin-right: 0;
            }

        ul.reg-steps {
            margin-top: 10px;
            justify-content: center;
        }

        .reg-footer {
            padding: 10px;
            flex-direction: column;
            position: relative;
        }

            .reg-footer p {
                font-size: 10px;
                margin-bottom: 5px;
            }

        .footer-cta-btn {
            width: 76px;
            padding: 5px;
        }

        .reg-main .tab-content {
            padding-bottom: 5px;
        }

        .reg-main .nav-tabs .nav-link {
            font-size: 8px;
            padding: 8px 4px;
        }

        .reg-main .nav-tabs {
            margin: 0 8px;
        }

        .brokerage-table {
            table-layout: auto;
        }

        .table.brokerage-table thead th,
        .table.brokerage-table td {
            min-width: 162px;
        }

        .input-group-text {
            padding: 3px 7px;
        }

        .reg-main {
            overflow-x: hidden;
            padding: 0 20px;
            min-height: calc(100vh - 182px);
            height: auto;
        }

        .video-outer {
            height: auto;
        }

        .video-inner {
            width: auto;
            height: auto;
            padding: 15px;
        }

        p.video-info {
            font-size: 10px;
            width: auto;
        }

        .video-placeholder {
            margin: 10px 0;
            width: 150px;
            height: 150px;
        }

        .btn-not-full {
            min-width: 80px;
            padding: 6px;
        }

        /*.otp-send-btn img {
        width: 18px;
    }*/

        .segment-selection {
            margin-bottom: 20px;
            font-size: 12px;
        }

        .two-box {
            flex-wrap: wrap;
        }

        /*.video-inner h4 {
        font-size: 14px;
    }*/

        .signup-right-inner-area {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 100%;
            flex-wrap: wrap;
            height: 100vh;
            padding: 10px 0;
            justify-content: center;
        }

        /* Modal */
        .wb-modal .modal-content {
            padding: 15px;
        }

            .wb-modal .modal-content .wb-img {
                max-width: 100px;
                margin-bottom: 15px;
            }

            .wb-modal .modal-content .modal-title {
                font-size: 22px;
                margin-bottom: 10px;
            }

            .wb-modal .modal-content .modal-user-name {
                font-size: 15px;
            }

            .wb-modal .modal-content p {
                font-size: 12px;
                margin-bottom: 10px;
            }

        .popup-code {
            width: 55%;
        }

        .wb-modal .modal-content .modal-footer {
            padding: 5px;
        }

        .v-code-txtbox {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

        .wb-modal .modal-content .kyc-img {
            max-width: 80px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-footer .btn-primary,
        .wb-modal .modal-content .modal-footer .btn-outline-secondary {
            width: auto;
            min-width: unset;
            padding: 10px;
            z-index: 1;
            font-size: 10px;
        }

        .v-code-main {
            width: auto;
        }

        .popup-table {
            height: 200px;
            overflow-y: auto;
        }

        .popover {
            max-width: 260px;
        }

        /* Inner Pages - Purchase Flow */
        .navbar-collapse {
            overflow-y: scroll !important;
            max-height: calc(100vh - 150px) !important;
        }

        .navbar-brand {
            max-width: 85px;
            margin-bottom: 11px;
        }

        .navbar {
            padding: 5px 15px;
            justify-content: center;
            position: fixed;
            width: 100%;
        }

        .sidenav {
            top: 0;
            height: 100vh;
            padding-top: 90px;
            width: 100%;
        }

        .sidenav-scroller {
            height: calc(100vh - 90px);
        }

        .sidenav h5 {
            font-size: 16px;
            padding-bottom: 10px;
            padding-top: 18px;
        }

        .sidenav a {
            font-size: 12px;
            padding: 12px 0;
        }

        h3.main-page-title {
            font-size: 20px;
        }

        .breadcrumb-item a {
            font-size: 12px;
        }

        .breadcrumb-item.active {
            font-size: 12px;
        }

        

        ul.reg-steps li {
            min-width: 76px;
        }

        .new-invest-funds img:first-child {
            max-width: 100px;
        }

        .new-invest-features img {
            max-width: 20px !important;
        }

        .new-invest-funds-top {
            padding: 10px;
        }

            .new-invest-funds-top h2 {
                font-size: 20px;
            }

            .new-invest-funds-top h6 {
                font-size: 11px;
                margin-bottom: 12px;
            }

            .new-invest-funds-top ul li {
                font-size: 12px;
            }

        .new-invest-funds {
            padding: 10px 12px;
        }

        /*  .new-invest-features-details {
        margin-left: 5px;
    }

    .new-invest-features-details p {
        font-size: 12px;
    }

    .new-invest-features-details a {
        font-size: 11px;
    }

    .new-invest-features-details a img {
        margin-left: 6px;
    }*/

        .new-invest-features {
            margin-top: 12px;
        }

        .acc-slider {
            padding: 20px 22px;
        }

            .acc-slider h3 {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .acc-slider h5 {
                font-size: 16px;
                margin-bottom: 5px;
            }

        .acc-slider-main {
            margin: 18px 0;
        }

        .acc-slider-outer {
            padding: 10px;
            margin: 0 10px;
        }

            .acc-slider-outer h4 {
                font-size: 20px;
                margin-bottom: 5px;
            }

        .acc-details {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .acc-holder-label {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .acc-holder-name {
            font-size: 13px;
        }

        .switch-grp .btn-primary:not(:disabled):not(.disabled).active,
        .switch-grp .btn-primary:not(:disabled):not(.disabled):active,
        .show > .switch-grp .btn-primary.dropdown-toggle {
            font-size: 12px;
            padding: 4px 14px;
        }

        .switch-grp .btn {
            padding: 5px 10px;
        }

        .btn-primary.resume-btn {
            padding: 6px 12px;
            margin-bottom: 9px;
        }

        .slick-next::before,
        .slick-prev::before {
            width: 30px;
            height: 30px;
            background-size: contain;
        }

        .slick-prev,
        .slick-next {
            width: 30px;
            height: 30px;
        }

        .slick-prev {
            left: -24px;
        }

        .slick-next {
            right: -24px;
        }

        .slider-footer-cta {
            padding: 0 10px;
        }

        .cutoff-time h4 {
            font-size: 14px;
        }

        .cutoff-time ul li {
            font-size: 12px;
            padding-left: 12px;
        }

            .cutoff-time ul li::before {
                width: 6px;
                height: 6px;
            }

        footer {
            padding: 5px 20px;
            flex-direction: column;
            text-align: center;
            position: relative;
        }

        .show-in-mobile {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: center;
        }

        .hide-in-mobile {
            display: none;
        }

        .show-in-mobile .user-name {
            display: none;
        }

        .show-in-mobile .user-profile .dropdown-toggle::after {
            display: none;
        }

        .navbar-toggler {
            padding: 4px 10px;
            margin-left: 10px;
        }

        .noti-badge {
            right: -7px;
            top: -4px;
            width: 18px;
            height: 18px;
            font-size: 11px;
            line-height: 18px;
        }

        .notification {
            margin-right: 4px;
        }

        .search-area {
            margin-right: 12px;
            position: relative;
        }

            .search-area span {
                top: unset;
                left: unset;
                cursor: pointer;
                position: relative;
            }

        .search-collapse {
            display: none;
            position: fixed;
            width: calc(100vw - 30px);
            margin-left: 15px;
            margin-right: 15px;
            left: 0;
            top: 90px;
            border: 1px solid #ccc;
            height: 42px;
        }

            .search-collapse.open {
                display: block;
            }

        .search-mobile-icon {
            background-color: #073F88;
            border-radius: 5px;
            padding: 8px 10px;
        }

        .navbar-light .navbar-nav .nav-link {
            padding: 15px 10px;
            border-left: 4px solid #f8f9fa;
            position: relative;
        }

        .navbar-light .navbar-nav.notification .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link {
            border-left: none;
            border-bottom: none;
        }

        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show > .nav-link {
            border-bottom: none;
            border-left: 4px solid #3B95CF;
        }

        .navbar-light .navbar-nav.notification .active > .nav-link,
        .navbar-light .navbar-nav.notification .nav-link.active,
        .navbar-light .navbar-nav.notification .nav-link.show,
        .navbar-light .navbar-nav.notification .show > .nav-link,
        .navbar-light .navbar-nav.user-profile .active > .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link.active,
        .navbar-light .navbar-nav.user-profile .nav-link.show,
        .navbar-light .navbar-nav.user-profile .show > .nav-link {
            border-bottom: none;
            border-left: none;
        }

        .dropdown-toggle::after {
            top: 24px;
            position: absolute;
            right: 20px;
        }

        .nav-item {
            margin: 0 4px;
        }

        .dd-menu .dropdown-toggle::after {
            top: 17px;
        }

        .bell-icon {
            width: 35px;
            height: 35px;
            padding: 6px;
        }

        ul.user-profile .nav-link .insitals {
            width: 35px;
            height: 35px;
            font-size: 15px;
            padding: 6px 0;
        }

        .setting-menu {
            padding: 3px 0;
            width: 35px;
            height: 35px;
        }

        .alert-menu {
            right: -165px;
            width: 260px;
        }

        .alert-banner img {
            max-width: 240px;
        }

        .alert-menu::before {
            right: 167px;
        }

        .new-invest-outer {
            margin-bottom: 100px;
        }

        .cutoff-time {
            margin-bottom: 20px;
        }

        .user-profile-menu {
            right: -112px;
            width: 260px;
        }

            .user-profile-menu::before {
                right: 121px;
            }

        .main .breadcrumb {
            margin-bottom: 0;
        }

        .main-top {
            padding-bottom: 20px;
        }

        footer p {
            margin-bottom: 7px;
        }

        /* Purchase-2 */
        .pl-top h2 {
            font-size: 22px;
        }

        .pl-btm .cutoff-time {
            margin-bottom: 0;
        }

        .purchase-h4 {
            font-size: 15px;
        }

        .ss-content {
            margin-bottom: 0;
            margin-left: 0;
        }

        h5.purchase-h5 {
            font-size: 12px;
            text-align: left;
        }

        .better-choice .ss-content {
            margin-left: 0;
        }

        .purchase-full-height {
            padding: 10px;
            height: auto;
            margin-bottom: 20px;
        }

        .pfh-btn-cta {
            padding: 0;
            margin-top: 10px;
        }

            .pfh-btn-cta p {
                width: 45%;
                font-size: 10px;
                display: none;
            }

        .km-mf-in {
            padding: 9px;
        }

        .km-mf-left {
            margin-right: 6px;
        }

        .mobile-reorder {
            flex-flow: column-reverse;
        }

        /* Purchase-3 */
        .purchase-filter-left,
        .filter-area {
            display: none;
        }

        .purchase-filter-left-mobile .sf-in-amc {
            height: 100px;
        }

        .purchase-filter-left-mobile {
            display: block;
            left: -100%;
            position: fixed;
            width: 100%;
            padding: 10px;
            transition: all ease-in 0.2s;
            z-index: 9100;
            height: calc(100vh - 176px);
        }

            .purchase-filter-left-mobile.show {
                left: 0;
            }



        .m-filter-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 10px;
        }

        .af-top {
            flex-direction: column;
        }

        .pre-scheme-container {
            padding: 5px;
            display: none;
        }

        .h-steps {
            display: block;
        }

        .mobile-ss-title-area {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            left: 0;
            right: 0;
            padding: 10px 15px;
            background-color: #F1F9FF;
            z-index: 90;
            top: 90px;
        }

            .mobile-ss-title-area h4 {
                font-size: 14px;
                font-weight: 700;
                color: #000000;
                margin-bottom: 5px;
            }

            .mobile-ss-title-area h5 {
                font-size: 12px;
                font-weight: 400;
                color: #000000;
                margin-bottom: 0;
            }

        .mobile-sc-selected-area {
            position: fixed;
            bottom: 0;
            z-index: 9600;
            left: 0;
            right: 0;
            background-color: #ffffff;
            padding: 23px 0;
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
            text-align: center;
        }

            .mobile-sc-selected-area .btn-sc-selected {
                width: auto;
            }

        #ss-side-bar {
            top: 0;
            padding-top: 105px;
            min-height: 100%;
            width: 100%;
        }

        .mobile-sc-card-wrapper {
            padding-top: 76px;
        }

        .mobile-ss-title-area {
            margin-bottom: 15px;
        }

        .mobile-sc-card {
            background-color: #FFFFFF;
            padding: 15px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            margin-top: 10px;
            position: relative;
            border: 2px solid #ffffff;
        }

            .mobile-sc-card.selected {
                border-color: #073F88;
            }

            .mobile-sc-card:last-of-type {
                margin-bottom: 90px;
            }

            .mobile-sc-card img {
                max-width: 72px;
                margin-bottom: 10px;
            }

        .sc-card-title {
            color: #000000;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .mobile-sc-card ul {
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
            width: 70%;
        }

            .mobile-sc-card ul li {
                list-style: none;
                display: flex;
                flex-direction: column;
                border-right: 1px solid #C7C7C7;
                width: calc(100vw / 4);
                text-align: center;
            }

                .mobile-sc-card ul li:last-child {
                    border-right: none;
                }

                .mobile-sc-card ul li span {
                    font-size: 12px;
                    font-weight: 400;
                    color: #000000;
                }

                    .mobile-sc-card ul li span.sc-small-title {
                        font-size: 11px;
                        font-weight: 700;
                    }

            .mobile-sc-card ul.min-amt {
                width: 30%;
            }

                .mobile-sc-card ul.min-amt li {
                    border-right: none;
                    position: relative;
                }

                    .mobile-sc-card ul.min-amt li span {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        font-size: 9px;
                        font-weight: 700;
                        color: #C3C3C3;
                    }

                        .mobile-sc-card ul.min-amt li span.sc-small-title {
                            font-size: 26px;
                            position: absolute;
                            right: 0;
                            top: -10px;
                            color: #000000;
                        }

        .sc-card-main {
            display: flex;
            margin-bottom: 10px;
        }

        .card-cta .btn-danger {
            margin-right: 6px;
        }

        .btn-danger {
            background-color: #FF3A11;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .btn-dark {
            background-color: #006FFF;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .mobile-sc-card .dropdown {
            position: absolute;
            right: 6px;
            top: 5px;
        }

        .mobile-sc-card .dropdown-menu {
            background-color: #ffffff;
            padding: 5px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            min-width: unset;
        }

            .mobile-sc-card .dropdown-menu a.dropdown-item {
                color: #000;
                font-size: 12px;
                font-weight: 600;
            }


        /* Purchase4 */
        .select-scheme img {
            display: none;
        }

        .selected-af-top {
            flex-direction: row;
        }

        .h-steps {
            display: block;
            padding: 15px 10px;
            height: auto;
            margin-bottom: 20px;
        }

            .h-steps .p-scheme-table {
                height: calc(100vh - 210px);
                padding: 0;
            }

        .km-mf-top .btn {
            font-size: 11px;
            padding: 10px;
        }

        .table tr th:nth-child(1) .ps-table-title {
            width: 150px;
        }

        .table tr th:nth-child(2) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(3) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(4) .ps-table-title {
            width: 70px;
        }

        .table tr th:nth-child(5) .ps-table-title {
            width: 120px;
        }

        .table tr th:nth-child(6) .ps-table-title {
            width: 90px;
        }

        .table tr th:nth-child(7) .ps-table-title {
            width: 150px;
        }

        .mandate-selection .form-inline .form-control {
            width: 110px;
        }

        .sidenav a:last-child {
            margin-bottom: 0;
        }

        /* Mandate */

        .why-madate-card-wrapper {
            justify-content: flex-start;
            margin-top: 15px;
        }

        .why-mandate-card {
            width: 100%;
        }

        .mandate-filter {
            padding: 4px 25px;
            display: block;
            position: absolute;
            right: 15px;
            top: 5px;
        }

        .mandate-top-area {
            display: none;
        }

        .mandate-bottom-area {
            flex-direction: column;
        }

        .left-mb-area {
            margin-bottom: 10px;
        }

        .mandate-bg {
            padding: 15px;
            height: auto;
        }

        /* Mandate Filter for Mobile */

        .mobile-mandate-filter {
            position: absolute;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
            left: -120%;
            width: 250px;
            background-color: #ffffff;
            padding: 20px 15px;
            z-index: 9510;
            overflow: hidden;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            min-width: unset;
            top: 90px;
            transition: all ease-in-out 0.1s;
        }

            .mobile-mandate-filter.open {
                left: 0;
            }

        .adv-filter-left {
            width: auto;
        }

        .adv-filter-right {
            width: auto;
            margin-top: 15px;
        }

        .mobile-mandate-filter .mcname-bottom {
            justify-content: flex-end;
        }

            .mobile-mandate-filter .mcname-bottom .btn {
                margin-left: 5px;
                padding: 6px 8px;
            }

        .adv-filter-right .form-group {
            width: auto;
        }

        .why-madate-card-wrapper {
            margin-top: 50px;
        }

        .mandate-filter {
            top: 55px;
            right: unset;
            left: 15px;
            z-index: 999;
        }

        /* Mandate popup */
        .mandate-required-img {
            left: 0;
        }

            .mandate-required-img img {
                width: 100%;
            }

        #mandate-required h2 {
            font-size: 18px;
        }

        #mandate-required ul li {
            font-size: 13px;
            line-height: 20px;
        }

        .mdb-title h6 {
            border-right: 0;
        }

        .mdb-data-wrapper {
            flex-direction: column;
            margin-bottom: 0;
        }

        .mdb-data {
            width: auto;
            margin-right: 0;
            margin-bottom: 10px;
        }

        .mandate-modal .modal-footer {
            padding: 10px;
        }

        .action-btn .btn-light {
            margin-bottom: 10px;
        }

        .mandate-modal .modal-footer::after {
            width: 45px;
        }

        #verify-modal .modal-dialog {
            max-width: 100%;
        }

        .verify-mandate-outer {
            flex-direction: column;
        }

        .verify-mandate-left {
            width: auto;
        }

        .verify-mandate-right {
            width: auto;
            padding-left: 0;
        }

        #verify-modal {
            overflow: auto;
        }

            #verify-modal .quick-tip-details {
                flex-direction: column;
                align-items: flex-start;
            }

                #verify-modal .quick-tip-details h6 {
                    margin-bottom: 5px;
                }

        .approved-rej-btn .btn-danger {
            margin-bottom: 10px;
        }

        .mandate-table .table thead th {
            line-height: normal;
            padding: 2px 10px;
            font-size: 12px;
        }

        .mandate-table .table td,
        .mandate-table .table th {
            padding: 2px 8px;
        }

        .mandate-table {
            height: calc(100vh - 255px);
        }

        #mandate-modal .quick-tip {
            width: auto;
        }

        #mandate-modal .action-required {
            width: auto;
            padding-left: 0;
        }

        #mandate-modal .generate-mandate .btn-primary {
            padding: 5px 10px;
        }

        #mandate-modal .modal-footer {
            flex-direction: column;
        }

        #mandate-modal .quick-tip-details {
            border-right: none;
            padding-right: 0;
        }

        #mandate-upload .modal-header {
            padding: 10px;
        }

        #mandate-upload .modal-body {
            padding: 0 10px;
        }

        /* IPO */
        .ipo-slider {
            padding: 20px 22px;
            height: auto;
        }

        .ipo-slider-main {
            margin-top: 5px;
        }

        .ipo-slider h3 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .ipo-slider-top-area {
            flex-direction: column;
        }

        .ipo-slider h3 {
            text-align: center;
        }

        .ipo-slider h5 {
            text-align: center;
        }

        .ipo-slider-top-right {
            text-align: center;
            margin-bottom: 20px;
        }

            .ipo-slider-top-right .switch-grp {
                width: 175px;
            }

        .ipo-slider-outer {
            padding: 10px 5px;
            margin: 0 10px;
        }

        .ipo-logo {
            height: auto;
        }

            .ipo-logo img {
                max-height: 50px;
            }

        .ipo-checked img {
            max-width: 20px;
        }

        .ipo-away img {
            max-width: 20px;
        }

        .ipo-checked,
        .ipo-away {
            top: 8px;
            right: 1px;
        }

        .ipo-date {
            font-size: 10px;
            padding: 5px;
        }

        .left-top,
        .left-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .right-top,
        .right-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box h4 {
            font-size: 10px;
        }

        .ipo-four-box h5 {
            font-size: 10px;
        }

        .invest-ipo-outer {
            padding: 10px;
            height: auto;
            margin-top: 20px;
            margin-bottom: 0;
        }

        /*.invest-ipo-top h2 { font-size: 20px; }
.invest-ipo-top h6 { font-size: 11px; }*/

        .watch-demo {
            flex-direction: column;
        }

            .watch-demo p {
                max-width: 100%;
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px;
            }

        /* ipo2 */

        .new-ipo-reg-wrapper {
            padding: 10px;
            height: auto;
        }

        .new-ipo-top-right h3 {
            font-size: 14px;
        }

        .new-ipo-top-right h5 {
            font-size: 12px;
        }

        .new-ipo-top {
            margin-bottom: 10px;
        }

        .new-ipo-top-left {
            width: 40px;
            height: 40px;
            font-size: 12px;
            margin-right: 10px;
        }

        .ipo-form-left label,
        .new-ipo-middle label {
            font-size: 12px;
        }

        /*.invest-ipo-top img { max-height: 50px; }*/

        .hide-blankspac-mobile {
            display: none;
        }

        /* Holding Report */
        .holding-client {
            justify-content: center;
            margin-top: 10px;
        }

            .holding-client .mcname-dd-box {
                min-width: 209px;
                left: 0;
                padding: 8px;
            }

        .holding-filter-box-inner {
            width: auto;
            align-items: flex-start;
            flex-direction: column;
        }

        .hf-radio {
            height: auto;
            margin-bottom: 10px;
        }

        .hf-date {
            margin-right: 0;
            width: 100%;
        }

            .hf-date .form-group {
                margin-bottom: 0;
            }

        .holding-filter-box .btn-primary {
            display: block;
            width: 100%;
        }

        .holding-bg {
            padding: 25px 15px 15px 15px;
        }

        .holding-area-top {
            flex-direction: column;
            align-items: flex-start;
        }

            .holding-area-top h4 {
                font-size: 15px;
                margin-bottom: 10px;
            }

        .total-no {
            margin-bottom: 10px;
            width: 100%;
            margin-top: 15px;
        }

        .total-client-no {
            flex-basis: 100%;
            text-align: center;
        }

        .total-record-no {
            flex-basis: 100%;
            text-align: center;
        }

        .pdf-dl {
            position: absolute;
            position: absolute;
            right: 17px;
            top: -9px;
        }

        .holding-bg .card-header {
            padding: 10px;
        }

        .holding-bg .table td,
        .holding-bg .table th {
            padding: 5px 10px;
        }

        .chart-area {
            flex-direction: column;
        }

        .holding-client .mcname-dd {
            min-width: 125px;
        }

        .holding-client .btn-adv-filter {
            padding: 7px;
        }

        /* Dashboard-1 */
        .white-board-outer {
            padding-top: 100px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .white-board {
            padding: 15px;
            margin-bottom: 10px;
        }

        .dashboard-title h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .dashboard-title h6 {
            font-size: 14px;
        }

        .dt-btn-set {
            justify-content: left;
            margin-top: 5px;
        }
        /* .d-overview{
        padding: 10px 10px 0 10px;
    }
    .d-overview-title{
        font-size: 18px;
    }*/
        .overview-top {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 5px;
        }

        .money-bag {
            padding-right: 0;
            border-right: 0;
            margin-bottom: 40px;
            flex-direction: column;
        }

        .nominee {
            padding-left: 0;
            flex-direction: column;
        }

        .money-total {
            font-size: 30px;
        }

        .mb-left, .no-left {
            margin-bottom: 5px;
        }

        .no-right p {
            font-size: 13px;
            line-height: 16px;
        }

        .no-right small {
            font-size: 10px;
            line-height: 12px;
        }

        .overview-btm {
            flex-direction: column;
            align-items: flex-start;
        }

        .ob-b-title {
            margin-bottom: 0;
        }

        .ob-block {
            padding: 15px 0;
        }

        .ob-block-divider {
            width: 100%;
            height: 1px;
            min-height: unset;
        }

        .ob-rupee {
            font-size: 20px;
        }

        .info-strip {
            margin-left: -10px;
            margin-right: -10px;
        }

        .mobile-column-reverse {
            flex-direction: column-reverse;
        }

        .d-funds-title h2 a {
            font-size: 13px;
        }

        .d-funds {
            padding: 10px;
        }

        .d-funds-title {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 10px;
        }

            .d-funds-title .dropdown {
                top: -10px;
                right: 10px;
            }

        .extra-funds {
            padding: 10px;
        }

        .ef-in {
            flex-direction: column;
            align-items: flex-start;
        }

            .ef-in p {
                margin-bottom: 10px;
            }

                .ef-in p span {
                    margin-right: 2px;
                }

        .ob-rupee small {
            display: inline-block;
        }

        .d-funds .nav-tabs {
            flex-wrap: wrap;
        }
        /* Dashboard-MF */
        .d-fund-title-outer {
            flex-direction: column;
            align-items: flex-start;
        }

        .d-funds-in-title {
            border-right: none;
            padding-right: 0;
        }

        .d-fund-title-outer .new-invest-features {
            padding-left: 0;
            margin-top: 15px;
        }

        .dash-port-table .table {
            table-layout: fixed;
        }

            .dash-port-table .table th:nth-child(1) {
                min-width: 100%;
                width: 120px;
            }

            .dash-port-table .table th:nth-child(2) {
                min-width: 100%;
                width: 100px;
            }

            .dash-port-table .table th:nth-child(3) {
                min-width: 100%;
                width: 90px;
            }

            .dash-port-table .table th:nth-child(4) {
                min-width: 100%;
                width: 100px;
            }

            .dash-port-table .table th:nth-child(5) {
                min-width: 100%;
                width: 90px;
            }

            .dash-port-table .table th:nth-child(6) {
                min-width: 100%;
                width: 90px;
            }

            .dash-port-table .table th:nth-child(7) {
                min-width: 100%;
                width: 80px;
            }

            .dash-port-table .table th:nth-child(8) {
                min-width: 100%;
                width: 120px;
            }

            .dash-port-table .table th:nth-child(9) {
                width: 100px;
                min-width: 100%;
            }

        .remove-w .table {
            table-layout: auto;
        }

            .remove-w .table th {
                width: auto !important;
                min-width: unset !important;
            }

        .dash-collapse {
            margin-top: 15px;
        }

        .d-in-chart {
            margin: 0 auto;
        }

        .dash-table-d2 {
            border-right: none;
            padding-right: 0;
        }

        .dpt-pagination {
            flex-direction: column;
            margin-bottom: 20px;
        }

        .show-page {
            margin-bottom: 10px;
        }

        .dash-asset-table .table th:nth-child(1) {
            width: 125px !important;
        }

        .dash-blue-amt-outer {
            margin-top: 10px;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }

        .dash-blue-amt-box {
            margin-right: 0;
            width: 100%;
            padding: 5px 10px;
            margin-bottom: 5px;
        }

        .dbab-label {
            font-size: 11px;
            margin-right: 8px;
        }

        .dbab-value {
            font-size: 22px;
        }

        .overview-btm-eq .ob-block {
            flex-basis: auto;
            padding: 10px;
        }

        .overview-btm-eq:nth-child(2) {
            margin-top: 0;
            border-top: 1px solid #D9D9D9;
        }
        /* Dashboard-2 */

        .dt-btn-search {
            justify-content: flex-start;
            margin-top: 5px;
            flex-direction: column;
            align-items: flex-start;
        }

            .dt-btn-search .search-area span {
                top: 7px;
                left: 11px;
                cursor: pointer;
            }

        .dash-chart {
            margin: 6px auto auto auto;
        }

        /* Dashboard-2-MF */
        .d-fund-title-inner {
            flex-direction: column;
        }

        .d-fund-title-inner-block {
            flex-direction: column;
            align-items: flex-start;
        }

            .d-fund-title-inner-block .dash-blue-amt-outer {
                width: auto;
            }

        .d-fund-title-inner .search-area {
            margin-top: 0;
            width: 198px;
        }

            .d-fund-title-inner .search-area span {
                top: 32px;
                left: 8px;
            }

        .sd-box-outer {
            flex-direction: column;
            align-items: flex-start;
        }

        .dash-port-table .live-sip th {
            min-width: 210px !important;
            width: 210px !important;
        }

        .sd-box-divider {
            display: none;
        }

        .sd-box {
            width: 100%;
        }

        .sidenav.dash-sidenav {
            padding-top: 45px;
        }

        .sidenav-data-outer a {
            padding-bottom: 0;
        }
    }

    @media (min-width:320px) and (max-width:400px) {
        .dash-family-info select {
            margin-right: 4px;
        }

.mobile-flex { /*display: flex; justify-content: space-between; width: 100%;*/ }

        .lr-view .col-md-8 {
            display: none;
        }

       

        

        .lr-view .col-md-4 {
            width: 100%;
            max-width: 100%;
            flex: 1;
        }

        .ws-logo {
            margin-top: 10px;
            margin-bottom: 15px;
            max-width: 150px;
        }

        .right-area {
            padding: 10px 20px;
        }

        .btn-outline-dark {
            padding: 6px 8px;
        }

        .right-area h3 {
            font-size: 18px;
        }

        h2.login-subtitle {
            font-size: 20px;
            padding: 6px 60px;
        }

        .login-small-title {
            margin-bottom: 14px;
        }

        .login-box-title {
            font-size: 14px;
            margin-bottom: 10px;
        }

        label {
            font-size: 13px;
        }

        a.link-1 {
            font-size: 14px;
            top: 1px;
        }

        .small,
        small {
            font-size: 65%;
        }

        .form-control {
            height: 32px;
        }

        .green-tick::after {
            bottom: 26px;
        }

        .btn-primary {
            /*font-size: 12px;*/
        }

        /* .login-area-footer {
        padding: 6px 0;
        font-size: 14px;
    }*/

        /*.login-area-footer p a {
        font-size: 13px;
    }*/

        /*.otp-send-btn {
        bottom: 0;
    }*/

        .disappear {
            display: none;
        }

        .reg-header {
            flex-direction: column;
            padding: 10px;
            background-color: #F1F9FF;
        }

        .reg-header-logo {
            justify-content: center;
        }

            .reg-header-logo img {
                max-width: 112px;
            }

        .second-logo h2 {
            font-size: 11px;
            padding: 5px 36px;
        }

        ul.reg-steps li span {
            font-size: 16px;
        }

        ul.reg-steps li {
            font-size: 8px;
            min-width: 70px;
            line-height: 9px;
            width: 100%;
        }

        ul.reg-steps {
            margin-top: 10px;
            justify-content: center;
        }

        .reg-footer {
            padding: 10px;
            flex-direction: column;
            position: relative;
        }

            .reg-footer p {
                font-size: 10px;
                margin-bottom: 5px;
            }


        .reg-main .tab-content {
            padding-bottom: 5px;
        }

        .reg-main .nav-tabs .nav-link {
            font-size: 10px;
            padding: 8px;
        }

        .reg-main .nav-tabs {
            margin: 0 8px;
        }

        .brokerage-table {
            table-layout: auto;
        }

        .table.brokerage-table thead th,
        .table.brokerage-table td {
            min-width: 200px;
        }

        .input-group-text {
            padding: 3px 13px;
        }
        .selectAMClist {
            overflow-y: auto;
            overflow-x: auto;
            white-space: nowrap;
        }
        .reg-main {
            overflow-x: hidden;
            padding: 0 20px;
            min-height: calc(100vh - 182px);
            height: auto;
        }

        .video-outer {
            height: auto;
        }

        /* .video-inner {
        width: auto;
        height: auto;
    }*/

        p.video-info {
            width: auto;
        }

        /*.video-placeholder {
        margin: 10px 0;
    }*/

        .btn-not-full {
            min-width: 100px;
        }

        /*.otp-send-btn img {
        width: 18px;
    }*/

        .segment-selection {
            margin-bottom: 20px;
        }

        /* Modal */
        .wb-modal .modal-content .wb-img {
            max-width: 100px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content {
            padding: 15px;
        }

            .wb-modal .modal-content .modal-title {
                font-size: 22px;
                margin-bottom: 10px;
            }

            .wb-modal .modal-content .modal-user-name {
                font-size: 16px;
            }

            .wb-modal .modal-content p {
                font-size: 12px;
                margin-bottom: 6px;
            }


            .wb-modal .modal-content .modal-footer {
                padding: 5px;
            }

        .v-code-txtbox {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

        .wb-modal .modal-content .kyc-img {
            max-width: 80px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-footer .btn-primary,
        .wb-modal .modal-content .modal-footer .btn-outline-secondary {
            width: auto;
            min-width: unset;
            padding: 10px 15px;
            z-index: 1;
        }

        .v-code-main {
            width: auto;
        }

        .popup-table {
            height: 200px;
            overflow-y: auto;
        }

        .popover {
            max-width: 280px;
        }

        /* Inner Pages - Purchase Flow */
        .navbar-collapse {
            overflow-y: scroll !important;
            max-height: calc(100vh - 150px) !important;
        }

        .navbar-brand {
            max-width: 100%;
        }


        .navbar {
            padding: 5px 15px;
            position: fixed;
            width: 100%;
        }

        .sidenav {
            top: 0;
            height: 100vh;
            padding-top: 50px;
        }

            .sidenav h5 {
                font-size: 16px;
                padding-bottom: 10px;
                padding-top: 18px;
            }

            .sidenav a {
                font-size: 12px;
                padding: 12px 0;
            }

        h3.main-page-title {
            font-size: 20px;
        }

        .breadcrumb-item a {
            font-size: 12px;
        }

        .breadcrumb-item.active {
            font-size: 12px;
        }

        .main {
            /*padding: 10px 0;*/
            margin-top: 10px;
            height: auto;
        }

        ul.reg-steps li {
            min-width: 76px;
        }

        .new-invest-funds img:first-child {
            max-width: 100px;
        }

        .new-invest-features img {
            max-width: 20px !important;
        }

        .new-invest-funds-top {
            padding: 10px;
        }

            .new-invest-funds-top h2 {
                font-size: 18px;
            }

            .new-invest-funds-top h6 {
                font-size: 11px;
                margin-bottom: 12px;
            }

            .new-invest-funds-top ul li {
                font-size: 12px;
            }

        .new-invest-funds {
            padding: 10px 12px;
        }

        .new-invest-features-details {
            margin-left: 5px;
        }

            .new-invest-features-details p {
                font-size: 12px;
            }

            .new-invest-features-details a {
                font-size: 11px;
            }

                .new-invest-features-details a img {
                    margin-left: 6px;
                }

        .new-invest-features {
            margin-top: 12px;
        }

        .acc-slider {
            padding: 0;
        }

            .acc-slider h3 {
                font-size: 18px;
                margin-bottom: 5px;
            }

        /*.acc-slider h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }*/

        .acc-slider-main {
            margin: 18px 0;
        }

        .acc-slider-outer {
            padding: 10px;
            margin: 0 10px;
        }

            .acc-slider-outer h4 {
                font-size: 20px;
                margin-bottom: 5px;
            }

        .acc-details {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .acc-holder-label {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .acc-holder-name {
            font-size: 13px;
        }

        .sip-calc-tbas .nav-link {
            font-size: 15px;
            padding: .5rem 10px;
        }

        .switch-grp .btn-primary:not(:disabled):not(.disabled).active,
        .switch-grp .btn-primary:not(:disabled):not(.disabled):active,
        .show > .switch-grp .btn-primary.dropdown-toggle {
            font-size: 12px;
            padding: 4px 14px;
        }

        .switch-grp .btn {
            padding: 5px 10px;
        }

        .btn-primary.resume-btn {
            padding: 6px 12px;
            margin-bottom: 9px;
        }

        .slick-next::before,
        .slick-prev::before {
            width: 30px;
            height: 30px;
            background-size: contain;
        }

        .slick-prev,
        .slick-next {
            width: 30px;
            height: 30px;
        }

        .slick-prev {
            left: -24px;
        }

        .slick-next {
            right: -24px;
        }

        .slider-footer-cta {
            padding: 0 10px;
        }

        .cutoff-time h4 {
            font-size: 14px;
        }

        .cutoff-time ul li {
            font-size: 12px;
            padding-left: 4px;
        }

            .cutoff-time ul li::before {
                width: 6px;
                height: 6px;
            }

        footer {
            padding: 5px 20px;
            flex-direction: column;
            text-align: center;
            position: relative;
            z-index: 99;
        }

        .show-in-mobile {
            display: flex;
            align-items: center;
        }

        .hide-in-mobile {
            display: none;
        }

        .show-in-mobile .user-name {
            display: none;
        }

        .show-in-mobile .user-profile .dropdown-toggle::after {
            display: none;
        }

        .navbar-toggler {
            padding: 4px 10px;
            margin-left: 10px;
        }

        .noti-badge {
            right: -7px;
            top: -4px;
            width: 18px;
            height: 18px;
            font-size: 11px;
            line-height: 18px;
        }

        .notification {
            margin-right: 4px;
        }

        .search-area {
            margin-right: 12px;
        }

            .search-area span {
                top: -18px;
                left: -29px;
                cursor: pointer;
            }

        .search-collapse {
            display: none;
            position: fixed;
            width: calc(100vw - 30px) !important;
            margin-left: 15px;
            margin-right: 15px;
            left: 0;
            top: 49px;
            border: 1px solid #ccc;
            height: 42px;
        }

            .search-collapse.open {
                display: block;
            }

        .search-mobile-icon {
            background-color: #073F88;
            border-radius: 5px;
            padding: 6px 10px;
        }

        .navbar-light .navbar-nav .nav-link {
            padding: 15px 10px;
            border-left: 4px solid #f8f9fa;
            position: relative;
        }

        .navbar-light .navbar-nav.notification .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link {
            border-left: none;
            border-bottom: none;
        }

        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show > .nav-link {
            border-bottom: none;
            border-left: 4px solid #3B95CF;
        }

        .navbar-light .navbar-nav.notification .active > .nav-link,
        .navbar-light .navbar-nav.notification .nav-link.active,
        .navbar-light .navbar-nav.notification .nav-link.show,
        .navbar-light .navbar-nav.notification .show > .nav-link,
        .navbar-light .navbar-nav.user-profile .active > .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link.active,
        .navbar-light .navbar-nav.user-profile .nav-link.show,
        .navbar-light .navbar-nav.user-profile .show > .nav-link {
            border-bottom: none;
            border-left: none;
        }

        .dropdown-toggle::after {
            top: 24px;
            position: absolute;
            right: 20px;
        }

        .nav-item {
            margin: 0 4px;
        }

        .dd-menu .dropdown-toggle::after {
            top: 17px;
        }

        .bell-icon {
            width: 35px;
            height: 35px;
            line-height: 28px;
            padding: 6px;
        }

        ul.user-profile .nav-link .insitals {
            width: 35px;
            height: 35px;
            font-size: 15px;
            padding: 6px 0;
        }

        .setting-menu {
            padding: 3px 0;
            width: 35px;
            height: 35px;
        }

        .alert-menu {
            right: -110px;
        }

            .alert-menu::before {
                right: 112px;
            }

        /*.new-invest-outer {
        margin-bottom: 100px;
    }*/

        .cutoff-time {
            margin-bottom: 20px;
            margin-left: 0px;
        }

        .user-profile-menu {
            right: -68px;
        }

            .user-profile-menu::before {
                right: 99px;
            }

        .main .breadcrumb {
            margin-bottom: 0;
        }

        .main-top {
            padding-bottom: 20px;
        }

        footer p {
            margin-bottom: 7px;
        }



        /* Purchase-2 */

        .pl-top h2 {
            font-size: 22px;
        }

        .pl-btm .cutoff-time {
            margin-bottom: 0;
        }

        .purchase-h4 {
            font-size: 14px;
            padding: 0px;
        }

        .ss-content {
            margin-bottom: 0;
            margin-left: 15px;
        }

        h5.purchase-h5 {
            font-size: 12px;
            text-align: left;
        }

        .better-choice .ss-content {
            margin-left: 0;
        }

        .purchase-full-height {
            padding: 20px;
            height: auto;
            margin-bottom: 20px;
        }

        .pfh-btn-cta {
            /*padding: 0;*/
            margin-top: 10px;
        }

            .pfh-btn-cta p {
                width: 45%;
                font-size: 10px;
                display: none;
            }

        .purchase-left {
            min-height: auto;
        }

        .km-mf-in {
            padding: 9px;
        }

        .km-mf-left {
            margin-right: 6px;
        }

        .mobile-reorder {
            flex-flow: column-reverse;
        }

        /* Purchase-3 */
        .purchase-filter-left,
        .filter-area {
            display: none;
        }

        .purchase-filter-left-mobile {
            display: block;
            left: -100%;
            position: absolute;
            width: 100%;
            padding: 10px;
            transition: all ease-in 0.2s;
            z-index: 9998;
            height: auto;
            margin-bottom: 0;
        }

            .purchase-filter-left-mobile .sf-in-amc {
                height: 155px;
            }

            .purchase-filter-left-mobile.show {
                position: fixed;
                left: 0;
                top: 3rem;
                height: 100vh;
                border-radius: 0;
            }

        .filter-mobile-btn {
            padding: 4px 25px;
        }

        .m-filter-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 10px;
        }

        .af-top {
            flex-direction: column;
        }

        .pre-scheme-container {
            /*        padding: 5px;
        */
        }


        .mobile-ss-title-area {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            left: 0;
            right: 0;
            padding: 10px 15px;
            background-color: #F1F9FF;
            z-index: 90;
            top: 50px;
        }

            .mobile-ss-title-area h4 {
                font-size: 11px;
                font-weight: 700;
                color: #000000;
                margin-bottom: 5px;
            }

            .mobile-ss-title-area h5 {
                font-size: 12px;
                font-weight: 400;
                color: #000000;
                margin-bottom: 0;
            }

        .mobile-sc-selected-area {
            position: fixed;
            bottom: 0;
            z-index: 9600;
            left: 0;
            right: 0;
            background-color: #ffffff;
            padding: 12px 0;
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
            text-align: center;
        }

            .mobile-sc-selected-area .btn-sc-selected {
                width: auto;
            }

        #ss-side-bar {
            top: 0;
            padding-top: 65px;
            min-height: 100%;
        }

        .mobile-sc-card-wrapper {
            padding-top: 50px;
        }

        .mobile-ss-title-area {
            margin-bottom: 15px;
            display: none;
        }

        .mobile-sc-card {
            background-color: #FFFFFF;
            padding: 15px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            margin-top: 10px;
            position: relative;
            border: 2px solid #ffffff;
        }

            .mobile-sc-card.selected {
                border-color: #073F88;
            }

            .mobile-sc-card:last-of-type {
                margin-bottom: 90px;
            }

            .mobile-sc-card img {
                max-width: 72px;
                margin-bottom: 10px;
            }

        .sc-card-title {
            color: #000000;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .mobile-sc-card ul {
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
            width: 70%;
        }

            .mobile-sc-card ul li {
                list-style: none;
                display: flex;
                flex-direction: column;
                border-right: 1px solid #C7C7C7;
                width: calc(100vw / 4);
                text-align: center;
            }

                .mobile-sc-card ul li:last-child {
                    border-right: none;
                }

                .mobile-sc-card ul li span {
                    font-size: 12px;
                    font-weight: 400;
                    color: #000000;
                }

                    .mobile-sc-card ul li span.sc-small-title {
                        font-size: 11px;
                        font-weight: 700;
                    }

            .mobile-sc-card ul.min-amt {
                width: 30%;
            }

                .mobile-sc-card ul.min-amt li {
                    border-right: none;
                    position: relative;
                }

                    .mobile-sc-card ul.min-amt li span {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        font-size: 9px;
                        font-weight: 700;
                        color: #C3C3C3;
                    }

                        .mobile-sc-card ul.min-amt li span.sc-small-title {
                            font-size: 26px;
                            position: absolute;
                            right: 0;
                            top: -10px;
                            color: #000000;
                        }

        .sc-card-main {
            display: flex;
            margin-bottom: 10px;
        }

        .card-cta .btn-danger {
            margin-right: 6px;
        }

        .btn-danger {
            background-color: #FF3A11;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .btn-dark {
            background-color: #006FFF;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .mobile-sc-card .dropdown {
            position: absolute;
            right: 7px;
            top: 6px;
            padding: 0;
        }

        .mobile-sc-card .dropdown-menu {
            background-color: #ffffff;
            padding: 5px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            min-width: unset;
        }

            .mobile-sc-card .dropdown-menu a.dropdown-item {
                color: #000;
                font-size: 12px;
                font-weight: 600;
            }

        .select-filter-btn {
            position: relative;
        }

        /* Purchase4 */
        .h-steps {
            display: block;
            padding: 15px 0;
            height: auto;
            margin-bottom: 20px;
        }

        .select-scheme img {
            display: none;
        }

        .selected-af-top {
            flex-direction: row;
        }

            .selected-af-top .ss-content {
                margin: 0;
            }

                .selected-af-top .ss-content .purchase-h5 {
                    margin-bottom: 0;
                }

        .km-mf-top .btn {
            font-size: 11px;
            padding: 10px;
        }

        .h-steps .p-scheme-table {
            height: calc(100vh - 210px);
            padding: 0;
        }

        .table tr th:nth-child(1) .ps-table-title {
            width: 150px;
        }

        .table tr th:nth-child(2) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(3) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(4) .ps-table-title {
            width: 70px;
        }

        .table tr th:nth-child(5) .ps-table-title {
            width: 120px;
        }

        .table tr th:nth-child(6) .ps-table-title {
            width: 90px;
        }

        .table tr th:nth-child(7) .ps-table-title {
            width: 150px;
        }

        .mandate-selection .form-inline .form-control {
            width: 114px;
        }

        /* Mandate */

        .why-madate-card-wrapper {
            justify-content: flex-start;
            margin-top: 15px;
        }

        .why-mandate-card {
            width: 100%;
        }

        .mandate-filter {
            padding: 4px 25px;
            display: block;
            position: absolute;
            right: 15px;
            top: 5px;
        }

        .mandate-top-area {
            display: none;
        }

        .mandate-bottom-area {
            flex-direction: column;
        }

        .left-mb-area {
            margin-bottom: 10px;
        }

        .mandate-bg {
            padding: 15px;
            height: auto;
        }

        /* Mandate Filter for Mobile */

        .mobile-mandate-filter {
            position: absolute;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
            left: -100%;
            width: unset;
            background-color: #ffffff;
            padding: 20px 15px;
            z-index: 9510;
            overflow: hidden;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            min-width: 100%;
            top: 60px;
            transition: all ease-in-out 0.1s;
        }

            .mobile-mandate-filter.open {
                left: 0;
            }

        .adv-filter-left {
            width: auto;
        }

        .adv-filter-right {
            width: auto;
            margin-top: 15px;
        }

        .mobile-mandate-filter .mcname-bottom {
            justify-content: flex-end;
        }

            .mobile-mandate-filter .mcname-bottom .btn {
                margin-left: 10px;
            }

        /* Mandate popup */
        .mandate-required-img {
            left: 0;
        }

            .mandate-required-img img {
                width: 100%;
            }

        #mandate-required h2 {
            font-size: 18px;
        }

        #mandate-required ul li {
            font-size: 13px;
            line-height: 20px;
        }

        .mdb-title h6 {
            border-right: 0;
        }

        .mdb-data-wrapper {
            flex-direction: column;
            margin-bottom: 0;
        }

        .mdb-data {
            width: auto;
            margin-right: 0;
            margin-bottom: 10px;
        }

        .mandate-modal .modal-footer {
            padding: 10px;
        }

        .action-btn .btn-light {
            margin-bottom: 10px;
        }

        .mandate-modal .modal-footer::after {
            width: 45px;
        }

        #verify-modal .modal-dialog {
            max-width: 100%;
        }

        .verify-mandate-outer {
            flex-direction: column;
        }

        .verify-mandate-left {
            width: auto;
        }

        .verify-mandate-right {
            width: auto;
            padding-left: 0;
        }

        #verify-modal {
            overflow: auto;
        }

            #verify-modal .quick-tip-details {
                flex-direction: column;
                align-items: flex-start;
            }

                #verify-modal .quick-tip-details h6 {
                    margin-bottom: 5px;
                }

        .approved-rej-btn .btn-danger {
            margin-bottom: 10px;
        }

        .mandate-table .table thead th {
            line-height: normal;
            padding: 2px 10px;
            font-size: 12px;
        }

        .mandate-table .table td,
        .mandate-table .table th {
            padding: 2px 8px;
        }

        .mandate-table {
            height: calc(100vh - 255px);
        }

        #mandate-modal .quick-tip {
            width: 55%;
        }

        #mandate-modal .action-required {
            width: 45%;
            padding-left: 0;
        }

        #mandate-modal .generate-mandate .btn-primary {
            padding: 5px 10px;
        }

        /* IPO */
        .ipo-slider {
            padding: 20px 30px;
            height: auto;
        }

            .ipo-slider h3 {
                font-size: 16px;
                margin-bottom: 5px;
                text-align: center;
            }

        .ipo-slider-main {
            margin-top: 0;
        }

        .ipo-slider-top-area {
            flex-direction: column;
        }

        .ipo-slider h5 {
            text-align: center;
            font-size: 13px;
        }

        .ipo-slider-top-right {
            text-align: center;
            margin-bottom: 20px;
        }

            .ipo-slider-top-right .switch-grp {
                width: 175px;
            }

        .ipo-slider-outer {
            padding: 10px;
            margin: 0 10px;
        }

        .ipo-logo {
            height: auto;
        }

            .ipo-logo img {
                max-height: 60px;
            }

        .ipo-checked img {
            max-width: 20px;
        }

        .ipo-away img {
            max-width: 20px;
        }

        .ipo-checked,
        .ipo-away {
            top: 8px;
            right: 1px;
        }

        .ipo-date {
            font-size: 10px;
            padding: 5px;
        }

        .left-top,
        .left-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .right-top,
        .right-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box h4 {
            font-size: 13px;
        }

        .ipo-four-box h5 {
            font-size: 11px;
        }

        .invest-ipo-outer {
            padding: 20px;
            height: auto;
            margin-top: 20px;
            margin-bottom: 0;
        }

        /*.invest-ipo-top h2 { font-size: 20px; }
.invest-ipo-top h6 { font-size: 11px; }*/

        .watch-demo {
            flex-direction: column;
        }

            .watch-demo p {
                max-width: 100%;
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px;
            }

        /* ipo2 */

        .new-ipo-reg-wrapper {
            padding: 20px;
            height: auto;
        }

        .new-ipo-top-right h3 {
            font-size: 14px;
        }

        .new-ipo-top-right h5 {
            font-size: 12px;
        }

        .new-ipo-top {
            margin-bottom: 10px;
        }

        .new-ipo-top-left {
            width: 40px;
            height: 40px;
            font-size: 12px;
            margin-right: 10px;
        }

        .ipo-form-left label,
        .new-ipo-middle label {
            font-size: 12px;
        }

        /*.invest-ipo-top { height: auto; margin-bottom: 10px; }
.invest-ipo-top img { max-height: 50px; }*/

        .hide-blankspac-mobile {
            display: none;
        }

        /* Holding Report */
        .holding-client {
            justify-content: center;
            margin-top: 10px;
        }

            .holding-client .mcname-dd-box {
                min-width: 295px;
                left: 0;
                padding: 8px;
            }

        .holding-filter-box-inner {
            width: auto;
            align-items: flex-start;
            flex-direction: column;
        }

        .hf-radio {
            height: auto;
            margin-bottom: 10px;
        }

        .hf-date {
            margin-right: 0;
            width: 100%;
        }

            .hf-date .form-group {
                margin-bottom: 0;
            }

        .holding-filter-box .btn-primary {
            display: block;
            width: 100%;
        }

        .holding-bg {
            padding: 25px 15px 15px 15px;
        }

        .holding-area-top {
            flex-direction: column;
            align-items: flex-start;
        }

            .holding-area-top h4 {
                font-size: 15px;
                margin-bottom: 10px;
            }

        .total-no {
            margin-bottom: 10px;
            width: 100%;
            margin-top: 15px;
        }

        .total-client-no {
            flex-basis: 100%;
            text-align: center;
        }

        .total-record-no {
            flex-basis: 100%;
            text-align: center;
        }

        .pdf-dl {
            position: absolute;
            position: absolute;
            right: 17px;
            top: -9px;
        }

        .holding-bg .card-header {
            padding: 10px;
        }

        .holding-bg .table td,
        .holding-bg .table th {
            padding: 5px 10px;
        }

        .chart-area {
            flex-direction: column;
        }

        /* Dashboard-1 */
        .white-board-outer {
            padding-top: 20px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .white-board {
            padding: 15px;
        }

        .dashboard-title h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .dashboard-title h6 {
            font-size: 14px;
        }

        .dt-btn-set {
            justify-content: left;
            margin-top: 5px;
        }
        /* .d-overview{
        padding: 10px 10px 0 10px;
    }
    .d-overview-title{
        font-size: 18px;
    }*/
        .overview-top {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 5px;
        }

        .money-bag {
            padding-right: 0;
            border-right: 0;
            margin-bottom: 20px;
        }

        .nominee {
            padding-left: 0;
        }

        .money-total {
            font-size: 22px;
            line-height: 33px;
        }

        .no-right p {
            font-size: 13px;
            line-height: 16px;
        }

        .no-right small {
            font-size: 11px;
            line-height: 12px;
        }

        .overview-btm {
            align-items: flex-start;
        }

        .ob-b-title {
            margin-bottom: 0;
        }

        .ob-block {
            padding: 15px 0;
        }

        .ob-block-divider {
            width: 100%;
            height: 1px;
            min-height: unset;
        }

        .info-strip {
            margin-left: -20px !important;
            margin-right: -20px !important;
        }
        /*.mobile-column-reverse{
        flex-direction: column-reverse;
    }*/
        .d-funds-title h2 a {
            font-size: 16px;
        }

        .d-funds {
            padding: 10px;
        }

        .d-funds-title {
            flex-direction: column;
            align-items: flex-start !important;
            margin-bottom: 10px;
            border: none;
        }

            .d-funds-title .dropdown {
                top: -10px;
                right: 10px;
            }

        .extra-funds {
            padding: 10px;
        }

        .ef-in {
            flex-direction: column;
            align-items: flex-start;
        }

            .ef-in p {
                margin-bottom: 10px;
            }

                .ef-in p span {
                    margin-right: 2px;
                }

        .ob-rupee small {
            display: inline-block;
        }

        .d-funds .nav-tabs {
            flex-wrap: wrap;
            background: #f8f8f8;
        }

        /* Dashboard-MF */
        .d-fund-title-outer {
            flex-direction: column;
            align-items: flex-start;
        }

        .d-funds-in-title {
            border-right: none;
            padding-right: 0;
        }

        .d-fund-title-outer .new-invest-features {
            padding-left: 0;
            margin-top: 15px;
        }

        .dash-port-table .table {
            table-layout: fixed;
        }

            .dash-port-table .table th:nth-child(1) {
                min-width: 100%;
                width: 120px;
            }

            .dash-port-table .table th:nth-child(2) {
                min-width: 100%;
                width: 100px;
            }

            .dash-port-table .table th:nth-child(3) {
                min-width: 100%;
                width: 90px;
            }

            .dash-port-table .table th:nth-child(4) {
                min-width: 100%;
                width: 100px;
            }

            .dash-port-table .table th:nth-child(5) {
                min-width: 100%;
                width: 90px;
            }

            .dash-port-table .table th:nth-child(6) {
                min-width: 100%;
                width: 90px;
            }

            .dash-port-table .table th:nth-child(7) {
                min-width: 100%;
                width: 80px;
            }

            .dash-port-table .table th:nth-child(8) {
                min-width: 100%;
                width: 120px;
            }

            .dash-port-table .table th:nth-child(9) {
                min-width: 100%;
                width: 100px;
            }

        .remove-w .table {
            table-layout: auto;
        }

            .remove-w .table th {
                width: auto !important;
                min-width: unset !important;
            }

        .dash-collapse {
            margin-top: 15px;
        }

        .d-in-chart {
            margin: 0;
        }

        .dash-table-d2 {
            border-right: none;
            padding-right: 0;
        }

        .dpt-pagination {
            flex-direction: column;
            margin-bottom: 20px;
        }

        .show-page {
            margin-bottom: 10px;
        }

        .dash-asset-table .table th:nth-child(1) {
            width: 125px !important;
        }

        .dash-blue-amt-outer {
            margin-top: 10px;
            flex-direction: column;
            align-items: flex-start;
        }

        .dash-blue-amt-box {
            margin-right: 10px;
            padding: 5px 10px;
            margin-bottom: 5px;
            width: 100%;
            justify-content: space-between;
        }

        .dbab-label {
            font-size: 11px;
            margin-right: 8px;
        }

        .dbab-value {
            font-size: 16px;
        }

        .overview-btm-eq .ob-block {
            flex-basis: auto;
            padding: 10px;
        }

        .overview-btm-eq:nth-child(2) {
            margin-top: 0;
            border-top: 1px solid #D9D9D9;
        }

        /* Dashboard-2 */

        .dt-btn-search {
            justify-content: flex-start;
            margin-top: 5px;
            flex-direction: column;
            align-items: flex-start;
        }

            .dt-btn-search .search-area span {
                top: 7px;
                left: 11px;
                cursor: pointer;
            }

        .dash-chart {
            margin: 6px auto auto auto;
        }

        /* Dashboard-2-MF */
        .d-fund-title-inner {
            flex-direction: column;
        }

        .d-fund-title-inner-block {
            flex-direction: column;
            align-items: flex-start;
        }

        .d-fund-title-inner .search-area {
            margin-top: 20px;
            width: 280px;
        }

            .d-fund-title-inner .search-area span {
                top: 3px;
                left: 8px;
            }

        .sd-box-outer {
            flex-direction: column;
            align-items: flex-start;
        }

        .dash-port-table .live-sip th {
            min-width: 210px !important;
        }

        .sd-box-divider {
            display: none;
        }

        .sd-box {
            width: 100%;
        }

        .sidenav.dash-sidenav {
            padding-top: 45px;
        }

        .sidenav-data-outer a {
            padding-bottom: 0;
        }
    }

    @media (min-width:375px) and (max-width:500px) {

.af-top { flex-direction: column; }
.modal-sip-oneime, .modal-select-sipdate, .modal-scheme-otp, .modal-tran-success, .modal-select-sipdate { max-width: 350px; }
/*STP*/
.stp-trans-scheme-box .stp-scheme-logo { grid-template-columns: 15% 85%; }
    }

    @media (min-width:401px) and (max-width:767px) {
        .lr-view .col-md-8 {
            display: none;
        }

        .payment-mode .net-bank, .payment-mode .upi-bank {
            margin-right: 20px;
        }

        .lr-view .col-md-4 {
            width: 100%;
            max-width: 100%;
            flex: 1;
        }

        /* section.right-area.signup-right-area {
        flex-wrap: wrap;
        flex-direction: row;
    }*/

        .reg-header-logo {
            justify-content: center;
        }

        .right-area {
            padding: 10px 20px;
        }

        .ws-logo {
            margin-top: 0;
            margin-bottom: 15px;
        }

        /*.left-area-data h1 {
        font-size: 24px;
    }

    .left-area-data h6 {
        font-size: 16px;
    }

    .left-area-data p {
        font-size: 14px;
    }*/

        .btn-outline-dark {
            padding: 6px 8px;
        }

        .right-area h3 {
            font-size: 22px;
        }

        h2.login-subtitle {
            font-size: 20px;
            padding: 6px 60px;
        }

        .login-box-title {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .login-small-title {
            margin-bottom: 15px;
        }

        label {
            font-size: 15px;
        }

        a.link-1 {
            font-size: 15px;
            top: 0px;
        }

        .small,
        small {
            font-size: 71%;
        }

        .form-control {
            height: 32px;
        }

        .green-tick::after {
            bottom: 26px;
        }

        .btn-primary {
            font-size: 12px;
        }

        /*.login-area-footer {
        padding: 10px 0;
        font-size: 14px;
    }

    .login-area-footer p a {
        font-size: 14px;
    }*/

        /* .otp-send-btn {
        bottom: 0;
    }*/

        .disappear {
            display: none;
        }

        .reg-header {
            flex-direction: column;
            padding: 10px;
        }

        .reg-header-logo img {
            max-width: 112px;
        }

        .second-logo h2 {
            font-size: 14px;
            padding: 5px 36px;
        }

        ul.reg-steps li span {
            font-size: 20px;
        }

        ul.reg-steps li {
            font-size: 12px;
            min-width: 85px;
            line-height: 13px;
            width: 100%;
        }

        ul.reg-steps {
            margin-top: 0;
            justify-content: center;
        }

        .reg-footer {
            padding: 10px;
            flex-direction: column;
            position: relative;
        }

            .reg-footer p {
                font-size: 10px;
                margin-bottom: 5px;
            }

        .footer-cta-btn {
            width: auto;
            padding: 5px;
        }

        .reg-main .tab-content {
            padding-bottom: 5px;
        }

        .reg-main .nav-tabs .nav-link {
            font-size: 11px;
            padding: 8px;
        }

        .brokerage-table {
            table-layout: auto;
        }

        .table.brokerage-table thead th,
        .table.brokerage-table td {
            min-width: 200px;
        }

        .input-group-text {
            padding: 3px 7px;
        }

        .reg-main {
            overflow-x: hidden;
            padding: 0 20px;
            min-height: calc(100vh - 182px);
            height: auto;
        }

        .video-outer {
            height: auto;
        }

        /*.video-inner {
        width: auto;
        height: auto;
        padding: 15px;
    }*/

        p.video-info {
            width: 80%;
        }

        /*.video-placeholder {
        margin: 10px 0;
    }*/

        .btn-not-full {
            min-width: 100px;
        }

        /*.otp-send-btn img {
        width: 18px;
    }*/

        .segment-selection {
            margin-bottom: 20px;
        }

        /* Modal */
        .wb-modal .modal-content .wb-img {
            max-width: 150px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-title {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .wb-modal .modal-content .modal-user-name {
            font-size: 18px;
        }

        .wb-modal .modal-content p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .wb-modal .modal-content .modal-footer {
            padding: 5px;
        }

        .v-code-txtbox {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

        .wb-modal .modal-content .kyc-img {
            max-width: 80px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-footer .btn-primary,
        .wb-modal .modal-content .modal-footer .btn-outline-secondary {
            width: auto;
            min-width: unset;
            padding: 10px 15px;
            z-index: 1;
        }

        .v-code-main {
            width: auto;
        }

        .popup-table {
            height: 200px;
            overflow-y: auto;
        }

        .popover {
            max-width: 280px;
        }

        /* Inner Pages - Purchase Flow */
        .navbar-collapse {
            overflow-y: scroll !important;
            max-height: calc(100vh - 150px) !important;
        }



        .navbar {
            padding: 5px 15px;
            position: fixed;
            width: 100%;
        }

        .sidenav {
            top: 0;
            height: 100vh;
            padding-top: 50px;
        }

        .sidenav-scroller {
            height: calc(100vh - 50px);
        }

        .sidenav h5 {
            font-size: 16px;
            padding-bottom: 10px;
            padding-top: 18px;
        }

        .sidenav a {
            font-size: 12px;
            padding: 12px 0;
        }

        h3.main-page-title {
            font-size: 20px;
        }

        .breadcrumb-item a {
            font-size: 12px;
        }

        .breadcrumb-item.active {
            font-size: 12px;
        }

        .main {
            padding: 10px 0;
            margin-top: 0px;
            height: auto;
        }

        ul.reg-steps li {
            min-width: 76px;
        }

        .new-invest-funds img:first-child {
            max-width: 100px;
        }

        .new-invest-features img {
            max-width: 20px !important;
        }

        .new-invest-funds-top {
            padding: 10px;
        }

            .new-invest-funds-top h2 {
                font-size: 20px;
            }

            .new-invest-funds-top h6 {
                font-size: 11px;
                margin-bottom: 12px;
            }

            .new-invest-funds-top ul li {
                font-size: 12px;
            }

        .new-invest-funds {
            padding: 10px 12px;
        }

        .new-invest-features-details {
            margin-left: 5px;
        }

            .new-invest-features-details p {
                font-size: 12px;
            }

            .new-invest-features-details a {
                font-size: 11px;
            }

                .new-invest-features-details a img {
                    margin-left: 6px;
                }

        .new-invest-features {
            margin-top: 12px;
        }

        .acc-slider {
            padding: 0;
        }

            .acc-slider h3 {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .acc-slider h5 {
                font-size: 13px;
                margin-bottom: 5px;
            }

        .acc-slider-main {
            margin: 18px 0;
        }

        .acc-slider-outer {
            padding: 10px;
            margin: 0 10px;
        }

            .acc-slider-outer h4 {
                font-size: 20px;
                margin-bottom: 5px;
            }

        .acc-details {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .acc-holder-label {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .acc-holder-name {
            font-size: 13px;
        }

        .switch-grp .btn-primary:not(:disabled):not(.disabled).active,
        .switch-grp .btn-primary:not(:disabled):not(.disabled):active,
        .show > .switch-grp .btn-primary.dropdown-toggle {
            font-size: 12px;
            padding: 4px 14px;
        }

        .switch-grp .btn {
            padding: 5px 10px;
        }

        .btn-primary.resume-btn {
            padding: 6px 12px;
            margin-bottom: 9px;
        }

        .slick-next::before,
        .slick-prev::before {
            width: 30px;
            height: 30px;
            background-size: contain;
        }

        .slick-prev,
        .slick-next {
            width: 30px;
            height: 30px;
        }

        .slick-prev {
            left: -24px;
        }

        .slick-next {
            right: -24px;
        }

        .slider-footer-cta {
            padding: 0 10px;
        }

        .cutoff-time h4 {
            font-size: 14px;
        }

        .cutoff-time ul li {
            font-size: 12px;
            padding-left: 12px;
        }

            .cutoff-time ul li::before {
                width: 6px;
                height: 6px;
            }

        footer {
            padding: 5px 20px;
            flex-direction: column;
            text-align: center;
            position: relative;
        }

        .show-in-mobile {
            display: flex;
            align-items: center;
        }

        .hide-in-mobile {
            display: none;
        }

        .show-in-mobile .user-name {
            display: none;
        }

        .show-in-mobile .user-profile .dropdown-toggle::after {
            display: none;
        }

        .navbar-toggler {
            padding: 4px 10px;
            margin-left: 10px;
        }

        .noti-badge {
            right: -7px;
            top: -4px;
            width: 18px;
            height: 18px;
            font-size: 11px;
            line-height: 18px;
        }

        .notification {
            margin-right: 9px;
        }

        .search-area {
            margin-right: 20px;
        }

            .search-area span {
                top: -18px;
                left: -29px;
                cursor: pointer;
            }

        .search-collapse {
            display: none !important;
            position: fixed;
            width: calc(100vw - 30px) !important;
            margin-left: 15px;
            margin-right: 15px;
            left: 0;
            top: 49px;
            border: 1px solid #ccc;
            height: 42px;
        }

            .search-collapse.open {
                display: block !important;
            }

        .search-mobile-icon {
            background-color: #073F88;
            border-radius: 5px;
            padding: 6px 10px;
        }

        .navbar-light .navbar-nav .nav-link {
            padding: 15px 10px;
            border-left: 4px solid #f8f9fa;
            position: relative;
        }

        .navbar-light .navbar-nav.notification .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link {
            border-left: none;
            border-bottom: none;
        }

        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show > .nav-link {
            border-bottom: none;
            border-left: 4px solid #3B95CF;
        }

        .navbar-light .navbar-nav.notification .active > .nav-link,
        .navbar-light .navbar-nav.notification .nav-link.active,
        .navbar-light .navbar-nav.notification .nav-link.show,
        .navbar-light .navbar-nav.notification .show > .nav-link,
        .navbar-light .navbar-nav.user-profile .active > .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link.active,
        .navbar-light .navbar-nav.user-profile .nav-link.show,
        .navbar-light .navbar-nav.user-profile .show > .nav-link {
            border-bottom: none;
            border-left: none;
        }

        .dropdown-toggle::after {
            top: 24px;
            position: absolute;
            right: 20px;
        }

        .nav-item {
            margin: 0 4px;
        }

        .dd-menu .dropdown-toggle::after {
            top: 17px;
        }

        .bell-icon {
            width: 35px;
            height: 35px;
            padding: 4px;
        }

        ul.user-profile .nav-link .insitals {
            width: 35px;
            height: 35px;
            font-size: 15px;
            padding: 6px 0;
        }

        .setting-menu {
            padding: 3px 0;
            width: 35px;
            height: 35px;
        }

        .alert-menu {
            right: -110px;
        }

            .alert-menu::before {
                right: 112px;
            }

        /* .new-invest-outer {
        margin-bottom: 100px;
    }*/

        .cutoff-time {
            margin-bottom: 20px;
        }

        .user-profile-menu {
            right: -46px;
        }

            .user-profile-menu::before {
                right: 55px;
            }

        .main-top {
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        footer p {
            margin-bottom: 7px;
        }

        /* Purchase-2 */

        .pl-top h2 {
            font-size: 22px;
        }

        .pl-btm .cutoff-time {
            margin-bottom: 0;
        }

        .purchase-h4 {
            font-size: 15px;
        }

        .ss-content {
            margin-bottom: 0;
            margin-left: 0;
        }

        h5.purchase-h5 {
            font-size: 12px;
            text-align: left;
        }

        .better-choice .ss-content {
            margin-left: 0;
        }

        .purchase-full-height {
            padding: 20px;
            height: auto;
            margin-bottom: 20px;
        }

        .pfh-btn-cta {
            margin-top: 10px;
        }

        .purchase-left {
            min-height: auto;
        }

        .pfh-btn-cta p {
            width: 45%;
            font-size: 10px;
            display: none;
        }

        .km-mf-in {
            padding: 9px;
        }

        .km-mf-left {
            margin-right: 6px;
        }

        .mobile-reorder {
            flex-flow: column-reverse;
        }

        /* Purchase-3 */
        .purchase-filter-left,
        .filter-area {
            display: none;
        }

        .purchase-filter-left-mobile {
            display: block;
            left: -100%;
            position: absolute;
            width: 100%;
            padding: 10px;
            transition: all ease-in 0.2s;
            z-index: 9998;
            height: auto;
        }

            .purchase-filter-left-mobile .sf-in-amc {
                height: 155px;
            }

            .purchase-filter-left-mobile.show {
                left: 0;
                position: fixed;
                height: 100vh;
                top: 0;
                border-radius: 0px;
            }



        .m-filter-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 10px;
        }



        .pre-scheme-container {
            padding: 5px 8px;
            justify-content: initial;
        }

        .h-steps {
            display: block;
        }

        .mobile-ss-title-area {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            left: 0;
            right: 0;
            padding: 10px 15px;
            background-color: #F1F9FF;
            z-index: 90;
            top: 64px;
        }

            .mobile-ss-title-area h4 {
                font-size: 14px;
                font-weight: 700;
                color: #000000;
                margin-bottom: 5px;
            }

            .mobile-ss-title-area h5 {
                font-size: 12px;
                font-weight: 400;
                color: #000000;
                margin-bottom: 0;
            }

        .select-filter-btn {
            position: relative;
        }

        .mobile-sc-selected-area {
            position: fixed;
            bottom: 0;
            z-index: 9997;
            left: 0;
            right: 0;
            background-color: #ffffff;
            padding: 12px 0;
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
            text-align: center;
        }

            .mobile-sc-selected-area .btn-sc-selected {
                width: auto;
            }

        #ss-side-bar {
            top: 0;
            padding-top: 65px;
            min-height: 100%;
        }

        .mobile-sc-card-wrapper {
            padding-top: 50px;
        }

        .mobile-ss-title-area {
            margin-bottom: 15px;
        }

        .mobile-sc-card {
            background-color: #FFFFFF;
            padding: 15px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            margin-top: 10px;
            position: relative;
            border: 2px solid #ffffff;
        }

            .mobile-sc-card.selected {
                border-color: #073F88;
            }

            .mobile-sc-card:last-of-type {
                margin-bottom: 90px;
            }

            .mobile-sc-card img {
                max-width: 72px;
                margin-bottom: 10px;
            }

        .sc-card-title {
            color: #000000;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .mobile-sc-card ul {
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
            width: 70%;
        }

            .mobile-sc-card ul li {
                list-style: none;
                display: flex;
                flex-direction: column;
                border-right: 1px solid #C7C7C7;
                width: calc(100vw / 4);
                text-align: center;
            }

                .mobile-sc-card ul li:last-child {
                    border-right: none;
                }

                .mobile-sc-card ul li span {
                    font-size: 12px;
                    font-weight: 400;
                    color: #000000;
                }

                    .mobile-sc-card ul li span.sc-small-title {
                        font-size: 11px;
                        font-weight: 700;
                    }

            .mobile-sc-card ul.min-amt {
                width: 30%;
            }

                .mobile-sc-card ul.min-amt li {
                    border-right: none;
                    position: relative;
                }

                    .mobile-sc-card ul.min-amt li span {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        font-size: 9px;
                        font-weight: 700;
                        color: #C3C3C3;
                    }

                        .mobile-sc-card ul.min-amt li span.sc-small-title {
                            font-size: 26px;
                            position: absolute;
                            right: 0;
                            top: -10px;
                            color: #000000;
                        }

        .sc-card-main {
            display: flex;
            margin-bottom: 10px;
        }

        .card-cta .btn-danger {
            margin-right: 6px;
        }

        .btn-danger {
            background-color: #FF3A11;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .btn-dark {
            background-color: #006FFF;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .mobile-sc-card .dropdown {
            position: absolute;
            right: 8px;
            top: 6px;
        }

        .mobile-sc-card .dropdown-menu {
            background-color: #ffffff;
            padding: 5px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            min-width: unset;
        }

            .mobile-sc-card .dropdown-menu a.dropdown-item {
                color: #000;
                font-size: 12px;
                font-weight: 600;
            }

        /* Purchase4 */
        .h-steps {
            display: block;
            padding: 15px;
            height: auto;
            margin-bottom: 20px;
        }

        .select-scheme img {
            display: none;
        }

        .selected-af-top {
            flex-direction: row;
        }

            .selected-af-top .ss-content {
                margin: 0;
            }

                .selected-af-top .ss-content .purchase-h5 {
                    margin-bottom: 0;
                }

        .km-mf-top .btn {
            font-size: 11px;
            padding: 10px;
        }

        .h-steps .p-scheme-table {
            height: calc(100vh - 20rem);
        }

        .table tr th:nth-child(1) .ps-table-title {
            width: 150px;
        }

        .table tr th:nth-child(2) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(3) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(4) .ps-table-title {
            width: 70px;
        }

        .table tr th:nth-child(5) .ps-table-title {
            width: 120px;
        }

        .table tr th:nth-child(6) .ps-table-title {
            width: 90px;
        }

        .table tr th:nth-child(7) .ps-table-title {
            width: 150px;
        }

        .mandate-selection .form-inline .form-control {
            width: 114px;
            display: inline-block;
        }

        /* Mandate */

        .why-madate-card-wrapper {
            justify-content: flex-start;
            margin-top: 15px;
        }

        .why-mandate-card {
            width: 100%;
        }

        .mandate-filter {
            padding: 4px 25px;
            display: block;
            position: absolute;
            right: 15px;
            top: 5px;
        }

        .mandate-top-area {
            display: none;
        }

        .mandate-bottom-area {
            flex-direction: column;
        }

        .left-mb-area {
            margin-bottom: 10px;
        }

        .mandate-bg {
            padding: 15px;
            height: auto;
        }

        /* Mandate Filter for Mobile */

        .mobile-mandate-filter {
            position: absolute;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
            left: -100%;
            width: unset;
            background-color: #ffffff;
            padding: 20px 15px;
            z-index: 9510;
            overflow: hidden;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            min-width: 100%;
            top: 60px;
            transition: all ease-in-out 0.1s;
        }

            .mobile-mandate-filter.open {
                left: 0;
            }

        .adv-filter-left {
            width: auto;
        }

        .adv-filter-right {
            width: auto;
            margin-top: 15px;
        }

        .mobile-mandate-filter .mcname-bottom {
            justify-content: flex-end;
        }

            .mobile-mandate-filter .mcname-bottom .btn {
                margin-left: 10px;
            }

        /* Mandate popup */
        .mandate-required-img {
            left: 0;
        }

            .mandate-required-img img {
                width: 100%;
            }

        #mandate-required h2 {
            font-size: 18px;
        }

        #mandate-required ul li {
            font-size: 13px;
            line-height: 20px;
        }

        .mdb-title h6 {
            border-right: 0;
        }

        .mdb-data-wrapper {
            flex-direction: column;
            margin-bottom: 0;
        }

        .mdb-data {
            width: auto;
            margin-right: 0;
            margin-bottom: 10px;
        }

        .mandate-modal .modal-footer {
            padding: 10px;
        }

        .action-btn .btn-light {
            margin-bottom: 10px;
        }

        .mandate-modal .modal-footer::after {
            width: 45px;
        }

        #verify-modal .modal-dialog {
            max-width: 100%;
        }

        .verify-mandate-outer {
            flex-direction: column;
        }

        .verify-mandate-left {
            width: auto;
        }

        .verify-mandate-right {
            width: auto;
            padding-left: 0;
        }

        #verify-modal {
            overflow: auto;
        }

            #verify-modal .quick-tip-details {
                flex-direction: column;
                align-items: flex-start;
            }

                #verify-modal .quick-tip-details h6 {
                    margin-bottom: 5px;
                }

        .approved-rej-btn .btn-danger {
            margin-bottom: 10px;
        }

        .mandate-table .table td,
        .mandate-table .table th {
            padding: 2px 8px;
        }

        .mandate-table {
            height: calc(100vh - 255px);
        }

        #mandate-modal .quick-tip {
            width: 55%;
        }

        #mandate-modal .action-required {
            width: 45%;
            padding-left: 0;
        }

        #mandate-modal .generate-mandate .btn-primary {
            padding: 5px 10px;
        }

        /* IPO */
        .ipo-main-top {
            padding-bottom: 0;
        }

        .ipo-slider {
            padding: 20px 30px;
            height: auto;
        }

            .ipo-slider h3 {
                font-size: 16px;
                margin-bottom: 5px;
                text-align: center;
            }

        .ipo-slider-main {
            margin-top: 0;
        }

        .ipo-slider-top-area {
            flex-direction: column;
        }

        .ipo-slider h5 {
            text-align: center;
            font-size: 13px;
        }

        .ipo-slider-top-right {
            text-align: center;
            margin-bottom: 20px;
        }

            .ipo-slider-top-right .switch-grp {
                width: 175px;
            }

        .ipo-slider-outer {
            padding: 10px;
            margin: 0 10px;
        }

        .ipo-logo {
            height: auto;
        }

            .ipo-logo img {
                max-height: 60px;
            }

        .ipo-checked img {
            max-width: 20px;
        }

        .ipo-away img {
            max-width: 20px;
        }

        .ipo-checked,
        .ipo-away {
            top: 8px;
            right: 1px;
        }

        .ipo-date {
            font-size: 10px;
            padding: 5px 10px;
        }

        .left-top,
        .left-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .right-top,
        .right-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box h4 {
            font-size: 13px;
        }

        .ipo-four-box h5 {
            font-size: 11px;
        }

        .invest-ipo-outer {
            padding: 20px;
            height: auto;
            margin-top: 20px;
            margin-bottom: 0;
        }

        /*.invest-ipo-top h2 { font-size: 20px; }
.invest-ipo-top h6 { font-size: 11px; }*/

        .watch-demo {
            flex-direction: column;
        }

            .watch-demo p {
                max-width: 100%;
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px;
            }

        /* ipo2 */

        .new-ipo-reg-wrapper {
            padding: 20px;
            height: auto;
        }

        .new-ipo-top-right h3 {
            font-size: 14px;
        }

        .new-ipo-top-right h5 {
            font-size: 12px;
        }

        .new-ipo-top {
            margin-bottom: 10px;
        }

        .new-ipo-top-left {
            width: 40px;
            height: 40px;
            font-size: 12px;
            margin-right: 10px;
        }

        .ipo-form-left label,
        .new-ipo-middle label {
            font-size: 12px;
        }

        /*.invest-ipo-top { height: auto; margin-bottom: 10px; }
.invest-ipo-top img { max-height: 50px; }*/

        .hide-blankspac-mobile {
            display: none;
        }

        /* Holding Report */
        .holding-client {
            justify-content: center;
            margin-top: 10px;
        }

            .holding-client .mcname-dd-box {
                min-width: 295px;
                left: 0;
                padding: 8px;
            }

        .holding-filter-box-inner {
            width: auto;
            align-items: flex-start;
            flex-direction: column;
        }

        .hf-radio {
            height: auto;
            margin-bottom: 10px;
        }

        .hf-date {
            margin-right: 0;
            width: 100%;
        }

            .hf-date .form-group {
                margin-bottom: 0;
            }

        .holding-filter-box .btn-primary {
            display: block;
            width: 100%;
        }

        .holding-bg {
            padding: 25px 15px 15px 15px;
        }

        .holding-area-top {
            flex-direction: column;
            align-items: flex-start;
        }

            .holding-area-top h4 {
                font-size: 15px;
                margin-bottom: 10px;
            }

        .total-no {
            margin-bottom: 10px;
            width: 100%;
            margin-top: 15px;
        }

        .total-client-no {
            flex-basis: 100%;
            text-align: center;
        }

        .total-record-no {
            flex-basis: 100%;
            text-align: center;
        }

        .pdf-dl {
            position: absolute;
            position: absolute;
            right: 17px;
            top: -9px;
        }

        .holding-bg .card-header {
            padding: 10px;
        }

        .holding-bg .table td,
        .holding-bg .table th {
            padding: 5px 10px;
        }

        .chart-area {
            flex-direction: column;
        }

        /* Dashboard-1 */
        .white-board-outer {
            padding-top: 20px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .ob-rupee { /*text-align:left;*/
        }

        .white-board {
            padding: 15px;
        }

        .dashboard-title h2 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .dashboard-title h6 {
            font-size: 14px;
        }

        .dt-btn-set {
            justify-content: left;
            margin-top: 5px;
        }
        /* .d-overview{
        padding: 10px 10px 0 10px;
    }
    .d-overview-title{
        font-size: 18px;
    }*/
        .overview-top {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 5px;
        }

        .money-bag {
            padding-right: 0;
            border-right: 0;
            margin-bottom: 20px;
        }

        .nominee {
            padding-left: 0;
        }

        .money-total {
            font-size: 26px;
        }

        .no-right p {
            font-size: 13px;
            line-height: 16px;
        }

        .no-right small {
            font-size: 11px;
            line-height: 12px;
        }

        .overview-btm {
            /*flex-direction: column;*/
            align-items: flex-start;
        }

        .ob-b-title {
            margin-bottom: 0;
        }

        .ob-block {
            padding: 15px 0;
        }

        .ob-block-divider {
            width: 100%;
            height: 1px;
            min-height: unset;
        }

        .info-strip {
            margin-left: -10px;
            margin-right: -10px;
        }
        /*.mobile-column-reverse{
        flex-direction: column-reverse;
    }*/
        .d-funds-title h2 a {
            font-size: 18px;
        }

        .d-funds {
            padding: 10px;
        }

        .d-funds-title {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 10px;
        }

            .d-funds-title .dropdown {
                top: -10px;
                right: 10px;
            }

        .extra-funds {
            padding: 10px;
        }

        .ef-in {
            flex-direction: column;
            align-items: flex-start;
        }

            .ef-in p {
                margin-bottom: 10px;
            }

                .ef-in p span {
                    margin-right: 2px;
                }

        .ob-rupee small {
            display: inline-block;
        }

        .d-funds .nav-tabs {
            flex-wrap: wrap;
        }
        /* Dashboard-MF */
        .d-fund-title-outer {
            flex-direction: column;
            align-items: flex-start;
        }

        .d-funds-in-title {
            border-right: none;
            padding-right: 0;
        }

        .d-fund-title-outer .new-invest-features {
            padding-left: 0;
            margin-top: 15px;
        }
        /*.dash-port-table .table{
        table-layout: fixed;
    }*/
        /*.dash-port-table .table th:nth-child(1){
        min-width: 100%;
        width: 120px;
    }
    .dash-port-table .table th:nth-child(2){
        min-width: 100%;
        width: 100px;
    }
    .dash-port-table .table th:nth-child(3){
        min-width: 100%;
        width: 90px;
    }
    .dash-port-table .table th:nth-child(4){
        min-width: 100%;
        width: 100px;
    }
    .dash-port-table .table th:nth-child(5){
        min-width: 100%;
        width: 90px;
    }
    .dash-port-table .table th:nth-child(6){
        min-width: 100%;
        width: 90px;
    }
    .dash-port-table .table th:nth-child(7){
        min-width: 100%;
        width: 80px;
    }
    .dash-port-table .table th:nth-child(8){
        min-width: 100%;
        width: 120px;
    }
    .dash-port-table .table th:nth-child(9){
        min-width: 100%;
        width: 100px;
    }*/
        .remove-w .table {
            table-layout: auto;
        }

            .remove-w .table th {
                width: auto !important;
                min-width: unset !important;
            }

        .dash-collapse {
            margin-top: 15px;
        }

        .d-in-chart {
            margin: 0 auto;
        }

        .dash-table-d2 {
            border-right: none;
            padding-right: 0;
        }

        .dpt-pagination {
            flex-direction: column;
            margin-bottom: 20px;
        }

        .show-page {
            margin-bottom: 10px;
        }

        .dash-asset-table .table th:nth-child(1) {
            width: 125px !important;
        }

        .dash-blue-amt-outer {
            margin-top: 10px;
            flex-direction: column;
            align-items: flex-start;
        }

        .dash-blue-amt-box {
            margin-right: 10px;
            padding: 5px 10px;
            margin-bottom: 5px;
        }

        .dbab-label {
            font-size: 11px;
            margin-right: 8px;
        }

        .dbab-value {
            font-size: 22px;
        }

        .overview-btm-eq .ob-block {
            flex-basis: auto;
            padding: 10px;
        }

        .overview-btm-eq:nth-child(2) {
            margin-top: 0;
            border-top: 1px solid #D9D9D9;
        }
        /* Dashboard-2 */
        .dt-btn-search {
            justify-content: flex-start;
            margin-top: 5px;
            flex-direction: column;
            align-items: flex-start;
        }

            .dt-btn-search .search-area span {
                top: 7px;
                left: 11px;
                cursor: pointer;
            }

        .dash-chart {
            margin: 6px auto auto auto;
        }


        /* Dashboard-2-MF */
        .d-fund-title-inner {
            flex-direction: column;
        }

        .d-fund-title-inner-block {
            flex-direction: column;
            align-items: flex-start;
        }

        .d-fund-title-inner .search-area {
            margin-top: 20px;
            width: 280px;
        }

            .d-fund-title-inner .search-area span {
                top: 3px;
                left: 8px;
            }

        .sd-box-outer {
            flex-direction: column;
            align-items: flex-start;
        }

        .dash-port-table .live-sip th {
            min-width: 210px !important;
        }

        .sd-box-divider {
            display: none;
        }

        .sd-box {
            width: 100%;
        }

        .sidenav.dash-sidenav {
            padding-top: 45px;
        }

        .sidenav-data-outer a {
            padding-bottom: 0;
        }
    }

    @media (min-width:320px) and (max-width:374px) {
        .dash-moneybg {
            display: none;
        }

        /*.btn-outline {
            padding: 6px;
        }*/

        .purchase-footer {
            padding: 10px 5px;
        }
        .modal-sip-oneime, .modal-select-sipdate, .modal-scheme-otp, .modal-tran-success, .modal-select-sipdate {
            max-width: 300px;
        }
        .stp-trans-scheme-box .stp-scheme-logo {
            grid-template-columns: 20% 80%;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .container-md, .container-sm, .container {
            max-width: 100%;
        }
        .menu-toggle #menu-btn {
            float: initial !important;
        }
        .mobile-menu-logo img {
            width: 78px;
            margin-left: 0px;
            padding-bottom: 5px;
        }
        .menu-toggle {
            display: none;
            float: left;
            width: 91% !important;
            display: flex !important;
            justify-content: space-between;
            align-items: center;
            height: 64px;
        }
        .top-hedr {
            display: initial;
        }

        .navbar-brand {
            max-width: 100%;
        }

        .m-top3 {
            margin-top: 3rem;
        }

        .sip-calc-tbas {
            border: none;
            display: grid;
            grid-template-columns: auto auto auto;
            text-align: center;
        }

        .stp-change-schem-info, .scheme-swp-change {
            grid-template-columns: auto auto auto;
        }

        .scheme-stp-change {
            display: grid;
            justify-content: normal;
        }

        .cal-result-box, .goalcal-result-box {
            margin-top: 15px;
        }

        .sip-plan-main {
            margin-top: 0;
        }

        .mf-dashboard-tab li a {
            margin-bottom: 10px;
        }

        .rangeslider {
            width: 80% !important;
        }

        /*Login */
        .login-box {
            width: auto;
        }

        .sign-img {
            width: auto;
        }

        .login-info ul {
            width: auto;
        }




        /*SIP*/

        .scheme-sip-dtl {
            grid-template-columns: auto auto auto auto;
        }

        .lr-view .col-md-8 {
            display: none;
        }
        /*.dash-banner span img { max-width: 100%; }*/
        .lr-view .col-md-4 {
            width: 100%;
            max-width: 100%;
            flex: 1;
        }

        .right-area {
            padding: 0 20px;
        }

        /*.left-area-data h1 {
        font-size: 22px;
    }

    .left-area-data h6 {
        font-size: 14px;
    }

    .left-area-data p {
        font-size: 12px;
    }*/

        .btn-outline-dark {
            padding: 6px 8px;
        }

        .right-area h3 {
            font-size: 20px;
        }

        h2.login-subtitle {
            font-size: 22px;
            padding: 10px 50px;
        }

        .login-box-title {
            font-size: 13px;
        }

        label {
            font-size: 12px;
        }

        a.link-1 {
            font-size: 12px;
            top: 3px;
        }

        .small,
        small {
            font-size: 65%;
        }

        .form-control {
            height: 32px;
        }

        .green-tick::after {
            bottom: 26px;
        }

        .btn-primary {
            font-size: 12px;
        }

        /* .login-area-footer {
        padding: 10px 0;
        font-size: 12px;
    }

    .login-area-footer p a {
        font-size: 12px;
    }*/

        /*.otp-send-btn {
        bottom: 0;
    }*/

        .disappear {
            display: none;
        }

        .reg-header-logo img {
            max-width: 112px;
        }

        .full-w-tablet {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .second-logo h2 {
            font-size: 12px;
            padding: 10px 40px;
        }

        .input-group-text {
            padding: 3px 7px;
        }

        .reg-main {
            padding: 0 20px;
        }

        .segment-selection {
            font-size: 13px;
        }

        /* .otp-send-btn img {
        width: 18px;
    }*/

        .ws-logo {
            max-width: 250px;
        }

        /* Modal */
        .wb-modal .modal-content .wb-img {
            max-width: 150px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-title {
            font-size: 34px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-user-name {
            font-size: 20px;
        }

        .wb-modal .modal-content p {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .wb-modal .modal-content .modal-footer {
            padding: 5px;
        }

        .v-code-txtbox {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

        .wb-modal .modal-content .kyc-img {
            max-width: 80px;
            margin-bottom: 15px;
        }

        /* Inner Pages - Purchase Flow */
        .navbar-collapse {
            overflow-y: scroll !important;
            max-height: calc(100vh - 150px) !important;
        }


        .navbar {
            padding: 5px 15px;
            position: fixed;
            width: 100%;
        }

        .sidenav {
            height: 100vh;
            top: 55px;
        }

            .sidenav h5 {
                font-size: 16px;
                padding-bottom: 10px;
                padding-top: 18px;
            }

            .sidenav a {
                font-size: 12px;
                padding: 12px 0;
            }

        h3.main-page-title {
            font-size: 20px;
        }

        .breadcrumb-item a {
            font-size: 12px;
        }

        .breadcrumb-item.active {
            font-size: 12px;
        }

        .main {
            padding: 10px 0;
            margin-top: 50px;
        }

        ul.reg-steps li {
            min-width: 76px;
        }

        .new-invest-funds img:first-child {
            max-width: 100px;
        }

        .new-invest-features img {
            max-width: 20px !important;
        }

        .new-invest-funds-top {
            padding: 10px;
        }

            .new-invest-funds-top h2 {
                font-size: 20px;
            }

            .new-invest-funds-top h6 {
                font-size: 11px;
                margin-bottom: 12px;
            }

            .new-invest-funds-top ul li {
                font-size: 12px;
            }

        .new-invest-funds {
            padding: 10px 12px;
        }

        .new-invest-features-details {
            margin-left: 5px;
        }

            .new-invest-features-details p {
                font-size: 12px;
            }

            .new-invest-features-details a {
                font-size: 11px;
            }

                .new-invest-features-details a img {
                    margin-left: 6px;
                }

        .new-invest-features {
            margin-top: 12px;
        }

        .acc-slider {
            padding: 0;
        }

            .acc-slider h3 {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .acc-slider h5 {
                /*font-size: 16px;*/
                margin-bottom: 5px;
                text-align: left;
            }

        .acc-slider-main {
            margin: 18px 0;
        }

        .acc-slider-outer {
            padding: 10px;
            margin: 0 10px;
        }

            .acc-slider-outer h4 {
                font-size: 20px;
                margin-bottom: 5px;
            }

        .acc-details {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .acc-holder-label {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .acc-holder-name {
            font-size: 13px;
        }

        .switch-grp .btn-primary:not(:disabled):not(.disabled).active,
        .switch-grp .btn-primary:not(:disabled):not(.disabled):active,
        .show > .switch-grp .btn-primary.dropdown-toggle {
            font-size: 12px;
            padding: 4px 14px;
        }

        .switch-grp .btn {
            padding: 5px 10px;
        }

        .btn-primary.resume-btn {
            padding: 6px 12px;
            margin-bottom: 9px;
        }

        .slick-next::before,
        .slick-prev::before {
            width: 30px;
            height: 30px;
            background-size: contain;
        }

        .slick-prev,
        .slick-next {
            width: 30px;
            height: 30px;
        }

        .slick-prev {
            left: -24px;
        }

        .slick-next {
            right: -24px;
        }

        .slider-footer-cta {
            padding: 0 10px;
        }

        .cutoff-time h4 {
            font-size: 14px;
        }

        .cutoff-time ul li {
            font-size: 12px;
            padding-left: 12px;
        }

            .cutoff-time ul li::before {
                width: 6px;
                height: 6px;
            }

        footer {
            padding: 5px 20px;
        }

        .show-in-mobile {
            display: flex;
            align-items: center;
        }



            .show-in-mobile .user-name {
                display: none;
            }

            .show-in-mobile .user-profile .dropdown-toggle::after {
                display: none;
            }

        .navbar-toggler {
            padding: 5px 10px;
            margin-left: 15px;
        }

        .noti-badge {
            right: -7px;
            top: -4px;
            width: 18px;
            height: 18px;
            font-size: 11px;
            line-height: 18px;
        }

        .notification {
            margin-right: 9px;
        }

        .search-area span {
            top: 3px;
            left: 10px;
        }

        .navbar-light .navbar-nav .nav-link {
            padding: 15px 10px;
            border-left: 4px solid #f8f9fa;
            position: relative;
        }

        .navbar-light .navbar-nav.notification .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link {
            border-left: none;
            border-bottom: none;
        }

        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show > .nav-link {
            border-bottom: none;
            border-left: 4px solid #3B95CF;
        }

        .navbar-light .navbar-nav.notification .active > .nav-link,
        .navbar-light .navbar-nav.notification .nav-link.active,
        .navbar-light .navbar-nav.notification .nav-link.show,
        .navbar-light .navbar-nav.notification .show > .nav-link,
        .navbar-light .navbar-nav.user-profile .active > .nav-link,
        .navbar-light .navbar-nav.user-profile .nav-link.active,
        .navbar-light .navbar-nav.user-profile .nav-link.show,
        .navbar-light .navbar-nav.user-profile .show > .nav-link {
            border-bottom: none;
            border-left: none;
        }

        .dropdown-toggle::after {
            top: 24px;
            position: absolute;
            right: 20px;
        }

        .dd-menu .dropdown-toggle::after {
            top: 17px;
        }

        /* Purchase-2 */

        .pl-top h2 {
            font-size: 22px;
        }

        .pl-btm .cutoff-time {
            margin-bottom: 0;
        }

        .purchase-h4 {
            font-size: 15px;
        }

        .ss-content {
            margin-bottom: 0;
            margin-left: 20px;
        }

        h5.purchase-h5 {
            font-size: 12px;
            text-align: left;
        }

        .better-choice .ss-content {
            margin-left: 0;
        }

        .purchase-full-height {
            padding: 10px;
            height: calc(100vh - 188px);
            margin-bottom: 0;
        }

        .pfh-btn-cta {
            padding: 0;
            margin-top: 10px;
        }

            .pfh-btn-cta p {
                width: 38%;
                font-size: 10px;
            }

        .km-mf-in {
            padding: 9px;
        }

        .km-mf-left {
            margin-right: 6px;
        }


        /* Purchase3 */

        .pre-scheme-container {
            padding: 10px;
            /*display: none;*/
        }

        .h-steps {
            display: block;
            height: calc(100vh - 186px);
        }

        .mobile-ss-title-area {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            left: 0;
            right: 0;
            padding: 10px 15px;
            background-color: #F1F9FF;
            z-index: 90;
            top: 50px;
        }

            .mobile-ss-title-area h4 {
                font-size: 14px;
                font-weight: 700;
                color: #000000;
                margin-bottom: 5px;
            }

            .mobile-ss-title-area h5 {
                font-size: 12px;
                font-weight: 400;
                color: #000000;
                margin-bottom: 0;
            }

        .select-filter-btn {
            position: relative;
        }

        .mobile-sc-selected-area {
            position: fixed;
            bottom: 0;
            z-index: 9600;
            left: 0;
            right: 0;
            background-color: #ffffff;
            padding: 23px 0;
            box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
            text-align: center;
        }

            .mobile-sc-selected-area .btn-sc-selected {
                width: auto;
            }

        #ss-side-bar {
            top: 49px;
            padding-top: 15px;
            height: calc(100vh - 50px);
        }

        .mobile-sc-card-wrapper {
            padding-top: 50px;
        }

        .mobile-ss-title-area {
            margin-bottom: 15px;
        }

        .mobile-sc-card {
            background-color: #FFFFFF;
            padding: 15px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            margin-top: 10px;
            position: relative;
            border: 2px solid #ffffff;
        }

            .mobile-sc-card.selected {
                border-color: #073F88;
            }

            .mobile-sc-card:last-of-type {
                margin-bottom: 90px;
            }

            .mobile-sc-card img {
                max-width: 72px;
                margin-bottom: 10px;
            }

        .sc-card-title {
            color: #000000;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .mobile-sc-card ul {
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
            width: 70%;
        }

            .mobile-sc-card ul li {
                list-style: none;
                display: flex;
                flex-direction: column;
                border-right: 1px solid #C7C7C7;
                width: calc(100vw / 4);
                text-align: center;
            }

                .mobile-sc-card ul li:last-child {
                    border-right: none;
                }

                .mobile-sc-card ul li span {
                    font-size: 12px;
                    font-weight: 400;
                    color: #000000;
                }

                    .mobile-sc-card ul li span.sc-small-title {
                        font-size: 11px;
                        font-weight: 700;
                    }

            .mobile-sc-card ul.min-amt {
                width: 30%;
            }

                .mobile-sc-card ul.min-amt li {
                    border-right: none;
                    position: relative;
                }

                    .mobile-sc-card ul.min-amt li span {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        font-size: 9px;
                        font-weight: 700;
                        color: #C3C3C3;
                    }

                        .mobile-sc-card ul.min-amt li span.sc-small-title {
                            font-size: 26px;
                            position: absolute;
                            right: 0;
                            top: -10px;
                            color: #000000;
                        }

        .sc-card-main {
            display: flex;
            margin-bottom: 10px;
        }

        .card-cta .btn-danger {
            margin-right: 6px;
        }

        .btn-danger {
            background-color: #FF3A11;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .btn-dark {
            background-color: #006FFF;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            border: none;
        }

        .mobile-sc-card .dropdown {
            position: absolute;
            right: 10px;
            top: 2px;
            padding: 15px;
        }

        .mobile-sc-card .dropdown-menu {
            background-color: #ffffff;
            padding: 5px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            min-width: unset;
        }

            .mobile-sc-card .dropdown-menu a.dropdown-item {
                color: #000;
                font-size: 12px;
                font-weight: 600;
            }

        .purchase-filter-left-mobile {
            display: block;
            left: -537px;
            position: absolute;
            width: 400px;
            padding: 10px;
            transition: all ease-in 0.2s;
            z-index: 9998;
            height: auto;
            margin-bottom: 0;
        }

            .purchase-filter-left-mobile.show {
                left: -24px;
                width: 100vh;
                height: 100vh;
                border-radius: 0;
                top: -0.5rem;
            }

        .m-filter-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 10px;
        }

        /* Purchase4 */
        .hide-in-ipad {
            display: none;
        }

        .full-in-ipad {
            width: 100%;
            max-width: 100%;
        }

        .h-steps .p-scheme-table {
            height: calc(100vh - 378px);
        }

        .select-scheme img {
            display: none;
        }

        .h-steps .ss-content {
            margin-bottom: 0;
            /*margin-left: 0;*/
        }

        h5.purchase-h5 {
            margin-bottom: 0;
        }

        .table tr th:nth-child(1) .ps-table-title {
            width: 150px;
        }

        .table tr th:nth-child(2) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(3) .ps-table-title {
            width: 100px;
        }

        .table tr th:nth-child(4) .ps-table-title {
            width: 70px;
        }

        .table tr th:nth-child(5) .ps-table-title {
            width: 120px;
        }

        .table tr th:nth-child(6) .ps-table-title {
            width: 90px;
        }

        .table tr th:nth-child(7) .ps-table-title {
            width: 150px;
        }

        .mandate-selection .form-inline .form-control {
            width: 114px;
        }

        /* Mandate */

        .mandate-top-area-right {
            display: none;
        }

        .mandate-bg {
            padding: 10px;
        }

        .mcname-dd {
            min-width: 150px;
        }

        .mandate-top-area-left .form-group.by-date {
            width: 175px;
        }

        .daterangepicker.opensright:before {
            left: 250px !important;
        }


        /* Mandate popup */

        #verify-modal .modal-dialog {
            max-width: 96%;
        }

        .verify-mandate-outer {
            flex-direction: column;
        }

        .verify-mandate-left {
            width: auto;
        }

        .verify-mandate-right {
            width: auto;
            padding-left: 0;
        }

        #verify-modal {
            overflow: auto;
        }

            #verify-modal .quick-tip-details {
                flex-direction: column;
                align-items: flex-start;
            }

                #verify-modal .quick-tip-details h6 {
                    margin-bottom: 5px;
                }

        .approved-rej-btn .btn-danger {
            margin-bottom: 10px;
        }

        /* IPO */
        .ipo-slider {
            padding: 20px 40px;
            height: auto;
        }

            .ipo-slider h3 {
                font-size: 16px;
                margin-bottom: 5px;
                text-align: center;
            }

        .ipo-slider-main {
            margin-top: 0;
        }

        .ipo-slider-top-area {
            flex-direction: column;
        }

        .ipo-slider h5 {
            text-align: center;
            font-size: 13px;
        }

        .ipo-slider-top-right {
            text-align: center;
            margin-bottom: 20px;
        }

            .ipo-slider-top-right .switch-grp {
                width: 175px;
            }

        .ipo-slider-outer {
            padding: 10px 20px;
            margin: 0 10px;
        }

        .ipo-logo {
            height: auto;
        }

            .ipo-logo img {
                max-height: 60px;
            }

        .ipo-checked img {
            max-width: 20px;
        }

        .ipo-away img {
            max-width: 20px;
        }

        .ipo-checked,
        .ipo-away {
            top: 8px;
            right: 1px;
        }

        .ipo-date {
            font-size: 10px;
            padding: 5px 10px;
        }

        .left-top,
        .left-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .right-top,
        .right-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box h4 {
            font-size: 13px;
        }

        .ipo-four-box h5 {
            font-size: 11px;
        }

        .invest-ipo-outer {
            padding: 20px;
            height: auto;
            margin-top: 0;
            margin-bottom: 0;
        }

        /*  .invest-ipo-top h2 {
        font-size: 20px;
    }

    .invest-ipo-top h6 {
        font-size: 11px;
    }*/

        .watch-demo {
            flex-direction: column;
        }

            .watch-demo p {
                max-width: 100%;
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px;
            }

        .invest-ipo-middle {
            flex-direction: column;
        }

        .invest-ipo-middle-logo {
            margin-right: 0;
        }

        .invest-ipo-middle p {
            text-align: center;
        }

        /* ipo2 */

        .new-ipo-reg-wrapper {
            padding: 10px;
            height: auto;
        }

        .new-ipo-top-right h3 {
            font-size: 14px;
        }

        .new-ipo-top-right h5 {
            font-size: 12px;
        }

        .new-ipo-top {
            margin-bottom: 10px;
        }

        .new-ipo-top-left {
            width: 40px;
            height: 40px;
            font-size: 12px;
            margin-right: 10px;
        }

        .ipo-form-left label,
        .new-ipo-middle label {
            font-size: 12px;
        }

        /*  .invest-ipo-top {
        height: auto;
        margin-bottom: 10px;
    }

    .invest-ipo-top img {
        max-height: 50px;
    }*/

        .hide-blankspac-mobile {
            display: none;
        }

        /* Holding Report */
        .holding-filter-box-inner {
            width: 100%;
        }

        /* Dashboard-1 */
        .white-board-outer {
            padding-top: 60px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .white-board {
            padding: 15px;
        }

        .dashboard-title h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .dashboard-title h6 {
            font-size: 14px;
        }

        .dt-btn-set {
            justify-content: left;
            margin-top: 5px;
        }
        /*.d-overview{
        padding: 20px 20px 0 20px;
    }
    .d-overview-title{
        font-size: 18px;
    }*/
        .overview-top {
            flex-direction: row;
            align-items: flex-start;
            margin-bottom: 5px;
            border-bottom: 0;
        }

        .money-bag {
            /*padding-right: 0;
        border-right: 0;*/
            margin-right: 20px;
            margin-bottom: 10px;
        }

        .nominee {
            padding-left: 0;
        }

        .money-total {
            font-size: 32px;
        }

        .no-right p {
            font-size: 13px;
            line-height: 16px;
        }

        .no-right small {
            font-size: 11px;
            line-height: 12px;
        }

        .overview-btm {
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .ob-b-title {
            margin-bottom: 0;
        }

        .ob-block {
            padding: 15px 0;
            flex-basis: 33%;
            margin-bottom: 30px;
        }

            .ob-block .btn-outline-info {
                margin-top: 5px;
                max-width: 150px;
            }
        /*.ob-block-divider{
        display: none;
    }*/
        .info-strip {
            margin-left: -20px;
            margin-right: -20px;
        }

        .d-funds-title h2 a {
            font-size: 18px;
            display: inherit;
            line-height: 31px;
        }

        .d-funds {
            padding: 20px;
        }

        .d-funds-title {
            /*flex-direction: column;*/
            align-items: flex-start;
            margin-bottom: 10px;
        }

            .d-funds-title .dropdown {
                top: -10px;
                right: 10px;
            }

        .extra-funds {
            padding: 20px;
        }

        .ef-in {
            flex-direction: column;
            align-items: flex-start;
        }

            .ef-in p {
                margin-bottom: 10px;
            }

                .ef-in p span {
                    margin-right: 2px;
                }

        .ob-rupee small {
            display: inline-block;
        }

        .d-funds .nav-tabs {
            flex-wrap: wrap;
        }

        .dash-chart {
            margin: auto;
            max-width: 100%;
            /*position: absolute;
        top: -54px;
        right: 10px;*/
        }

        .setting-menu img.fav-icon {
            width: 16px;
        }

        .ipad-dash-full {
            width: 100%;
            max-width: 100%;
            flex: 1;
        }
        /*.ipad-dash-chart-none{
        display: none;
    }
    .ipad-dash-chart{
        display: block;
    }*/
        /* Dashboard-MF */

        /*.dash-port-table .table{
        table-layout: fixed;
    }*/
        .dash-port-table .table th:nth-child(1) {
            min-width: 100%;
            width: 120px;
        }

        .dash-port-table .table th:nth-child(2) {
            min-width: 100%;
            width: 100px;
        }

        .dash-port-table .table th:nth-child(3) {
            min-width: 100%;
            width: 90px;
        }

        .dash-port-table .table th:nth-child(4) {
            min-width: 100%;
            width: 100px;
        }

        .dash-port-table .table th:nth-child(5) {
            min-width: 100%;
            width: 90px;
        }

        .dash-port-table .table th:nth-child(6) {
            min-width: 100%;
            width: 90px;
        }

        .dash-port-table .table th:nth-child(7) {
            min-width: 100%;
            width: 80px;
        }

        .dash-port-table .table th:nth-child(8) {
            min-width: 100%;
            width: 120px;
        }

        .dash-port-table .table th:nth-child(9) {
            min-width: 100%;
            width: 100px;
        }

        .remove-w .table {
            table-layout: auto;
        }

            .remove-w .table th {
                width: auto !important;
                min-width: unset !important;
            }

        .dash-collapse {
            margin-top: 15px;
        }

        .d-in-chart {
            margin: 0 auto;
            right: 0;
        }

        .overview-btm-eq {
            margin-top: 0 !important;
        }

            .overview-btm-eq .ob-block {
                flex-basis: 33%;
                margin-top: 20px;
                padding: 0 10px 0 0;
            }

        /* Dashboard-2 */
        .dash-search .search-area {
            width: 230px;
        }

            .dash-search .search-area span {
                top: 8px;
                left: 10px;
            }

        .dash-2 .overview-btm {
            margin-top: 10px;
        }

        /* Dashboard-2-MF */

        .anyalysis-chart .dash-chart {
            position: relative;
        }

        .dash-port-table .table.live-sip {
            table-layout: auto;
        }

        .sd-box-outer {
            height: 100%;
        }

        .sd-box {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Dashboard-2-EQ */
        .d-fund-title-inner {
            flex-direction: column;
        }

        .d-fund-title-inner-block {
            margin-bottom: 15px;
        }
        /*.summry-grid-block:nth-child(3) { border: none; }*/

        /*comman*/

        /*.summry-grid{grid-template-rows: auto auto; grid-template-columns: auto auto auto;}*/
        .hide-divider-md {
            width: 0px;
        }

        .d-funds-title h2 {
            display: inherit;
        }

        /*User Profile */
        .user-profile-menu {
            height: 285px;
            overflow: scroll;
        }

        .notification .alert-menu.open {
            height: 285px;
            overflow: auto;
        }

        /*Mutualfund Dashboatd*/
        /*.schem-logo-ttl{border-bottom:1px solid #ddd; padding-bottom:5px; border-right:none;}*/
        /*.scheme-details { flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.scheme-details .scheme-info{margin: 7px 0;}
.scheme-details .scheme-info:nth-child(3){border:none;}
.scheme-details .scheme-info h5{margin-bottom:5px;}*/
        .pr-0 {
            padding-right: 15px !important;
        }

        .pl-0 {
            padding-left: 15px !important;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        /*SIP*/
        .scheme-sip-dtl {
            grid-template-columns: auto auto auto auto;
        }

        .sip-plan-main {
            margin-top: 1px;
        }

        .add-cart a {
            padding: 5px 0px 2px 0;
        }

        .cal-result-box, .goalcal-result-box {
            margin-top: 15px;
        }

        .cal-result-box {
            margin-top: 15px;
        }
        /*.dash-banner span img{max-width: 100%}*/
        h3 {
            font-size: 17px
        }

        .right-area {
            padding: 0 30px
        }
        /*.left-area-data h1{font-size: 22px}
.left-area-data h6{font-size: 14px}
.left-area-data p{font-size: 12px}*/
        .btn-outline-dark {
            padding: 6px 8px
        }

        .right-area h3 {
            font-size: 20px
        }

        h2.login-subtitle {
            font-size: 22px;
            padding: 10px 50px
        }

        .login-box-title {
            font-size: 13px
        }

        label {
            font-size: 12px
        }

        a.link-1 {
            font-size: 12px;
            top: 3px
        }

        .small, small {
            font-size: 65%
        }

        .form-control {
            height: 32px
        }

        .green-tick::after {
            bottom: 26px
        }

        .btn-primary {
            font-size: 12px
        }
        /*.login-area-footer{padding: 10px 0;font-size: 12px}
.login-area-footer p a{font-size: 12px}*/
        .right-area h3 {
            font-size: 20px
        }
        /*.signup-right-area .ws-logo{margin-top: 10px;margin-bottom: 25px;max-width: 230px}
.signup-right-area .login-small-title{margin-bottom: 10px}
.signup-right-area .login-box-title{margin-bottom: 10px}
.signup-right-area label{margin-bottom: 0px;font-size: 12px}
.signup-right-area h2.login-subtitle{font-size: 22px;padding: 10px 50px;}
.signup-right-area .right-area h3{font-size: 16px}
.signup-right-area .login-box-title{font-size: 14px}
.signup-right-area .form-control{height: 32px;font-size: 12px}
.signup-right-area a.link-1{font-size: 12px;right: 3px;top: -1px}
.signup-right-area .form-group{margin-bottom: 10px}*/
        /*.otp-send-btn{bottom: 0}*/
        .disappear {
            display: none
        }

        .reg-header-logo img {
            max-width: 112px
        }

        .full-w-tablet {
            flex: 0 0 100%;
            max-width: 100%
        }

        .second-logo h2 {
            font-size: 16px;
            padding: 10px 35px
        }

        .input-group-text {
            padding: 3px 7px
        }

        .segment-selection {
            font-size: 13px
        }
        /*.otp-send-btn img{width: 18px}*/
        /*.left-area-data .login-left-img{max-width: 270px}*/
        /*.signup-icon-cir{width: 80px;height: 80px}*/
        /*ul.signup-left-icon li p{line-height: normal}*/
        /*ul.signup-bottom-links li a{font-size: 12px}*/
        .wb-modal .modal-content .wb-img {
            max-width: 150px;
            margin-bottom: 15px
        }

        .wb-modal .modal-content .modal-title {
            font-size: 34px;
            margin-bottom: 15px
        }

        .wb-modal .modal-content .modal-user-name {
            font-size: 20px
        }

        .wb-modal .modal-content p {
            font-size: 16px;
            margin-bottom: 10px
        }

        .wb-modal .modal-content .modal-footer {
            padding: 5px
        }

        .v-code-txtbox {
            width: 50px;
            height: 50px;
            font-size: 16px
        }

        .wb-modal .modal-content .kyc-img {
            max-width: 80px;
            margin-bottom: 15px
        }

        .navbar {
            padding: 0 10px
        }

        .navbar-brand {
            max-width: 100px;
            margin-right: 5px
        }

        .navbar-light .navbar-nav .nav-link {
            padding: 15px 4px;
            font-size: 10px
        }

        .nav-item {
            margin: 0 2px
        }

        .navbar-brand img {
            max-width: 80px
        }

        .navbar-icon {
            max-width: 10px;
            margin-right: 0
        }

        .search-area input {
            max-width: 100px
        }

        a.nav-sub-link {
            font-size: 11px
        }

        .new-invest-funds img:first-child {
            max-width: 100px
        }

        ul.user-profile .nav-link .insitals {
            width: 25px;
            height: 25px;
            font-size: 11px;
            margin-right: 4px;
            padding: 5px 0
        }

        .setting-menu {
            width: 32px;
            height: 32px;
            padding: 2px 0
        }

            .setting-menu img {
                max-width: 17px
            }

        .user-name {
            font-size: 12px
        }

        .star-badge {
            width: 10px;
            height: 10px;
            right: -3px;
            bottom: 4px
        }

            .star-badge img {
                max-width: 14px
            }

        .dropdown-toggle::after {
            margin-left: 4px
        }

        .custom-search {
            height: 32px;
            padding-left: 25px
        }

        .search-area span {
            top: 3px;
            left: 6px
        }

        .bell-icon {
            width: 35px;
            height: 35px;
            padding: 8px 0;
            line-height: 20px
        }

        ul.mf-dashboard-tab li a {
            margin-bottom: 15px
        }

        .bell-icon img {
            max-width: 14px
        }

        .noti-badge {
            width: 15px;
            height: 15px;
            font-size: 11px;
            right: -3px;
            top: -6px
        }

        .navbar-nav.user-profile, .navbar-nav.notification {
            margin-right: 4px
        }

        .user-profile-menu {
            width: 270px
        }

        .user-profile-insitals {
            width: 48px;
            height: 48px;
            font-size: 19px
        }

        .user-profile-star-badge {
            width: 15px;
            height: 15px;
            right: -4px
        }

            .user-profile-star-badge img {
                max-width: 22px
            }

        .user-profile-details {
            margin-bottom: 18px
        }

        .user-profile-name h4 {
            font-size: 18px;
            line-height: 19px
        }

        ul.up-contact li {
            padding: 10px 0
        }

            ul.up-contact li span {
                margin-left: 6px
            }

        ul.up-contact li {
            font-size: 12px
        }

        ul.adv-contact li {
            padding: 10px 0
        }

        ul.adv-contact li {
            font-size: 12px
        }

        a.cp-link {
            padding: 10px 0
        }

        .login-time {
            font-size: 10px
        }

        .alert-menu {
            width: 270px
        }

        a.am-block {
            padding: 5px
        }

        .am-block img {
            margin-right: 8px
        }

        .am-block-inner {
            padding-right: 7px
        }

            .am-block-inner p {
                font-size: 11px
            }

        .am-block-top span {
            margin-left: 5px
        }

        .am-block-right span {
            font-size: 14px
        }

        .am-title {
            font-size: 9px
        }

        .alert-banner img {
            max-width: 250px
        }

        .alert-menu::before {
            right: 2px
        }

        .user-profile-menu::before {
            right: -2px
        }

        .sidenav {
            height: calc(100vh - 49px)
        }

            .sidenav h5 {
                font-size: 16px;
                padding-bottom: 10px;
                padding-top: 18px
            }

            .sidenav a {
                font-size: 12px;
                padding: 12px 0
            }

        h3.main-page-title {
            font-size: 20px
        }

        .breadcrumb-item a {
            font-size: 12px
        }

        .breadcrumb-item.active {
            font-size: 12px
        }

        .main {
            padding: 10px 6px
        }

        ul.reg-steps li {
            min-width: 76px
        }

        .new-invest-funds-top {
            padding: 10px 20px
        }

            .new-invest-funds-top h2 {
                font-size: 24px
            }

            .new-invest-funds-top h6 {
                font-size: 11px;
                margin-bottom: 12px
            }

            .new-invest-funds-top ul li {
                font-size: 12px
            }

        .new-invest-funds {
            padding: 10px 25px
        }
        /*.new-invest-features-details p{font-size: 12px}
.new-invest-features-details a{font-size: 11px}
.new-invest-features-details a img{margin-left: 6px}*/
        .new-invest-features {
            margin-top: 12px
        }

        .acc-slider {
            padding: 20px 10px
        }

            .acc-slider h3 {
                font-size: 18px;
                margin-bottom: 5px
            }

            .acc-slider h5 {
                margin-bottom: 5px
            }

        .acc-slider-main {
            margin: 18px 0
        }

        .acc-slider-outer {
            padding: 10px;
            margin: 0 10px
        }

            .acc-slider-outer h4 {
                font-size: 20px;
                margin-bottom: 5px
            }

        .acc-details {
            padding-top: 5px;
            padding-bottom: 5px
        }

        .acc-holder-label {
            margin-bottom: 5px;
            font-size: 12px
        }

        .acc-holder-name {
            font-size: 13px
        }

        .switch-grp .btn-primary:not(:disabled):not(.disabled).active,
        .switch-grp .btn-primary:not(:disabled):not(.disabled):active,
        .show > .switch-grp .btn-primary.dropdown-toggle {
            font-size: 12px;
            padding: 4px 14px
        }

        .switch-grp .btn {
            padding: 5px 10px
        }

        .btn-primary.resume-btn {
            padding: 6px 12px;
            margin-bottom: 9px
        }

        .slick-next::before, .slick-prev::before {
            width: 30px;
            height: 30px;
            background-size: contain
        }

        .slick-prev, .slick-next {
            width: 30px;
            height: 30px
        }

        .slick-prev {
            left: -24px
        }

        .slick-next {
            right: -24px
        }

        .slider-footer-cta {
            padding: 0 10px
        }

        .cutoff-time h4 {
            font-size: 14px
        }

        .cutoff-time ul li {
            font-size: 12px;
            padding-left: 12px
        }

            .cutoff-time ul li::before {
                width: 6px;
                height: 6px
            }

        footer {
            padding: 5px 20px
        }

        .pl-top h2 {
            font-size: 22px
        }

        .pl-btm .cutoff-time {
            margin-bottom: 0
        }

        .purchase-h4 {
            font-size: 15px
        }

        .ss-content {
            margin-bottom: 0
        }

        h5.purchase-h5 {
            font-size: 12px;
            text-align: left
        }

        .better-choice .ss-content {
            margin-left: 0
        }

        .purchase-full-height {
            padding: 20px;
            height: calc(100vh - 189px);
            margin-bottom: 0
        }

        .pfh-btn-cta {
            padding: 0;
            margin-top: 10px
        }

            .pfh-btn-cta p {
                width: 45%;
                font-size: 10px
            }

        .km-mf-in {
            padding: 9px
        }

        .km-mf-left {
            margin-right: 6px
        }

        .hide-in-desktop {
            display: none
        }

        .pre-scheme-container {
            padding: 10px 0 0 0;
            min-height: calc(100vh - 104px)
        }

        .select-scheme img {
            display: none
        }

        .ps-table-title {
            font-size: 11px;
            min-width: 5px
        }

        .p-scheme-table {
            padding: 0 5px;
            height: calc(100vh - 315px)
        }

        .ps-table-data {
            font-size: 11px
        }

        .p-scheme-table .table td, .p-scheme-table .table th {
            padding: 8px
        }

        .cart-icon {
            padding: 8px 0;
            width: 35px;
            height: 35px
        }

        .purchase-filter-left {
            height: calc(100vh - 143px)
        }

        .sf-in-amc {
            height: calc(100vh - 601px)
        }

        .h-steps {
            min-height: unset;
            height: calc(100vh - 180px)
        }

        .trash-icon {
            width: 35px;
            height: 35px
        }

        .mandate-selection .form-inline .form-control {
            width: 180px
        }

        .h-steps .p-scheme-table {
            height: calc(100vh - 338px)
        }

        .p-scheme-table .table {
            white-space: nowrap;
            display: block
        }

        .table tr th:nth-child(1) .ps-table-title {
            width: 150px
        }

        .table tr th:nth-child(2) .ps-table-title {
            width: 100px
        }

        .table tr th:nth-child(3) .ps-table-title {
            width: 100px
        }

        .table tr th:nth-child(4) .ps-table-title {
            width: 70px
        }

        .table tr th:nth-child(5) .ps-table-title {
            width: 120px
        }

        .table tr th:nth-child(6) .ps-table-title {
            width: 90px
        }

        .table tr th:nth-child(7) .ps-table-title {
            width: 150px
        }

        .table.mf-list tr th:nth-child(1) .ps-table-title {
            width: 15px
        }

        .table.mf-list tr th:nth-child(2) .ps-table-title {
            width: 100px
        }

        .table.mf-list tr th:nth-child(3) .ps-table-title {
            width: 60px
        }

        .table.mf-list tr th:nth-child(4) .ps-table-title {
            width: 100px
        }

        .table.mf-list tr th:nth-child(5) .ps-table-title {
            width: 70px
        }

        .table.mf-list tr th:nth-child(6) .ps-table-title {
            width: 40px
        }

        .table.mf-list tr th:nth-child(7) .ps-table-title {
            width: 40px
        }

        .table.mf-list tr th:nth-child(8) .ps-table-title {
            width: 40px
        }

        .table.mf-list tr th:nth-child(9) .ps-table-title {
            width: 100px
        }

        .table.mf-list tr th:nth-child(10) .ps-table-title {
            width: 50px
        }

        .mandate-bg {
            padding: 10px
        }

        .mcname-dd {
            min-width: 150px
        }

        .mandate-top-area-left .form-group.by-date {
            width: 175px
        }

        .daterangepicker.opensright:before {
            left: 250px !important
        }

        .why-mandate-card {
            width: 300px
        }

        #verify-modal .modal-dialog {
            max-width: 90%
        }

        .mdb-title h6 {
            border-right-width: 0
        }

        .ipo-slider {
            padding: 20px 40px;
            height: auto
        }

            .ipo-slider h3 {
                font-size: 16px;
                margin-bottom: 5px;
                text-align: center
            }

        .ipo-slider-main {
            margin-top: 0
        }

        .ipo-slider-top-area {
            flex-direction: column
        }

        .ipo-slider h5 {
            text-align: center;
            font-size: 13px
        }

        .ipo-slider-top-right {
            text-align: center;
            margin-bottom: 20px
        }

            .ipo-slider-top-right .switch-grp {
                width: 175px
            }

        .ipo-slider-outer {
            padding: 10px 20px;
            margin: 0 10px
        }

        .ipo-logo {
            height: auto
        }

            .ipo-logo img {
                max-height: 60px
            }

        .ipo-checked img {
            max-width: 20px
        }

        .ipo-away img {
            max-width: 20px
        }

        .ipo-checked, .ipo-away {
            top: 8px;
            right: 1px
        }

        .ipo-date {
            font-size: 10px;
            padding: 5px 10px
        }

        .left-top, .left-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px
        }

        .right-top, .right-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px
        }

        .ipo-four-box h4 {
            font-size: 13px
        }

        .ipo-four-box h5 {
            font-size: 11px
        }

        .invest-ipo-outer {
            padding: 20px;
            height: auto;
            margin-top: 0;
            margin-bottom: 0
        }

        .watch-demo {
            flex-direction: column
        }

            .watch-demo p {
                max-width: 100%;
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px
            }

        .invest-ipo-middle-logo {
            margin-right: 10px;
            margin-bottom: 0
        }

            .invest-ipo-middle-logo img {
                height: 50px
            }

        .new-ipo-reg-wrapper {
            padding: 10px;
            height: auto
        }

        .new-ipo-top-right h3 {
            font-size: 14px
        }

        .new-ipo-top-right h5 {
            font-size: 12px
        }

        .new-ipo-top {
            margin-bottom: 10px
        }

        .new-ipo-top-left {
            width: 40px;
            height: 40px;
            font-size: 12px;
            margin-right: 10px
        }

        .ipo-form-left label, .new-ipo-middle label {
            font-size: 12px
        }
        /*.invest-ipo-top{height: auto;margin-bottom: 10px}
.invest-ipo-top img{max-height: 50px}
.invest-ipo-top h2{font-size: 20px}
.invest-ipo-top h6{font-size: 11px;margin-bottom: 10px}*/

        .hide-blankspac-mobile {
            display: none
        }

        .holding-filter-box-inner {
            width: 80%
        }

        .white-board-outer {
            padding: 15px 0
        }

        .white-board {
            padding: 15px
        }

        .dashboard-title h2 {
            font-size: 22px;
            margin-bottom: 5px
        }

        .dashboard-title h6 {
            font-size: 14px
        }
        /*.d-overview-title{font-size: 18px}*/
        .mb-left img, .no-left img {
            width: 54px
        }

        .money-total {
            font-size: 30px;
            line-height: 32px;
        }

        .ob-b-title {
            font-size: 11px;
        }

        .ob-rupee { /*font-size: 22px;*/
        }

        .d-funds-title h2 a {
            font-size: 18px;
        }

        .d-funds .nav-tabs {
            flex-wrap: wrap;
        }

        .setting-menu img.fav-icon {
            width: 14px;
        }

        .overview-btm-eq .ob-block {
            padding: 0 15px;
        }

        /* Dashboard-2 */

        .dash-search .search-area {
            width: 260px;
        }

            .dash-search .search-area span {
                top: 8px;
                left: 10px;
            }

        .dash-2 .overview-btm {
            margin-top: 40px;
        }

        .dash-search .custom-search {
            max-width: 100%;
        }

        .d-fund-title-inner .search-area .custom-search {
            max-width: 100%;
        }

        .d-fund-title-inner .search-area {
            width: 250px;
        }

        .overview-btm {
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
        }

        /*Comman*/
        .ob-block-divider {
            border: none;
        }

        .overview-btm .ob-block { /*margin-bottom:50px;*/
        }

        .hide-divider-md {
            width: 0;
        }

        .money-bag {
            padding-right: 12px;
        }

        .nominee {
            padding-left: 10px;
        }

        .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
            float: none !important;
            text-align: center !important;
        }

        .select-wid76 {
            width: 76px;
        }
        /*Mf dashboard*/
        /*.scheme-details { flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.scheme-details .scheme-info{margin:7px 0px;}
.scheme-details .scheme-info:nth-child(3){border:none;}*/
        .schem-logo-ttl h6 {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
        }
    }

    @media (min-width:1200px) and (max-width:1299px) {

        /*.dash-modul-box .dash-modul-info{width:23%;}
.dash-modul-box{gap:30px;}*/

        .customeScroll {
            max-height: 100%;
            height: 100%;
            touch-action: auto !important;
        }

        .btn-invest-now.btn-scheme-invest {
            top: 36px;
        }

        .nav-tabs.mf-dashboard-tab .nav-link {
            padding: 7px 10px;
            font-size: 12.5px;
            margin-bottom: 6px;
        }

        .rangeslider {
            width: 80% !important;
        }

        .purchase-ttl {
            margin: 20px 0px;
        }

        .pfh-btn-cta {
            position: sticky;
            bottom: 0;
        }

        .invest-select-schemepage h5, .invest-select-schemepage h5 span {
            font-size: 14px;
            font-family: 'montserrat-semibold';
        }


        .btn-outline-dark {
            padding: 8px 12px;
        }

        .right-area h3 {
            font-size: 24px;
        }

        h2.login-subtitle {
            font-size: 26px;
            padding: 10px 36px;
        }

        .login-box-title {
            font-size: 14px;
        }

        label {
            font-size: 13px;
        }

        a.link-1 {
            font-size: 12px;
        }

        .small,
        small {
            font-size: 75%;
        }

        .form-control {
            height: 32px;
        }

        .green-tick::after {
            bottom: 26px;
        }

        .btn-primary {
            font-size: 12px;
        }


        .right-area h3 {
            font-size: 20px;
        }

        .input-group-text {
            padding: 3px 7px;
        }


        /* Modal */
        .wb-modal .modal-content .wb-img {
            max-width: 150px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-title {
            font-size: 34px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-user-name {
            font-size: 20px;
        }

        .wb-modal .modal-content p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .wb-modal .modal-content .modal-footer {
            padding: 5px;
        }

        .v-code-txtbox {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

        .wb-modal .modal-content .kyc-img {
            max-width: 80px;
            margin-bottom: 15px;
        }

        /* Inner Pages - Purchase Flow */
        .navbar {
            padding: 0 20px;
        }

        .navbar-light .navbar-nav .nav-link {
            padding: 15px 5px;
            font-size: 11px;
        }

        .nav-item {
            margin: 0 2px;
        }

        .navbar-brand img {
            max-width: 300px;
        }

        .navbar-icon {
            max-width: 14px;
        }

        a.nav-sub-link {
            font-size: 12px;
        }

        ul.user-profile .nav-link .insitals {
            width: 32px;
            height: 32px;
            font-size: 12px;
            margin-right: 4px;
        }

        .setting-menu {
            width: 32px;
            height: 32px;
            padding: 2px 0;
        }

            .setting-menu img {
                max-width: 22px;
            }

        .user-name {
            font-size: 13px;
        }

        .star-badge {
            width: 15px;
            height: 15px;
            right: -6px;
            bottom: 1px;
        }

        .dropdown-toggle::after {
            margin-left: 4px;
        }

        .custom-search {
            height: 32px;
            padding-left: 25px;
        }

        .search-area span {
            top: 3px;
            left: 6px;
        }

        .bell-icon {
            width: 32px;
            height: 32px;
            line-height: 23px;
            padding: 7px 0;
        }

            .bell-icon img {
                max-width: 18px;
            }

        .noti-badge {
            width: 15px;
            height: 15px;
            font-size: 11px;
            right: -3px;
            top: -6px;
        }

        .navbar-nav.user-profile,
        .navbar-nav.notification {
            margin-right: 4px;
        }

        .user-profile-menu {
            width: 270px;
        }

        .user-profile-insitals {
            width: 48px;
            height: 48px;
            font-size: 19px;
        }

        .user-profile-star-badge {
            width: 15px;
            height: 15px;
            right: -4px;
        }

            .user-profile-star-badge img {
                max-width: 22px;
            }

        .user-profile-details {
            margin-bottom: 18px;
        }

        .user-profile-name h4 {
            font-size: 18px;
            line-height: 19px;
        }

        ul.up-contact li {
            padding: 10px 0;
        }

            ul.up-contact li span {
                margin-left: 6px;
            }

        ul.up-contact li {
            font-size: 12px;
        }

        ul.adv-contact li {
            padding: 10px 0;
        }

        ul.adv-contact li {
            font-size: 12px;
        }

        a.cp-link {
            padding: 10px 0;
        }

        /*.login-time {
        font-size: 10px;
    }*/

        .alert-menu {
            width: 270px;
        }

        a.am-block {
            padding: 5px;
        }

        .am-block img {
            margin-right: 8px;
        }

        .am-block-inner {
            padding-right: 7px;
        }

            .am-block-inner p {
                font-size: 11px;
            }

        .am-block-top span {
            margin-left: 5px;
        }

        .am-block-right span {
            font-size: 14px;
        }

        .am-title {
            font-size: 9px;
        }

        .alert-banner img {
            max-width: 250px;
        }

        .alert-menu::before {
            right: 2px;
        }

        .user-profile-menu::before {
            right: -2px;
        }

        .sidenav {
            height: calc(100vh - 49px);
        }

            .sidenav h5 {
                font-size: 16px;
                padding-bottom: 10px;
                padding-top: 18px;
            }

            .sidenav a {
                font-size: 12px;
                padding: 12px 0;
            }

        h3.main-page-title {
            font-size: 20px;
        }

        .breadcrumb-item a {
            font-size: 12px;
        }

        .breadcrumb-item.active {
            font-size: 12px;
        }

        .main {
            padding: 10px 6px;
        }

        ul.reg-steps li {
            min-width: 76px;
        }

        .new-invest-funds-top {
            padding: 10px 20px;
        }

            .new-invest-funds-top h2 {
                font-size: 20px;
            }

            .new-invest-funds-top h6 {
                font-size: 12px;
                margin-bottom: 12px;
            }

            .new-invest-funds-top ul li {
                font-size: 12px;
            }

        .new-invest-funds {
            padding: 10px 25px;
        }

            .new-invest-funds img:first-child {
                max-width: 100px;
            }


        .new-invest-features {
            margin-top: 12px;
        }

        .acc-slider {
            padding: 20px 32px;
        }

            .acc-slider h3 {
                font-size: 18px;
                margin-bottom: 5px;
            }

        .scheme-stp-change {
            width: 100%;
        }

        .acc-slider h5 {
            font-size: 13px;
            /*margin-bottom: 5px;*/
        }

        .acc-slider-main {
            margin: 18px 0;
        }

        .acc-slider-outer {
            padding: 10px;
            margin: 0 10px;
        }

            .acc-slider-outer h4 {
                font-size: 20px;
                margin-bottom: 5px;
            }

        .acc-details {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .acc-holder-label {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .acc-holder-name {
            font-size: 13px;
        }

        .switch-grp .btn-primary:not(:disabled):not(.disabled).active,
        .switch-grp .btn-primary:not(:disabled):not(.disabled):active,
        .show > .switch-grp .btn-primary.dropdown-toggle {
            font-size: 12px;
            padding: 4px 14px;
        }

        .switch-grp .btn {
            padding: 5px 10px;
        }

        .btn-primary.resume-btn {
            padding: 6px 12px;
            margin-bottom: 9px;
        }

        .slick-next::before,
        .slick-prev::before {
            width: 30px;
            height: 30px;
            background-size: contain;
        }

        .slick-prev,
        .slick-next {
            width: 30px;
            height: 30px;
        }

        .slick-prev {
            left: -24px;
        }

        .slick-next {
            right: -24px;
        }

        .slider-footer-cta {
            padding: 0 10px;
        }

        .cutoff-time h4 {
            font-size: 14px;
        }

        .cutoff-time ul li {
            font-size: 12px;
            padding-left: 12px;
        }

            .cutoff-time ul li::before {
                width: 6px;
                height: 6px;
            }

        footer {
            /*padding: 5px 20px;*/
        }

        /* Purchase-2 */
        .pl-top,
        .pl-mdl,
        .pl-btm {
            padding: 10px 20px;
            margin-bottom: 10px;
        }

            .pl-top h2 {
                font-size: 20px;
            }

        .better-choice {
            margin: 53px 0;
        }

        .purchase-full-height {
            padding: 20px 25px;
        }

        /* Purchase-3 */
        .pre-scheme-container {
            height: calc(100vh - 118px);
            margin-top: 6px;
            padding: 10px;
        }

        .sip-plan-main .nav-tabs {
            margin: 0 -5px;
        }

        .purchase-h4 {
            font-size: 16px;
        }

        .ss-content {
            margin-left: 12px;
        }

        .km-mf-left {
            margin-left: 12px;
        }

        .sip-plan-main .nav-tabs .nav-link {
            font-size: 12px;
        }

        .p-scheme-table {
            height: calc(100vh - 356px);
        }


            .p-scheme-table .table td,
            .p-scheme-table .table th {
                padding: 6px 10px;
            }

        .ps-table-scheme p {
            font-size: 12px;
        }

        .ps-table-title {
            font-size: 11px;
        }

        .ps-table-data {
            font-size: 12px;
        }

        .cart-icon {
            width: 40px;
            height: 35px;
            padding: 8px;
        }

        .sip-plan-main .tab-content {
            padding-top: 45px;
        }

        .sf-in-amc {
            min-height: 100px;
            max-height: 184px;
        }

        .purchase-filter-left {
            height: calc(100vh - 151px);
        }

        .hide-in-desktop {
            display: none;
        }

        /* Mandate Popup */
        #verify-modal .modal-dialog {
            max-width: 75%;
        }

        .mdb-title h6 {
            border-right-width: 0;
        }

        /* IPO */
        .ipo-slider {
            padding: 20px 50px;
            height: auto;
        }

            .ipo-slider h3 {
                font-size: 16px;
                margin-bottom: 5px;
            }


        .ipo-slider-top-right {
            text-align: center;
            margin-bottom: 20px;
        }

            .ipo-slider-top-right .switch-grp {
                width: 175px;
            }

        .ipo-slider-outer {
            padding: 15px;
            margin: 0 10px;
        }

        .ipo-logo {
            height: auto;
            margin-bottom: 6px;
        }

            .ipo-logo img {
                max-height: 45px;
            }

        .ipo-checked img {
            max-width: 20px;
        }

        .ipo-away img {
            max-width: 20px;
        }

        .ipo-checked,
        .ipo-away {
            top: 8px;
            right: 1px;
        }

        .ipo-date {
            font-size: 10px;
            padding: 5px 10px;
        }

        .left-top,
        .left-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box {
            margin-bottom: 10px;
        }

        .right-top,
        .right-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box h4 {
            font-size: 13px;
        }

        .ipo-four-box h5 {
            font-size: 11px;
        }

        .invest-ipo-outer {
            padding: 15px 20px;
            height: auto;
            margin-bottom: 50px;
        }

        .watch-demo-btn .btn-dark {
            font-size: 11px;
            line-height: 12px;
        }

        .invest-ipo-middle p {
            font-size: 12px;
        }

        .invest-ipo-middle {
            margin-bottom: 15px;
        }

        /*.invest-ipo-top h2 { font-size: 20px; }
    .invest-ipo-top h6 { font-size: 11px; }*/

        .watch-demo p {
            max-width: 55%;
            font-size: 10px;
        }

        .ipo-slider-main {
            margin-top: 0;
        }

        .ipo-slider h5 {
            font-size: 11px;
            margin-bottom: 5px;
        }

        .new-ipo-reg-wrapper {
            height: 618px;
        }
        /* Holding Report */
        .holding-filter-box-inner {
            width: 70%;
        }

        /* Dashboard-1 */

        .white-board-outer {
            padding: 15px 0;
        }

        .white-board {
            padding: 15px;
        }

        .dashboard-title h2 {
            font-size: 22px;
            margin-bottom: 5px;
        }

        .dashboard-title h6 {
            font-size: 14px;
        }
        /* .d-overview-title{
        font-size: 18px;
    }*/
        .mb-left img, .no-left img {
            width: 54px;
        }

        .money-total {
            font-size: 25px;
            line-height: 32px;
        }

        .ob-b-title {
            font-size: 12px;
        }

        .ob-rupee {
            /*font-size: 22px;*/
        }

        .d-funds-title h2 a {
            font-size: 18px;
        }

        .d-funds .nav-tabs {
            flex-wrap: wrap;
        }

        .setting-menu img.fav-icon {
            width: 14px;
        }

        .overview-btm-eq .ob-block {
            padding: 0 15px;
        }

        .sidenav-title {
            padding-top: 10px;
        }

        .sidenav-data-outer a {
            padding-bottom: 0;
        }

        .hide-divider-md {
            width: 0;
        }
    }

    @media (min-width:1200px) and (max-width:1367px) {
        .select-count {
            top: -10px;
            right: 10px;
        }

        .overview-btm {
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
        }

            .overview-btm .ob-block { /*margin-bottom:50px;*/
            }
        /*Mf dashboard*/
        /*.scheme-details { flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.scheme-details .scheme-info{margin:7px 0px;}
.scheme-details .scheme-info:nth-child(3){border:none;}*/
        /*.schem-logo-ttl h6{font-size:14px; font-weight:600; line-height:20px;}*/
        .pl-0 {
            padding-left: 15px;
        }

        .pr-0 {
            padding-right: 15px;
        }

        .mutualfund-scheme-box {
            gap: 15px;
        }
    }

    @media (min-width:1300px) and (max-width:1900px) {
        h2.login-subtitle {
            padding: 10px 60px;
        }

        .select-count {
            top: -10px;
            right: 10px;
        }
        /*.left-area.signup-area { justify-content: flex-start; }
ul.signup-left-icon { margin-top: 20px; }*/

        /* .signup-icon-cir {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }*/

        /* ul.signup-bottom-links li a {
        font-size: 12px;
    }*/

        /*.left-area-data h3 {
        font-size: 20px;
    }*/

        .right-area h3 {
            font-size: 20px;
        }

        /*.signup-right-area .login-small-title {
        margin-bottom: 10px;
    }

    .signup-right-area .login-box-title {
        margin-bottom: 10px;
    }
    .signup-right-area .right-area h3 {
        font-size: 16px;
    }

    .signup-right-area .login-box-title {
        font-size: 14px;
    }

    .signup-right-area .form-control {
        height: 32px;
    }

    .signup-right-area a.link-1 {
        font-size: 12px;
        right: 3px;
    }*/

        /* .left-area-data .login-left-img {
        max-width: 280px;
    }*/



        /*.otp-send-btn { bottom: -3px; right: 0; }

    .otp-send-btn.focus,
    .otp-send-btn:focus {
        box-shadow: none !important;
    }*/

        /*.reg-left.img1 {
        background-image: url(../img/reg-img1-1366.png);
    }*/

        /* .video-inner {
        min-height: 330px;
        height: auto;
    }*/

        /* .video-placeholder {
        width: 160px;
        height: 160px;
    }
*/
        /*.login-area-footer {
        padding: 15px 0 0 0;
    }*/

        /* Modal */
        .wb-modal .modal-content .wb-img {
            max-width: 150px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-title {
            font-size: 34px;
            margin-bottom: 15px;
        }

        .wb-modal .modal-content .modal-user-name {
            font-size: 20px;
        }

        .wb-modal .modal-content p {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .wb-modal .modal-content .modal-footer {
            padding: 5px;
        }

        .v-code-txtbox {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

        .wb-modal .modal-content .kyc-img {
            max-width: 80px;
            margin-bottom: 15px;
        }

        /* Inner Pages - Purchase Flow */
        .navbar-light .navbar-nav .nav-link {
            padding: 15px 5px;
            font-size: 11px;
        }

        a.nav-sub-link {
            font-size: 11px;
        }

        .nav-item {
            margin: 0 5px;
        }

        .navbar-brand img {
            max-width: 120px;
        }

        .navbar-icon {
            max-width: 14px;
        }

        ul.user-profile .nav-link .insitals {
            width: 32px;
            height: 32px;
            font-size: 12px;
            margin-right: 4px;
        }

        .setting-menu {
            width: 32px;
            height: 32px;
            padding: 2px 0;
        }

            .setting-menu img {
                max-width: 22px;
            }

        .user-name {
            font-size: 13px;
        }

        .star-badge {
            width: 15px;
            height: 15px;
            right: -6px;
            bottom: 1px;
        }

        .dropdown-toggle::after {
            margin-left: 4px;
        }

        .custom-search {
            height: 32px;
            padding-left: 25px;
        }

        .search-area span {
            top: 3px;
            left: 6px;
        }

        .bell-icon {
            width: 32px;
            height: 32px;
            padding: 7px 0;
        }

            .bell-icon img {
                max-width: 18px;
            }

        .noti-badge {
            width: 15px;
            height: 15px;
            font-size: 11px;
            right: -3px;
            top: -6px;
        }

        .navbar-nav.user-profile,
        .navbar-nav.notification {
            margin-right: 4px;
        }

        .user-profile-menu {
            width: 270px;
        }

        .user-profile-insitals {
            width: 48px;
            height: 48px;
            font-size: 19px;
        }

        .user-profile-star-badge {
            width: 15px;
            height: 15px;
            right: -4px;
        }

            .user-profile-star-badge img {
                max-width: 22px;
            }

        .user-profile-details {
            margin-bottom: 18px;
        }

        .user-profile-name h4 {
            font-size: 18px;
            line-height: 19px;
        }

        ul.up-contact li {
            padding: 10px 0;
        }

            ul.up-contact li span {
                margin-left: 6px;
            }

        ul.up-contact li {
            font-size: 12px;
        }

        ul.adv-contact li {
            padding: 10px 0;
        }

        ul.adv-contact li {
            font-size: 12px;
        }

        a.cp-link {
            padding: 10px 0;
        }

        .login-time {
            font-size: 10px;
        }

        .alert-menu {
            width: 270px;
        }

        a.am-block {
            padding: 5px;
        }

        .am-block img {
            margin-right: 8px;
        }

        .am-block-inner {
            padding-right: 7px;
        }

            .am-block-inner p {
                font-size: 11px;
            }

        .am-block-top span {
            margin-left: 5px;
        }

        .am-block-right span {
            font-size: 14px;
        }

        .am-title {
            font-size: 9px;
        }

        .alert-banner img {
            max-width: 250px;
        }

        .alert-menu::before {
            right: 2px;
        }

        .user-profile-menu::before {
            right: -2px;
        }

        .sidenav {
            height: calc(100vh - 49px);
        }

            .sidenav h5 {
                font-size: 16px;
                padding-bottom: 10px;
                padding-top: 18px;
            }

            .sidenav a {
                font-size: 12px;
                padding: 12px 0;
            }

        h3.main-page-title {
            font-size: 18px;
        }

        .breadcrumb-item a {
            font-size: 12px;
        }

        .breadcrumb-item.active {
            font-size: 12px;
        }

        .main {
            padding: 10px 15px;
        }

        ul.reg-steps li {
            min-width: 76px;
        }

        .new-invest-funds-top {
            padding: 10px 20px;
        }

            .new-invest-funds-top h2 {
                font-size: 24px;
            }

            .new-invest-funds-top h6 {
                font-size: 12px;
                margin-bottom: 15px;
            }

            .new-invest-funds-top ul li {
                font-size: 12px;
            }

        .new-invest-funds {
            padding: 10px 25px;
        }

        /*  .new-invest-features-details p {
        font-size: 12px;
    }

    .new-invest-features-details a {
        font-size: 11px;
    }

    .new-invest-features-details a img {
        margin-left: 6px;
    }*/

        .new-invest-features {
            margin-top: 12px;
        }

        .new-invest-funds img:first-child {
            max-width: 100px;
        }

        .acc-slider {
            padding: 20px 50px;
        }

            .acc-slider h3 {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .acc-slider h5 {
                font-size: 16px;
                margin-bottom: 5px;
            }

        .acc-slider-main {
            margin: 18px 0;
        }

        .acc-slider-outer {
            padding: 15px;
            margin: 0 10px;
        }

            .acc-slider-outer h4 {
                font-size: 20px;
                margin-bottom: 5px;
            }

        .acc-details {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .acc-holder-label {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .acc-holder-name {
            font-size: 13px;
        }

        .switch-grp .btn-primary:not(:disabled):not(.disabled).active,
        .switch-grp .btn-primary:not(:disabled):not(.disabled):active,
        .show > .switch-grp .btn-primary.dropdown-toggle {
            font-size: 12px;
            padding: 4px 14px;
        }

        .switch-grp .btn {
            padding: 5px 10px;
        }

        .btn-primary.resume-btn {
            padding: 6px 12px;
            margin-bottom: 9px;
        }

        .slick-next::before,
        .slick-prev::before {
            width: 30px;
            height: 30px;
            background-size: contain;
        }

        .slick-prev,
        .slick-next {
            width: 30px;
            height: 30px;
        }

        .slider-footer-cta {
            padding: 0 10px;
        }

        .cutoff-time h4 {
            font-size: 14px;
        }

        .cutoff-time ul li {
            font-size: 12px;
            padding-left: 12px;
        }

            .cutoff-time ul li::before {
                width: 6px;
                height: 6px;
            }

        /* Purchase-2 */
        .pl-top,
        .pl-mdl,
        .pl-btm {
            padding: 10px 20px;
            margin-bottom: 10px;
        }

            .pl-top h2 {
                font-size: 20px;
            }

        .better-choice {
            margin: 10px 0;
        }

        .purchase-full-height {
            padding: 12px;
            min-height: auto;
            height: calc(100vh - 180px);
        }

        .bc-img {
            max-width: 74px;
        }

        /* Purchase-3 */
        .pre-scheme-container {
            height: calc(100vh - 113px);
            margin-top: 0;
            padding: 12px;
        }

        .select-scheme img {
            max-width: 40px;
        }

        .sip-plan-main .nav-tabs {
            margin: 0 3px;
        }

        .purchase-h4 {
            font-size: 18px;
        }

        .ss-content {
            margin-left: 12px;
        }

        .km-mf-left {
            margin-left: 12px;
        }

        .sip-plan-main .nav-tabs .nav-link {
            font-size: 12px;
        }

        .p-scheme-table {
            height: calc(100vh - 325px);
        }

            .p-scheme-table .table td,
            .p-scheme-table .table th {
                padding: 6px 10px;
            }

        .ps-table-scheme p {
            font-size: 12px;
        }

        .ps-table-title {
            font-size: 11px;
        }

        .ps-table-data {
            font-size: 12px;
        }

        .cart-icon {
            width: 40px;
            height: 35px;
            padding: 8px;
        }

        .sip-plan-main .tab-content {
            padding-top: 45px;
        }

        .purchase-filter-left {
            height: calc(100vh - 151px);
            justify-content: space-between;
            padding-bottom: 0px;
        }

        .select-filter-outer {
            padding: 11px 15px 0 15px;
        }

        .sch-after-selection .af-top {
            margin-bottom: 0;
        }

        #ss-side-bar {
            top: 0px;
            padding-top: 65px;
        }

            #ss-side-bar h4 {
                font-size: 16px;
            }

            #ss-side-bar h5 {
                font-size: 13px;
            }

        .mandate-area .p-scheme-table {
            height: calc(100vh - 310px);
        }

        .mandate-selection .form-inline .form-control {
            width: 200px;
        }

        .sch-after-selection .table th:nth-child(1) {
            width: 22%;
        }

        .pre-scheme-container.h-steps {
            height: calc(100vh - 179px);
        }

        .sf-in-amc {
            min-height: 120px;
        }

        .hide-in-desktop {
            display: none;
        }

        #verify-modal .modal-dialog {
            max-width: 70%;
        }

        /* IPO */
        .ipo-slider {
            padding: 20px 50px;
            height: auto;
        }

            .ipo-slider h3 {
                font-size: 16px;
                margin-bottom: 5px;
            }


        .ipo-slider-top-right {
            text-align: center;
            margin-bottom: 20px;
        }

            .ipo-slider-top-right .switch-grp {
                width: 175px;
            }

        .ipo-slider-outer {
            padding: 15px;
            margin: 0 10px;
        }

        .ipo-logo {
            height: auto;
            margin-bottom: 6px;
        }

            .ipo-logo img {
                max-height: 45px;
            }

        .ipo-checked img {
            max-width: 20px;
        }

        .ipo-away img {
            max-width: 20px;
        }

        .ipo-checked,
        .ipo-away {
            top: 8px;
            right: 1px;
        }

        .ipo-date {
            font-size: 10px;
            padding: 5px 10px;
        }

        .left-top,
        .left-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box {
            margin-bottom: 10px;
        }

        .right-top,
        .right-bottom {
            padding-right: 5px;
            padding-left: 5px;
            height: 55px;
        }

        .ipo-four-box h4 {
            font-size: 13px;
        }

        .ipo-four-box h5 {
            font-size: 11px;
        }

        .invest-ipo-outer {
            padding: 15px 20px;
            height: auto;
            margin-bottom: 50px;
        }

        .watch-demo-btn .btn-dark {
            font-size: 11px;
            line-height: 12px;
        }

        .invest-ipo-middle p {
            font-size: 12px;
        }

        .invest-ipo-middle {
            margin-bottom: 15px;
        }

        /*.invest-ipo-top h2 { font-size: 20px; }
.invest-ipo-top h6 { font-size: 11px; }*/

        .watch-demo p {
            max-width: 57%;
            font-size: 10px;
        }

        .ipo-slider-main {
            margin-top: 0;
        }

        .ipo-slider h5 {
            font-size: 11px;
            margin-bottom: 5px;
        }

        .new-ipo-reg-wrapper {
            height: 618px;
        }

        /* Holding Report */
        /*.holding-filter-box-inner{
        width: 65%;
    }*/

        /* Dashboard-1 */

        .setting-menu img.fav-icon {
            max-width: 16px;
        }

        .overview-btm-eq .ob-block {
            padding: 0 15px;
        }

        .sidenav-title {
            padding-top: 5px;
        }

        .sidenav-data-outer a {
            padding-bottom: 0;
        }
    }

    @media (min-width:1901px) {
        .hide-in-desktop {
            display: none;
        }
    }

    /*N 21-06-22*/
    @media (min-width:320px) and (max-width:767px) {
        label {
            font-size: 13px;
        }
        .siponetime-invest-box input.form-control {
            margin: 5px auto 0 auto;
        }
        .smartreport-client-box div.form-group {
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
        }
.smartreport-client-box { grid-template-columns: 100%; }
        .tran-trpe-checkbox.custom-radio table tr td {
            display: block;
        }
        
        .d-funds-title .btn-outline-info {
            margin-bottom: 7px;
        }

        .btn-client {
            margin-left: 0px;
            float: right;
        }
        /*.d-overview h6{margin-top:5px;}*/
        .no-left img, .money-bag .mb-left img {
            width: 50px;
        }

        .d-mf .overview-btm {
            margin-top: 0px;
        }
        /*.dash-banner span img { max-width: 100%; }
.dash-banner{margin:10px 0 10px 0;}*/
        .dash-box {
            padding: 20px;
        }

        .chkbox-list-custom {padding: 0px;}
        .dash-modul-box .dash-modul-info .dash-modul-content{min-height:auto;}
        /* Equity dashboard*/
        .scheme-info h5, .scheme-info p {
            margin: 0px;
            font-size: 13px;
        }

        .pr-0 {
            padding-right: 15px !important;
        }

        .pl-0 {
            padding-left: 15px !important;
        }

/*View Member Report*/
.view-member-wise-box { padding: 0px; width: 100%; flex-direction: column; border-right: none; border-bottom: 1px solid #ddd; padding-bottom: 10px; }
.member-holding-info { width: 100%; margin-bottom: 0px; border-bottom: 1px solid #ddd; padding: 10px; }
.view-member-box { padding: 10px 0; flex-direction: column; }
.view-member-holding { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }
.member-holding-info label { margin-bottom: 0px; }
.member-holding-info:nth-child(odd) { text-align: left; }
.member-holding-info:nth-child(even) { text-align: right; }
.member-holding-scheme { width: 100%; margin-bottom: 10px; }
.dtl-member-holding-info { width: 100%; display: grid; grid-template-columns: auto auto; text-align: left; }
.dtl-member-holding-info div:nth-child(even) { text-align: right; }
.member-holding-dtl { flex-direction: column; }
.holding-scheme-name { width: 100%; margin-bottom: 7px; border-bottom: 1px solid #ddd; padding-bottom: 10px; }
.member-holding-box { position: relative; }
.select-invest { position: absolute; top: 17px; right: 0px; }
.holding-scheme-name h5 { padding-right: 12px; }
.view-member-ttl { align-items: flex-start; flex-flow: column; gap: 10px; }

.dtl-member-holding-info h6 { min-height: inherit; }
.investmenu-list ul li { text-align: left; }
ul.tab-siponetime { width: auto; }
.modal-sip-oneime { width: auto; max-width: auto; }
.authenticate-box { padding: 0px; }
.scheme-otp-txt { padding: 0 20px; }
.tran-current-value { width: 100%; flex-wrap: wrap; border-bottom: 1px solid #ddd; padding: 0 0 10px 0; }
.transaction-body{flex-wrap: wrap;}
.tran-current-value { width: 100%; flex-wrap: wrap; border-bottom: 1px solid #ddd; padding: 0 0 10px 0; }
.tran-invest-value { width: 100%; flex-wrap: wrap; }
.tran-current-value:after { border: none; width: 0; }
.tran-scheme-name h5{font-size:13px;}
.transaction-header { flex-wrap: wrap; }
/*New STP*/
.stp-scheme-box, .switch-to-scheme { grid-template-columns: 100%; }
.stp-scheme-info { grid-template-columns: 50% 50%; text-align: left; gap: 10px; }
.stp-transfer-to-dtl { gap: 10px; grid-template-columns: 48% 48%; display: grid; gap:5px; }
.stp-transfer-to-dtl div { width: 100%; }
/*.stp-transfer-to { padding: 0 10px; }*/
.stp-transfer-to-name h5 { font-size: 12px; }
.stp-scheme-logo { margin-bottom: 15px; }
.stp-trans-scheme-box { display: inline; grid-template-columns: initial; }
.stp-trans-scheme-box .stp-scheme-logo { display: grid; gap: 3px; }

/*.stp-transfer-to p { margin-bottom: 10px; }*/

/*New SWP / Switch*/
.swp-scheme-box { grid-template-columns: 100%; }
.swp-scheme-info { display: grid; grid-template-columns: 50% 50%; gap: 20px 10px; text-align: left; }
.swp-scheme-logo { border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 10px; }
.switch-to-dtl { display: grid; grid-template-columns: 48% 48%; gap: 0 15px; margin-top: 20px; }
.swp-to-dtl div { width: 48%; }
.swp-to-dtl { display: flex; gap: 10px; margin: 0; flex-wrap: wrap; justify-content: flex-start; }
.SWP-total { border-top: none; padding-top: 20px; text-align: right; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; }
.tran-first-tody-box { flex-wrap: wrap; }

.redeem-scheme-box { grid-template-columns: 100%; }
.redeem-scheme-info { grid-template-columns: 50% 50%; text-align: left; padding-top:10px;}
.redeem-scheme-info h6 { margin-bottom: 5px; }
.redeem-scheme{flex-wrap: wrap;}
.redeem-to-dtl{flex-wrap:wrap; justify-content:flex-start; gap:10px;}
/*Dashboard MF*/

.tbl-subnat { overflow-x: scroll; }
.view-member-redirect { position: absolute; top: 0; right: 4px; }
.dash-view-member-dtl { display: grid; grid-template-columns: 100%; }
.mfdash-member-holding:first-child { border-top: 1px solid #ddd; margin-top: 13px; }
.mfdash-member-holding { display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding: 10px 0; width: 100%; }
.viewmember-box { padding: 10px 5px; }
/* .dash-startsip-content { justify-content: space-between; width: 100%; }
.dash-startsip-box { padding: 10px 7px; text-align: center; display: flex; align-items: center; }
.dash-startsip-content { justify-content: space-around; width: 100%; }
*/
.custom-radio.payinout-radio span.radio { display: block; }

/*Cart*/
.scheme-cart-box, .scheme-cart-box.redem-cart-review { grid-template-columns: 100%; position: relative; }
.scheme-cart-box .DeleteCart { position: absolute; top: 9px; right: 8px; background:#fff; }
.scheme-cart-dtl { justify-content: inherit; flex-wrap: wrap; margin-right:0px; }
.scheme-cart-dtl .form-group { width: 48%; }
.scheme-cart-logo { margin-bottom: 15px; }
.cart-ttl-hdr { flex-wrap: wrap; gap: 10px; }

.day-calendar{right:0px;}


}

    @media (min-width:1300px) and (max-width:1439px) {
        .nav-tabs.mf-dashboard-tab .nav-link {
            padding: 7px 10px;
            font-size: 12.5px;
            margin-bottom: 6px;
        }
    }

    @media (min-width:1440px) and (max-width:1540px) {
        .nav-tabs.mf-dashboard-tab .nav-link {
            padding: 7px 10px;
            font-size: 13px;
            margin-bottom: 6px;
        }
    }


    .select-wid76 {
        width: 76px;
    }

    .dash-port-table .table th, .dash-port-table .table td { /*white-space:nowrap;*/
    }

    .show-in-mobile .user-profile .dropdown-toggle::after {
        display: none;
    }

/*********************
    Partner 
***************************************************/

@media (min-width:310px) and (max-width:319px) {
.menu-toggle { width: 81%; height:64px;}
.mobile-menu-logo img{width:78px;  padding-bottom: 5px;}
.main { padding: 10px 0; margin-top: 0px; height: auto; }
.cart-ttl-hdr{flex-wrap: wrap; gap: 10px;}

.scheme-cart-box { grid-template-columns: 100%; position: relative; }
.scheme-cart-logo { margin-bottom: 15px; }
.scheme-cart-stp { flex-wrap: wrap; justify-content: normal; gap: 10px 0; text-align: left; }
.scheme-cart-stp div { width: 48%; border-bottom: 1px solid #ddd; padding-bottom: 10px; }
.scheme-cart-box .DeleteCart { position: absolute; top: 9px; right: 8px; }

.cart-select-swp, .cart-select-stp { padding: 10px 5px; }
.swp-cart-dtl { flex-wrap: wrap; justify-content: inherit; }
.swp-cart-dtl div { width: 100%; }

.cart-select-stp { grid-template-columns: 100%; }
.scheme-cart-name h5, .scheme-cart-stp-name h5 { line-height: 19px; }
.stp-cart-dtl { flex-wrap: wrap; justify-content: flex-start; text-align: left; margin-top: 10px; }
.stp-cart-dtl div { width: 100%; }
.btn-share-box { justify-content: center; position: sticky; bottom: -1px; background: #f0f6ff; width: 100%; padding: 9px 5px; left: 0; right: 0; text-align: center; border-radius: 5px; box-shadow: 0 -2px 8px #ddd; }

.cart-multi-box{margin-bottom:15px;}
}

@media (min-width:320px) and (max-width:767px) {

p.select-scheme-subttl{display:none;}
.total-aum-box{height:120px}
.partner-dash-box{margin-top:20px}
.partner-ttl{grid-template-columns:100%}
.quick-action-box .quick-action-info{width:48%;border-right:0}
.quick-action-box{gap:25px 10px}

.sales-overview-box{margin-bottom:20px}
.selling-product-box{padding:15px 10px}
.selling-product-dtl{width:100%;padding:12px 0}
.selling-product-content h4{font-size:16px}

.invest-now-box-ttl h4{font-size:16px}
.popular-fund-header{display:none}
.popular-fund-scheme{flex-wrap:wrap}
.popular-fund-scheme .popuplar-logo{width:100%;padding-bottom:15px}
.popular-fund-scheme .popular-fund-perce{width:33%}
.popular-fund-scheme .popular-fund-perce label{display:block}

.modal-popup-ttl h4{font-size:18px}
.pattern-name p{line-height:22px}
.siponetime-invest-box input.form-control{width:auto}


.eq-popular-box{width:100%;display:flex;justify-content:space-around;align-items:center;margin:5px 5px}
.eq-popular-box h5{width:60%;margin:0 0 0 14px;text-align:left}
.eq-popular-box a{width:20%}
.eq-popular-box img{width:20%; margin-bottom:0px;}

.scheme-cart-name h5,.scheme-cart-stp-name h5{line-height:19px}
.scheme-cart-stp{flex-wrap:wrap;justify-content:normal;gap:10px 0;text-align:left}
.scheme-cart-stp div{width:48%;border-bottom:1px solid #ddd;padding-bottom:10px}

.cart-select-swp,.cart-select-stp{padding:10px 5px}
.swp-cart-dtl{flex-wrap:wrap;justify-content:inherit}
.swp-cart-dtl div{width:48%}

.cart-select-stp{grid-template-columns:100%}
.stp-cart-dtl{flex-wrap:wrap;justify-content:flex-start;text-align:left;margin-top:10px}
.stp-cart-dtl div{width:48%}
.partner-cart-info, .partner-switch-to{grid-template-columns:100%;}
.partner-cart-switch-info{flex-wrap:wrap; text-align:left; padding:0 10px;}
.partner-cart-switch-info .partner-switch-dtl { width: 50%; border-bottom: 1px solid #ddd; padding:10px 0;}
.partner-chk-select{width:50%; justify-content: left; display: inline-block;}
.partner-cart-switch-info p{min-height:auto;}
.partner-swp-to-dtl{flex-wrap:wrap; gap:10px;}
.partner-swp-to-dtl div.form-group{width:48%;}

.partner-switch-to-dtl{flex-wrap:wrap; gap:10px !important; justify-content: normal;}
.partner-switch-to-dtl .form-group{width:48% !important;}
.partner-switch-to h5{padding-bottom:15px;}

.btn-share-box{position:sticky;bottom:-1px;background:#f0f6ff;width:100%;padding:9px 5px;left:0;right:0;text-align:center;border-radius:5px;box-shadow:0 -2px 8px #ddd}
.cart-multi-box{margin-bottom:15px;}


.contact-rm-box{padding:20px}
.contact-rm-img{height:auto}

.social-link a{margin:10px}
.no-record-found{width:auto}

.tran-tab-box{overflow-x:auto;-webkit-overflow-scrolling:touch}
.tranmode-tabs{display:flex;flex-wrap:nowrap;white-space:nowrap;width:max-content;min-width:100%;border-bottom:0}
.tranmode-tabs .nav-item{flex:0 0 auto}
.tranmode-tabs .nav-link { white-space: nowrap; padding: 10px 18px; }
.tran-tab-box::-webkit-scrollbar { display: none; }
.tran-tab-box { scrollbar-width: none; /* Firefox */ }
.tran-tab-box.top-ten-block { flex-direction: column !important; }
.tran-tab-box { flex-direction: inherit !important; }
}