@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=League+Spartan:wght@100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7-form-control-wrap,
.wpcf7-spinner {
    position: relative
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7-reflection>output[hidden] {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::after,
.wpcf7-list-item-label::before {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

 /* Base style */
    .navbar-nav li {
        position: relative;
        margin-left: 10px;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        min-width: 200px;
    }

    @media (min-width: 992px) {
        .navbar-nav li:hover>.dropdown-menu {
            display: block;
        }

        .dropdown-menu li:hover>.dropdown-menu {
            display: block;
            top: 0;
            left: 100%;
        }
    }

    .dropdown-toggle::after {
        content: "";
        font-size: 10px;
    }

    .dropdown-submenu>.dropdown-toggle::after {
        content: "";
        float: right;
        margin-top: 5px;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
    .dropdown-item{
        font-size: 14px;
    }
    .dropdown-menu li{
        margin-left: 0;
    }
    .navbar-nav .nav-link.active{
        color: #f00 !important;
    }
    .dropdown-item.active, .dropdown-item:active {
    color: #f00!important;
    text-decoration: none!important;
    background-color: transparent!important;
}


.a-stats {
    --akismet-color-mid-green: #357b49;
    --akismet-color-white: #fff;
    --akismet-color-light-grey: #f6f7f7;

    max-width: 350px;
    width: auto;
}

.a-stats * {
    all: unset;
    box-sizing: border-box;
}

.a-stats strong {
    font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
    background: var(--akismet-color-mid-green);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    color: var(--akismet-color-white);
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
    background: var(--akismet-color-mid-green);
    color: var(--akismet-color-white);
    text-decoration: none;
}

.a-stats a.a-stats__link:hover {
    filter: brightness(110%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
    color: var(--akismet-color-white);
    display: block;
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0 13px;
    white-space: nowrap;
}

.siteLogo {
    /* width: 225px !important;
    height: 45px; */
}

select:has(option[value=""]:checked) {
    color: gray;
}

@media (min-width:1900px) {
    .blogSection .card .card-body h3 {
        line-height: 1.3 !important;
    }
}

@media (min-width:1450px) and (max-width:1463px) {
    .siteLogo {
        /* width: 159px !important;
        height: 45px; */
    }
}

@media (min-width:1464px) and (max-width:1598px) {
    .siteLogo {
        /* width: 166px !important;
        height: 45px; */
    }
}

.siteLogo img {
    height: auto !important;
}

#footer-2 .logo img {
    width: 225px !important;
    height: 56px;
}


.navig li .sub-menu {
    width: max-content !important;
    min-width: 100%;
}

#what-demat .description {
    text-align: justify;
}

#ourPlatforms .section-heading p {
    max-width: 100%;
}

#knowledgeCenter {
    position: relative;
}

#knowledgeCenter .card {
    -webkit-box-shadow: 0 5px 15px #47444312;
    box-shadow: 0 5px 15px #47444312;
    border-radius: 3px;
    text-align: center;
    padding: 1em;
    transition: 0.4s all ease-in-out;
}

#knowledgeCenter .card:hover {
    box-shadow: 0px 8px 6px #9885ff, 0px 1px 1px #6b7dff;
}

.open-demat-card:hover {
    /* 	    box-shadow: 0px 2px 4px gray, 0px 1px 1px gray !important; */
    -webkit-box-shadow: 0 5px 15px #47444312;
    box-shadow: 0 5px 15px #47444312 !important;
}

#knowledgeCenter .card .img {
    overflow: inherit;
}

#knowledgeCenter .card .card-body {
    padding: 1em 0 0 !important;
}

#knowledgeCenter .right-blog {
    position: sticky;
    top: 3em;
    align-self: flex-start;
    height: auto;
}

#knowledgeCenter .card h3 {
    font-size: 1em;
}

#knowledgeCenter .card:hover h3 {
    color: #003c7a !important;
}

#knowledgeCenter .card:hover .read-more {
    text-decoration: underline;
}

.Knowledge-card-tax .txt-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

#knowledgeCenter .card .img img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

#knowledgeCenter .card .img svg {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

#knowledgeCenter .card .img svg path {
    fill: #003c7a;
    transition: 0.4s all ease-in-out;
}

#knowledgeCenter .card:hover .img svg path {
    fill: #ff0b28;
}

#knowledgeCenter .card .card-body {
    padding: 1em 0;
    text-align: center;
}

.Knowledge-card-tax {
    border-radius: 15px !important;
}

.Knowledge-card-tax h5 {
    color: #003c7a !important;
}

.Knowledge-card-tax .read-more {
    color: #ff0b28;
}

.blogDetails-section .right-blog .form {
    margin-top: 1.5em !important;
}

.open-demat-card {
    border-radius: 12px !important;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
}

.open-demat-card p {
    font-size: 0.9em;
}

.open-demat-card strong {
    font-weight: 500 !important;
}

.wpcf7-not-valid-tip {
    font-size: 11px !important;
    color: #fff !important;
}

.Knowledge-card-tax .card-body {
    padding: 0 !important;
}

#knowledgeCenter .Knowledge-card-tax .card-body {
    padding: 0 0 0 !important;
}

.blogDetails-section .right-blog ul li::marker {
    color: #003c7a !important;
}

.open-demat-card {
    background: inherit !important;
}

.blogDetails-section {
    padding-top: 2em;
}

.blogDetails-section .right-blog {
    padding-top: 1em;
}

.right-blog {
    position: sticky;
    top: 5em !important;
    align-self: flex-start;
    height: auto;
}

#grievance {
    padding: 3em 0;
}

#grievance h2 {
    font-size: 24px;
    text-align: center;
}

#grievance a {
    color: #003c7a;
}

#grievance table thead {
    background: #f2f2f2;
}

#grievance table {
    font-size: 14px;
}

#grievance .table-responsive {
    margin-bottom: 1em;
}

#grievance p {
    font-size: 14px;
    word-break: break-word;
}

@media (min-width:992px) and (max-width:1100px) {
    #grievance p {
        font-size: 11px;
        word-break: break-word;
    }
}

.Contact {
    background: #fff;
}

.phoneImg {
    margin-top: -200px !important;
    pointer-events: none;
}

.ipo-details-section .content {
    position: relative;
}

.ipo-details-section .content .ipo-details {
    position: relative;
}

.ipo-details-section .content .details-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    align-items: center;
    font-size: 14px;
    margin-right: 5em;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .details-block {
        display: block;
        margin-right: 0;
    }
}

@media screeen and (min-width:767px) and (max-width:1023px) {
    #Hero-Section-Home {
        height: 94vh !important;
   }
    .aboutHeroSection {
        height: 20vh !important;
        margin-top: 5% !important;
    }
}

.ipo-details-section .content .details-block label {
    font-size: 1em;
    width: 50%;
    background: #f4f2f3;
    text-align: center;
    padding: 15px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #5a5957;
    font-weight: 400;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .details-block label {
        width: 100%;
    }

    .ipo-details h5 {
        text-align: center;
    }
}

.ipo-details-section .content .details-block label span {
    font-size: 1.25em;
    color: #003c7a;
    display: block;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.ipo-details-section .content .ipo-details h2 {
    color: #003c7a;
}

.ipo-details-section .content .details-block li {
    list-style: none;
}

.ipo-details-section .content .dvIPOPrice {
    display: block !important;
    background: #000000;
    color: #fff;
    padding: 15px;
    border-radius: 20px;
}

.ipo-details-section .content .dvIPOPrice label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    vertical-align: middle;
    color: #fe601c;
    margin-top: 9px;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .dvIPOPrice label {
        font-size: 1em;
        margin: 0 5px 2px 0;
    }
}

.ipo-details-section .content .dvIPOPrice div {
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
    line-height: 1.4;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .dvIPOPrice div {
        font-size: 1em;
    }
}

@media (min-width: 567px) {
    .ipo-details-section .content .dvIPOPrice {
        border-radius: 100%;
        height: 145px;
        width: 145px;
        padding: 24px;
        position: absolute;
        top: -6px;
        right: 0;
    }
}

.ipo-details-section .about-ipo h2 {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #003c7a;
}

@media (max-width: 767.98px) {
    .ipo-details-section .about-ipo h2 {
        text-align: center;
    }
}

.ipo-details-section .about-ipo h2::after {
    border-bottom: 4px solid #ff0b28;
    content: '';
    display: block;
    width: 80px;
}

@media (max-width: 767.98px) {
    .ipo-details-section .about-ipo h2::after {
        border-bottom: 0;
    }
}

.ipo-details-section .competative-strength h2 {
    margin-bottom: 15px;
    color: #003c7a;
}

.ipo-details-section .competative-strength ul {
    margin-bottom: 1em;
}

@media (max-width: 767.98px) {
    .ipo-details-section .competative-strength h2 {
        text-align: center;
    }
}

.ipo-details-section .competative-strength ul li {
    padding-left: 4px;
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 5px;
}

.ipo-details-section .competative-strength ul li::marker {
    content: "+";
    font-size: 1.2em;
}

.ipo-details-section .key-ipo {
    padding: 1.5em 0;
}

.ipo-details-section .key-ipo .nav-link {
    color: #333;
    font-weight: 500;
}

.ipo-details-section .key-ipo .nav-link.active::after {
    border-bottom: 2px solid #ff0b28;
    content: '';
    display: block;
    width: auto;
    margin: 0 auto;
}

.ipo-details-section .key-ipo button.active {
    color: #003c7a;
    font-weight: 500;
}

.ipo-details-section .key-ipo .tab-content p {
    font-style: italic;
}

@media (min-width:768px) {
    .ipo-details-section .key-ipo img {
        width: 50%;
    }
}

.ipo-details-section .key-ipo h2 {
    color: #003c7a;
}

.ipo-details-section .key-ipo .tab-content {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

@media (max-width: 767.98px) {
    .ipo-details-section .key-ipo h2 {
        text-align: center;
    }
}

.ipo-details-section .boat-strategies {
    padding: 1em 0;
}

.ipo-details-section .boat-strategies h2 {
    /*   margin-bottom: 1em; */
    color: #003c7a;
}

@media (max-width: 767.98px) {
    .ipo-details-section .boat-strategies h2 {
        text-align: center;
    }
}

.ipo-details-section .boat-strategies ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px auto;
    grid-template-columns: 60px auto;
    gap: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.ipo-details-section .boat-strategies ul li .txt p {
    margin-bottom: 0;
}

.ipo-details-section .swot-analysis {
    padding: 1.5em 0;
}

.ipo-details-section .swot-analysis .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    border: 1px solid #ccc;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
}

.ipo-details-section .swot-analysis .heading .icon {
    border-right: 1px solid #ccc;
    padding-right: 1em;
}

.ipo-details-section .swot-analysis .heading p {
    margin-bottom: 0;
    color: #003c7a;
}

.ipo-details-section .swot-analysis ul {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.ipo-details-section .swot-analysis ul li {
    padding-left: 10px;
}

.ipo-details-section .swot-analysis ul li::marker {
    content: '✓';
    color: #003c7a;
}

.ipo-details-section .apply-ipo {
    padding: 1em 0;
}

.ipo-details-section .apply-ipo h2 {
    color: #003c7a;
}

@media (max-width: 767.98px) {
    .ipo-details-section .apply-ipo h2 {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .ipo-details-section .apply-ipo .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 991.98px) {
    .ipo-details-section .apply-ipo .row iframe {
        margin: 1em 0;
    }
}

.ipo-details-section .faqs-ipo h2 {
    color: #003c7a;
}

.ipo-details-section .faqs-ipo {
    padding: 1em 0;
    /* Custom style */
}

@media (max-width: 767.98px) {
    .ipo-details-section .faqs-ipo h2 {
        text-align: center;
    }
}

.ipo-details-section .faqs-ipo .accordion-item {
    margin-bottom: 1em;
}

.ipo-details-section .faqs-ipo button:focus {
    box-shadow: none;
}

.ipo-details-section .faqs-ipo .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
}

.ipo-details-section .faqs-ipo .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.ipo-details-section .all-upcoming-ipo {
    padding: 1em 0;
}

.ipo-details-section .all-upcoming-ipo h2 {
    margin-bottom: 1em;
}

.ipo-details-section .all-upcoming-ipo ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}

@media (max-width: 991.98px) {
    .ipo-details-section .all-upcoming-ipo ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 1em;
    }
}

@media (max-width: 767.98px) {
    .ipo-details-section .all-upcoming-ipo ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.ipo-details-section h2 {
    font-weight: 500;
}

@media (min-width:800px) and (max-width: 1100px) {
    #e-ipo {
        min-height: 700px;
    }
}

@media (min-width:1500px) and (max-width: 1601px) {
    #e-ipo {
        min-height: 700px;
    }
}

.ipo-details-section #more {
    display: none;
}

.ipo-details-section a svg {
    padding-left: 5px;
}

.ipo-details-section a svg path {
    fill: #003c7a;
}

.ipo-details-section a {
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}

.ipo-details-section a:hover svg path {
    fill: #ff0b28;
}

.ipo-details-section a:hover span {
    color: #ff0b28;
}

.blogDetails-section h1 {
    line-height: 1.5;
    font-size: 1.75rem;
    font-weight: 600;
}

.blogDetails-section .faqs-ipo .accordion-item {
    margin-bottom: 1em;
}

.blogDetails-section .faqs-ipo button:focus {
    box-shadow: none;
}

.blogDetails-section .faqs-ipo .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
}

.blogDetails-section .faqs-ipo .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/* @media (max-width:991px) {
#grievance p {
font-size:12px;
word-break: break-word;
}
} */
.order-list,
.order-list li {
    list-style: decimal !important;
    padding-left: 20px;
}

.sublist li:before {
    width: 0;
    height: 0;
    display: block;
    border-radius: 100%;
    content: '\203A';
    color: #ff0b28;
    position: absolute;
    left: 0;
    font-weight: 700;
}

.sublist li {
    margin-bottom: 1rem;
    padding-left: 20px;
    position: relative;
    margin-left: 0 !important;
    list-style-type: none !important;
}

.ulist li:before {
    width: 0;
    height: 0;
    display: block;
    border-radius: 100%;
    content: '\203A';
    color: #ff0b28;
    position: absolute;
    left: 0;
    font-weight: 700;
}

.ulist li {
    margin-bottom: 1rem;
    padding-left: 20px;
    margin-left: 0 !important;
    position: relative;
    list-style-type: none !important;
}

#rms-policy .sublist li {
    margin-left: 0 !important;
    list-style-type: none !important;
}

#rms-policy .ctaLink:hover {
    color: #ff0b28 !important;
}

.navig>li:last-child a {
    background: transparent;
    color: #fff;
    font-weight: 500;
    padding: 10px 13px;
    line-height: 1.2;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 0
}

.navig>li:last-child a:before {
    content: '';
    width: 400%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -300%;
    transition: all .4s ease-out;
    z-index: -1;
    background: rgb(255, 11, 40);
    background: -moz-linear-gradient(60deg, rgba(255, 11, 40, 1) 1%, rgba(1, 88, 157, 1) 20%, rgba(255, 11, 40, 1) 55%);
    background: -webkit-linear-gradient(60deg, rgba(255, 11, 40, 1) 1%, rgba(1, 88, 157, 1) 20%, rgba(255, 11, 40, 1) 55%);
    background: linear-gradient(60deg, rgba(255, 11, 40, 1) 1%, rgba(1, 88, 157, 1) 20%, rgba(255, 11, 40, 1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0b28", endColorstr="#ff0b28", GradientType=1)
}

.navig>li:last-child a:hover,
.navig>li:last-child a:focus {
    color: #fff !important
}

.navig>li:last-child a:hover:before {
    left: 0
}

@media (min-width:1200px) {
    .navig {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

.redButton {
    padding: 10px 13px !important;
}

@media (max-width: 767px) {
    .redButton {
        padding: 13px 15px;
        margin: 0 0.75em;
    }

    .navig>li:last-child a {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .navig>li:last-child a {
        width: 50%;
        margin: 0 auto;
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    .blog-mainSection .nav-tabs .nav-link {
        padding: 0.3em 0.5em;
    }
}
@media (min-width:768px and max-width:1023px) {
    #Hero-Section-Home {
        height: 94vh !important;
   }
}

@media (max-width:576px) {
    .blogDetails-section .blog-img img {
        border-radius: 0.75rem;
        max-width: 100%;
    }

    .holiday-table table {
        font-size: 13px;
    }
}

@media (max-width:320px) {
    .holiday-table table {
        font-size: 11px;
    }
}

.blog-mainSection .nav-tabs {
    gap: 1px;
}

.blog-mainSection .nav-tabs .nav-link {
    font-size: 1.1em;
}

.blogSection {
    min-height: 300px;
}

@media (min-width:991px) and (max-width:1200px) {
    .blog-mainSection .nav-tabs .nav-link {
        font-size: 1em;
    }
}

.blogDetails-section .ol-list li {
    list-style-type: decimal;
    margin-bottom: 0.25rem;
    margin-left: 1.25rem;
    font-weight: 700;
}

.blogDetails-section .ol-list {
    padding-left: 1rem;
}

.job-application-table {
    border-collapse: collapse;
    border: 1px solid black;
}

.job-application-table td {
    padding: 8px;
}

.blogSection .card .card-body {
    padding: 1em 0 3em;
}

#careers .post-name {
    color: #515357;
    font-size: 1.5rem !important;
}

@media (max-width:1200px) {
    #careers .post-name {
        color: #515357;
        font-size: calc(1.275rem + .3vw) !important;
    }
}

.disclaimer-ipo {
    padding: 4em 0;
}

.dis-ipo {
    padding-left: 2em;
}

.dis-ipo li {
    list-style: disc;
    margin-bottom: 10px;
}

.footer_investor_link {
    transition: 0.4s all ease-in-out;
}

.footer_investor_link:hover {
    color: #ff0b28;
}

.investor_footer {
    font-size: 0.875em;
}

.newBreadcrumb {
    background: inherit;
}

.blog-mainSection .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.blogSection .pagination .active .page-link {
    background: #003775;
    border-color: #003775;
    color: #fff;
}

.blogSection .pagination .page-link {
    color: #003775;
}

.navigation .disabled img {
    opacity: 0.4;
}

.breacrumbOne .breadcrumb-item {
    color: #003775;
}

.breacrumbOne .breadcrumb-item.active {
    color: #6c757d;
}

.newBreadcrumb .breadcrumb-item {
    color: #003775;
}

.newBreadcrumb .breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #333;
}

.newBreadcrumb {
    background: inherit;
    border-bottom: 1px solid #e9e9e9;
}

.newBreadcrumb nav .breadcrumb {
    padding: 0.65em 0;
    margin-bottom: 0;
}

.Blog-filter .filter-active .active {
    background-color: inherit !important;
    color: #000 !important;
}

.filter-active .nav-item:nth-child(2) {
    display: none;
}

.Blog-filter .filter-active .nav-item:nth-child(1) .nav-link {
    background-color: #003c7a !important;
    color: #fff !important;

}

.tradingview-widget-container {
    height: 500px !important;
}

.market-quotes-widget__field--header-text {
    color: #000 !important;
}

iframe .market-quotes-widget__header {
    background: #003375 !important;
    color: #fff !important;
}

#Global-Indices header {
    display: none;
}

#Global-Indices #footer-2 {
    display: none;
}

#Global-Indices .pageFooter {
    display: none;
}

#Global-Indices .footer-form {
    display: none;
}

@media (max-width:991px) {
    #Global-Indices .pageContainer {
        padding-top: 0 !important;
    }
}

.list-disc {
    list-style: disc !important;
    list-style-type: disc !important;
    margin-bottom: 2rem;
}

.list-disc li {
    list-style: disc !important;
}

#Pricing-New {
    background: #fff;
}

.chargesTermsConditions a {
    transition: 0.4s all ease-in-out;
}

.chargesTermsConditions a:hover {
    color: #ef4246;
}

@media (min-width:768px)and (max-width:991px) {
    .signUpForm {
        width: 50%;
    }
}

@media (max-width:767px) {
    .signUpForm {
        width: 90% !important;
    }

    .custom300\:px-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .custom300\:ml-2 {
        margin-left: 0;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.signUpForm {
    padding: 2em !important;
}

#become-hero-section .right-block .input-group .input-group-text {
    width: 12%;
}

#become-hero-section .right-block .input-group .wpcf7-form-control-wrap {
    width: 88%;
}

#become-hero-section .right-block .form-group {
    margin-bottom: 1.5em !important;
}

#wpcf7-f9832-p9117-o1 select option {
    color: #000;
}

#Hero-Section-Home .row .form-control {
    background: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px #00000014;
    box-shadow: 0px 6px 15px 0px #00000014;
    border-radius: 50px;

}

#Hero-Section-Home .row .form-check .wpcf7-list-item {
    margin-left: 0;
}

#Hero-Section-Home .row .input-group {
    padding: 0px !important;
}

#Hero-Section-Home .row .input-group p:nth-child(2) {
    width: 79%;
}

#Hero-Section-Home .row .input-group .redButton:focus {
    box-shadow: none !important;
}

@media (max-width:767px) {
    #Hero-Section-Home .row .input-group p:nth-child(2) {
        width: 85%;
    }

    #Hero-Section-Home .row .input-group .form-control {
        border: 0;
        border-radius: 50px !important;
    }
}

.contactFixed {
    right: 0 !important;
}

.contactFixed .row {
    flex-direction: column;
}

#landing-new-sections #hero-section-landing .btn-danger {
    margin-top: 1.5em !important;
}

@media (min-width:2000px) {
    #landing-new-sections #hero-section-landing .right-block {
        background-color: #fff;
        border-radius: 15px;
        padding: 4em;
        min-height: 530px;
    }
}

@media (min-width:1000px) and (max-width:1100px) {
    #landing-new-sections #hero-section-landing .right-block {
        bottom: 0.75em !important;
    }
}

@media (max-width:576px) {
    #Hero-Section-Home {
        margin-top: 40px;
    }

    #footer-landing .social-icons {
        padding: 1em 0;
        text-align: center;
        justify-content: between;
        justify-content: space-between;
        width: 60%;
        margin: 0 auto;
    }

    @media (min-width: 992px) and (max-width: 1200px) {
        #landing-new-sections #hero-section-landing .right-block h3 {
            font-size: 1.05em;
        }
    }

    .account-header-custom.stick {
        background: inherit !important;
        box-shadow: inherit !important;
    }

    .pageFooter .contactFixed img {
        height: 35px !important;
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin: 0 auto;
    width: -webkit-fill-available;
    bottom: -20px;
    left: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #003f7b;
}

@media (min-width:768px) and (max-width:991px) {
    .wpcf7-not-valid-tip {
        width: max-content !important;
    }

    #dhanush-mf .img img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width:767px) and (max-width:1023px) {
    .benefits-trading-home .benfits-block {
                display: contents !important;
    }

    #dhanush-mf .img img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .benefits-trading-home .img img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .slick-slider {
        margin: 0 -15px;
    }

    .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }

    .benefits-trading-home .benfits-block {
        
        margin-bottom: 1rem;
    }
}

img.bord {
    border: 2px solid #04266a;
    padding: 8px;
}

.inner-pages-blk {
    padding: 0em 0em 5em;
    background: url(../img/about-bg-2.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

.benefits-trading-home table th {
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
}

.benefits-trading-home table th.mw-1 {
    font-size: 12px;
    max-width: 40px;
}

.benefits-trading-home table td {
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
}

td.mw-a {
    min-width: 74px;
}

.table>:not(caption)>*>* {
    padding: .35rem .35rem !important;
}

.content h2.fontBold {
    font-weight: 400;
}

.tr-loc {
    padding-left: 1.5rem;
    margin-top: 30px;
}

.tr-loc li {
    color: #04266a;
    list-style-type: disclosure-closed;
}

.each-block.rp p::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #e9617d;
    border-radius: 50%;
    transform: translateY(-50%);
}

.each-block.rp p {
    position: relative;
}

.pattern.pt-1 img {
    /* display: none; */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
    z-index: -1;
}

.pattern.pt-2 img {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.patt.pt-2.ach img {
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 5%;
    width: 60%;
    z-index: -1;
    opacity: 0.5;
}

.pattern.fac img {
    /* position: absolute;
    top: 10%;
    left: -5%;
    width: 80%;
    z-index: -1;
    opacity: 0.2; */
    position: absolute;
    top: 18%;
    left: 5%;
    width: 20%;
    z-index: -1;
    opacity: 0.2;
}

.patter.cont img {
    position: absolute;
    /* top: 50%; */
    /* left: 0; */
    right: 0%;
    width: 60%;
    z-index: -1;
    bottom: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}



.bg {
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg.fcp {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg.fcp img {
    opacity: 0.15;
}

.bg-3.mtkf {
    position: absolute;
    top: 30%;
    left: -3%;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}

.bg-2 {
    position: absolute;
    top: -5%;
    left: 0;
    width: 80%;
    z-index: -1;
}

.bg-3 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 20%;
    z-index: -1;
}


.bg-4 {
    position: absolute;
    bottom: 0%;
    right: 1%;
    width: 12%;
    z-index: -1;
}

.bg-6 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 20%;
    z-index: -1;
}

.bg-6.bld {
    position: absolute;
    bottom: 0%;
    right: -10% !important;
    width: 20%;
    z-index: -1;
}

.bg-7 {
    position: absolute;
    top: 0%;
    right: 0;
    width: 20%;
    z-index: -1;
}

.bg-4a {
    position: absolute;
    top: 0%;
    left: 0;
    width: 20%;
    z-index: -1;
}

a.dial-icon {
    position: fixed;
    right: 1%;
    bottom: 18%;
    z-index: 9;
    background: #2586e0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.whatsap-icon {
    position: fixed;
    right: 1%;
    bottom: 10%;
    z-index: 9;
    background: #25d366;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.dial-icon i {
    font-size: 24px;
    color: #fff;
}

a.whatsap-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.tr-loc li strong {
    display: inline-block;
    margin-bottom: 10px;
}

.eb h5 {
    color: #ee4e35;
}

.eb ul {
    margin-left: 40px;
}

.eb ul li {
    list-style-type: disclosure-closed !important;
    font-size: 14px;
}

.eb ul li::marker {
    font-size: 12px;
}

.pageHeader {
    background: #fff !important;
}

#Hero-Section-Home {
    position: relative;
    background-image: url(../img/bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90vh;
}

#awards-landing-home b {
    font-weight: 600;
}

@media (min-width:1400px) {
    #Hero-Section-Home {
        height: calc(100vh -50px);
        overflow: hidden;
    }
}

.heroText2 .heroTitle {
    font-size: 40px;
}

.heroTitle {
    color: #003f7b !important;
}

.heroTitle.abt-1 {
    font-size: clamp(2rem, 1vw, 10rem);
    font-weight: 200 !important;
}

.heroTitle.abt {
    font-size: clamp(2.75rem, 3vw, 10rem);
    font-weight: 200 !important;
}

.heroTitle.pts {
    font-size: clamp(1.75rem, 2vw, 10rem);
    font-weight: 200 !important;
}

#Hero-Section-Home h1 {
    line-height: 1;
}

@media (max-width:991px) {
    .heroBtns {
        justify-content: center;
    }

    .heroTitle {
        line-height: 1.2 !important;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .heroTitle {
        font-size: 2.25em !important;
    }
}

@media (max-width:767px) {
    .heroBtns {
        display: block !important;
        width: max-content;
        margin: 0 auto 1.5em;
    }

    .wpcf7-not-valid-tip {
        width: max-content;
        right: 0;
        left: 0;
        display: inline-table;
    }

    #opening-account-home .card {
        position: relative;
        overflow: hidden;
    }

    #opening-account-home img {
        margin-left: -1em;
    }
}

@media (max-width: 1025px) {
    #Hero-Section-Home .row:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #Hero-Section-Home .row .form-check {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }

    #Hero-Section-Home .row .btn-1 {
        display: block !important;
    }
}

#Hero-Section-Home .row .form-control {
    background: #fff;
    border-radius: 50px;
    height: 50px;
}

#Hero-Section-Home .row .form-check .wpcf7-list-item {
    margin-left: 0;
}

#Hero-Section-Home .btn-1 {
    border: 1px solid #003f7b;
    border-radius: 50px;
    padding: 5px 5px;
    font-size: 0.875em;
    color: #003F7B;
    font-weight: 600;
    -webkit-box-shadow: 2px 3px #003f7b;
    box-shadow: 2px 3px #003f7b;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    width: 100%;
}

/* #Hero-Section-Home .btn-1:hover {
  background-color: #003f7b;
  color: #fff;
} */

.vs-cont iframe {
    width: 100%;
    height: 200px;
    border-radius: 4px;
}

.pageContainer .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -10% !important;
    position: relative;
}

.pageContainer .owl-theme .owl-dots .owl-dot span {
    color: #0a5494;
}

.pageContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #f00;
    color: #f00;
}

#Hero-Section-Home label {
    margin-top: 1em;
    color: #000;
    font-weight: 500;
    font-size: 0.875em;
}

@media (max-width: 767px) {
    #Hero-Section-Home .heroTitle {
        font-size: 1.75em;
    }
}

#Hero-Section-Home .input-group {
    padding: 5px;
    -webkit-box-shadow: 0px 6px 15px 0px #00000014;
    box-shadow: 0px 6px 15px 0px #00000014;
    border-radius: 50px;
}

#Hero-Section-Home .input-group .input-group-text {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 30px 0 0 30px;
    position: relative;
    z-index: 2;
    height: 50px;
}

#Hero-Section-Home .input-group .form-control {
    border: 0;
    height: 50px;
}

#Hero-Section-Home .input-group .form-control:focus {
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
}

#Hero-Section-Home .input-group .form-control:active {
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
}

@media (max-width: 600px) {
    #Hero-Section-Home .input-group {
        padding: 5px;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
        border-radius: 50px;
    }

    #Hero-Section-Home .input-group .input-mobile {
        padding: 5px;
        -webkit-box-shadow: 0px 6px 15px 0px #00000014;
        box-shadow: 0px 6px 15px 0px #00000014;
        border-radius: 50px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #Hero-Section-Home .input-group .input-group-text {
        border-radius: 50px 0 0 50px;
    }

    #Hero-Section-Home .input-group .form-control {
        border-radius: 0 0.375rem 0.375rem 0;
    }
}

#Hero-Section-Home .row .input-group p:nth-child(2) {
    width: 100% !important;
    position: absolute !important;
    z-index: 1;
    padding-left: 52px;
}

#Hero-Section-Home .row .input-group .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#Hero-Section-Home .form-check-input {
    vertical-align: middle;
}

#Hero-Section-Home #button-addon2 {
    background-color: #ef4246;
    border-radius: 50px;
    border: 0;
    color: #fff;
}

#Hero-Section-Home .description {
    color: #f04246;
}

#Hero-Section-Home .description span {
    color: #ef4246;
    font-weight: 600;
}

#Hero-Section-Home .bottom-txt p,
#Hero-Section-Home .bottom-txt label {
    font-size: 1em;
    font-weight: 400;
    color: #000;
}

#Hero-Section-Home .bottom-txt a {
    color: #ef4246;
}

#Hero-Section-Home .heroText {
    max-width: 100% !important;
}

.benefits-trading-home {
    position: relative;
    padding: 3em 0;
    background-image: url(/wp-content/uploads/2024/06/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.img.border img {
    /* border-radius: 12px; */
}

#resouBene {
    background-color: #046aa3;
    color: #fff !important;
}

#resouBene.benefits-trading-home .content .each-block h4 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
}

#resouBene.benefits-trading-home .content .each-block p {
    color: #fff !important;
    font-size: 12px;
    padding-left: 20px;
}

#resouBene .desctitle {
    color: #fff !important;
    font-size: 1.5rem;
}

#resouBene .each-block.home ul li::marker {
    color: #fff;
}

#resouBene .each-block.home ul li {
    color: #fff;
}

#resouBene .each-block.home ul li strong {
    color: #fd8987;
}

@media (max-width: 767px) {
    .benefits-trading-home {
        padding: 0 0 1em;
    }
}

.benefits-trading-home .content h1 {
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    .benefits-trading-home .content h1 {
        text-align: center;
    }
}

.benefits-trading-home .content .each-block h4 {
    color: #fc5552;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (min-width:992px) {
    .benefits-trading-home .content .each-block h4 {
        color: #fc5552;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 0;
        line-height: 1.5;
    }
}

.bor-rad {
    border-radius: 6px;
}

.benefits-trading-home .content .each-block p {
    color: #000;
    margin-bottom: 1.25em;
}

@media (max-width: 500px) {
    .benefits-trading-home .benfits-block {
        margin-bottom: 1rem;
    }
	
}

@media (min-width: 1920px) {
    .benefits-trading-home .img img {
        width: 100%;
    }
}

#demat-account-home {
    position: relative;
    padding: 2em 0;
}

@media (max-width: 767px) {
    #demat-account-home {
        padding: 1.5em 0;
    }
    .content {
    padding: 20px 0 !important;
    }
    .inner-pages-blk {
    padding: 0em 0em 0em;
    }

}

#demat-account-home .pattern .img-1 {
    position: absolute;
    top: 4em;
    left: 1em;
    z-index: 1;
}

#demat-account-home .pattern .img-2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 70px;
}

#demat-account-home .each-block {
    margin-bottom: 2em;
}

#demat-account-home .each-block h3,
#demat-account-home .each-block a {
    color: #ef4246;
    font-weight: 400;
}

#demat-account-home .each-block h4 {
    color: #003f7b;
    font-weight: 700;

}

#demat-account-home .each-block p {
    color: #185793;
}

#opening-account-home {
    position: relative;
    padding: 2em 0;
}

#opening-account-home .demat-pattern {
    position: absolute;
    top: 4em;
    right: 2em;
    z-index: 1;
}

@media (max-width: 991px) {
    #opening-account-home .demat-pattern {
        display: none;
    }
}

#opening-account-home .card {
    padding: 5px;
    border-radius: 6px;
    border: 0;
    -webkit-box-shadow: 0px 6px 25px 0px #00000033;
    box-shadow: 0px 6px 25px 0px #00000033;
    position: relative;
}

#opening-account-home .card .card-body {
    background-color: #f5f5f5;
}

#opening-account-home .card .card-body .img-block {
    height: 60px;
}

#opening-account-home .card .card-body .img {
    position: absolute;
    left: 0;
    top: 1em;
}

#opening-account-home .card .card-body .img h4 {
    position: absolute;
    top: 8px;
    left: 1em;
    z-index: 1;
    color: #fff;
}

@media (max-width: 991px) {
    #opening-account-home .card .card-body .img h4 {
        font-size: clamp(18px, 2vw, 24px) !important;
        margin: 0;
        top: 30% !important;
    }
}

#opening-account-home .card .card-body p {
    min-height: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    #opening-account-home .card .card-body p {
        font-size: clamp(12.5px, 1vw, 18px) !important;
    }
}

#opening-account-home .first-block {
    --bs-gutter-x: 0.5rem;
}

@media (max-width: 600px) {

    #opening-account-home .first-block,
    #opening-account-home .second-block {
        --bs-gutter-x: 1rem;
    }
}

#opening-account-home .second-block p {
    height: auto !important;
    min-height: auto !important;
}

#opening-account-home .second-block .card {
    height: 100%;
}

#opening-account-home p {
    margin-bottom: 0;
}

#opening-account-home .des {
    font-weight: 400 !important;
    font-size: 1em;
}

#opening-account-home .second-block .des {
    font-size: 0.875em !important;
}

#app-landing-home {
    position: relative;
    width: 100vw;
    padding: 2em 0 4em;
    background-image: url(/wp-content/uploads/2024/11/image-10-scaled.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

#app-landing-home .pattern img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#app-landing-home .row {
    position: relative;
    z-index: 2;
}

#app-landing-home .buttons {
    position: relative;
}

@media (max-width: 991px) {
    #app-landing-home .buttons .read-more-btn {
        background-color: #ef4246;
        padding: 8px !important;
        border-radius: 100% !important;
        color: #fff;
    }

    #app-landing-home .buttons .read-more-btn:hover {
        color: #000;
    }
}

#app-landing-home .buttons .app-1 {
    position: absolute;
    bottom: -50px;
    left: 17vw;
}

#app-landing-home .buttons .app-2 {
    position: absolute;
    bottom: -10px;
    left: 50vw;
}

@media (max-width: 991px) {
    #app-landing-home .buttons .app-2 {
        bottom: -30px;
    }
}

#app-landing-home .buttons .app-3 {
    position: absolute;
    bottom: -50px;
    right: 6vw;
}

@media (min-width: 1900px) {
    #app-landing-home .buttons .app-3 {
        bottom: -55px;
        right: 7vw;
    }
}

@media (min-width: 2000px) {
    #app-landing-home .buttons .app-3 {
        bottom: -75px;
        right: 7vw;
    }
}

@media (max-width: 991px) {
    #app-landing-home .buttons .app-3 {
        right: 4vw;
    }
}

#dhanush-mf {
    position: relative;
    padding: 2em 0;
}

#dhanush-mf .pattern {
    position: absolute;
    top: 30%;
    left: 0;
}

#dhanush-mf h1 {
    color: #003f7b;
    margin-bottom: 0;
}

#dhanush-mf p {
    font-size: 2em;
}

@media (max-width: 991px) {
    #dhanush-mf .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1920px) {
    #dhanush-mf .img img {
        width: 100%;
    }
}

#awards-landing-home {
    position: relative;
}

#awards-landing-home h1 {
    margin-bottom: 1em;
}

#awards-landing-home .each-block {
    position: relative;
}

#awards-landing-home .each-block .img {
    position: relative;
}

#awards-landing-home .each-block .img img {
    width: 100%;
}

#awards-landing-home .each-block .img .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

#awards-landing-home .each-block .img .txt p {
    color: #d39a45;
    text-align: center;
    line-height: 1.5;
    width: 60%;
    margin: 0 auto;
}

#awards-landing-home .each-block .img .txt .main {
    font-size: 1.4em;
    line-height: 1.2;
}

#awards-landing-home .each-block .img .txt .main b {
    font-weight: 600;
}

#awards-landing-home .each-block .img .txt .sub {
    font-size: 0.8em;
}

@media (max-width: 991px) {
    #awards-landing-home .mobile-scroll-landing {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-box;
    }

    #awards-landing-home .mobile-scroll-landing::-webkit-scrollbar {
        height: 2px;
    }
}

#faqs-landing-home {
    position: relative;
    padding: 3em 0;
    background-color: #f1f8ff;
}

#faqs-landing-home .pattern {
    position: absolute;
    left: 0;
    top: 1%;
    z-index: 1;
}

#faqs-landing-home .row {
    position: relative;
    z-index: 2;
}

#faqs-landing-home .section-title p {
    color: #003f7b;
}

#faqs-landing-home .accordion .accordion-item {
    margin-bottom: 1em;
    box-shadow: 0px 6px 20px 0px #0000000D;
    border: 0;
}

#faqs-landing-home .accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: 0px 6px 20px 0px #0000000d;
    box-shadow: 0px 6px 20px 0px #0000000d;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #00508c;
}

#faqs-landing-home .accordion .accordion-header button {
    font-size: 1.25rem;
}

#faqs-landing-home .accordion .accordion-body {
    border: 0;
    background-color: #fff;
}

#faqs-landing-home .accordion-button:focus {
    border-color: inherit;
    box-shadow: inherit;
}

#faqs-landing-home .accordion .accordion-body ol {
    margin-bottom: 1em;
    padding-left: 1em;
}

#faqs-landing-home .accordion .accordion-body ol li {
    list-style: inherit;
}

#faqs-landing-home .accordion .accordion-body ul {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

#faqs-landing-home .accordion .accordion-body ul li {
    list-style: disc;
}

#faqs-landing-home .accordion .accordion-body p {
    margin-bottom: 0;
}

#latest-blogs-landing-home {
    padding-bottom: 0;
}

@media (max-width: 990px) {
    #latest-blogs-landing-home .mobile-blog-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #latest-blogs-landing-home .mobile-blog-container::-webkit-scrollbar {
        height: 0;
    }
}

#footer-landing {
    position: relative;
    padding: 2em 0 0;
    background-color: #013f7c;
    color: #fff;
}

@media (max-width: 767px) {
    #footer-landing .social-icons {
        padding: 1em 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#footer-landing .h-line {
    margin: 5px 0 10px;
    width: 40px;
    height: 2px;
    background-color: #ef4246;
}

#footer-landing .line {
    margin: 15px 0;
    width: 100%;
    height: 1px;
    background-color: #5badf9;
}

#footer-landing ul {
    margin: 10px 0 2em;
}

#footer-landing ul li {
    margin-bottom: 5px;
}

#footer-landing ul li img {
    margin-bottom: 5px;
}

#footer-landing ul li a {
    color: #5badf9;
}

#footer-landing p span {
    color: #fff;
}

#footer-landing .copy-right {
    background-color: #003775;
    padding: 1em 0;
}

#footer-landing .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer-landing .links a {
    padding: 1px 15px;
}

@media (max-width: 767.98px) {
    #footer-landing .links a {
        padding: 0 4px;
    }
}

#footer-landing .links a:first-child {
    padding-left: 0;
}

#footer-landing .quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer-landing .quick-links a {
    padding: 1px 5px;
}

#footer-landing .quick-links a:first-child {
    padding-left: 0;
}

.read-more-btn {
    background-color: #ef4246;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
}

.read-more-btn:hover {
    color: #000;
}

@media (min-width: 992px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 93%;
    }
}

.ipo-details-section .content {
    position: relative;
}

/* .heroTitle {
    color: #04266a;
} */

table {
    border-color: #003f7b !important;
}

.each-block ul {
    padding-left: 1rem;
}

.each-block.home ul {
    padding-left: 1.25rem;
}

.each-block.abt ul li {
    color: #000;
    font-size: 14px;
    padding-bottom: 8px;
}

.each-block.abt.mts {
    padding-bottom: 16px;
}

.each-block.abt.mts ul li {
    padding-bottom: 3px;
}

.each-block.abt ul li strong {
    color: #003f7b;
    font-weight: 500;
}

.each-block.abt ul li strong.st {
    color: #003f7b;
}

.each-block.abt p {
    font-size: 14px;
}

.each-block.abt p strong {
    color: #003f7b;
    font-weight: 500;
}

.each-block ul li {
    list-style-type: disc;
    color: #003f7b;
}

.each-block.home ul li {
    list-style-type: disc;
    color: #000;
    font-size: 14px;
    padding-bottom: 12px;
    /* font-family: "League Spartan", sans-serif; */

}

.each-block.home ul li::marker {
    color: #fc5552;
}

.each-block.home ul li strong {
    font-weight: 500;
    font-size: 14px;
    color: #23598d;
    /* border-bottom: 1px dashed #fc5552;
    padding-bottom: 2px; */
}

.ipo-details-section .content .ipo-details {
    position: relative;
}

.ipo-details-section .content .details-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-right: 5em;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .details-block {
        display: block;
        margin-right: 0;
    }
}

.ipo-details-section .content .details-block label {
    font-size: 1em;
    width: 50%;
    background: #f4f2f3;
    text-align: center;
    padding: 15px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #5a5957;
    font-weight: 400;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .details-block label {
        width: 100%;
    }
}

.ipo-details-section .content .details-block label span {
    font-size: 1.25em;
    color: #003c7a;
    display: block;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.ipo-details-section .content .details-block li {
    list-style: none;
}

.ipo-details-section .content .dvIPOPrice {
    display: block !important;
    background: #000000;
    color: #fff;
    padding: 15px;
    border-radius: 20px;
}

.ipo-details-section .content .dvIPOPrice label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    vertical-align: middle;
    color: #fe601c;
    margin-top: 9px;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .dvIPOPrice label {
        font-size: 1em;
        margin: 0 5px 2px 0;
    }
}

.ipo-details-section .content .dvIPOPrice div {
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
    line-height: 1.4;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .ipo-details-section .content .dvIPOPrice div {
        font-size: 1em;
    }
}

@media (min-width: 567px) {
    .ipo-details-section .content .dvIPOPrice {
        border-radius: 100%;
        height: 145px;
        width: 145px;
        padding: 24px;
        position: absolute;
        top: -6px;
        right: 0;
    }
}

.ipo-details-section .about-ipo h2 {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #003c7a;
}

@media (max-width: 767.98px) {
    .ipo-details-section .about-ipo h2 {
        text-align: center;
    }
}

.ipo-details-section .about-ipo h2::after {
    border-bottom: 4px solid #FFAC00;
    content: '';
    display: block;
    width: 80px;
}

@media (max-width: 767.98px) {
    .ipo-details-section .about-ipo h2::after {
        border-bottom: 0;
    }
}

.ipo-details-section .competative-strength h2 {
    margin-bottom: 1em;
    color: #003c7a;
}

@media (max-width: 767.98px) {
    .ipo-details-section .competative-strength h2 {
        text-align: center;
    }
}

.ipo-details-section .competative-strength ul li {
    padding-left: 4px;
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 5px;
}

.ipo-details-section .competative-strength ul li::marker {
    content: "+";
}

@media (max-width: 767.98px) {
    .ipo-details-section .key-ipo h2 {
        text-align: center;
    }
}

.ipo-details-section .boat-strategies {
    padding: 1em 0;
}

.ipo-details-section .boat-strategies h2 {
    margin-bottom: 1em;
}

@media (max-width: 767.98px) {
    .ipo-details-section .boat-strategies h2 {
        text-align: center;
    }
}

.ipo-details-section .boat-strategies ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px auto;
    grid-template-columns: 60px auto;
    gap: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.ipo-details-section .boat-strategies ul li .txt p {
    margin-bottom: 0;
}

.ipo-details-section .swot-analysis .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    border: 1px solid #ccc;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
}

.ipo-details-section .swot-analysis .heading .icon {
    border-right: 1px solid #ccc;
    padding-right: 1em;
}

.ipo-details-section .swot-analysis .heading p {
    margin-bottom: 0;
    color: #003c7a;
}

.ipo-details-section .swot-analysis ul {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.ipo-details-section .swot-analysis ul li {
    padding-left: 10px;
}

.ipo-details-section .swot-analysis ul li::marker {
    content: '✓';
    color: #003c7a;
}

.ipo-details-section .apply-ipo {
    padding: 1em 0;
}

@media (max-width: 767.98px) {
    .ipo-details-section .apply-ipo h2 {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .ipo-details-section .apply-ipo .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 991.98px) {
    .ipo-details-section .apply-ipo .row iframe {
        margin: 1em 0;
    }
}

.ipo-details-section .faqs-ipo {
    padding: 1em 0;
    /* Custom style */
}

@media (max-width: 767.98px) {
    .ipo-details-section .faqs-ipo h2 {
        text-align: center;
    }
}

.ipo-details-section .faqs-ipo .accordion-item {
    margin-bottom: 1em;
}

.ipo-details-section .faqs-ipo .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
}

.ipo-details-section .faqs-ipo .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.ipo-details-section .all-upcoming-ipo {
    padding: 2em 0;
}

.ipo-details-section .all-upcoming-ipo h3 {
    margin: 1em 0;
}

#faqs-landing-home .accordion .accordion-button:not(.collapsed) {
    border-radius: 25px !important;
}

h1 {
    color: #000000;
    line-height: 1;
}

/* 
body {
    font-family: "Helvetica";
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    src: url(/assets/web/fonts/HelveticaNeueBlack.otf) format("OpenType");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 600;
    src: url(/assets/web/fonts/HelveticaNeueBold.otf) format("OpenType");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/HelveticaNeueBlack.otf) format("OpenType");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/HelveticaNeueMedium.otf) format("OpenType");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/HelveticaNeueLight.otf) format("OpenType");
    font-display: swap;
} */

h1 {
    font-weight: 400 !important;
}

#Hero-Section-Home h1 {
    font-weight: 700 !important;
}

#Hero-Section-Home .bg-img {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    z-index: 1;
    width: 30%;
}

@media (max-width:991px) {
    #Hero-Section-Home .bg-img {
        display: none;
    }
}

#Hero-Section-Home .container {
    position: relative;
    z-index: 2;
}

#why-choose {
    position: relative;
}

#why-choose .pattern img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width:991px) {
    #why-choose .pattern img {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .benefits-trading-home {
        background-size: 97%;
    }

    #awards-landing-home .each-block .img .txt {
        top: 44%;
    }

    #Hero-Section-Home .bg-img {
        position: absolute;
        top: 21%;
        transform: translatey(-40%);
        left: -69px;
        z-index: 1;
    }

    #awards-landing-home .each-block .img .txt .main {
        font-size: 14px;
        line-height: 1.2;
    }

    #Hero-Section-Home label {
        font-size: 0.75em;
    }

    #Hero-Section-Home ::placeholder {
        font-size: 12px;
    }
}

body {
    background: #fff !important;
    font-family: "Poppins", sans-serif !important;
}
@media (min-width:767px) and (max-width:1023px) {
    .benefits-trading-home .benfits-block {
                display: contents !important;
    }

    #dhanush-mf .img img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
@media (min-width:992px) {
    #footer-landing .quick-links {
        column-gap: 15px;
    }
}

#footer-landing {
    position: relative;
    padding: 2em 0 0;
    background-color: #013f7c;
    color: #fff;
}

@media (max-width: 767px) {
    #footer-landing .social-icons {
        padding: 1em 0;
        justify-content: left !important;
        margin-left: 0 !important;
    }
}

#footer-landing .h-line {
    margin: 5px 0 10px;
    width: 40px;
    height: 2px;
    background-color: #ef4246;
}

#footer-landing .line {
    margin: 15px 0;
    width: 100%;
    height: 1px;
    background-color: #5badf9;
}

#footer-landing ul {
    margin: 10px 0 2em;
}

#footer-landing ul li {
    margin-bottom: 5px;
}

#footer-landing ul li img {
    margin-bottom: 5px;
}

#footer-landing ul li a {
    color: #5badf9;
}

#footer-landing p span {
    color: #fff;
}

#footer-landing .copy-right {
    background-color: #003775;
    padding: 1em 0;
}

#footer-landing .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer-landing .links a {
    padding: 1px 15px;
}

@media (max-width: 767.98px) {
    #footer-landing .links a {
        padding: 0 4px;
    }
}

#footer-landing .links a:first-child {
    padding-left: 0;
}

#footer-landing .quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer-landing .quick-links a {
    padding: 1px 5px;
}

#footer-landing .quick-links a:first-child {
    padding-left: 0;
}

.read-more-btn {
    background-color: #ef4246;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
}

.read-more-btn:hover {
    color: #000;
}

.content img {
    max-height: 300px;
    object-fit: fill;
    border-radius: 4px;
}

.content.fac .each-block {
    background-color: #f1f1f1;
    min-height: 100px;
    border-radius: 0 0 10px 10px;
}

.content.fac img {
    max-height: 280px;
    min-height: 280px;
    object-fit: fill;
}

.content .each-block h5 {
    color: #003f7b;
    padding-top: 10px;
}

.desctitle {
    color: #003f7b !important;
}

body {
    background-image: url('../img/bg-body.png');
    background-size: 100%;
    background-repeat: no-repeat;
}