@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.nav-mobile-screen {
    position: absolute;
    min-height: calc(100vh - 80px);
    background: rgb(240, 240, 240);
    top: 80px;
    right: 0px;
    width: 75%;
    animation: slideInFromRight .6s ease forwards;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body.homepage .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    position: relative;
    top: 85%;
}

.nav-mobile-screen .dropdown-menu {
    position: relative;
    background: transparent;
    box-shadow: none;
    padding-left: 15px;
}

.nav-mobile-screen .dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 20px;
}

.tk-astoria {
    letter-spacing: 5px;
}

#nav-bar {
    box-shadow: 0px -5px 10px;
}

div.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    margin-left: 30px;
    float: left;
}

div.navigation {
    height: 75px;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    div.navigation {
        justify-content: start !important;
    }
}

div.search-inner {
    box-shadow: 0px 30px 43px #00000019;
    border: 1px solid #e3e3e3;
    opacity: 1;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.justified {
    text-align: right;
}

.error {
    color: #ff0000;
    font-weight: 100;
}

.error_style_1 {
    color: #ff0000;
    font-weight: 100;
}

.success_style_1 {
    color: #008080;
    font-weight: 100;
    font-size: 14px;
}

.floatleft {
    float: left;
}

.clearboth {
    clear: both;
}

.centerAlign {
    text-align: center;
}

.mrg-btm-0 {
    margin-bottom: 0px;
}

.mrg-top-0 {
    margin-top: 0px;
}

.min-height {
    min-height: 80px;
}

.colorWhite {
    color: white;
}

.colorBlue {
    color: #0000ff;
}

.headingFont {
    font-size: 30px;
}

/* ================================= */

.blog-block p {
    margin: 0;
}

/* ================================= */
.blog-block-img {
    max-width: 100%;
    max-height: 100%;
}

.blog-row {
    padding: 20px 0 20px;
    border-bottom: 1px solid #f1f3f7;
}

.blogs-block-dtl {
    margin-top: 0px;
}

.btn-linkReadMore {
    color: #0f3b8f;
    width: 100%;
    font-weight: 700;
    border: none;
    text-decoration: underline;
    padding: 0px;
    vertical-align: middle;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mrg-top-15 {
    margin-top: 15px;
}

.mrg-top-10 {
    margin-top: 10px;
}

.pdg-top-15 {
    padding-top: 15px;
}

.mrg-right-15 {
    margin-right: 15px;
}

.custom_page-title {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #0f3b8f;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.txt-white {
    color: #fff;
}

/*
    .section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 0;
    }
    */
.custom_section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 0;
}

.txt_blue {
    color: #0f3b8f;
}

.small_font_level_1 {
    font-size: 20px;
    font-weight: 500;
}

.small_font_level_2 {
    font-size: 14px;
}

.greayBrackground {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.light-white-bg {
    background-color: #fcfcfc;
}

.card-header .btn-link {
    text-transform: capitalize;
}

div.browserPgLinks {
    text-align: left;
    line-height: normal;
    padding: 10px;
    border: 0px solid blue;
    height: 50px;
}

div.browserPgLinks span,
div.browserPgLinks a {
    border: 0px solid red;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: block;
    float: left;
    width: 36px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    background: url("pagination-bg.png") 0 0 no-repeat;
    color: white;
    line-height: normal;
}

div.browserPgLinks .pgTitle {
    background: none;
    text-indent: -9999px;
    width: 0px;
}

div.browserPgLinks .curPage {
    background: none;
    background: url("pagination-bg.png") 0 -74px no-repeat;
    color: black;
}

div.browserPgLinks a:hover {
    background: url("pagination-bg.png") 0 -36px no-repeat;
    text-decoration: none;
    color: black;
}

div.browserPgLinks a.iconNxtPrev {
    background: none;
    padding: 0;
    vertical-align: middle;
    margin-right: 10px;
}

div.browserPgLinks a.iconNxtPrev img {
    margin: 0;
    padding: 5px;
    vertical-align: middle;
    display: block;
    float: left;
}

.no-padding {
    padding: 0px !important;
}

div.dt-buttons {
    margin-left: 20px !important;
}

.description {
    text-align: right;
    text-decoration: underline;
}

.info-box-icon {
    height: 78px;
    text-align: center;
}

.icon-home-size {
    font-size: 50px !important;
}

tr.danger {
    background-color: #f5aeae !important;
}

.form-group.required .control-label:after {
    content: "  *";
    color: red;
}

.table__wrapper {
    width: 100%;
}

.table__wrapper .table {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .table-stack {
        margin: 0 auto;
        width: 100%;
        border-spacing: 0;
    }

    .table-stack tr td:first-child {
        text-align: center !important;
        font-weight: bolder;
        color: #464444 !important;
    }

    .table-stack thead {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    .table-stack tbody,
    .table-stack tr,
    .table-stack th,
    .table-stack td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .table-stack tr td,
    .table-stack tr th {
        padding: 2em 1em;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        border: 1px solid #edf0f1;
        border-top: none;
        width: 100% !important;
        white-space: normal;
    }

    .table-stack th[scope="row"] {
        width: 100%;
        text-align: center;
        display: block;
        background-color: #b3bfc6;
        margin: 0 auto;
        padding: 0.5em 0;
    }

    .table-stack td[data-header]:before {
        content: attr(data-header);
        display: block;
        float: left;
        width: 50%;
        color: #000000;
        font-weight: bold;
        text-align: left;
    }

    .table-stack td[data-header]>* {
        display: block;
        width: 50%;
        float: right;
        clear: right;
        padding-left: 1em;
        margin-top: 0;
    }

    .table-stack td[data-header]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        border-right: 1px solid #edf0f1;
        padding-bottom: 200%;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .center {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .mobile-heading {
        display: block !important;
    }

    .web-heading {
        display: none !important;
    }

    .btn-mobile {
        padding: 10px 10px !important;
    }

    div.logo {
        margin-left: 0px !important;
    }

    .owl-dots {
        display: none !important;
    }

    .upcomingipo .owl-prev {
        top: 25%;
    }

    .upcomingipo .owl-next {
        top: 25% !important;
        right: -16px !important;
    }

    .upcomingipo .owl-prev {
        top: 25% !important;
        left: -16px !important;
    }

    #home_links {
        margin-bottom: 30px !important;
    }

    #home-ipos_length {
        float: none !important;
    }
}

.mobile-heading {
    display: none;
}

.faq-list-header {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.list-group-item {
    padding: 0.75rem 1rem !important;
}

.table-mobile-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../images/loading002.gif) no-repeat center center;
    z-index: 10000;
}

.analyse .bootstrap-select {
    width: 71.55% !important;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 18px;
        line-height: 20px;
    }

    h2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }

    h4 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }

    .headingFont {
        font-size: 18px;
    }

    .nav-mobile {
        padding: 0px 10px 0px 0px !important;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 8px;
        padding-left: 8px;
    }

    .nav-mobile-heading {
        padding: 0px 15px 10px 15px;
    }

    .nav-mobile-screen {
        padding: 15px 20px 0px 20px;
    }

    .section {
        margin-bottom: 10px !important;
    }

    .share-grid-main-block {
        padding: 10px 0;
    }

    .mobile-margin-l-15 {
        margin-left: 15px;
    }

    .mobile-margin-r-15 {
        margin-right: 15px;
    }

    .mobile-padding-l-15 {
        margin-left: 15px;
    }

    .mobile-padding-r-15 {
        margin-right: 15px;
    }

    .mobile-margin-t-15 {
        margin-top: 15px;
    }

    .mobile-margin-t-10 {
        margin-top: 10px;
    }

    .page-content-block {
        margin-top: 100px;
    }

    .container-mobile {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .about-block {
        padding: 1px 10px 8px 10px !important;
    }

    .div-blog-image {
        float: inherit !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        padding-right: 0px !important;
    }

    p {
        font-size: 14px !important;
    }

    blockquote {
        font-size: 16px !important;
        font-weight: 400 !important;
        padding: 5px 14px !important;
        margin: 0 0 0px !important;
        border-left: 5px solid #0f3b8f !important;
        font-style: italic !important;
    }

    .quik-link-block {
        padding: 30px 30px 30px 30px !important;
    }

    .color-inherit {
        color: inherit !important;
    }

    .analyse .bootstrap-select {
        width: 46.35% !important;
    }

    .search-options .bootstrap-select {
        width: 100% !important;
    }

    .sector-inner ul li {
        width: 25% !important;
    }

    .sector-inner ul li a {
        font-size: 12px !important;
    }

    .services-wrapper .item {
        margin-bottom: 20px;
    }

    .services-wrapper .item img {
        width: 30px;
    }
}

@media screen and (max-width: 430px) {
    .analyse .bootstrap-select {
        width: 73.25% !important;
    }
}

@media screen and (max-width: 374px) {
    .analyse .bootstrap-select {
        width: 65% !important;
    }
}

@media screen and (min-width: 769px) {
    ul.bullets {
        padding: 0;
    }
}

.search-report {
    margin-bottom: 40px;
    margin-top: 20px;
}

.cke_dialog_ui_input_file {
    height: 75px !important;
}

.cke_dialog_ui_fileButton {
    margin-top: 60px !important;
}

.report-link {
    text-decoration: underline !important;
    font-size: 14px !important;
}

.search-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.search-container .btn {
    box-shadow: none;
    border: 1px solid #e2e2e2;
}

.search-container .btn:hover {
    box-shadow: none;
    border: 1px solid #51bc64;
}

#navbarSupportedContent ul.navbar-nav li.nav-item:hover {
    background-color: #51bc64;
}

#navbarSupportedContent ul.navbar-nav li.nav-item.contact-us:hover {
    background: none;
}

#navbarSupportedContent ul.navbar-nav a.nav-main {
    line-height: 75px;
    padding-top: 0;
    padding-bottom: 0;
}

#navbarSupportedContent .dropdown-menu {
    width: 250px;
}

#navbarSupportedContent .dropdown-menu a.nav-link {
    color: #212529;
}

#navbarSupportedContent .dropdown-menu a.nav-link:hover {
    color: #ffffff;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

table.dataTable>tbody>tr {
    background-color: #ffffff !important;
}

table.dataTable.table-striped>tbody>tr:nth-of-type(2n + 1) {
    background-color: #ffffff !important;
}

.stat-wrapper .col-md-3 {
    position: relative;
}

.stat-wrapper .col-md-3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 12.5%;
    height: 75%;
    width: 1px;
    border-right: 1px solid #51bc64;
}

.stat-wrapper .col-md-3:last-child:after {
    border-right: 0px;
}

.cta-primary {
    margin-top: -75px;
}

.cta-primary .btn-primary {
    border: 1px solid #51bc64;
}

p.summary {
    padding-top: 2em;
    margin-bottom: 0.5rem;
    display: flex !important;
    justify-content: center !important;
}

.footer-nav span {
    color: #979797;
    font-size: 18px;
}

.footer-nav ul {
    padding: 0;
}

.footer-location {
    color: white;
}

.footer-location:hover {
    color: #51bc64;
}

.footer-nav ul li {
    list-style-type: none;
}

ul.bullets li {
    list-style-image: url("/images/icons/bullet.svg");
}

ul.social-links li {
    float: left;
}

tr.filters th {
    background: none !important;
}

tr.filters th input {
    background: #f8f8f8 !important;
    font-size: 12px;
}

div.bootstrap-select .btn {
    box-shadow: none;
    border: 1px solid #e2e2e2;
}

div.bootstrap-select .btn:hover {
    border: 1px solid #51bc64;
}

.pad-x-2 {
    margin: auto;
    font-size: 15px;
}

label[for="search"] {
    border-radius: 5px;
    /* line-height: 42px; */
    margin-bottom: 0;
}

label[for="search"] .bootstrap-select:not(.input-group-btn),
label[for="search"] .bootstrap-select[class*="col-"] {
    display: inline-flex !important;
}

#faq .card {
    margin-bottom: 30px;
    border: 0;
}

#faq .card .card-header {
    border: 0;
    /* -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 5px; */
    padding: 0;
}

#faq .card .card-header .btn-header-link {
    color: #192b40;
    display: block;
    text-align: left;
    background: #f0f0f0;
    padding: 20px;
    box-shadow: none;
    font-size: 18px;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #ffffff;
    color: #192b40;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

#faq .card .collapsing {
    background: #f0f0f0;
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #f0f0f0;
    line-height: 30px;
    color: 192B40;
}

#faq .card-body {
    padding-top: 0;
}

.div-blog-image {
    float: left;
    padding-right: 25px;
    margin-bottom: 20px;
}

.anchor-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mr0 {
    margin: 10px !important;
}

.vl {
    border-left: 6px solid #51bc64;
    height: 80%;
}

.bls {
    border-left: 1px solid #51bc64;
}

.brs {
    border-left: 1px solid #51bc64;
}

.bgcolorgr {
    color: #51bc64 !important;
}

.owl-carousel .item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    /* background: linear-gradient(to right, #0b1a46, #13467d, #0b1a46); */
    background: transparent;
    border: 3px solid rgba(81, 188, 100, 1);
    height: auto;
    color: #000;
    border-radius: 20px;
    /* width: 110%; */
}

.owl-carousel .item span {
    float: left;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #b1dfb9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #51bc64;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 5%;
    margin-left: -20px;
    display: block !important;
    font-size: 100px !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 5%;
    right: -5px;
    display: block !important;
    border: 0px solid black;
    font-size: 100px !important;
}

.search_container_filter {
    border: 3px solid rgba(81, 188, 100, 1);
    border-radius: 20px;
    padding: 15px;
}

.pad-x-2 {
    font-size: 12px;
}

.search-options {
    padding-right: 0px;
}

.data-years-wrapper {
    margin-bottom: 0px !important;
}

.upcomingipo .company-name {
    background: #0b1a46;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 10px #101018;
    box-shadow: 0 0 10px #101018;
}

.upcomingipo .company-name h4 {
    color: #fff !important;
    margin: 5px;
    font-size: 17px;
    margin-top: 10px;
}

.upcomingipo .company-name p a {
    color: #ddd6d6 !important;
    font-size: 13px;
}

.upcomingipo .company-info {
    margin: 5px 10px;
}

.upcomingipo .item span {
    float: left;
}

.upcomingipo .item b {
    float: right;
    text-align: right;
    padding-right: 0px;
}

.upcomingipo .item {
    border: 1px solid #000 !important;
}

.upcomingipo .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* or inline-block */
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.upcomingipo .mb10 {
    margin-bottom: 10px !important;
}

.upcomingipo {
    margin-left: 30px;
    margin-right: 30px;
}

.upcomingipo .item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: transparent;
    border: 3px solid rgba(81, 188, 100, 1);
    height: auto;
    color: #000;
    border-radius: 20px;
    border-bottom: 1px solid !important;
}

.ml10px {
    margin-left: 10px;
}

#list-upcoming-ipo {
    @media screen and (max-width: 430px) {
        .slider-container {
            width: 80% !important;
        }

        .sticky-content {
            position: relative;
            top: 0px !important;
            z-index: 1;
        }
    }

    .slider-container {
        text-align: center;
        margin: 0 auto;
        width: 75%;
        position: relative;
    }

    .card {
        overflow-x: hidden;
    }

    .bootstrap-select,
    .rigw100 {
        width: 100% !important;
    }

    .rigw100 {
        text-align: right;
    }

    /* Additional styling within the scope of #list-upcoming-ipo */
    .upcomingipo .item {
        margin-bottom: 20px;
    }

    .cta-sidebar-upcoming {
        border-bottom: 5px solid #51bc64;
        box-shadow: 0px 15px 20px #00000019;
        background: conic-gradient(from 22deg at 50% 35%, #e8f3ea 0, #fff 100%) no-repeat padding-box;
        backdrop-filter: blur(50px);
    }

    .sticky-content {
        position: sticky;
        top: -100px !important;
        z-index: 0;
    }

    #exchange-buttons .btn {
        border: 1px solid #e2e2e2;
        color: #999;
        background-color: #f5f6fb;
        box-shadow: none;
        padding-left: 9.5% !important;
        padding-right: 9.5% !important;
    }

    .btn-sixth.active,
    .btn-sixth.focus,
    .btn-sixth:hover {
        background-color: #0b1a46 !important;
        color: #fff !important;
    }
}

.fs15 {
    font-size: 15px;
}

.fs18 {
    font-size: 15px;
}

.floatright {
    float: right;
}

.ml20px {
    margin-left: 20px !important;
}

.mr20px {
    margin-right: 20px !important;
}

.ml10px {
    margin-left: 10px !important;
}

.mr10px {
    margin-right: 10px !important;
}

#home_links {
    border-bottom: 5px solid #51bc64;

    ul {
        padding: 5px;
        line-height: 30px;
    }

    li {
        border-bottom: 1px solid #ddd;
        color: #979797;
    }

    li a {
        color: #2a2a2a;
        line-height: 40px;
        -webkit-transition: font-size 0.5s ease;
        -moz-transition: font-size 0.5s ease;
        -o-transition: font-size 0.5s ease;
        transition: font-size 0.5s ease;
    }

    li a span {
        float: right;
        margin-right: 30px;
        color: #000;
    }

    li a:hover {
        color: #51bc64;
        font-size: 15px;
    }

    h4 {
        font-weight: 800 !important;
    }

    @media screen and (max-width: 1300px) {
        li {
            border-bottom: 1px solid #ddd;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            /* Allows only 3 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    }
}

.home-h5 {
    font-weight: 100 !important;
    color: #000 !important;
    font-size: 18px;
}

#ipo_search_sidebar {
    background: #fff;

    .search-inner {
        border-bottom: 5px solid #51bc64;
        box-shadow: 0px 15px 20px #00000019;
    }

    .search-options,
    .analyse {
        padding: 0px;
    }

    .search-options .bootstrap-select {
        width: 100% !important;
    }
}

body {
    background: conic-gradient(from 22deg at 50% 35%, #e8f3ea 0, #f5faf6 100%) no-repeat padding-box !important;
}

.navbar-nav .dropdown2:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

.nav-link {
    color: #0c1a46;
}

.nav-link:focus {
    color: #0c1a46;
}

.home_on_menu {
    font-size: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .nav-item .nav-link.active {
        background-color: #51bc64;
        color: #fff;
    }
}

.nav-item.active {
    background-color: #51bc64;
}

.nav-item.active .nav-link {
    color: #fff;
}

#navbarSupportedContent ul.navbar-nav a.nav-main {
    font-weight: 600;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    position: relative;
}

.dropdown-submenu.show .dropdown-menu {
    display: block;
}

.home_silder {
    .slider-container {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        padding: 20px 20px;
        justify-content: space-between;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: relative;
        border-bottom: 5px solid #51bc64;
        box-shadow: 0px 15px 20px #00000019;
        width: 100% !important;
    }

    .slider-arrow {
        cursor: pointer;
        font-size: 24px;
        color: #2c3e50;
        /* dark color for arrows */
    }

    .slider-content {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 20px;
    }

    .slider-icon {
        width: 24px;
        margin-right: 10px;
    }

    .slider-text {
        font-size: 16px !important;
        font-weight: 600;
        color: #2c3e50;
    }

    .left-arrow {
        margin-right: 10px;
    }

    .right-arrow {
        margin-left: 10px;
    }

    .slider-container .active {
        border-bottom: 4px solid #36b54b;
        /* green active indicator */
    }
}

.valignbottom {
    margin-top: auto;
    /* This pushes the element to the bottom of the column */
    justify-content: center;
}

.brand-light-greee-bg {
    background: #f5faf6;
}

#home-ipos_wrapper .bottom {
    margin-top: 20px;
}

#home-ipos_length {
    float: left;
}

.upcomingipo .owl-carousel .owl-item {
    min-height: 420px;
}

.metrics-section {
    -ms-overflow-style: none;
    --webkit-scrollbar-width: none;
    background-color: #0b1a46;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 100%;
    overflow-x: hidden;
    padding: 5px 0;
    scrollbar-width: none;
}

.metrics-section .metrics-section-scroll-bar {
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-name: tickerscroll;
    animation-timing-function: linear;
    display: flex;
    position: relative;
}

.metrics-section .each-entity {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    font-family: IBM Plex Sans, sans-serif;
}

.metrics-section .metrics-section-delimiter {
    background-color: #fff;
    height: 27.7px;
    transform: skew(-22.62deg);
    width: 1.5px;
}

.metrics-section .each-entity .each-entity-metric {
    align-items: center;
    display: flex;
    gap: 7px;
    padding: 2px 48px;
}

.metrics-section .each-entity .each-entity-metric .total-count-metric {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 23px;
}

.metrics-section .each-entity .each-entity-metric .last-month-increase-metric {
    color: #50b446;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
}

.metrics-section .each-entity .each-entity-metric .last-month-increase-metric .last-month-increase-metric-value {
    background-color: #50b446;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 18px;
    padding: 0 3px;
}

.metrics-section p {
    display: flex;
    margin: 0;
    color: #fff;
}

.metrics-section .each-entity .each-entity-metric .total-count-metric .total-count-metric-value {
    display: flex;
    font-weight: 600;
}

@keyframes tickerscroll {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-57.1%);
    }
}

@media screen and (max-width: 600px) {
    .ml20px {
        margin-left: 0px !important;
    }

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

    .up_see_more {
        float: none !important;
        margin-top: 0px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        width: 100%;
        display: block;
        text-align: center;
    }
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    opacity: 0.6;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 1;
}

.up_see_more {
    float: right;
    margin-top: 10px;
    margin-right: 60px;
    position: relative;
    text-align: right;
}

/* For proper responsiveness */
.table-responsive {
    overflow-x: auto;
    /* Allow scrolling only if needed */
    width: 100%;
    /* Ensure table takes full width */
}

#home-ipos {
    width: 100%;
    /* Make sure table takes full width */
    table-layout: auto;
    /* Automatically adjust table columns */
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #51bc64 !important;
    color: #333333;
    font-weight: bold;
}

.slider-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.slider-container {
    position: relative;
}

#size-range-label {
    display: flex;
    justify-content: space-between;
}

.size-range-label-left,
.size-range-label-right {
    position: absolute;
}

.size-range-label-left {
    left: 0;
}

.size-range-label-right {
    right: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #0b1a46 !important;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-default {
    border-radius: 50%;
}

.card-ipo {
    border: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 20px;
    position: relative;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
}

.custom-heading {
    font-family: "Arial", sans-serif;
    /* Use your preferred font */
    font-weight: bold;
    font-size: 24px;
    /* Adjust the base font size */
    color: #0a1b4a;
    /* Dark navy color */
    /* text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3); */
    float: left;
    line-height: 44px;
}

.custom-heading::first-letter {
    font-size: 48px;
    /* Make the first letter larger */
    font-weight: bold;
    color: #0a1b4a;
    /* Dark navy color */
}

.ipo_location {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
    padding-top: 35px;
    color: #51bc64;
    float: left;
}

.ipo_location a {
    color: #51bc64;
}

.link_icon {
    color: #000;
    font-size: 12px;
}

.mainboard-ipo {
    font-family: "Arial", sans-serif;
    /* You can replace with your preferred font */
    font-weight: bold;
    font-size: 20px;
    /* Adjust the font size as needed */
    color: #0a1b4a;
    /* Dark navy color */
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    /* Light shadow for a subtle effect */
}

.small_row_center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.mb10px {
    margin-bottom: 10px;
}

.progress-bar-container {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.custom-progress-bar {
    position: relative;
    display: flex;
    width: 450px;
    height: 20px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #0a1b4a;
}

.segment {
    height: 100%;
}

.segment-red {
    background-color: #d32f2f;
    width: 25%;
}

.segment-yellow {
    background-color: #fbc02d;
    width: 25%;
}

.segment-light-green {
    background-color: #81c784;
    width: 25%;
}

.segment-green {
    background-color: #388e3c;
    width: 25%;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #0a1b4a;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    width: 450px;
    font-size: 15px;
    color: #0a1b4a;
    margin-bottom: 5px;
}

#home_links_ipo {
    ul {
        padding: 10px;
        line-height: 30px;
    }

    li {
        border-bottom: 1px solid #ddd;
        color: #979797;
    }

    li a {
        color: #2a2a2a;
        line-height: 40px;
        -webkit-transition: font-size 0.5s ease;
        -moz-transition: font-size 0.5s ease;
        -o-transition: font-size 0.5s ease;
        transition: font-size 0.5s ease;
    }

    li a span {
        float: right;
        margin-right: 30px;
        color: #000;
    }

    li a:hover {
        color: #51bc64;
        font-size: 15px;
    }

    h4 {
        font-weight: 800 !important;
    }
}

.fs12px {
    font-size: 12px;
}

.gain_span {
    color: #51bc64;
    display: block;
}

.loss_span {
    color: #ec1515;
    display: block;
}

.show-more {
    cursor: pointer;
    color: #007bff;
    /* Customize as needed */
    font-weight: bold;
}

.avg_img {
    position: relative;
}

.avg_img img {
    position: absolute;
    right: 50px;
    top: -150px;
    width: 150px;
}

@media screen and (max-width: 991px) {
    .avg_img img {
        position: static;

        width: 150px;
    }
}

.sector-slider {
    text-align: center;
    padding: 20px;
}

.owl-carousel .slider-item {
    padding: 10px;
}

.card_owl {
    border: 2px solid #4caf50;
    border-radius: 10px;
    padding: 15px;
    min-height: 200px;
    background: #fff;
    text-align: left;
}

.card_owl h4 {
    font-size: 16px;
    color: #0a1b4a;
    font-weight: bold;
    margin: 0px;
    width: 100%;
}

.card_owl p {
    font-size: 14px;
    color: #4caf50;
    margin: 0px;
}

.owl-nav i {
    font-size: 24px;
    color: #0a1b4a;
    cursor: pointer;
}

.owl-nav i:hover {
    color: #4caf50;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 40%;
}

.owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 40%;
}

.ipo_search {
    background: #fff;
}

#ipo-search {
    position: relative;

    .filter-option {
        margin-left: 20px;
    }

    /* Styling for the search bar container */
    .search-bar {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    /* Styling for the input box */
    .search-input {
        width: 100%;
        padding: 10px 40px 10px 15px;
        /* Adjust padding for the icon */
        border: 1px solid #dcdcdc;
        border-radius: 30px;
        /* Rounded corners */
        font-size: 14px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        outline: none;
        transition: all 0.3s ease;
    }

    /* Change border color on focus */
    .search-input:focus {
        border-color: #8cc152;
        /* Green border on focus */
    }

    /* Search icon styling */
    .fa-search {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 18px;
        color: #8cc152;
        /* Green icon color */
    }

    .fa-magnifying-glass::before {
        content: "\f002";
        /* FontAwesome search icon (replace with actual icon code or image) */
        font-family: "FontAwesome";
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
        border: 2px solid #ddd;
    }

    div.bootstrap-select .btn {
        background: #fff;
    }
}

@media (min-width: 992px) {
    #navbarSupportedContent .dropdown .nav-main:first-child {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 992px) {
    #navbarSupportedContent .dropdown .nav-main:first-child {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .custom-progress-bar {
        width: 100% !important;
    }

    .progress-labels {
        width: 100% !important;
    }

    .card-ipo .text-end {
        text-align: left !important;
    }

    .ipo_location {
        margin-left: 0px !important;
        padding-top: 0px !important;
    }
}

#list-anchor-investors {
    .sticky-content {
        position: sticky;
        top: 0px !important;
        z-index: 0;
    }
}

.border1pxsolid {
    border: 1px solid #51bc64;
    font-size: 18px;
}

.w147px {
    width: 147px;
}

.last_div {
    margin-right: 0px !important;
}

.category-tabs .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.category-tabs .nav-link {
    color: #0a0a0a;
    border: 1px solid transparent;
    padding: 6% 4%;
}

.category-tabs .nav-link.active {
    background-color: #001f3f;
    color: #fff;
    border-radius: inherit;
}

.category-tabs ul {
    align-items: center;
    justify-content: center;
}

.category-tabs .nav-item {
    border: 1px solid #51bc64;
    border-bottom: 2px solid #51bc64;
    width: 25%;
    text-align: center;
    font-size: 100%;
    /* margin-right: 20px; */
}

.other-blogs {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin: auto;
    box-shadow: 0px 15px 20px #00000019;
    width: 95%;
}

.other-blogs h3 {
    font-size: 1.2em;
    color: #001f3f;
    margin-bottom: 15px;
    text-align: left;
}

.blog-item {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.blog-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

.blog-content {
    max-width: calc(100% - 70px);
}

.blog-date {
    display: block;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.blog-title {
    font-size: 1em;
    color: #001f3f;
    margin: 0;
    overflow: hidden;
}

/* Mega Menu Styling */
.dropdown-menu.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: #f1fff1;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show,
.input-icon>i,
.mt-checkbox-list .mt-checkbox,
.mt-checkbox-list .mt-radio,
.mt-checkbox>input:checked~span::after,
.mt-radio-list .mt-checkbox,
.mt-radio-list .mt-radio,
.mt-radio>input:checked~span::after,
.tab-content>.active,
pre {
    display: block;
}

.mega-menu h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

.resourcs-mega-menu {
    width: 100% !important;
    margin: auto !important;
}

.position-static-mega {
    position: static !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #51bc64 !important;
    background-color: transparent !important;
}

.resourcs-mega-menu .dropdown-item {
    padding: 0.5rem 0rem !important;
    white-space: initial !important;
}

.resourcs-mega-menu h6 {
    margin-top: 0px !important;
}

.short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#year_f .bootstrap-select>.dropdown-toggle {
    width: 120px !important;
    background: transparent !important;
    border: 1px solid #51bc64 !important;
}

#year_f .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 150px !important;
}

#year_f .filter-option-inner-inner {
    font-size: 18px;
}

.card-div30 {
    margin-left: 30px;
    margin-right: 30px;
}

.container_last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    /* Add some spacing between the boxes */
    margin: 20px;
}

.box_last {
    border: 2px solid #28a745;
    /* Green border */
    border-radius: 5px;
    /* Rounded corners */
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #002060;
    /* Dark blue text */
    background-color: #ffffff;
    /* White background */
    flex: 1;
    /* Make all boxes take equal space */
    max-width: 30%;
    /* Optional: control width */
    cursor: pointer;
    /* Add pointer on hover */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Slight shadow for depth */
    transition: transform 0.3s ease;
    /* Animation for hover effect */
}

.box_last:hover {
    transform: scale(1.05);
    /* Scale up slightly on hover */
    border-color: #006400;
    /* Darker green border on hover */
}

#MBbyid {
    .grey-box {
        background: #f0f0f0;
        border: 2px solid #ffffff;
    }

    .animated-element {
        transition: opacity 0.5s ease-in-out;
        /* Define a transition for opacity */
    }

    .merchant-list {
        margin: 20px 0;
    }

    h5 {
        font-weight: bold;
    }

    .h1headingformerchantbanker {
        font-size: 18px;
    }

    .card-h5 {
        width: 88%;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-left: 30px;
    }

    .card-h5 span {
        float: right;
    }

    .card-h5 span a {
        color: #28a745 !important;
        cursor: pointer;
    }

    .card-div span a {
        color: #28a745 !important;
        cursor: pointer;
        font-weight: 700;
    }

    .card {
        margin: 30px;
        border: 1px solid #ccc;
    }

    .merchant-card {
        border: 1px solid #e3e3e3;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        background: #fff;
        padding-top: 0px;
        border: 0;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        margin-bottom: 60px;
    }

    .merchant-card h5 {
        font-weight: bold;
    }

    .merchant-card img {
        width: 70%;
    }

    .details {
        display: flex;
    }

    .details div {
        /* margin-right: 10px; */
    }

    .btn-review {
        background-color: #28a745;
        color: white;
    }

    .rating {
        color: #ffc107;
        display: none;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .ml30 {
        margin-left: 30px;
    }

    .mr30 {
        margin-right: 30px;
    }

    #merchant-bankers-list {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mb0 {
        margin-bottom: 0px;
    }

    .ml20 {
        margin-left: 20px;
    }

    .m0 {
        margin: 0px;
    }

    .last_div {
        margin-left: 45px;
        margin-right: 0px;
    }

    .details strong {
        margin-left: 1%;
        color: #28a745;
        font-weight: 500;
    }

    .details strong a {
        color: #28a745;
    }

    .main-container {
        width: 80%;
    }

    .ellipsis {
        display: inline-block;
        width: 64%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
    }

    .ellipsis-exchange {
        width: 50% !important;
    }

    @media screen and (max-width: 767px) {
        .details {
            display: block;
        }

        .detail {
            display: block;
        }

        .card-h5 {
            width: 100%;
            margin-top: 0px;
            margin-bottom: 20px;
            margin-left: 0px;
            text-align: center;
        }

        .details div {
            width: 100%;
            margin-left: 0px;
        }

        .card-div {
            width: 100%;
            margin-left: 0px !important;
        }

        .detail .col-md-5 {
            float: inherit !important;
        }

        .main-container {
            width: 100%;
        }

        .owl-dots {
            display: none;
        }

        strong {
            margin-left: 0px !important;
        }

        .middle_block {
            text-align: center;
            margin-left: 20px;
            margin-right: 20px;
        }

        ul.bullets li {
            list-style-image: none;
            list-style: none;
        }

        p {
            margin-left: 20px;
            margin-right: 20px;
        }

        .merchant-card h5 {
            font-weight: bold;
            text-align: center;
            font-size: 24px;
            margin-bottom: 20px;
        }
    }

    .tophr {
        width: 93%;
        margin-left: 0px;
    }

    .card-body {
        padding-bottom: 1rem;
    }

    .card-div span {
        float: right;
    }

    .card-div {
        margin-left: 60px;
    }

    .middle_block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .detail .col-md-5 {
        float: left;
    }

    .detail .col-md-1 {
        float: left;
        display: none;
    }

    /* Modal container */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 9999;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }

    /* Modal content */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        /* Could be more or less, depending on screen size */
        margin-top: 100px;
    }

    /* Close button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

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

    table.dataTable {
        width: 100% !important;
    }

    .w80 {
        width: 80%;
    }

    #first_owl .owl-carousel .item {
        display: flex;
        flex-direction: column;
        padding: 20px;
        background: linear-gradient(to right, #0b1a46, #13467d, #0b1a46);
        border: 1px solid #ddd;
        margin: 10px;
        margin-bottom: 30px;
        margin-top: 30px;
        height: 400px;
        color: #fff;
        border-radius: 20px;
    }

    #first_owl .owl-carousel .item span {
        float: left;
    }

    #first_owl .owl-carousel .item b {
        float: right;
    }

    #first_owl .company-name h4 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #3bef64 !important;
        height: 60px;
        overflow: hidden;
    }

    .company-info {
        margin: 5px 0;
    }

    .subscribed,
    .listing-gain {
        font-size: 18px;
        color: #3bef64 !important;
        margin-top: 10px;
        animation: fadeIn 2s ease-in-out;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .opacity5 {
        opacity: 0.5;
    }

    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 0.2s ease;
        border-radius: 30px;
    }

    .owl-dots {
        text-align: center;
    }

    .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }

    .owl-prev {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 40%;
        margin-left: -20px;
        display: block !important;
        font-size: 100px !important;
        left: 0px;
    }

    .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 40%;
        right: -5px;
        display: block !important;
        border: 0px solid black;
        font-size: 100px !important;
    }

    .mauto {
        margin: auto;
    }

    .checklist-nav {
        background: #51bc641a;
    }

    .footer-widget-block .gap-10 {
        height: 0px !important;
    }

    .upcomingipo .owl-carousel .owl-item {
        min-height: 350px;
    }
}

#homebody {
    overflow-x: hidden !important;
}

@media screen and (max-width: 767px) {
    .category-tabs .nav-item {
        min-width: 100%;
        margin-bottom: 10px;
    }
}

#breadcrumb a {
    text-decoration: none;
    margin-right: 5px;
    font-size: 13px;
}

#breadcrumb a:last-child {
    font-weight: bold;
    pointer-events: none;
    /* Disable link for the current page */
    text-decoration: underline;
}

#breadcrumb {
    margin-left: 20px;
    position: absolute;
    font-size: 13px;
}

#breadcrumb span {
    text-decoration: underline;
}

.text-truncate-a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-mobile-screen .dropdown-menu {
    height: 120px;
    overflow-x: hidden;
}

.additional-bankers {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

#show-more-btn {
    margin-top: 10px;
    color: #007bff;
    cursor: pointer;
    border: none;
    background: none;
}

#show-more-btn:hover {
    text-decoration: underline;
}

.custom-heading-single-page {
    font-family: "Arial", sans-serif;
    /* Use your preferred font */
    font-weight: bold;
    font-size: 40px;
    /* Adjust the base font size */
    color: #0a1b4a;
    /* Dark navy color */
    text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
    float: left;
}

.custom-heading-single-page::first-letter {
    font-size: 65px;
    /* Make the first letter larger */
    font-weight: bold;
    color: #0a1b4a;
    /* Dark navy color */
}

.header-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.header-details .location {
    font-weight: bold;
    color: #51bc64;
}

.details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.min-height200 {
    min-height: 200px;
}

.right-drhp {
    width: 100%;
}

.right-drhp h4 {
    margin: 0px;
}

.right-drhp p {
    margin: 0x;
    margin-bottom: 0px;
}

.mtne5 {
    margin-top: -5px;
}

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

#company-info-container {
    overflow: hidden;
    line-height: 1.5em;
    /* Adjust based on your desired line spacing */
    max-height: 12em;
    /* 8 lines * line-height */
    transition: max-height 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: 40px;
    margin: auto;
    padding-top: 6px;
    text-align: left;
    background-color: #fff;
}

select {
    width: 100%;
    height: 40px;
    margin: auto;
    padding-top: 6px;
    text-align: left;
    background-color: #fff;
}

.select2-container {
    width: 100% !important;
}

#ipo-search .select2-container--default .select2-selection--single {
    background: #fff;
}

#ipo-search select {
    background: #fff;
}

#ipo-search .select2-selection__rendered {
    margin-left: 40px;
}

#year_f .select2-container {
    width: 150px !important;
    font-size: 20px;
}

#year_f .select2-container--default .select2-selection--single {
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: #51bc64;
}

label[for="search_top"] {
    width: 20%;
    border-radius: 5px;
}

label[for="search"] {
    width: 60%;
    border-radius: 5px;
}

label span {
    white-space: nowrap;
    font-size: 15px !important;
}

.scroll-compare {
    overflow: hidden;
    overflow-x: scroll;
}

@media screen and (max-width: 991px) {
    label[for="search"] {
        width: 100% !important;
        margin-bottom: 20px;
    }

    label[for="search_top"] {
        width: 100%;
    }

    #MBbyid .btn-secondary {
        width: 100%;
    }

    #MBbyid .merchant-card {
        padding-top: 40px;
    }

    #MBbyid .w80 {
        width: 100%;
    }

    .box_last {
        max-width: 100%;
        min-width: 100%;
    }

    .container_last {
        flex-direction: column;
    }

    .custom-heading-single-page {
        font-size: 30px;
    }

    .custom-heading-single-page::first-letter {
        font-size: 50px;
    }

    #single_upcoming h2 {
        font-size: 20px;
    }

    #single_upcoming h3 {
        font-size: 18px;
    }

    #single_upcoming {
        margin-left: 20px;
        margin-right: 20px;
    }

    #single_upcoming .btn-lg {
        width: 100%;
    }

    .min-height200 {
        min-height: auto;
        margin-bottom: 20px;
    }

    #single_upcoming .gap-9,
    #single_upcoming .gap-8 {
        height: 12px;
    }

    .fs30 {
        font-size: 25px;
        line-height: 27px;
    }

    #MBbyid h4 {
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
    }

    #MBbyid .card-h5 {
        text-align: left;
    }

    .min-height200 h3 {
        font-size: 21px;
        line-height: 35px;
    }

    #single_upcoming .owl-nav .owl-prev {
        top: 5%;
        left: -5px;
    }

    #single_upcoming .owl-nav .owl-next {
        top: 5%;
        right: -5px;
    }

    #single_upcoming .custom-heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #single_upcoming .cta-sidebar-upcoming .btn-lg {
        width: 50% !important;
    }
}

.upcomingipo .owl-dots {
    margin-top: 30px;
}

.link-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Adds space between the links */
    margin: 20px auto;
    /* Centers the container */
}

.custom-link {
    display: block;
    text-decoration: none;
    color: #000;
    /* Black text color */
    font-weight: bold;
    background: #f8f8f8;
    /* Light background color */
    padding: 15px 20px;
    /* Padding for spacing */
    border: 1px solid #ddd;
    /* Light border */
    border-radius: 5px;
    /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    transition: background 0.3s, box-shadow 0.3s;
    /* Smooth hover effect */
}

.custom-link:hover {
    background: #e8f5e9;
    /* Light green on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Slightly deeper shadow */
}

.modal-backdrop.fade {
    opacity: 0.5 !important;
}

/* Container styles */
.categories-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    background-color: #f8fff8;
    font-family: Arial, sans-serif;
}

/* Title styling */
.categories-title {
    color: #002855;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/* List styling */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.categories-list li:last-child {
    border-bottom: none;
}

/* Category name */
.category-name {
    color: #4a4a4a;
    font-size: 0.95rem;
}

/* Category count */
.category-count {
    background-color: #40c264;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.w180 {
    width: 180px !important;
}

#new_cta {
    header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: #fff;
        position: relative;
    }

    .slider-container {
        position: relative;
        overflow: hidden;
        width: 100% !important;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        height: 100%;
    }

    .slide {
        min-width: 100%;
        box-sizing: border-box;
        height: 100vh;
    }

    .slide img {
        height: 90vh;
    }

    .form-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 36%;
        height: auto;
        padding: 20px;
    }

    label {
        display: none;
    }

    .contact-block {
        border: 5px solid #51bc64;
        border-radius: 20px;
        background: #fff;
    }

    .contact-block p {
        text-align: center;
        font-weight: 700;
        margin-top: 20px;
        font-size: 20px;
    }

    .form-wrapper {
        width: 100%;
        max-width: 350px;
    }

    .form-wrapper h2 {
        margin-bottom: 20px;
        font-size: 1.5rem;
        color: #333;
        text-align: center;
    }

    .form-wrapper input,
    .form-wrapper button {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 1rem;
    }

    .form-wrapper button {
        background-color: #007bff;
        color: #fff;
        border: none;
        cursor: pointer;
    }

    .form-wrapper button:hover {
        background-color: #0056b3;
    }

    @media (max-width: 768px) {
        .form-container {
            width: 100%;
            position: static;
            background: #fff;
        }

        .slides img {
            height: 50vh;
        }
    }

    /* Slider Animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(-100%);
        }

        50% {
            transform: translateX(-200%);
        }

        75% {
            transform: translateX(-300%);
        }

        100% {
            transform: translateX(0);
        }
    }

    .owl-item img {
        display: block;
        width: 50%;
        margin: auto !important;
        margin-bottom: 25px !important;
    }

    .owl-carousel .item {
        border: none !important;
    }

    .owl-carousel .item h3 {
        text-align: center;
        min-height: 70px;
    }

    .owl-carousel .item p {
        text-align: center;
    }
}

.ipo-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.ipo-item {
    display: flex !important;
    align-items: center;
    border: 2px solid #00a859;
    border-radius: 8px;
    padding: 5px 15px;
    background-color: #ffffff;
    width: 20%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    /* Remove link underline */
    color: inherit;
    /* Inherit text color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ipo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.ipo-icon {
    width: 40px;
}

.ipo-item span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .ipo-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 15px;
    }

    .ipo-item {
        width: 100% !important;
        flex: 1 1 calc(50% - 10px);
        text-align: center;
    }
}

.year-slider-container {
    display: flex;
    align-items: center;
    /* Vertically centers items */
    justify-content: center;
    /* Horizontally centers items */
    gap: 10px;
    /* Space between elements */
    width: 100%;
    overflow: hidden;

    .slider-btn {
        background-color: #fff;
        border: 1px solid #28a745;
        color: #28a745;
        padding: 8px 12px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        /* Center icon or text inside the button */
        justify-content: center;
    }

    .slider-btn:hover {
        background-color: #28a745;
        color: #fff;
    }

    .year-slider {
        display: flex;
        align-items: center;
        /* Centers the year items vertically */
        gap: 20px;
        overflow: hidden;
        width: 100%;
        /* Adjust this width as needed */
        scroll-behavior: smooth;
    }

    .year {
        border: 1px solid #28a745;
        padding: 5px 30px;
        border-radius: 5px;
        font-size: 16px;
        color: #1a1a1a;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 100px;
        background: #fff;
    }

    .year:hover {
        background-color: #51bc64;
        color: #fff;
    }

    .year.active {
        background-color: #51bc64;
        color: #fff;
    }
}

#toggle-info {
    cursor: pointer;
}

/* Wrapper for the buttons */
.button-row {
    display: flex;
    justify-content: space-between;
    /* Evenly distribute space */
    align-items: center;
    gap: 10px;
}

/* Set buttons to take full width of their container */
.button-row .col-md-4 {
    flex: 1;
    /* Allow equal distribution */
    display: flex;
    justify-content: center;
}

/* Base button styles */
.btn-custom {
    display: inline-block;
    width: 100%;
    /* Full width for each button */
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/* Outline button styles */
.btn-outline {
    border: 2px solid #4caf50;
    /* Green border */
    background-color: #f8f9fa;
    /* Light background */
    color: #000;
    /* Text color */
}

.btn-outline:hover {
    background-color: #4caf50;
    /* Green background on hover */
    color: #fff;
    /* White text on hover */
}

.flex-center {
    justify-content: center;
}

.contact-banner {
    position: relative;
    background-color: #001845;
    /* Navy Blue Background */
    color: white;
    text-align: center;
    padding: 50px 20px;
    overflow: hidden;
    min-height: 350px;
    line-height: 0.1vw;
}

.contact-banner .content {
    position: relative;
    z-index: 2;
    /* Ensures content appears above background text */
}

.contact-banner h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #fff;
}

.contact-banner .highlight {
    color: #43a047;
    /* Green color */
    font-weight: 700;
}

.contact-banner p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.contact-banner .contact-btn {
    background-color: #43a047;
    /* Green Button */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-banner .contact-btn:hover {
    background-color: #2e7d32;
    /* Darker Green on Hover */
}

.contact-banner .background-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    /* Transparent Text */
    white-space: nowrap;
    z-index: 1;
    /* Ensures background text is behind content */
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .contact-banner .background-text {
        top: 90%;
    }
}

.color-white {
    color: #fff;
}

.explore-section {
    margin: 20px;
    text-align: left;
}

.explore-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.explore-column {
    flex: 1;
    min-width: 200px;
    /* Adjust as needed */
}

.explore-column a {
    display: block;
    margin: 5px 0;
    color: #000;
    text-decoration: underline;
}

.explore-column a:hover {
    color: #51bc64;
}

.mbtb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.brand_pr {
    color: #51bc64 !important;
    font-size: 17px;
}

.brand_pr:hover {
    background-color: #0c1a46 !important;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .formobile .row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .formobile .col-sm-3,
    .formobile .col-sm-6 {
        flex: 1;
        padding: 0 5px;
    }

    .brand_pr {
        font-size: 85%;
        padding: 8px;
        text-align: center;
        white-space: nowrap;
        width: 100%;
    }
}

.tags-section {
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.tags-section h3 {
    font-size: 1.2em;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    text-decoration: underline;
    font-size: 17px;
    border-right: 1px solid #858585;
    padding-right: 10px;
}

.tag:last-child {
    border-right: none;
    padding-right: 0;
}

#chapters {

    p,
    li {
        color: #000 !important;
        font-size: 17px;
    }
}

.checklist-nav li a {
    color: #000 !important;
    font-size: 17px;
}

#content li a {
    color: var(--mdb-primary) !important;
    text-decoration: underline;
    line-height: 40px;
    font-weight: 800;
    font-size: 20px;
}

#content li {
    color: var(--mdb-primary) !important;
}

.fs32 {
    font-size: 32px;
}

/* from here UJJWAL have done */
@media screen and (min-width: 768px) {

    /* menu color */
    .dropdown-menu {
        background-color: #f1fff1 !important;
    }
}

.nav-item {
    position: static !important;
}

.font.pad.dropdown.nav-item {
    font-size: 1rem !important;
}

/* issuetype number of ipos */
.greenDIV {
    color: #51bc64 !important;
    font-weight: 800;
}

@keyframes blinkColors {
    0% {
        color: #51bc64;
    }

    50% {
        color: #0b1a46;
    }

    100% {
        color: #51bc64;
    }
}

/* topnavigation ,sme ipos ,listing critria ebook */
.blinking {
    animation: blinkColors 0.8s infinite alternate;
    font-weight: bold;
}

/* home sme ipo dashboard hover color change  */
.pad-y-6:hover .content {
    color: #51bc64;
}

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

    /* module cta calculate , secondary */
    #cta {
        margin: 0.2px !important;
    }

    #cta div {
        text-align: center !important;
    }

    /* calculator [Buttons for all pages] */
    #calc {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 2px !important;
    }

    #calc li {
        font-size: 12px !important;
        text-align: center !important;
    }

    /* menu */
    .pad.dropdown.nav-item,
    .pad.nav-item {
        padding: 0px 7px 0px 7px !important;
    }

    /* Contact Us explore ipo platfrom at last */
    .smallview.form-container {
        margin: 1rem 2rem 0rem 0rem !important;
        width: auto !important;
        height: 20rem !important;
    }

    /* home List of Sme Merchant Bankers connect button      */
    .connectbtn.btn.btn-secondary.w147px.btn-lg.floatright {
        width: 7rem !important;
        margin-top: 2.5rem !important;
    }

    /* footer  */
    .LmarginFooter.brand-secondary-bg.pad-y-5.row.footer-about {
        padding-left: 4px;
        padding-right: 4px;
    }

    /* anchor investor list nad merchant banker list heading space */
    #heading-space {
        margin-top: 40px !important;
        margin-bottom: 35px !important;
    }

    .year-slider-container .flex-center {
        justify-content: flex-start !important;
    }
}

@media screen and (max-width: 1160px) {
    /* menu */

    .cl {
        padding-right: 1% !important;
        width: 14% !important;
    }

    .pad.dropdown.nav-item {
        padding: 0px 10px 0px 15px !important;
        margin-right: -10px !important;
        margin-left: 4px !important;
    }

    .navv.nav-bar.sticky-top {
        width: 100% !important;
        font-size: 0.7rem !important;
    }

    .navv.nav-item.pad-x-5.align-self-center.contact-us {
        width: 11rem !important;
        margin-right: 0.2rem !important;
    }

    .navv.nav-link.btn.btn-primary.text-white {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* module cta calculate , secondary */
    #cta {
        margin: 0px -100px 0px -100px;
    }

    #cta div {
        text-align: center;
    }

    /* Contact Us explore ipo platfrom at last */
    .smallview.form-container {
        margin: 1rem 2rem 0rem 0rem !important;
    }

    /* anchor investor list nad merchant banker list heading space */
    #heading-space {
        margin-top: 40px !important;
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width: 1300px) {
    /* menu */

    .cl {
        padding-right: 1%;
        width: 12%;
    }

    .pad.dropdown.nav-item {
        padding: 0px 10px 0px 15px !important;
        margin-right: -10px !important;
        margin-left: 4px !important;
    }

    .navv.nav-bar.sticky-top {
        width: 100%;
        font-size: 0.9rem;
    }

    .navv.nav-item.pad-x-5.align-self-center.contact-us {
        width: 11rem !important;
        margin-right: 0.2rem !important;
    }

    .navv.nav-link.btn.btn-primary.text-white {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* calculator [Buttons for all pages] */
    #calc {
        display: flex;
        justify-content: space-between;
        gap: 2px;
        flex-wrap: nowrap;
    }

    #calc li {
        text-align: center;
        font-size: 16px;
    }

    /* module cta calculate , secondary */
    #cta div {
        text-align: center;
    }

    /* anchor investor list nad merchant banker list heading space */
    #heading-space {
        margin-top: 40px !important;
        margin-bottom: 35px !important;
    }

    .category-tabs .nav-item {
        font-size: 85%;
    }
}

@media screen and (min-width: 1300px) {
    /* menu */

    .cl {
        padding-left: 1%;
        width: 10%;
    }

    .pad.dropdown.nav-item {
        padding: 0px 10px 0px 15px !important;
        margin-right: -10px !important;
        margin-left: 4px !important;
    }

    .navv.nav-bar.sticky-top {
        width: 100%;
        font-size: 1.1 rem;
    }

    .navv.nav-item.pad-x-5.align-self-center.contact-us {
        width: 11rem !important;
        margin-right: 0.2rem !important;
    }

    .navv.nav-link.btn.btn-primary.text-white {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* module cta calculate , secondary */
    #cta div {
        text-align: center;
    }

    /* anchor investor list nad merchant banker list heading space */
    #heading-space {
        margin-top: 40px !important;
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width: 1235px) {
    /* menu */

    .cl {
        padding-right: 1%;
        width: 13%;
    }

    .pad.dropdown.nav-item {
        padding: 0px 10px 0px 15px !important;
        margin-right: -10px !important;
        margin-left: 4px !important;
    }

    .navv.nav-bar.sticky-top {
        width: 100%;
        font-size: 0.8rem;
    }

    .navv.nav-item.pad-x-5.align-self-center.contact-us {
        width: 11rem !important;
        margin-right: 0.2rem !important;
    }

    .navv.nav-link.btn.btn-primary.text-white {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* module cta calculate , secondary */
    #cta {
        margin: 0px -100px 0px -100px;
    }

    #cta div {
        text-align: center;
    }

    /* Contact Us explore ipo platfrom at last */
    .smallview.form-container {
        margin: 1rem 2rem 0rem 0rem !important;
    }

    /* anchor investor list nad merchant banker list heading space */
    #heading-space {
        margin-top: 40px !important;
        margin-bottom: 35px !important;
    }
}

.navbar {
    position: static !important;
}

#city_page {
    .contact-banner {
        position: relative;
        display: flex;
        align-items: center;
        /* Align items vertically */
        justify-content: space-between;
        /* Ensures left-right placement */
        padding: 0;
        background: linear-gradient(to right, #0c1b47, 50%, #51bb64);
        height: 20rem;
    }

    .content {
        flex: 1;
        max-width: 50%;
        text-align: left;
        /* Align text to the left */
        color: white;
        /* Text color */
        padding-left: 30px;
    }

    .content h2 {
        font-weight: bolder;
        font-size: 28px;
        color: #51bc64;
    }

    .content p {
        font-size: 23px;
        color: #fff;
    }

    .image {
        flex: 1;
        display: flex;
        align-items: flex-end;
        /* Push image to the bottom */
        justify-content: flex-end;
        /* Align image to the right */
        height: 100%;
        /* Ensure full height */
        overflow: hidden;
        /* Prevents image overflow */
        padding-right: 20px;
        margin-top: 50px;
    }

    .image img {
        max-width: 100%;
        /* Prevent overflow */
        max-height: 100%;
        /* Prevent overflow */
        object-fit: scale-down;
        /* Ensures full image is visible */
        border-top-left-radius: 15px;
        /* Rounded top-left */
        border-top-right-radius: 15px;
    }

    .buttonstl {
        font-weight: bolder !important;
        color: white !important;
    }
}

/* Button Styling */
.animated-button {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bolder;
    font-family: Arial, sans-serif;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #0b1a46;
    /* Default Blue */
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

/* Moving colors (Green and Blue) */
.animated-button::before,
.animated-button::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: colorTrain 2s infinite linear;
    z-index: 2;
    /* Moves animation above overflowing text */
}

/* Green starts first */
.animated-button::before {
    left: -100%;
    background: #51bc60;
    /* Green */
    animation-delay: 0s;
}

/* Blue follows Green */
.animated-button::after {
    left: -200%;
    background: #0b1a46;
    /* Blue */
    animation-delay: 1s;
    /* Delays blue so it follows green */
}

/* Keyframes for smooth train effect */
@keyframes colorTrain {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Ensures text is always inside button and hidden when outside */
.animated-button span {
    position: absolute;
    z-index: 3;
    /* Keeps text above animation */
    white-space: nowrap;
    /* Prevents text from wrapping */
    /* Blends text color dynamically */
}

.animated-button:hover {
    color: #fff;
}

#year-wise {
    .contact-banner {
        position: relative;
        display: flex;
        align-items: center;
        /* Align items vertically */
        justify-content: space-between;
        /* Ensures left-right placement */
        padding: 0;
        background: linear-gradient(to right, #51bc64, #e6f9e6);
        height: 20rem;
    }

    .content {
        flex: 1;
        max-width: 50%;
        text-align: left;
        /* Align text to the left */
        color: white;
        /* Text color */
        padding-left: 30px;
    }

    .content h2 {
        font-weight: bolder;
        font-size: 28px;
    }

    .content p {
        font-size: 23px;
        color: #0b1a46;
    }

    .image {
        flex: 1;
        display: flex;
        align-items: flex-end;
        /* Push image to the bottom */
        justify-content: flex-end;
        /* Align image to the right */
        height: 100%;
        /* Ensure full height */
        overflow: hidden;
        /* Prevents image overflow */
        padding-right: 20px;
    }

    .image img {
        max-width: 100%;
        /* Prevent overflow */
        max-height: 100%;
        /* Prevent overflow */
        object-fit: scale-down;
        /* Ensures full image is visible */
        border-top-left-radius: 15px;
        /* Rounded top-left */
        border-top-right-radius: 15px;
    }

    .buttonstl {
        font-weight: bolder !important;
        font-size: 20px;
        color: white !important;
    }

    .tabs li {
        width: 5% !important;
        font-size: 90% !important;
    }

    /* for menu inside font */
    .brand-primary {
        font-size: 128% !important;
    }

    /* same contact banner for mobile  */

    .mobile-contact-banner {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        height: 500px;
        background: linear-gradient(to bottom, #1e8730, #e6f9e6);
        text-align: center;
    }

    .m-content {
        height: 450px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: hidden;
        z-index: 1;
    }

    .m-content h2 {
        color: white;
        font-size: 25px;
        weight: 700;
    }

    .m-content p {
        color: #0b1a46;
        font-size: 18px;
    }

    .m-buttonstl {
        font-weight: bolder !important;
        font-size: 20px;
        color: white !important;
    }

    .m-contact-btn {
        margin-top: 100%;
    }

    .m-image {
        position: absolute;
        display: flex;
        justify-content: center;
        margin-top: 35%;
        z-index: 0;
        left: 22%;
        transform: translateX(-19%);
        bottom: 0;
        width: 90%;
    }

    .m-image img {
        width: 100%;
        max-width: 400px;
        object-fit: contain;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    /* to display on mobile only  */
    @media (min-width: 769px) {
        .mobile-contact-banner {
            display: none;
        }
    }
}

.list-unstyled {
    font-size: 115% !important;
}

#exchange {
    position: relative;

    .sectionexchange {
        background: linear-gradient(to top, #091f44, #123b73);
        color: white;
        text-align: center;
        padding: 50px 20px 0px 20px;
        overflow: hidden;
    }

    .title {
        font-size: 28px;
        font-weight: bold;
    }

    .highlight {
        color: #33cc66;
    }

    .contact-btn {
        background: #33cc66;
        color: white;
        padding: 12px 24px;
        font-size: 18px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 20px;
        transition: background 0.3s ease-in-out;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-btn:hover {
        background: #2a9a52;
    }

    /* Stats Container */
    .stats-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 135px;
        gap: 20px;
    }

    /* Each Stat Circle */
    .stat {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 2px solid white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        position: relative;
        background: transparent;
        padding: 30px;
    }

    .stat span {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }

    /* Overlapping Effect */
    .stat:nth-child(1) {
        transform: translateX(50px);
    }

    .stat:nth-child(2) {
        width: 200px;
        height: 200px;
        font-size: 14px;
        font-weight: 600;
        transform: translateY(-20px);
    }

    .stat:nth-child(3) {
        transform: translateX(-50px);
    }

    .info-box {
        background: white;
        color: #123b73;
        padding: 10px 20px;
        border-radius: 20px;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 80px;
    }

    .info-box img {
        width: 80px;
        margin-left: 8px;
        padding: 8px;
        float: left;
    }

    .top-boxes {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .stats-container {
            flex-direction: column;
            gap: 10px;
        }

        .stat {
            width: 160px;
            height: 160px;
            font-size: 16px;
        }

        .stat span {
            font-size: 24px;
        }

        .stat:nth-child(1),
        .stat:nth-child(2),
        .stat:nth-child(3) {
            transform: none;
        }

        .top-boxes {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
    }

    .info-box1 {
        position: absolute;
        left: 5%;
        top: 50%;
        width: auto;
        height: 50px;
    }

    .info-box1 img {
        float: left;
        margin-left: -40px;
        margin-top: 5px;
    }

    .info-box2 img {
        float: left;
        margin-left: -40px;
        margin-top: 5px;
    }

    .info-box3 img {
        float: left;
        margin-left: -40px;
        margin-top: 5px;
    }

    .info-box2 {
        position: absolute;
        top: 30%;
        right: 20%;
        width: auto;
        height: 50px;
    }

    .info-box3 {
        position: absolute;
        right: 5%;
        top: 70%;
        width: auto;
        height: 50px;
    }

    .owl-dots {
        margin: auto;
        margin-top: 30px;
    }

    .owl-stage .center {
        margin-top: 30px !important;
    }

    .owl-carousel .item {
        padding: 0px;
        border: none;
        display: inherit;
    }

    .text-lineleft {
        float: left;
        margin-top: 25px;
        font-size: 18px !important;
    }

    .owl-dots {
        margin: auto;
        margin-top: 30px;
    }

    .owl-stage .center {
        margin-top: 25px !important;
    }

    .owl-carousel .item {
        padding: 0px;
        border: none;
        display: inherit;
    }

    .exchangelist {
        height: auto !important;
    }

    .exchangelist {
        height: auto !important;
    }

    .cta-slidebar {
        padding-top: 10% !important;
        padding-bottom: 10% !important;
    }

    .cta-slidebar h5 {
        font-size: 95% !important;
    }

    .btn.btn-secondary.btn-lg {
        font-size: 85% !important;
        padding: 3% 7% 3% 7% !important;
    }

    .sizingButtons a {
        margin-left: -0.2% !important;
        margin-right: -0.2% !important;
    }
}

.topten {

    /* SME button styling */
    .btnn {
        text-align: center;
        padding: 10px 20px;
        width: 200px !important;
        font-weight: bold;

        background-color: #ffffff;
        color: black;
        border: 0.5px solid #0b1a46;
        /* Optional: Adds border to match MainBoard style */
    }

    /* MainBoard button styling */
    .btnn1 {
        text-align: center;
        border: 0.5px solid #0b1a46;
        /* Optional: Adds border to match MainBoard style */
        padding: 10px 20px;
        width: 200px !important;
        font-weight: bold;
        background-color: #0b1a46;
        color: white;
    }

    .btnn1 a {
        color: white;
    }

    .contact-banner {
        position: relative;
        display: flex;
        align-items: center;
        /* Align items vertically */
        justify-content: space-between;
        /* Ensures left-right placement */
        padding: 0;
        background: linear-gradient(to right, #51bc64, #e6f9e6);
        height: 20rem;
    }

    .content {
        flex: 1;
        max-width: 50%;
        text-align: left;
        /* Align text to the left */
        color: white;
        /* Text color */
        padding-left: 30px;
    }

    .content h2 {
        font-weight: bolder;
        font-size: 28px;
    }

    .content p {
        font-size: 23px;
        color: #0b1a46;
    }

    .image {
        flex: 1;
        display: flex;
        align-items: flex-end;
        /* Push image to the bottom */
        justify-content: flex-end;
        /* Align image to the right */
        height: 100%;
        /* Ensure full height */
        overflow: hidden;
        /* Prevents image overflow */
        padding-right: 20px;
    }

    .image img {
        max-width: 100%;
        /* Prevent overflow */
        max-height: 100%;
        /* Prevent overflow */
        object-fit: scale-down;
        /* Ensures full image is visible */
        border-top-left-radius: 15px;
        /* Rounded top-left */
        border-top-right-radius: 15px;
    }

    .buttonstl {
        font-weight: bolder !important;
        font-size: 20px;
        color: white !important;
    }
}

.main-content-block #list-upcoming-ipo .fs15 {
    font-size: 21px !important;
}

.main-content-block #list-upcoming-ipo b {
    font-size: 18px !important;
}

.mautowhite {
    margin: auto;
    color: #fff !important;
}

.order-md-1 p {
    text-align: justify !important;
}

.order-md-2 p {
    text-align: justify !important;
}

/* new-upcomming-buttons of upcoming sme and mainboard button of book building and fixed price pages */
#new-upcomming-buttons {
    .btnn {
        text-align: center;
        padding: 10px 20px;
        width: 250px !important;
        font-weight: bold;
        background-color: #ffffff;
        color: black;
        border: 0.5px solid #0b1a46;
        /* Optional: Adds border to match MainBoard style */
    }
}

/* all explore section for mobile    */
@media screen and (max-width: 768px) {
    .explore-section h2 {
        margin: 20px;
        text-align: left;
    }

    .text-center.h2.brand-secondary {
        font-size: 18px;
        font-weight: 800;
    }
}

.min-width-nav {
    min-width: 15% !important;
}

.suggestionss-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    z-index: 100;
    display: none;
    /* Hide initially */
}

.suggestionss-list li {
    padding: 8px;
    cursor: pointer;
}

.suggestionss-list li:hover {
    background-color: #f0f0f0;
}

#myModal .card {
    margin: 0px !important;
}

.bgCDF5D4 {
    background-color: #cdf5d4;
    padding: 10px;
    color: #000;
}

.fs32 {
    font-size: 32px;
}

.w450px {
    width: 450px !important;
}

.fs14px {
    font-size: 14px;
}

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

    /* buttons of list of mainboard ipos */
    label[for="search_top"] {
        max-width: 200px;
    }

    label[for="sector"] {
        max-width: 200px;
    }

    /* buttons of issue type mainboard  */
    .customm {
        display: flex;
        justify-content: center !important;
        align-content: center !important;
        align-items: center !important;
    }

    .btn-custom {
        width: 50% !important;
    }

    /* this hides the contact banner in mobile banner */
    .mobile-contactbanner {
        display: none !important;
    }

    #financial h1 {
        line-height: 40px !important;
    }

    /* for cta calculator in merchant banker page cta_calculator.blade , service_list.blade*/
    .cta-calculator-li {
        margin-right: 15%;
        margin-left: 15%;
    }
}

/* to display on mobile only  */
@media (min-width: 769px) {
    .mobile-contact-banner {
        display: none;
    }
}

/* style for circle-contact-banner  */

/* Stats Container */
.m-stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 135px;
    gap: 25px;
}

/* Each Stat Circle */
.m-stat {
    width: 110%;
    height: 90%;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 8px;
    font-weight: 200;
    position: relative;
    background: transparent;
    padding: 30px;
}

.m-stat span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/* Overlapping Effect */
.m-stat:nth-child(1) {
    transform: translateX(50px);
}

.m-stat:nth-child(2) {
    width: 100%;
    height: 110%;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(-20px);
}

.m-stat:nth-child(3) {
    transform: translateX(-50px);
}

.mobilebannerpeblade {
    .mobile-contact-banner {
        background: linear-gradient(to bottom, #0b1a46, #51bc64) !important;
    }

    .m-content p {
        color: #fff !important;
    }
}

.fs20px tr {
    border-bottom: 1px solid #c9f1d0;
}

.table_single_word {
    margin-top: -2px;
    width: 20%;
    height: 40px;
    line-height: 2px;
    margin-left: -10px;
    box-shadow: none;
    border: 1px solid #51bc64;
    border-top: none;
    text-align: center;
    color: #343434 !important;
}

.fs20px {
    font-size: 20px;
}

.border1px {
    border-bottom: 1px solid #36cf51;
    margin-top: 10px;
}

.small_font_level_1 {
    font-size: 20px;
    font-weight: 500;
}

.bgEBFFEE {
    background-color: #ebffee;
}

#financial {
    @media screen and (max-width: 768px) {

        /*main buttons of new financial pages */
        .table_single_word {
            width: 170%;
        }

        .tabs-container {
            flex-wrap: wrap;
            /* width: 100%;
            white-space: nowrap;
            justify-content: center; */
        }

        .tab {
            /* flex-wrap: wrap;
            width: 100%; */
            white-space: nowrap;
            border: 1px solid #ddd;
            flex: 1 1 50% !important;
            max-width: 100% !important;
            padding: 10px 0px !important;
        }

        /* anchor-investor table for mobile layout for new financial pages*/
        .table-fin {
            height: 100% !important;
        }

        .ml20px {
            margin-left: 0 !important;
        }

        .mr20px {
            margin-right: 0 !important;
        }

        .mobileview {
            display: flex;
            width: 50%;
            flex-wrap: nowrap;
            align-items: center;
            margin-bottom: 6%;
        }

        h2,
        h3 {
            font-size: 20px;
        }

        .owl-dots {
            display: block !important;
        }

        .card_owl {
            padding-top: 11%;
        }

        .dropdown-content {
            width: 100% !important;
            white-space: wrap !important;
        }

        .linkingbutton {
            width: 48% !important;

            margin: 2% 0% 0% 1% !important;
        }

        /* mobile-css starts for perfformance page*/
        .mobilealign0 {
            font-size: 0.8rem;
        }

        /* for listing gina and current performance at top */
        .mobilealign1 {
            display: flex;
            padding: 1.5%;
        }

        /* for face value , issue price */
        .mobilealign2.card-container-tab {
            display: flex;
            flex-wrap: wrap;
            gap: 1%;
        }

        .mobilealign2 .card-tab {
            flex: 0 0 calc(50% - 8px);
            box-sizing: border-box;
            padding: 4%;
            border-radius: 8px;
            margin-bottom: 5%;
            align-content: center;
        }

        /* for days [last day 7,14] in grahp */
        .mobilealign3 {
            display: flex;
            justify-content: center;
            width: 100%;
            text-decoration: none !important;
        }

        /* 52 weeks high-low */
        .mobilealign4 {
            display: flex;
            flex-direction: column;
        }

        .progress-bar-container {
            width: 50% !important;
        }

        /* average image */
        .avg_img img {
            position: absolute;
            width: 90px;
            top: -111px;
        }

        /* graph */
        .tabs-right {
            width: 95%;
            height: 55vw;
        }

        /* cmp at top */
        .topcmp {
            font-size: 24px;
        }

        h2 {
            line-height: normal;
        }

        h4 {
            line-height: normal;
        }

        h3 b {
            font-size: 16px;
        }
    }

    h2,
    h3 {
        font-size: 20px;
    }

    .fs20px {
        font-size: 16px;
    }

    .small_font_level_1 {
        font-size: 16px;
    }

    .tabs-container {
        display: flex;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .tab {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        padding: 10px 20px;
        cursor: pointer;
        text-align: center;
        flex: 1;
        max-width: 20%;
    }

    .tab:hover {
        background-color: #f1f1f1;
    }

    .tab i {
        margin-right: 8px;
        font-size: 20px;
    }

    .tabs-container .active {
        color: #28a745;
        font-weight: bold;
        border-bottom: 4px solid;
        max-height: 47px;
    }

    .tab:not(.active) {
        color: #495057;
    }

    .fa-caret-down {
        margin-left: 20px;
    }

    .dropdown {
        position: relative;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        white-space: nowrap;
        width: auto;
        max-width: 100vw;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 5px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .dropdown-content a {
        color: black;
        padding: 10px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        float: left;
        width: 100%;
    }

    .dropdown-content a:hover {
        background-color: #ddd;
    }

    .show-dropdown .dropdown-content {
        display: block;
    }

    #documents {
        position: relative;
    }

    p {
        color: #343434;
        text-align: justify;
    }

    .brtop0brrad0 {
        border-top: none;
        border-radius: 0px;
    }

    h5 {
        font-weight: 100;
        font-family: "Roboto";
    }

    .linkingbutton {
        width: 15%;
        border: none;
        background-color: #51bc64;
        border-radius: 4px;
        margin-top: 1.5%;
        color: #ffffff;
        padding: 5px;
    }

    @media screen and (min-width: 768px) {

        /* fixed the tabs of new individual pages */
        .fixed-tabs-static {
            width: calc(100% - 40px);
            margin-left: 20px;
            margin-right: 20px;
            position: sticky;
            z-index: 1000;
            top: 75px;
            background-color: #f5faf6;
        }

        .fixed-tabs-static .tab {
            font-weight: bolder;
        }
    }

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

        /* fixed the tabs of new individual pages */
        .fixed-tabs-static {
            position: sticky;
            z-index: 1000;
            top: 9.2%;
            border: none !important;
        }

        .fixed-tabs-static .tab {
            font-weight: bolder;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            border: 0.5px solid #ececec !important;
            padding-left: 7% !important;
            background-color: #f5faf6;
        }
    }
}

.w300px {
    width: 300px;
}

.fs12andtop {
    font-size: 12px;
    position: absolute;
}

.pl0 {
    padding-left: 0px;
}

.line-height3-3 {
    letter-spacing: 1px;
}

.key-highlights {
    background-color: #fff;
}

.key-highlights h2 {
    font-size: 24px;
    color: #2d4059;
    margin-bottom: 20px;
}

.highlight-list {
    list-style-type: none;
    padding: 0;
}

.highlight-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.highlight-list li .icon {
    font-size: 20px;
    margin-right: 10px;
}

.highlight-list li .icon img {
    width: 15px;
}

.highlight-list li .average {
    font-size: 14px;
    color: #343434;
    display: block;
    margin-left: 30px;
    font-style: italic;
    font-weight: 600;
}

.highlight-list li:last-child {
    margin-bottom: 0;
}

.right-key-high {
    margin-bottom: -5px !important;
}

.key-highlights .pt-2 {
    max-height: 215px;
    overflow: hidden;
    overflow-y: scroll;
}

/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 5px;
}

/* Background of the scrollbar track */
::-webkit-scrollbar-track {
    background: #cdf5d4;
    border-radius: 10px;
}

/* Scrollbar handle */
::-webkit-scrollbar-thumb {
    background: #a4ddaf;
    border-radius: 10px;
}

/* Scrollbar handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #51bc64;
}

html {
    scrollbar-color: #a4ddaf;
    /* Thumb color | Track color */
    scrollbar-width: thin;
    /* Options: auto, thin, none */
}

body {
    scrollbar-face-color: #a4ddaf;
    scrollbar-track-color: #cdf5d4;
}

.underline a {
    text-decoration: underline;
}

.fin-table tbody td {
    border-right: 1px solid #c9ebcf;
}

.fin-table th {
    border-right: 1px solid #b5f7c1;
}

.height300px {
    height: 275px !important;
    max-height: 275px !important;
}

.font_size_10px {
    font-size: 10px;
}

.table-fin {
    border-radius: 10px;
    padding: 0px;
    height: 210px;
}

.bordernone {
    border: none !important;
}

.mt10px {
    margin-top: 10px;
}

.lineheightandml {
    line-height: 21px;
    margin-left: 5px !important;
}

.city-wise-mb-contact-banner {
    .mobile-contact-banner {
        background: linear-gradient(to bottom, #0b1a46, #51bc64) !important;
    }

    .m-content p {
        color: #fff !important;
    }
}

@media (min-width: 769px) {
    .mobile-visible {
        display: none;
    }
}

@media (max-width: 768px) {
    .laptop-visible {
        display: none;
    }
}

#financial {
    body {
        color: #000;
    }

    /* Container for cards */
    .card-container-tab {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        /* Space between cards */
        margin: 20px;
    }

    /* Individual card styling */
    .card-tab {
        border: 2px solid #51bc64;
        /* Green border */
        border-radius: 10px;
        padding: 10px;
        width: 190px;
        text-align: center;
        background-color: #fff;
        /* White background */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Slight shadow for card */
        padding-left: 0px;
    }

    /* Header text styling */
    .card-header-tab {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-align: left;
        /* border-left: 5px solid #51bc64; */
        padding-left: 10px;
    }

    /* Body text styling */
    .card-body-tab {
        font-size: 24px;
        font-weight: bold;
        color: #1e3d58;
        /* Dark blue for the value */
        text-align: left;
        padding-left: 10px;
    }

    .stock-container {
        display: flex;
        gap: 20px;
        margin-top: 30px;
    }

    .sidebar {
        flex: 1;
        background-color: #f4f8f2;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid #d1e1c8;
    }

    .sidebar h4 {
        font-size: 18px;
        font-weight: bold;
        color: #32cd32;
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

    .sidebar ul li {
        margin-bottom: 10px;
    }

    .sidebar ul li a {
        color: #32cd32;
        text-decoration: none;
        font-weight: bold;
    }

    .sidebar ul li a:hover {
        text-decoration: underline;
    }

    .chart-section {
        flex: 2;
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid #d1e1c8;
    }

    .chart-footer {
        text-align: right;
        font-size: 14px;
        color: #777;
        margin-top: 10px;
    }

    canvas {
        width: 100%;
        height: 300px;
    }

    /* Container for the stock information cards */
    .stock-info-container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        /* Space between the high and low sections */
        margin-top: 20px;
    }

    /* Common styles for each stock info section */
    .stock-info {
        display: flex;
        align-items: center;
        width: 100%;
        border-radius: 8px;
        border: 2px solid;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding-left: 20px;
    }

    .stock-info .info {
        width: 100%;
    }

    /* High section styles */
    .high {
        border-color: #32cd32;
        /* Green border for high */
    }

    .high .indicator {
        width: 10px;
        height: 10px;
        background-color: #32cd32;
        /* Green circle indicator */
        border-radius: 50%;
        margin-right: 10px;
    }

    .high .value {
        font-size: 24px;
        font-weight: bold;
        color: #1e3d58;
        /* Dark blue color for the value */
        margin-bottom: 20px;
    }

    .high .date {
        font-size: 16px;
        color: #555;
        text-align: left;
        margin-right: 30px;
        float: right;
        margin-top: 12px;
        /* border-left: 2px solid #51bc64; */
        /* padding-left: 20px; */
    }

    /* Low section styles */
    .low {
        border-color: #f44336;
        /* Red border for low */
    }

    .low .indicator {
        width: 10px;
        height: 10px;
        background-color: #f44336;
        /* Red circle indicator */
        border-radius: 50%;
        margin-right: 10px;
    }

    .low .value {
        font-size: 24px;
        font-weight: bold;
        color: #1e3d58;
        /* Dark blue color for the value */
        margin-bottom: 20px;
    }

    .low .date {
        font-size: 16px;
        color: #555;
        text-align: left;
        margin-right: 30px;
        float: right;
        margin-top: 12px;
        /* border-left: 2px solid #51bc64; */
        /* padding-left: 20px; */
    }

    .stock-info-container h4 {
        display: flex;
        line-height: 12px;
    }
}

.mt20 {
    margin-top: 20px;
}

.stocksmallgreen {
    padding: 8px;
    background-color: #cdf5d4;
    color: #30c663;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}

.stocksmallred {
    padding: 8px;
    background-color: #ffc9c9;
    color: #ff0d0d;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}

.new-tab {
    .tabs-container {
        display: flex;
        border: 1px solid #51bc64 !important;
        border-radius: 20px;
        width: 100%;
        padding: 20px;
    }

    .tabs-left {
        width: 25%;
    }

    .tabs-left a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #51bc64;
        transition: background-color 0.3s;
    }

    .tabs-left a:hover,
    .tabs-left a.active {
        background-color: #edfff0 !important;
        border-color: #edfff0;
    }

    .tabs-right {
        width: 74%;
        padding: 20px;
        background-color: #edfff0;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
        border-bottom: none !important;
    }

    .tab-.tab-content img {
        max-width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }

    .tabs-container .active {
        max-height: fit-content !important;
    }
}

@media (max-width: 576px) {
    .HomePageTopMargin {
        margin-top: -12%;
    }
}

hr {
    background-color: #51bc64;
}

.key-highlights .progress-bar-container {
    width: 50% !important;
}

.key-highlights .progress-labels {
    width: 100% !important;
}

.key-highlights .custom-progress-bar {
    width: 100% !important;
}

.key-highlights .avg_img img {
    top: -100px !important;
    width: 80px !important;
}

/* New Cta Home Page Design */
.new-cta {
    .cta {
        /* background: linear-gradient(to right, #51bc64, #e6f9e6); */
        background-color: #cdf5d4;
        height: 55%;
        width: 100%;
        color: #0b1a46;
    }

    .text {
        text-align: center;
        padding: 1% 2% 0% 2%;
    }

    .text h2 {
        font-weight: bolder;
        font-size: 34px;
    }

    .text p {
        font-size: 14px;
        color: #0b1a46;
    }

    .boxes {
        display: flex;
        gap: 4%;
        width: 100%;
        margin: 2% 0% 0% 4%;
    }

    .boxes-2 {
        display: flex;
        gap: 4%;
        width: 100%;
        margin: 1% 0% 0% 14%;
    }

    .box {
        background-color: #fff;
        align-items: center;
        justify-content: center;
        padding: 0.5% 1% 0.5% 1%;
        border: 1px solid #51bc64;
        border-radius: 10px;
        display: flex;
    }

    .box p {
        margin: 0;
        color: #0b1a46;
        font-weight: bolder;
    }

    .contact-image-div {
        display: flex;
        justify-content: center;
    }

    .contact-image {
        margin: 2.5% 0% 2.5% 0%;
        width: 27%;
    }

    .connector-1 {
        background-color: #b1dfb9;
        width: 2px;
        height: 25px;
        position: relative;
        left: 14.5%;
        margin-top: 8px;
        margin-bottom: -28px;
    }

    .connector-2 {
        background-color: #b1dfb9;
        width: 2px;
        height: 25px;
        position: relative;
        left: 42%;
        margin-top: 3px;
        margin-bottom: -25px;
    }

    .connector-3 {
        background-color: #b1dfb9;
        width: 2px;
        height: 25px;
        position: relative;
        margin-top: -21px;
        left: 75.5%;
    }

    .main-connector {
        height: 2px;
        background-color: #b1dfb9;
    }

    .cconnector-1 {
        background-color: #b1dfb9;
        width: 2px;
        height: 25px;
        position: relative;
        left: 25.5%;
        margin-bottom: -49px;
    }

    .cconnector-2 {
        background-color: #b1dfb9;
        width: 2px;
        height: 25px;
        position: relative;
        left: 51%;
        margin-bottom: 14px;
        margin-top: 25px;
    }

    .cconnector-3 {
        background-color: #b1dfb9;
        width: 2px;
        height: 25px;
        position: relative;
        left: 77%;
        margin-bottom: -7px;
        margin-top: -40px;
    }

    @media screen and (max-width: 768px) {
        h2 {
            line-height: 1;
        }

        .cconnector-1,
        .cconnector-2,
        .cconnector-3,
        .connector-1,
        .connector-2,
        .connector-3,
        .main-connector {
            display: none;
        }
    }
}

.home-tb {
    .p {
        display: inline;
    }

    .bgCFEBFF {
        background-color: #cfebff;
    }

    .bgCDF5D41 {
        background-color: #cdf5d4;
    }

    .dataTables_info {
        display: none !important;
    }

    b {
        font-weight: 800 !important;
    }

    .pl30px {
        padding-left: 30px;
    }

    .pr30px {
        padding-right: 30px;
    }

    table.dataTable.table-striped>tbody>tr:last-child.odd>* {
        box-shadow: inset 0 0 0 9999px #fff !important;
    }

    @media screen and (min-width: 768px) {
        .ellipsis-banker {
            display: inline-block;
            max-width: 120px;
            /* Adjust width as needed */
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: bottom;
        }
    }
}

.fs12p0tl {
    text-align: left;
    padding: 0px;
    font-size: 12px;
}

.new-home-page {
    .h2 {
        font-size: 30px !important;
        font-weight: 500 !important;
    }

    .h4 {
        font-size: 20px !important;
        font-weight: 800 !important;
    }

    .res-btn {
        padding-left: 0.5% !important;
        padding-right: 0.5% !important;
    }

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

        /* for para text */
        .mobile-view-1 {
            text-align: justify;
        }

        .mobile-view-2 {
            padding: 0px;
        }

        .mobile-view-3 {
            width: auto;
        }

        .mobile-view-4 {
            width: 100%;
        }

        .mobile-view-4 h3 {
            flex: none;
        }
    }
}

.cl9747FF {
    color: #9747ff;
}

.cl51BC64 {
    color: #51bc64;
}

.clFEA349 {
    color: #fea349;
}

.ipo-tabs-wrapper {
    font-family: Arial, sans-serif;
    background-color: #f8fbf7;
    padding: 20px;
    border-radius: 10px;
}

.ipo-tabs {
    display: flex;
    margin-bottom: 15px;
}

.ipo-tabs .tab {
    background: #ffffff;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    margin-right: 10px;
    color: #333;
}

.ipo-tabs .tab.active {
    background-color: #0b1440;
    color: #fff;
    border-color: #0b1440;
}

.ipo-description {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.ipo-status-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
}

.ipo-status {
    display: inline-block;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    background: #fff;
}

.ipo-status span {
    margin-left: 5px;
}

.ipo-status.opening {
    color: #9747ff;
    border-color: #9747ff;
}

.ipo-status.open {
    color: #2cb25f;
    border-color: #2cb25f;
}

.ipo-status.closed {
    color: #fea349;
    border-color: #fea349;
}

.ipo-status.listed {
    color: #0b1440;
    border-color: #0b1440;
}

/* top-navigation-contact-email-button */
.main-phonee-emaill-btnnn {
    top: 33%;
    position: relative;
}

.phonee-emaill {
    position: absolute;
    top: 49px;
    right: 40%;
    background-color: #ffffff;
    display: none;
    /* Hide by default */
    flex-direction: column;
    align-items: flex-start;
    justify-content: center !important;
    padding: 3px 0px 3px 0px;
    border-radius: 5px;
    line-height: 6px;
    width: 19vw;
}

.phonee-emaill p {
    color: #51bc64;
    margin: 3% 0% 4% 4%;
    line-height: 5px;
}

.main-phonee-emaill-btnnn:hover .phonee-emaill {
    display: flex !important;
}

.top-tab {
    padding: 10px;
    width: 50%;
    border-radius: 10px;
    color: #0b1a46;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: -10px !important;
}


.toggle-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    float: right;
}

.toggle-icon:hover {
    background-color: #f0f0f0;
    /* Change background color on hover */
}

.plus-icon {
    margin-top: -6px;
}

#dashboard {
    .cta-sidebar-upcoming h5 {
        font-size: 14px !important;
    }

    .animated-button {
        font-size: 14px;
        width: 140px;
        height: 30px;
    }
}

#dashboard-div-10 {
    .category-tabs .nav-item {
        width: 15%;
    }
}

.fwbold {
    font-weight: bold;
}

.checklist-nav ol li a {
    font-size: 14px !important;
    padding: 0px 5px !important;
}

.checklist-nav ul li a {
    white-space: normal !important;
}

.ipo-status-buttons .ipo-status.active {
    background-color: #51bc64;
    color: white;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .category-tabs .nav-item {
        width: 50% !important;
    }

    .ipo-status {
        width: 100%;
        min-width: 180px;
        margin-bottom: 20px;
    }

    .ipo-status-buttons {
        display: flex;
        gap: 10px;
        flex-wrap: initial;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        overflow: scroll;
    }
}

/* Initial eligiblity */
.outerbox {
    display: flex;
    flex-direction: row;
}

.outerbox_div {
    display: flex;
    align-items: center !important;
    padding-right: 4%;
    margin-left: 8%;
}

.outerbox_label {
    display: flex;
    justify-content: center;
    width: 35vw !important;
    align-items: center;
    margin-right: 20px;
}

.outerbox_span {
    width: 29vw;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .outerbox {
        display: block;
        text-align: center;
    }

    .outerbox_span {
        width: 100%;
    }
}

/* top-navigation-new-mobile-layout */
.dropdown-menuu,
.dropdown-menu {
    display: none;
    position: relative;
    z-index: 1000;
    padding: 0.5rem;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.dropdown-menuu.show,
.dropdown-menu.show {
    display: block;
}

.social-links-top a {
    padding-left: 3%;
}

.social-links-top a i {
    font-size: 6vw;
}

/* home-icon-top-navigation-mobile-layout */
.home-mobile-menu {
    font-weight: 600 !important;
    padding-left: 3.3% !important;
    font-size: 3.5vw !important;
}

/* Blogs page -added dropdown on buttons  */
.blog-searchbar {
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
    border: 1px #999 solid;
    height: 3.4vw;
    border-radius: 0px !important;
}

.blog-count {
    display: flex;
    justify-content: end;
}

div#blog-search {
    margin-top: -7.2vw;
}

.dropdown-item.blog-item.blog-link {
    white-space: normal;
    word-break: break-word;
    display: block;
    width: 100%;
    padding: 2px 12px;
}

.blog-item::before {
    content: "•";
    margin-right: 8px;
    color: #000;
    font-weight: bold;
}

/* social media buttons on ipo individual pages */
.socialicon {
    cursor: pointer;
    padding: 0.2%;
}

.socialicon img {
    height: auto;
    width: 1.9%;
    transition: transform 0.3s ease, width 0.3s ease;
}

.socialicon:hover img {
    transform: translateY(-3px) scale(1.3);
    /* move up + increase size */
}

.socialmedialinksforupcomingindividualpage,
.socialmedialinksforoldindividualpage {
    .socialicon img {
        height: auto;
        width: 2.6%;
        transition: transform 0.3s ease, width 0.3s ease;
    }

    .socialicon {
        cursor: pointer;
        padding: 0.2%;
    }

    .socialicon:hover img {
        transform: translateY(-3px) scale(1.3);
        /* move up + increase size */
    }

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

        .socialicon {
            padding: 0.8%;
        }

        .socialicon img {
            width: 6%;
        }
    }

}

@media only screen and (max-width: 768px) {
    .socialicon {
        padding: 0.8%;
    }

    .socialicon img {
        width: 6%;
    }
}

@media only screen and (max-width: 768px) {
    .ipo-platform-container {
        display: block;
        margin: auto;
        padding: 20px;
        color: #1f1f1f;
        background-color: #e4f6ee;
        border-radius: 10px;
        text-align: center;
    }

    .ipo-platform-container h2 {
        font-size: 20px;
        font-weight: bold;
        color: #0b2e59;
        margin-bottom: 10px;
    }

    .ipo-platform-container p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #3a3a3a;
    }

    .ipo-features {
        max-height: 220px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
        scrollbar-width: thin;
    }

    .ipo-carousel-container {
        max-width: 400px;
        margin: auto;
        overflow: hidden;
        height: 250px;
        position: relative;
    }

    .ipo-carousel {
        display: flex;
        flex-direction: column;
        transition: transform 0.6s ease-in-out;
    }

    .ipo-feature-box {
        height: 70px;
        padding: 10px;
        background: #fff;
        border-radius: 8px;
        margin: 5px 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: left;
        border: 1px solid #51bc64;
        gap: 10px;
    }

    .ipo-feature-box img {
        width: 24px;
        height: 24px;
    }

    .cta-button {
        display: inline-block;
        margin-top: 20px;
        padding: 12px 20px;
        background-color: #061b50;
        color: white;
        font-weight: bold;
        border-radius: 25px;
        text-decoration: none;
    }

    .social-share {
        margin-top: 20px;
        float: left;
    }
}

/* Hide this section on desktop */
@media only screen and (min-width: 769px) {
    .ipo-platform-container {
        display: none;
    }
}

.confidential-tag {
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    color: #3f5e56;
    background-color: #d9ece4;
    padding: 6px 14px;
    border-radius: 10px;
    border: 1.5px solid #a6c9bd;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.07);
    font-family: Arial, sans-serif;
    margin-right: 20px;
    vertical-align: middle;
}

.social-share {
    display: inline-flex;
    gap: 10px;
    vertical-align: middle;
    float: right;
}

.social-share a {
    display: inline-block;
    width: 24px;
    height: 24px;
    filter: grayscale(0.3);
    transition: filter 0.3s;
}

.social-share a:hover {
    filter: none;
}

.social-share svg {
    width: 100%;
    height: 100%;
    fill: #061b50;
}

.green-bullets {
    list-style-type: none;
    /* remove default bullets */
    padding-left: 0;
    margin-left: 30px;
}

.green-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 16px;
}

.green-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #4caf50;
    /* green */
    border-radius: 50%;
}

.ipo-button {
    background-color: #e3f9ea;
    /* soft green */
    border: 1px solid #9edcaa;
    /* green border */
    color: #003366;
    /* dark blue text */
    font-family: Arial, sans-serif;
    padding: 8px 16px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    text-align: center;
}

.ipo-button2 {
    background-color: #e3f9ea;
    /* soft green */
    border: 1px solid #9edcaa;
    /* green border */
    color: #003366;
    /* dark blue text */
    font-family: Arial, sans-serif;
    padding: 8px 16px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    text-align: center;
}

.ipo-button2 strong {
    font-weight: bold;
}

.ipo-button2:hover {
    background-color: #d4f5de;
}

.ipo-button strong {
    font-weight: bold;
}

.ipo-button:hover {
    background-color: #d4f5de;
}

.ipo-stats-card {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #e0f0e9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 500px;
    padding: 16px 24px;
}

.ipo-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #002d56;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

.ipo-total {
    color: #002d56;
}

.ipo-content {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}

.ipo-column {
    text-align: center;
    width: 50%;
    cursor: pointer;
}

.ipo-label {
    color: #555;
    margin-bottom: 4px;
}

.ipo-value {
    font-weight: bold;
    color: #2e7d32;
    /* dark green */
}

.ipo-percent {
    font-weight: normal;
    color: #2e7d32;
}

.divider {
    width: 1px;
    background-color: #e0e0e0;
    margin: 0 12px;
}

.ipo-carousel-wrapper {
    padding: 30px;
}

.ipo-carousel .ipo-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    color: #003366;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ipo-carousel .ipo-card h3 {
    font-size: 16px !important;
    font-weight: bold;
    color: #1b5e20;
    margin-bottom: 8px;
}

.ipo-carousel .ipo-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.ipo-carousel .ipo-details p {
    margin: 4px 0;
    font-size: 14px;
}

.ipo-details strong {
    float: left;
    font-weight: 100;
    font-size: 14px;
}

.ipo-details b {
    float: right;
}

.ipo-carousel .ipo-btn {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-align: center;
}

.ipo-carousel .ipo-btn.green {
    background-color: #4caf50;
    color: #fff;
}

.ipo-carousel .ipo-btn.dark {
    background-color: #001f4d;
    color: #fff;
}

.ipo-carousel-wrapper hr {
    margin-top: 0px !important;
}

.ipo-subscription h3 {
    font-size: 16px !important;
}

.ipo-subscription hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
    width: 70%;
}

.ipo-subscription {
    font-size: 14px;
}

.registrar_link a {
    font-size: 14px;
}

.m0 {
    margin: 0px;
}

.rta-card {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-family: "Segoe UI", sans-serif;
}

.rta-card-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.rta-logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 10px;
    margin-right: 15px;
    background-color: #f5f5f5;
}

.rta-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.rta-name {
    font-weight: 600;
    color: #08264a;
    font-size: 15px;
    margin-bottom: 2px;
}

.rta-info {
    font-size: 14px;
    color: #555;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rta-value {
    color: #32a852;
    /* Green */
    font-weight: 600;
    margin-left: 10px;
}

.ipo-carousel-wrapper .owl-dots {
    margin-top: 20px;
}

@media (max-width: 768px) {
    #truncate-target .full-text {
        display: none;
    }

    #truncate-target.expanded .full-text {
        display: inline;
    }

    #truncate-target.expanded .short-text {
        display: none;
    }

    #truncate-target .see-more-btn {
        color: #0b1a46 !important;
        text-decoration: underline;
        cursor: pointer;
        font-weight: 500;
        margin-left: 5px;
    }
}

#truncate-target {
    text-align: justify !important;
}

.ipo-links-container {
    display: flex;
    gap: 100px;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    /* light background like in your image */
    border-radius: 8px;
    flex-wrap: wrap;
}

.ipo-link-button {
    border: 2px solid #32a852;
    /* green border */
    color: #0a2540;
    /* dark blue text */
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.ipo-link-button:hover {
    background-color: #32a852;
    color: #fff;
}

.ipo-advisory-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background-color: #e0fcec;
    padding: 30px;
    border-radius: 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.ipo-advisory-left {
    flex: 1;
    min-width: 300px;
    max-width: 55%;
}

.ipo-advisory-left h2 {
    color: #0a2540;
    font-size: 20px;
    margin-bottom: 15px;
}

.ipo-advisory-left p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ipo-advisory-left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.ipo-advisory-left li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #0a2540;
}

.contact-us-button {
    background-color: #2bbf6f;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.contact-us-button:hover {
    background-color: #229f5b;
}

.ipo-advisory-right {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ipo-service-card {
    display: flex;
    gap: 15px;
    background-color: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    align-items: flex-start;
}

.ipo-service-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.ipo-service-card h4 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #0a2540;
}

.ipo-service-card p {
    margin: 0;
    font-size: 14px;
    color: #444;
}

.spanofinitialeligibilitypoints {
    font-size: 14px;
    font-style: italic;
    color: #51bc64;
    font-weight: bold;
}

.spanofinitialeligibilitynotes {
    font-size: 14px;
    font-style: italic;
}

@media (max-width: 768px) {
    .eligibilitypageresources {
        flex-wrap: wrap;
    }

    .eligibilitypageresources h3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#registrar {
    .banker-name b {
        font-size: 14px;
        font-weight: 700;
        color: #676568;
    }

    .merchant-bankers b {
        display: flex;
    }

    .toggle-icon {
        display: block;
        margin: auto;
        margin-left: 5px;
        border: 2px solid #676568;
        color: #676568;
    }

    .company-info b {
        text-align: center;
    }

    .company-info .merchant-bankers {
        display: block;
        margin: auto;
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        margin-top: 100px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    @media (max-width: 768px) {

        .rtalogomobile {
            display: flex;
            position: absolute;
        }

        .h1formobile {
            margin-left: 40%;
            line-height: 35px;
        }

        .card-ipo {
            min-width: 99vw !important;
        }

        .ipo-carousel-wrapper {
            padding: 30px 30px 30px 40px;
        }

        .font-to-be-center {
            text-align: center;
        }

        .ipo-subscription hr {
            margin-left: 0px;
            margin-right: 0px;
            width: 100%;
        }

        .ipo-subscription h3 {
            text-align: center;
        }

        .ipo-subscriptiondiv .col-md-6 {
            display: flex;
            width: 50%;
            justify-content: start;
        }

        .ipo-subscriptiondiv .col-md-6.brand-primary {
            display: flex;
            justify-content: end;
        }

        .ipo-links-container {
            gap: 20px;
            min-width: 99vw;
        }

        .leftmarginformobileview {
            margin-left: 10px;
        }

        .ipo-advisory-section {
            margin-left: 10px;
        }

        .ipo-advisory-left {
            min-width: 100%;
            text-align: center;
        }

        .upcomingsection {
            margin-left: 10px;
        }

        .ipo-button,
        .ipo-button2 {
            width: 100%;
        }

        .ipo-details strong,
        .ipo-carousel .ipo-meta {
            font-weight: 600
        }

        .ipo-link-button {
            min-width: 70%;
            text-align: center;
        }

        .incorporation {
            display: flex;
            justify-content: space-around;
        }
    }

    @media (min-width: 769px) {
        .mobile-visible {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .laptop-visible {
            display: none;
        }
    }




}

.detailsdiv .rta-card-inner {
    align-items: flex-start;
}

.detailsdiv .rta-logo img {
    width: 100px;
    height: 100px;
}

.ipo-carousel-wrapper .owl-nav .owl-prev {
    left: 0px;
    top: 15%;
}

.ipo-carousel-wrapper .owl-nav .owl-next {
    top: 15%;
}

.cursorpointer {
    cursor: pointer;
}

.accordion .card-body a {
    text-decoration: underline;
    font-weight: bold;
}


/* style for mobile filters */
.filtertogglebtnn[aria-expanded="true"] {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    border: 1px solid #51bc64;
    border-radius: 4px;
    background-color: #51bc64;
}

.filtertogglebtnn[aria-expanded="true"] .filterimage {
    display: none !important;
}

.filtertogglebtnn[aria-expanded="false"] .filterimage {
    width: 22%;
    padding: 4px;
}

.filtertogglebtnn[aria-expanded="false"] {
    width: 25%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    padding: 4px;
    color: #51bc64;
    background: #fff;
    border: 1px solid #51bc64;
    border-radius: 4px;

}

.filterformdesign {
    margin: auto;
    width: 80%;
    background-color: #fff;
    height: 60vw;
    overflow-x: auto;
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.15);
}

.close_button {
    font-size: 20px;
    text-align: end;
    padding-right: 3%;
}

.clear_and_apply,
.clearapply {
    background-color: #fff !important;
    padding: 2vw !important;
    width: 80% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.15) !important;
}



/* Style the drag handle icon */
.drag-handle i {
    cursor: grab;
    font-size: 20px;
    color: #6c757d;
    /* Light gray color */
}

.drag-handle i:hover {
    color: #007bff;
    /* Blue color when hovering over the drag icon */
}


/* Apply a custom style when dragging a row */
.sortable-ghost {
    opacity: 0.4;
    /* Makes the dragged row transparent */
}

/* Apply a custom style to the row being dragged */
.sortable-drag {
    background-color: #f0f0f0;
    /* Light background for the row being dragged */
}

/* Make the drop target visually acceptable */
#peer-metrics-table tbody {
    border: 2px dashed #007bff;
    /* Blue border for the drop area */
}

/* Prevent rows from being dragged outside the table */
#peer-metrics-table tbody tr {
    cursor: grab;
}



.ipo-box {
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    background-color: #fff;
    border: 10px solid #CDF5D4;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
}


.fs16px {
    font-size: 16px;
}

.green {
    color: #51BC64;
}

.fs24px {
    font-size: 24px !important;
}

.borderrightgreen3 {
    border-right: 3px solid #51BC64;
}

.borderrightgreen1 {
    border-right: 1px solid #51BC64;
}

.minheight60px {
    min-height: 60px;
}

.drhp-box {
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

.drhp-box .row {
    margin: 0;
    border-radius: 20px !important;
}

.drhp-box .row div {
    border-radius: 20px !important;
}

.bgEEFCF1 {
    background-color: #EEFCF1;
    font-size: 14px;
}

.bgeaf5ff {
    background-color: #F2F2F2;
    font-size: 14px;
}

.bge7f9e9 {
    background-color: #F2F2F2;
    font-size: 14px;
}

.bgf1eaff {
    background-color: #F2F2F2;
    font-size: 14px;
}

.bgffeaf2 {
    background-color: #F2F2F2;
    font-size: 14px;
}

.bgf5f5f5 {
    background-color: #F2F2F2;
    font-size: 14px;
}

/* Darker left cell in each row */
.bgEEFCF1 .row-name {
    background-color: #DEFDE4;
}

.bgeaf5ff .row-name {
    background-color: #DEF5FD;
}

.bge7f9e9 .row-name {
    background-color: #CAE6FF;
}

.bgf1eaff .row-name {
    background-color: #DCCAFF;
}

.bgffeaf2 .row-name {
    background-color: #FFCAF4;
}

.bgf5f5f5 .row-name {
    background-color: #FFCACD;
}

.overflowhidden {
    overflow: hidden;
}

.margintop0px {
    margin-top: 0px;
}

.marginbottom0px {
    margin-bottom: 0px;
}

.drhp-top-div {
    border: 5px solid #CDF5D4;
    margin-left: 0px;
    border-radius: 20px;
    margin-right: 0px;
}

#ipoTable_wrapper {

    /* Style the DataTable bottom bar */
    .custom-footer {
        background-color: #d7f2df !important;
        /* light green, like your image */
        font-weight: 500;
        font-size: 14px;
        border-top: none;
        border-radius: 0 0 10px 10px;
    }

    /* Style DataTable length dropdown */
    .dataTables_length select {
        display: inline-block;
        width: auto;
        margin-left: 4px;
        margin-right: 4px;
        padding: 2px 6px;
        border-radius: 4px;
    }

    /* Align pagination text with dropdown and info */
    .dataTables_info {
        margin: 0;
    }

    .dataTables_paginate {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #ipoTable_info {
        padding-top: 0px !important;
    }

    .custom-select {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .pagination i {
        color: #fff;

    }
}

.rupeetoponpeer {
    border: 3px solid;
    width: 60px;
    border-radius: 50px;
    position: absolute;
    top: -30%;
    background: #fff;
    left: 45%;
    font-size: 30px;
    color: #CDF5D4;
}

.posrealtive {
    position: relative;
}

.vsround {
    position: absolute;
    left: -18px;
    top: 35%;
    background: #E4FFE9;
    border: 1px solid;
    border-radius: 50px;
    padding: 4px;
    margin: 0px;
    width: 35px;
    font-size: 14px;
}



.list-group-item {
    border: none;
}


/* peer page */
@media screen and (max-width: 768px) {

    /* negative bottom margin */
    .nbm {
        margin-bottom: -40% !important;
    }

    /* negative top margin */
    .ntm {
        margin-top: -5% !important;
    }

    .fs24px {
        font-size: 18px !important;
    }

    .rupeetoponpeer {
        border: 3px solid;
        width: 50px;
        height: auto;
        font-size: 4.5vw !important;
        left: 44%;
    }

    .bgeaf5ff {
        background-color: #eaf5ff;
    }

    .bge7f9e9 {
        background-color: #e7f9e9;
    }

    .bgf1eaff {
        background-color: #f1eaff;
    }

    .bgffeaf2 {
        background-color: #ffeaf2;
    }

    .bgf5f5f5 {
        background-color: #f5f5f5;
    }
}

#list-upcoming-ipo h5 {
    font-weight: 500 !important;
    /* font-size: 24px !important; */
}

/* Make the search bar text small on home page */
.search-top,
.dataTables_info {
    font-size: 12px !important;
}

.mr22 {
    margin-top: -10%;
}

/* css for ipo - sme ipo button dropdown on all pages for mobile above metrix */
@media screen and (max-width: 768px) {
    .homepagedropdown {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .homepagedropdown {
        display: flex;
        background-color: #F5FAF6;
        position: sticky;
        top: 9%;
        z-index: 2;
    }

    .ipodiv,
    .smeipodiv {
        position: absolute;
        background-color: #f5faf6;
        top: 11vw;
        color: #0B1A46;
        width: 100%;
        padding-left: 20px;
        box-shadow: none;
    }

    .ipobtn span,
    .smeipobtn span {
        box-shadow: none;
    }

    .iponav,
    .smeiponav {
        box-shadow: none;
    }

    .ipoul li div,
    .smeipodiv li div {
        background-color: #f5faf6;
        height: 30vw;
        overflow: auto;
        position: relative !important;
        width: 95%;
    }
}

/* for home page dashboard tables */
.raprow td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

.table-responsive {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
}

.widthfordashboardtd1 {
    width: 210px !important;
    padding-right: 2px !important;
}

.widthfordashboardtd2 {
    width: 5px !important;
    padding-right: 2px !important;
}

.widthfordashboardtd3 {
    width: 5px !important;
    padding-right: 2px !important;
}

.widthfordashboardtd4 {
    width: 25px !important;
    padding-right: 2px !important;
}

/* design for connect and detail review button on list of sme merchant banker on home page home.stats */
@media screen and (max-width: 768px) {
    .mobileforconnectanddetailreviewbutton {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
    }

    .mobileforconnectanddetailreviewbutton .btn-wrapperr {
        width: 50%;
        padding: 2px;
        box-sizing: border-box;
    }

    .mobileforconnectanddetailreviewbutton .btn-wrapperr a {
        width: 100%;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 8px 0px 8px 0px !important;
    }

    .avg_subs {
        width: 100% !important;
        margin: auto;
    }
}


/* document button for mobile on ipo individual pages */
@media screen and (min-width: 768px) {
    .tabdocument {
        display: none !important;
    }
}

.tabdocument .dropdown-contentt {
    position: absolute !important;
    width: 100%;
    background-color: #F5FAF6 !important;
    padding: 10px 15px;
    opacity: 0;
    border-radius: 10px !important;
    z-index: 9;
}

.tabdocument.active .dropdown-contentt {
    opacity: 1;
    pointer-events: auto;
}

.tabdocument .dropdown-contentt a {
    display: block;
    padding: 6px 0;
}

.docbtn {
    background-color: #F1FFF1;
    color: black;
    padding: 6px 10px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
}

div.dt-container div.dt-paging ul.pagination {
    justify-content: flex-end;
}

.search-top,
.dataTables_info {
    margin-bottom: 10px;
}



/* default state */
#Corporate-Presentation-button .hover-icon {
    content: url('/images/icons/Group_49350.png');
}

/* hover state */
#Corporate-Presentation-button:hover .hover-icon {
    content: url('/images/icons/Group_49351.png');
}

#Corporate-Presentation-button:hover span {
    color: #51bc64;
}

.qip-box {
    border: 1px solid #d3e3d3;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    background-color: #f9fdf9;
}

.qip-title {
    font-weight: bold;
    font-size: 18px;
    color: #003366;
    background-color: #e8fbe8;
    border: 1px solid #a3d8a3;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.qip-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
}

.qip-row:first-of-type {
    border-top: none;
}

.label {
    font-weight: 500;
    color: #333;
}

.value {
    font-weight: 600;
    color: #007f00;
}

.object-of-issue {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.object-of-issue .value {
    color: #28a745;
}


.qip-box hr {
    margin-top: 20px;
}

.ellipsis-banker2 {
    display: inline-block;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}


.timeline {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
}

.line_doted_show {
    position: absolute;
    top: 61px;
    left: 60px;
    right: 60px;
    z-index: 28;
}

.timeline-box {
    background: #F7FFF6;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    min-width: 280px;
    max-width: 360px;
    position: relative;
    z-index: 2;
    width: 300px;
}

.timeline-box .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1db954;
    position: absolute;
    top: 53px;
    z-index: 3;
}

.timeline-left .dot {
    left: 46px;
}

.timeline-right .dot {
    right: 235px;
}

.timeline-left {
    text-align: left;
}

.timeline-right {
    text-align: left;
}

.timeline-title {
    font-weight: 600;
    color: #0B1A46;
    margin-top: 30px;
}

.bold-label {
    font-weight: 600;
}

.brlm {
    font-weight: 500;
}

@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
        align-items: center;
    }

    .timeline::before {
        display: none;
    }

    .timeline-box {
        margin-bottom: 20px;
    }

    .timeline-box .dot {
        display: none;
    }
}
