@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

a,
section a {
    color: #df0505;
}

a:hover,
section a:hover {
    color: #ff0000;
    ;
}

a b,
a strong {
    font-weight: normal;
}

body,
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    line-height: 30px;
    color: #0f0f0f;
    word-break: break-word;
}
p {
    font-size: 15px;
}

/*CSS for Header----------------------------*/

.top-header {
    border-bottom: 3px #ffa800 solid;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 54px;
}
.top-header .navbar.navbar-boxed {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.top-header p {
    text-align: left;
    margin: 0;
}
.top-header .navbar {
    width: 100%;
}
.top-right-menu ul {
    float: right;
    margin: 0;
    padding: 0;
}
.top-right-menu ul li {
    float: left;
    position: relative;
}
.top-right-menu ul li a {
    color: #212529;
    padding-top: 0;
    padding-bottom: 0;
}
.top-right-menu ul li a.raise-ticket strong {
    color: #fff !important;
} 
.logo-section .navbar {
    width: 100%;
}
.icon-pic {width: 20px; margin-right: 8px;}

.cs img {
    width: 70px;
}
.logo-section .navbar-dark .navbar-brand {
    padding: 0;
}
.main-menu-sec .nav-cont {
    background: rgb(255,123,0);
    background: linear-gradient(180deg, rgba(255,123,0,1) 0%, rgba(255,9,0,1) 100%);
}
.upcoming-ipos {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.upcoming-ipos .container, 
.ongoing-ipo-sec-top .container,
.ongoing-ipo-sec-mid .container,
.faq-section .container, 
.faq-section .container  {
    width: 1320px;
}

.list-left-panel h3 {
    font-size: 45px;
}
.logo-section .navbar {
    margin-bottom: 0;
}
.logo-section .logo-sec {
    padding-left: 0;
    padding-right: 0;
}
.main-menu-sec .navbar {
    width: 100%;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
.main-menu-sec .navbar-nav {
    flex-direction: row;
}
.main-menu-sec nav.navbar.navbar-inverse {
    background: rgb(255,123,0);
    background: linear-gradient(180deg, rgba(255,123,0,1) 0%, rgba(255,9,0,1) 100%);
    border-radius: 0;
}
.main-menu-sec .navbar-nav li {
    background: url(../jpg/menu-divider.jpg) no-repeat right;
    /* padding: 0 20px; */
    padding: 0;
    float: left;
}
.main-menu-sec .navbar-nav li img {
    width: 20px !important;
}
.main-menu-sec .navbar-nav li a {
    padding: 16px 40px;
    color: #fff !important;
    float: left;
}
.main-menu-sec .navbar-nav li a:hover {
    background: rgb(255,123,0);
    background: linear-gradient(180deg, rgba(255,9,0,1) 0%, rgba(255,123,0,1) 100%);
}
.main-menu-sec .navbar-nav li
.navbar {
    margin: 0 !important;
}

/*CSS for footer---------------------*/
.ipo-footer .footer-certification {
    background: #b50000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.ipo-footer .footer-top {
    background: rgb(255,0,0);
    background: linear-gradient(170deg, rgba(255,0,0,1) 0%, rgba(255,123,0,1) 100%);
    padding: 60px !important;
}
.ipo-footer .footer-middle {
    background: #b50000;
    padding-left: 60px;
    padding-right: 60px;
}
.ipo-footer .footer-bottom {
    color: #fff;
    background-color: #b50000;
}
.footer-bottom {
    padding-top: 1%;
    padding-bottom: 1%;
}
.footer-bottom p {
    margin-bottom: 0;
}
.ipo-footer .padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%;
}
.ipo-footer .footer-top p {
    color: #fff;
    margin: 15px 0 0 0;
}
.footer-head {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
.footer-middle li {
    color: #fff;
    font-weight: 600;
    /* text-transform: uppercase; */
    line-height: 1.2;
}
section.ipo-footer .footer-startup .footer-middle li a {
    color: #eb9c00;
    font-weight: 500;
    position: relative;
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}
section.ipo-footer .footer-startup .footer-middle li a:hover { 
    color: #fff;
}
.footer-middle li:first-child {
    position: relative;
    top: 6px;
}
.footer-middle .row.last {
    margin-top: 20px;
}
.footer-white-text {
    color: #fff;
}
.footer-white-text strong  {
    color: #fff;
}
.footer-white-text a {
    color: #eb9c00;
    font-weight: bold;
}
.footer-top.marquee {
    padding: 30px 15px !important;
}
marquee, marquee strong, marquee a {
    color: #fff;
}
.footer-middle li {
    float: left;
}
section.ipo-footer .footer-startup li a {
    color: #fff;
    text-decoration: none;
}
section.ipo-footer .footer-startup li a:hover, .footer-bottom p a:hover {
    color: #ffd700;
}
.footer-bottom p, .footer-bottom p a {
    color: #fff;
    text-decoration: none;
}

.list-right-panel #live_search {
    background: url(../png/magnifying-glass.png) no-repeat 10px 15px;
    padding-left: 40px;
    background-size: 24px;
    padding: 26px 15px 26px 40px
}
.td1, .td2, .td3, .td4, .td5, .td6 {
    padding: 20px 0;
}
.applypopup-mobile {
    display: none;
}


/* header */
.block {
    display: inline-block;
    width: 65%;
    text-align: left;
}

.block img {
    width: 190px;
}

.ipo-seo-header {
    width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;

}

.hello-india-invest {
    width: 486px;
    font-size: 36px;
    font-weight: bold;

    line-height: 1.5;
    color: #494949;
}

.zero-commissions p {
    width: 462px;
    font-size: 18px;
    font-weight: 600;
    color: #727682;
}

.logo-nav {
    width: 100%;
}

/* navbar */
.navbar {
    overflow: hidden;
    width: 34%;
    display: inline-block;
    margin-top: 3px;
    text-align: right;
}

.navbar a {
    font-size: 16px;
    color: #494949;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    display: table-cell;

}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn,
.dropdown .dropbtn1 {
    font-size: 16px;
    border: none;
    outline: none;
    color: #494949;
    padding: 17px 16px 0 16px;
    background-color: inherit;
    margin: 0;
    cursor: pointer;
    line-height: 1.13;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 0 0 0 15px;
}

.dropdown-content a {
    float: none;
    color: #494949;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}



.ipo-seo-heading {
    width: 100%;
    display: inline-block;
}

.ipo-logo {
    width: 40%;
    display: inline-block;
    box-sizing: border-box;
}

.ipo-logo img {
    width: 371px;
    height: 288px;
    margin: 58px 228px 71px 205px;
    object-fit: contain;
}

.illustration-img {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}

.illustration-img img {
    width: 371px;
    height: 260px;
    object-fit: contain;
}

/* end header */
.main {
    width: 100%;
    background-color: #f9fbfd;


}

.all-data {

    width: 1140px;
    margin: 0 auto;
}

.ipos-container {
    width: 100%;
    /* background-color: #f9fbfd; */

    box-sizing: border-box;


}

.cu-details:hover {
    box-shadow: 0 2px 8px 0 rgb(86 117 146 / 10%);
    background-color: #ffffff;
}

.current-and-upcoming-ipos,
.closed-ipos {
    width: 750px;
    margin: 0 0 0 1px;
    padding: 12px 0 0px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(86, 117, 146, 0.1);
    background-color: #ffffff;
    position: relative;
}

/*.vertical-line {
            width: 4px;
            height: 44px;
            margin: 0 11px 16px 0;
            background-color: #59aa00;
            position: absolute;
            top: 12px;
        }*/
.vertical-line {
    width: 50%;
    height: 4px;
    /* margin: 1% 4% 1% 2%; */
    background-color: #ffa800;
}

.vertical-lineclosed {
    width: 15%;
    height: 4px;
    /* margin: 1% 4% 1% 2%; */
    background-color: #ffa800;
}

.heading-text {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #1E1E1E;
    padding-bottom: 10px;
}

.current-upcoming-details {
    margin-top: 50px;
    width: 100%;
}

.current-upcoming-details th {

    font-size: 10px;
    background-image: linear-gradient(to bottom, #fbfbfc, #fbfbfc);
    color: #727682;
    padding: 10px 0;

}

.tdh1,
.tdh2,
.tdh3,
.tdh4,
.tdh5,
.tdh6 {
    color: #6C6B6B7D;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    /* 384.615% */
    letter-spacing: -0.195px;
}

tr td span {
    vertical-align: middle;
}

.brand-logo {
    width: 15%;
    display: inline-block;
}

.brand-name {
    width: 70%;
    display: inline-block;
    /* font-weight: 600; */
    padding: 20px 12px;
    color: #1E1E1E;
}
.brand-name a {
    color: #1E1E1E;
}

.brand-logo img {
    height: 70px;
    width: 70px;
    border-radius: 3px;
    border: 1px solid #e8e9ed;
    border-radius: 3px;
}

.cu-details td {
    vertical-align: middle;
    /*font-size: 12px;*/
    transition: all 0.4s ease;
}

.Card_list_arrownormal {
    position: absolute;
    top: 44%;
    right: 29px;
}

.cu-details {
    border-bottom: 1px dotted #f3f3f5;
    align-items: center;
    cursor: pointer;
    display: table;
    height: 75px;
    width: 100%;
    border-radius: 10px;
    background: var(--ffffff-white, #FFF);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

tr:last-child {
    border-bottom: none;
}

.open-ipo {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #59aa00;
    display: inline-block;
    margin-right: 10px;
}

.line-copy {
    width: 98%;
    margin: 0 auto;
    border: solid 1px #ecebeb;
}


span.upcoming-ipo {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ee9c16;
    display: inline-block;
    margin-right: 10px;
}

div .dotted-line {
    border-bottom: 1px dotted black;
}

.Card_list_arrownormal img {
    width: 12px;
    height: 22px;
    display: block;
}

.vertical-line-for-closed-ipos {
    width: 4px;
    height: 44px;
    margin: 0 11px 16px 0;
    background-color: #d23d50;
    position: absolute;
    top: 6px;
}

.closed-ipo {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d23d50;
    display: inline-block;
    margin-right: 10px;
}

.ipos-container {
    /* display: flex; */
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.ipos-container-main {
    width: 60%;
}

.demat-account {
    width: 320px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(86, 117, 146, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.02);
    background: #fff;
    position: fixed;
    top: 194px;
    margin-left: 30px;
}

.apply-to-ipos-using-upi {
    font-size: 16px;
    font-weight: 600;
    color: #494949;
}

.invest-in-your-favou {
    font-size: 14px;
    text-align: center;
    color: #5c5f68;
}

.demat-acc-img img {
    width: 180px;
    object-fit: contain;
    padding: 5px 0;
}

.cta-card {
    width: 100%;
    height: 40px;
    border-radius: 3.2px;
    background-color: #004393;
    color: #ffffff;
    font-weight: bold;
    display: table;
    margin: 12px 0;
}

.cta-card p {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.login-demat-account {
    font-size: 14px;
    color: #004393;
    text-align: center;
}

.login-demat-account a {
    color: #004393;
    text-decoration: none;
}

/* benefites of applying IPOs */
.benefits-of-applying-ipos {
    max-width: 750px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 38px;
}

.benefits-of-applying-ipos h1 {
    font-size: 30px;
    margin: 0 0 30px 0;
}

.benefits-of-applying-ipos-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.44;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 60px auto auto;
    width: 579px;
}

.benefits-of-applying-ipos-containes {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.benefits-of-applying-ipos-heading .convenience img {
    width: 69px;
    height: 72px;
}

.common-style {
    width: 33%;
}

.cs {
    display: flex;
    flex-direction: column;
    padding: 10px 7px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.cs-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding: 20px 0 10px 0;
}

.cs-text {
    font-size: 13px;
    line-height: 21px;
    color: #727682;
    text-align: center;
}

/* how to apply IPOS */
.how-to-apply-for-ipos-on-paytm-money {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.htaipospm-heading {
    font-size: 30px;
    font-weight: 600;
    margin: 50px 0;
}

.htaipospm-text-details {
    max-width: 430px;

}

.htaipospm-img {
    width: 40%;
    margin-left: 30px;

}

.htaipospm-img .img2 {
    position: absolute;
    top: 0;
    width: 292px;
    height: 542px;
}

.htaipospm-img .img1 {
    width: 300px;
    position: absolute;
    object-fit: contain;
    top: -127px;
    right: -100px;
}

.htaipospm-details {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;

}

.steps-line {
    width: 245px;
    margin: 20px 1px 19px 65px;
    opacity: 0.4;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.steps1 {
    width: 100%;
    font-size: 14px;
}

.steps1 span {
    font-size: 14px;
    font-weight: 600;
}

.steps-img {
    width: 17%;
    display: inline-block;
}

.steps img {
    width: 49px;
    height: 49px;
}

.steps-data {
    width: 80%;
    display: inline-block;
    line-height: 21px;
    color: #494949;
}

/* bidding-process */
.bidding-process {
    background-color: #fff;
    padding: 10px 10px 17px 15px;
    border-radius: 20px;
    font-size: 14px;
    width: 403px;
    position: relative;
    cursor: pointer;
}

.htd {
    background-color: #fff;
    border-radius: 20px;
    width: 377px;
    height: 306px;
    margin: 0 0 20px;
    padding: 20px 29px 20px 20px;
    box-shadow: 0 2px 8px 0 rgb(86 117 146 / 10%);
}

ul li {
    padding: 5px 0;
    line-height: 1.5;
    list-style-type: none;
}


#iuu li::before,
#iuu1 li::before,
#iuu2 li::before {
    content: "\25CF";
    color: #6a97d7;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: text-bottom;
}

.bidding-process img {
    width: 18px;

}

.bidding-process summary {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    color: #494949;
}

.how-to-apply-for-ipos-on-paytm-money-back {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;

}

.how-to-apply-for-ipos-on-paytm-money-back img {
    width: 100%;
}

/* FAQ */
.faq-section .accordion-item, .faq-sec .accordion-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.faq-section .accordion-button, .faq-sec .accordion-button {
    padding: 30px 16px;
}
.frequently-asked-questions {
    width: 100%;
    max-width: 730px;
    padding: 40px 10px 0px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(86, 117, 146, 0.1);
    background-color: #ffffff;
}

.frequently-asked-questions h1 {
    font-size: 18px;
    text-align: center;
    color: #1E1E1E;
    font-weight: 600;
}

.faq {
    padding: 20px 25px 24px 10px;
    font-size: 14px;
    border-bottom: .1rem solid rgba(196, 205, 211, .376);
    background: transparent;
    position: relative;

}

.faq-deta {
    margin: 0 0 0 10px;
}

.faq-heading {
    font-weight: 600;
    color: #494949;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}

.faq-p {
    color: #727682;
    line-height: 1.71;
    display: none;
    margin: 10px 10px 15px 0;
}

.faq-arrow {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
}

.faq img {
    width: 18px;
}

.faq summary {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    color: #494949;
}

/* footer */
footer {
    margin: 0 auto;

    width: 100%;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
}

.cmp-hyperlinks {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4rem 0;
}

.paytmmoney-icons {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pm-logo {
    margin: 1rem 0 2rem;
}

.pm-footer-logo {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.pm-footer-logo img {
    width: 165px;
    height: auto;
}

.social-media {
    display: flex;
    margin-bottom: 2.2rem;
}

.social-media a {
    margin: .3rem;
}

.social-media div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.app-store {
    display: flex;
}

.app-icons {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.app-icons img {
    width: 100px;
    height: 30px;
}

/*.home-stocks-ipo {
    margin: 15px 0 10px 0;
    font-size: 12px;
}*/

.company-address {
    width: 1140px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
    border-top: .1rem solid rgb(243 243 245);
    color: rgb(155 157 160);
    line-height: 1.7rem;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

.is-heading {
    width: 40%;
    display: inline-block;
    float:left;
    box-sizing: border-box;
}

.ipos-container-for-mobile {
    display: none;
}

.hiih {
    font-size: 26px;
    font-weight: 600;
    line-height: 2;
}

.mobile-menu {
    display: none;
}

.button-for-mobile,
.icon {
    display: none;
}

/* new changes */
.iii-icon {
    display: inline-block;
    vertical-align: middle;
}

.iii-icon img {
    width: 50px;
    height: 50px;
    margin: 3px 16px 0 0;
    object-fit: contain;
}

.iii-details {
    display: inline-block;
    vertical-align: top;
}

.iii-details .spn1 {
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
    margin: 0 0 8px 0;
}

.iii-details .spn2 {
    font-size: 14px;
    color: #727682;
}

.iii-details .spn3 a {
    font-size: 14px;
    color: #004393;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
}

button img {
    transform: rotate(90deg);
    width: 5px;
    filter: brightness(0.2);
}

.tr-bg {
    display: table;
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px #ccc solid;
}

.td1 {
    /* width: 245px; */
    padding-left: 15px;
}

.tr-bg .tdh2,
.td2 {
    width: 150px;
}

.tr-bg .tdh22,
.td22 {
    width: 150px;
}

.tr-bg .tdh3,
.td3 {
    width: 150px;
}

.tr-bg .tdh33,
.td33 {
    width: 150px;
}

.tr-bg .tdh4,
.td4 {
    width: 150px;
}

.tr-bg .tdh44,
.td44 {
    width: 150px;
}

.tr-bg .tdh5,
.td5 {
    width: 150px;
}

.tr-bg .tdh6,
.td6 {
    width: 180px;
}

.bp-arrow {
    width: 15px;
}

.sign-up-cta {
    margin-top: 7px;
}

.sign-up-cta .signup {
    font-weight: 600;
    width: 65px;
    border-radius: 4px;
    background-color: #004393;
    color: #ffffff !important;
    font-size: 14px;
    padding: 10px;
}

.div-for-sticky {
    display: inline-block;
}

/* #sticky.stick {
            position: fixed;
            width: 320px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgb(86 117 146 / 10%);
    border: solid 1px rgba(0, 0, 0, 0.02);
    background: #fff;
    top: 0;
    right: 0;

        } */
.for-mobile {
    display: none;
}

.biddings-arrow {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.biat {
    transform: rotate(180deg);
}

#iuu,
#iuu1,
#iuu2 {
    display: none;
    color: #727682;
    padding: 0 0 0 10px;
}

.bpp {
    margin: 10px 0 0 0;
    list-style: none;
    font-weight: 600;
    color: #1E1E1E;
}

.rupee-img {
    position: absolute;
    top: 18px;
    margin: 0 17px 0 3px;
}

.invest-in-ipo {
    margin-bottom: 10px;
}

.fo1 {
    position: absolute;
}

.accordion-header strong {
    font-weight: normal;
    font-size: 18px;
}
.application-data-common {
    margin: 3px !important;
}
.application-details, .about-details, .closed-ipo-mid-sec .container, .upcoming-ipo-sec .container {
    margin-top: 40px;
    width: 100%;
    border-radius: 10px;
    background: var(--ffffff-white, #FFF);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 30px;
  }
  section.faq-sec {
    margin-top: 60px;
}
section.faq-sec .container {
    width: 100%;
}
.about-details h4 {
    font-size: 30px;
}
section.faq-section {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.about-details ul li {
    list-style-type: disc;
}
.applyipo {
    width: 100%;
    border-radius: 10px;
    background: var(--ffffff-white, #FFF);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
}
.applyipo .col-6 {
    border-radius: 10px;
    background: var(--ffffff-white, #FFF);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.ongoing-ipo-sec-top, .closed-ipo-sec, .upcoming-ipo-sec-top {
    padding: 40px 0;
}
.upcoming-ipo-sec .route-mobile-ipo .rmi-img {
    width: 10%;
    margin-top: 25px;
}
.single-page ul li {
    list-style-type: disc;
}
.text-danger {
    color: #dc3545 !important;
    position: relative;
    left: 5px;
  }
  .h4, h4 {
    font-size: 30px !important;
}
.list-right-panel {
    background: #cccccc30;
}
.status-value {
  float: right;
  margin-right: 20px;
  text-transform: uppercase;
}
span.status-value.green-status {
    color: green;
}
span.status-value.red-status {
    color: red;
}
#results a {
    color: black;
}
.upcoming-ipos .heading-text { 
    color: green;
    }
.upcoming-ipos .vertical-line {
   background-color: green;
}
.upcoming-ipos .upcoming-ipos-heading .heading-text { 
    color: black;
    }
.upcoming-ipos .upcoming-ipos-heading .vertical-line {
   background-color: black;
}
.upcoming-ipos .closed-ipos-heading .heading-text { 
    color: red;
    }
.upcoming-ipos .closed-ipos-heading .vertical-lineclosed {
   background-color: red;
   width: 50%;
}
.tdh22, .tdh33, .tdh44 {
    color: #6C6B6B7D;
}
.accordion-header {margin-top: 0;}

.top-mobile-ipo-menu{
    display:none;
   }
   .top-right-menu{
	display:block !important;
}


.top-mobile-ipo-menu ul {
    float: right;
    margin: 0;
    padding: 0;
}
.top-mobile-ipo-menu ul li {
    float: left;
    position: relative;
}
.top-mobile-ipo-menu ul li .btn {
    text-transform: capitalize;
    font-weight: 400;
    border: 0;
}
.text-element-over{
    display:none;
}
/* css for mobile(Media Queries) */

/* @media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
.upcoming-ipos .container, 
.ongoing-ipo-sec-top .container,
.ongoing-ipo-sec-mid .container,
.faq-section .container, 
.faq-section .container  {
    width: 1140px;
}

} */

@media screen and (max-width: 1200px) {
    .top-header {
        height: auto;
    }
    .top-header .navbar,
    .logo-section .navbar, 
    .main-menu-sec .navbar {
        display: block;
    }
    .container {
        width: 1140px;
    }
    .upcoming-ipos .container, 
    .ongoing-ipo-sec-top .container,
    .ongoing-ipo-sec-mid .container,
    .faq-section .container, 
    .faq-section .container  {
        width: 1140px;
    }
    .top-mobile-ipo-menu{
        display:block;
       }
       .top-right-menu{
        display:none !important;
    }
}
@media screen and (max-width: 768px) { 
    .top-header .navbar,
    .logo-section .navbar, 
    .main-menu-sec .navbar {
        display: block;
    }
    .top-mobile-ipo-menu{
        display:block !important;
       }
       .top-right-menu{
        display:none !important;
    }
}

@media screen and (max-width: 1400px) {
    .demat-account {
        top: 192px;
    }
    .top-mobile-ipo-menu{
        display:block !important;
       }
       .top-right-menu{
        display:none !important;
    }
}
@media only screen and (max-width: 767px)
{
    h6.modal-title {
        font-size: 17px !important;
    }
.top-mobile-ipo-menu ul li {
    margin: 0;
    padding: 0;
}
.top-mobile-ipo-menu ul li a {
    padding: 0px 6px;
}
.top-mobile-ipo-menu {
    text-align: center;
}
.top-mobile-ipo-menu ul {
    float: none;
    display: inline-block;
}
.top-mobile-ipo-menu ul li .btn {
    font-size: 13px;
}
.icon-picyoutube{
    width:16px;
}
.text-element-over{
    display:block;
}
.top-header p {
    display:none;
}
.top-header .container-fluid {
    padding: 0;
}
.top-header {
    height: 48px;
}
.nopad {
    padding: 0 !important;
}
.navbar-brand>img {
    display: inline-block !important;
    max-width: 60%;
}
.main-menu-sec .navbar {
    margin-bottom: 0;
}
.raise-ticket strong {
    color: #fff;
}
}

@media only screen and (max-width: 600px) {
    body {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .mtop-mobile-ipo-menu{
     display:block !important;
    }
    .top-right-menu{
        display:none !important;
    }
    .container {
        width: 100%;
    }
    .upcoming-ipos .container, 
    .ongoing-ipo-sec-top .container,
    .ongoing-ipo-sec-mid .container,
    .faq-section .container, 
    .faq-section .container  {
        width: 100%;
    }

    .for-mobile {
        display: block;
        padding: 0 20px;

    }

    .app-store {
        display: inline-block;
        vertical-align: middle;
    }

    .pm-logo {
        width: 67%;
        display: inline-block;
    }

    .cmp-hyperlinks {
        display: block;
    }

    .cmp-hyperlinks {
        padding: 0;
        width: 100%;
    }

    .ipo-seo-header,
    .main,
    .frequently-asked-questions {
        width: 100%;
        padding: 0px;
    }

    .all-data {
        width: 92%;
        padding: 0px 15px 0 15px;
    }

    .navbar,
    .illustration-img,
    .demat-account,
    footer,
    .htaipospm-img,
    .steps-line,
    .ipos-container {
        display: none;
    }

    .ffm {
        width: 100%;

        font-size: 14px;
        margin: 12px 0px 1px 0px;
        padding: 0;

    }

    .ffm a {
        color: #494949;
        font-size: 14px;
    }

    .block {
        width: 100%;
        text-align: center;
    }

    .hello-india-invest,
    .zero-commissions p,
    .is-heading,
    .current-and-upcoming-ipos,
    .closed-ipos {
        width: 100%;
    }



    .htaipospm-text-details {
        width: 100%;
        margin: 0;
    }

    .steps1 {
        padding: 12px 0;
    }

    .common-style {
        width: 50%;
    }

    summary {
        list-style-type: none;
        font-size: 14px;
    }


    .dropdown summary img {
        width: 11px;
    }

    details a {
        color: #000;
        line-height: 1.9;
        padding: 0 10px;
        font-size: 16px;
    }

    .ipos-container-for-mobile {
        display: block;
    }

    .route-mobile-ipo {
        background: #fff;
        padding: 10px 15px 0 15px;
        position: relative;
    }

    .rmi-img {
        display: inline-block;
        vertical-align: middle;
        border: solid 1px #eeeef0;
    }

    .route-mobile-ipo img {
        width: 40px;
        vertical-align: middle;
    }

    .rmi-details {
        vertical-align: middle;
        display: inline-block;
        line-height: 1.6;
        padding: 0 10px 0 15px;
        white-space: nowrap;
        /*width: 73%;*/
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .comp-name {
        font-size: 14px;
        color: #494949;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .benefits-of-applying-ipos-containes {
        padding: 0;
    }

    .for-open {
        width: 54px;
        color: #59aa00;
        padding: 1px 14px 2px 15px;
        border-radius: 4px;
        border: solid 1px #59aa00;
    }

    .for-date {
        color: #59aa00;
        width: 104px;
        margin: 0 0 0 8px;
        padding: 1px 8px 2px 7px;
        border-radius: 4px;
        border: solid 1px #59aa00;
    }

    .rmi-details .for-open,
    .rmi-details .for-date {
        font-size: 10px;
    }

    .iii-icon img {
        display: none;
    }

    .iii-details .spn1 {
        font-size: 20px;
    }

    .iii-details .spn2 {
        font-size: 12px;
        line-height: 3;
        margin-right: 9px;
    }

    .home-stocks-ipo {
        margin-bottom: 0;
    }

    .price-range-common-style {
        line-height: 1.6;
    }

    .price-range-common-style.mobile1 {
        width: 28%;
    }

    .price-range-common-style.mobile2 {
        width: 13%;
    }

    .price-range-common-style {
        display: inline-block;
        padding: 15px;
    }

    .price-range-common-style .span1 {
        font-size: 10px;
        color: #adafb6;
    }

    .rupee-sign {
        font-weight: 200;
        font-size: 12px;
        color: #494949;
    }

    .price-range-common-style .span2 {
        font-size: 12px;
        font-weight: bold;
        line-height: 0.93;
        letter-spacing: 1px;
        color: #adafb6;
    }

    .application-data {
        width: 100%;
        margin-left: 2px;
    }

    .application-data-common {
        display: inline-block;
        padding: 0;
    }

    .application-data-common.m1 {
        width: 28%;
    }

    .application-data-common.m2 {
        width: 31%;
    }

    .application-data-common.m3 {
        width: 37%;
    }

    .application-data-common img {
        width: 20px;
    }

    .application-data-common-img {
        width: 15%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 6px;
    }

    .application-data-common-datails {
        padding: 14px;
        line-height: 1.6;
        color: #adafb6;
    }

    .main-container-for-mobile {
        border-bottom: 1px solid #ebebeb;
    }

    /* font for mobile */
    .heading-text {
        margin: 7px 0 0 15px;
        font-size: 14px;
    }

    .vertical-line {
        height: 40px;

    }

    a {
        text-decoration: none;
    }

    .ipo-seo-header {
        width: 100%;
        height: 66px;
        padding-top: 12px;

    }

    .is-heading {
        width: 97%;
        padding: 10px 15px;
    }

    .hello-india-invest {
        font-size: 18px;
    }

    .hiih {
        font-size: 18px;
    }

    .fs-for-mobile {
        font-size: 26px;
    }

    .zero-commissions p {
        font-size: 14px;
    }

    .current-and-upcoming-ipos,
    .closed-ipos {
        padding-bottom: 0;
    }

    .benefits-of-applying-ipos h1 {
        font-size: 24px;
    }

    .benefits-of-applying-ipos-heading {
        padding: 0;
        width: 100%;
    }

    .htd {
        width: 85%;
    }

    .steps-img {
        width: 22%;
    }

    .steps-data {
        width: 76%;
    }

    .bidding-process {
        width: 95%;
    }

    .cs img {
        width: 70px;
    }

    .cs-heading {
        font-size: 16px;
    }

    .cs-text {
        display: none;
    }

    .cs {
        padding: 15px;
    }

    .htaipospm-heading {
        font-size: 24px;
        text-align: center;
    }

    .frequently-asked-questions h1 {
        padding-top: 30px;
    }

    details p {
        font-size: 12px;
    }

    .mobile-menu {
        vertical-align: middle;
        width: 350px;
        position: absolute;
        top: 70px;
        background: #fff;
        left: 5px;
        height: 100%;
        z-index: 1;
    }

    .header-container {
        position: relative;

    }

    .icon {
        display: block;
        position: absolute;
        left: 4%;
        z-index: 1;
        top: 32%;
        color: #727682;
    }

    .dropdown {
        width: 90%;
        padding: 0 10px;
        float: none;
    }

    .button-for-mobile {
        display: block;
        width: 92%;
        padding: 15px;
        background: #fff;
        position: fixed;
        bottom: 0;
    }

    .open-demat-account {
        display: inline-block;
        background: #004393;
        padding: 0 10px;
        border-radius: 4px;
        width: 49%;
        height: 40px;
        vertical-align: middle;
    }

    .loginm {
        width: 42%;
        display:
            inline-block;
        border: solid 1px #494949;
        border-radius: 4px;
        text-align: center;
        height: 40px;
        vertical-align: middle;
    }

    .open-demat-account p,
    .loginm p {
        margin: 8px 0 0 0;
    }

    .block img {
        width: 140px;
        margin: 0;
        padding: 4px 0 0 0;
    }

    .horizontal-line {
        width: 100%;
        height: 0px;
        margin: 18px 0 0;
        border-bottom: 1px dotted #ebebeb;
    }
    .list-left-panel h3 {
        font-size: 24px;
      }
      .upcoming-ipos {
        padding: 20px 0 0;
      }
      .main-container-for-mobile {
        width: 100%;
        display: block;
      }
      .route-mobile-ipo  {
        width: 100%;
        float: left;
      }
      .rmi-img {
        max-width: 15%;
      }
      .rmi-details {
        max-width: 80%;
        display: inline-block;
      }
      .route-mobile-ipo {
        border: 0;
      }
      .comp-name {
        margin-bottom: 0;
      }
      .ongoing-ipo-sec-top, .closed-ipo-sec, .upcoming-ipo-sec-top {
        padding: 20px 0 0;
      }
      /* .application-details, .about-details, .closed-ipo-mid-sec, .upcoming-ipo-sec .container {
        margin: 0;
      } */
      .application-data-common-datails {
        width: 100%;
      }
      .application-data-common.mobile1, 
      .application-data-common.mobile2, 
      .application-data-common {
        width: 47% !important;
      }
      span {
        font-size: 15px;
      }
      .ongoing-ipo-sec-mid .price-range-common-style {
        padding: 0;
        width: 100%;
      }
      .about-details h4 {
        font-size: 24px;
      }
      .applyipo {
        display: none !important;
      }
      .mobile-apply-sec {
        width: 100%;
        float: left;
        padding: 10px;
        background: #ff0000;
        text-align: center;
        position: fixed;
        z-index: 99999;
        bottom: 10px;
      }
      .new-customer-mobile-popup {
        width: 50%;
        float: right;
      }
      .existing-mobile-popup {
        width: 50%;
        float: left;
      }
      #mobilepopupone .modal-footer {
        display: block;
      }
      label {
        display: inline-block;
        font-size: 14px;
      }
      .upcoming-ipo-sec .route-mobile-ipo .rmi-img {
        width: 20%;
        margin-top: 0;
      }
      .upcoming-ipo-sec .route-mobile-ipo {
        margin-bottom: 15px;
        padding: 0 0 10px;
      }
      .upcoming-ipo-sec .container, .closed-ipo-mid-sec {
        margin-top: 0;
      }
      .closed-ipo-mid-sec .price-range-common-style {
        width: 100%;
        padding: 0;
      }
      .application-details, .about-details, .closed-ipo-mid-sec, .upcoming-ipo-sec .container {
        padding: 10px;
      }
      .top-header .navbar.navbar-boxed {
        padding-left: 0;
        padding-right: 0;
      }
      .top-header p, .top-right-menu ul li a {
        font-size: 13px;
      }
      .top-right-menu ul li {
        margin: 0;
        padding: 0;
      }
      .top-right-menu ul li a {
        padding-left: 10px;
        padding-right: 10px;
      }
      .main-menu-sec .navbar-nav li {
        width: 100%;
      }
      .main-menu-sec .navbar-inverse .navbar-toggle {
        border-color: #333;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999999;
    }
   .main-menu-sec .navbar-nav {
    position: relative;
    top: 31px;
    }
    .ipo-footer .footer-top {
        padding: 10px !important;
    }
    .ipo-footer .footer-middle {
        padding-top: 5%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo-sec a {
        font-size: 12px !important;
        padding: 0 !important;
        /*margin-top: 20px;*/
        float: left;
    }
    .navbar-toggle {
        border: 0 !important;
    }
    .applypopup-mobile  {
        display: block;
    }
    .applypopup-mobile .btn {
        text-transform: uppercase;
    }

}