.Captchacls {
    height: 45px;
    width: 140px;
    margin-bottom: -5px;
}

.CapchaFlexRow {
    display: flex;
    flex-wrap: wrap;
}

.CaptchaReloadImg {
    width: 28px;
}

.UserinputDiv {
    position: relative;
    padding: 10px;
    padding-left: 10px;
}

.form-group {
    position: relative;
}

.form-group input {
    width: 90%;
    padding: 11px;
    border: 1px solid rgba(96, 88, 202, 0.774);
    /* border-radius: 3px; */
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    font-family: DM_SANSvar;
}

.form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 15px;
    color: #777;
    pointer-events: none;
    transition: 0.2s ease all;
    font-family: DM_SANSvar;
}

.form-group input:focus {
    border-color: #6058cac5;
    outline: none;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    top: -9px;
    font-size: 13px;
    color: #007bff;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
}

.mandatory {
    color: red;
}

.inputCaptcha {

    padding: 14px 15px;
    border-radius: 25px;
    width: 40%;
    border: 1px solid lightgray;
}

.RegisterSTAageContainer {
    width: 99.9%;
    font-family: DM_SANSvar;
    height: auto;
    position: relative;
}

.DownloadFilesbtn {
    background-size: cover;
    border: none;
    color: white;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.Dowpd {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;

}

.FirsContainer {
    width: 75%;
    margin: 5% 13% 2% 13%;
    display: flex;
    justify-content: space-between;
}

.BannerRightImg {
    width: 90%;
}

.Bannerheader {
    font-size: 50px;
    color: #595050;
    font-family: Anton;
}

.Div1,
.Div2 {
    height: 300px;
    display: flex;
    align-items: center;
    width: 100%;
}

.Div2 {
    text-align: center;
}

.CategoryDiv {
    margin-left: 10%;
}

.CategorySection {
    width: 100%;
    height: 65px;
    border: 1px solid lightgray;
    display: flex;
}

.OptionDiv {
    width: 67%;
    margin: 0% auto;
    display: flex;


}

.DivMenu {
    width: 18%;
    padding: 15px;
    margin: 1px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #595050;
    cursor: pointer;
    text-align: center;

}

.DivActive {
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px lightgray;
    /* background-image:linear-gradient(to right ,#EEFDF3) ;        */
    background-image: linear-gradient(to right, #EEFDF3, #ECFBF4, #E8F7F5, #E6F3F9, #E1EEFB, #DEEAfd);
}

.UlLiDiv {
    width: 100%;
}

li.List {
    font-family: DM_SANSvar;
    color: #595050;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.IOPProcessSection {
    width: 68%;
    padding: 20px;
    margin: 3% auto;
    height: auto;
}

.OffDocSection {
    width: 68%;
    padding: 20px;
    margin: 3% auto;
    height: auto;

}

.DebtIpoSection {
    width: 68%;
    padding: 20px;
    margin: 3% auto;
    height: auto;
}

.RightIssueAllotSection {
    width: 90%;
    padding: 20px;
    margin: 2% auto;
    height: auto;
}

.NCDSection {
    width: 68%;
    padding: 20px;
    margin: 3% auto;
    height: auto;
}

.NoIsseueDiv {
    font-family: DM_SANSvar;
    color: #595050;
    width: 60%;
    height: 200px;
    /* border:1px solid black; */
    display: flex;
    margin: 0% auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px 2px lightgray;
    border-radius: 5px;
}

.NoIsusesfont {
    font-size: 20px;
}

.DocumentDiv {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
}

.fileDiv {

    width: 30%;
    height: 80px;
    display: flex;
    margin: 1%;
    border-radius: 5px;
    border: 1px solid lightgray;
}

/*label {
    font-family: DM_SANSvar;
    color: navy;
    margin-top: 3%;
    display: flex;
    font-size: 18px;
    font-weight: 500;
}*/
.lblcls{
    /* font-family: DM_SANSvar; */
    /* color: #595050; */
    /* color: navy; */
    font-family: DM_SANSvar;
    color: navy;
    margin-top: 3%;
    display: flex;
    font-size: 18px;
    font-weight: 500;
}

.OffDocuFileNamediv {
    width: 75%;
    height: auto;
    font-family: DM_SANSvar;
    color: #595050;
    font-size: 15px;
    padding: 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;

}

.PdfFileImdDiv {
    width: 25%;
    height: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.OffDocPdf {
    width: 57px;
}

.IpoDetails {


    width: 55%;
    margin: 1% auto;
    border-radius: 5px;
    padding: 10px 25px;
    /* box-shadow: 0px 0px 5px 0px lightgrey; */
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    border: 1px solid gainsboro;
}

.IPOHeader {
    text-align: center;
    font-family: DM_SANSvar;
    color: #595050;
    font-size: 18px;
    font-weight: bold;
}

.DebtIpoBoxDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* height: 300px; */
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */

}

.Flexdiv {
    width: 33%;
    padding: 10px;
    font-family: DM_SANSvar;
}

.nlastType {
    width: 98%;
    text-align: center;
}

.dropddl {
    width: 500px;
    /* height: 40px; */
    padding: 5px 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    font-family: DM_SANSvar;
    outline: none;
}
.Newddl{
    width:370px;
    padding: 9px 2px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    font-family: DM_SANSvar;
    outline: none;
}

.dropddl1 {
    width: 485px;
    /* height: 40px; */
    padding: 5px 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    font-family: DM_SANSvar;
    outline: none;
}
.Newdropddl1{
    width: 364px;
    /* height: 40px; */
    padding: 9px 2px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    font-family: DM_SANSvar;
    outline: none;
}
#NCD_sub_btn{
    padding: 10px 15px;
    background: linear-gradient(45deg, #023a87, #2e8fa5);
    color: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 23%;
    font-size: 15px;
    margin: 4% auto;
    font-weight: 600;
    letter-spacing: 0.5px; 
}

.Inputdata {
    text-align: center;
}

.backdiv {
    text-align: center;
}

.Submitbtn {
    display: flex;
    padding: 15px 20px;
    background: linear-gradient(45deg, #1D4172, #2e67a5);
    color: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 30%;
    font-size: 15px;
}

.Submitbtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.Submitbtn1 {
    margin: 1% auto;
    padding: 12px 10px;
    background-color: #34699A;
    color: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 15%;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

.Submitbtn1:hover {
    box-shadow: 4px 4px 0 #5993d3;
    transform: translate(-4px, -4px);
}

.Submitbtn1 :focus-visible {
    outline-offset: 1px;
}

.commondiv {
    width: 100%;
    clear: both;
    padding: 1px;
    height: auto;
    font-size: 17px;
    margin-left: 0%;
    font-family: DM_SANSvar;
    text-align: center;
}

.leftdiv {

    width: 40%;
    float: left;
    margin-left: 1%;
    min-height: 38px;
    font-size: 17px;
    font-family: DM_SANSvar;
    color: #ffff;
    padding-top: 3px;
    padding-left: 5px;
    border-right: 1px solid gainsboro;
    align-items: center;
    display: flex;
    background-color: #34699A;
    font-weight: 600;
}

.rightdiv {

    width: 69%;
    float: left;
    min-height: 38px;
    color: #000088;
    padding-top: 3px;
    padding-left: 8px;
    /* border-bottom: 1px solid gainsboro; */
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: #deecf9;
    border-right: 1px solid #deecf9
}

.Newleftdiv{

    width: 27%;
    float: left;
    margin-left: 1%;
    min-height: 38px;
    font-size: 17px;
    font-family: DM_SANSvar;
    color: #ffff;
    padding-top: 3px;
    padding-left: 5px;
    border-right: 1px solid gainsboro;
    align-items: center;
    display: flex;
    background-color: #4277A8;
    font-weight: 600;

}
.Newrightdiv {

    width: 69%;
    float: left;
    min-height: 38px;
    color: #000088;
    padding-top: 3px;
    padding-left: 8px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: #CFE6ED;
    border-right: 1px solid #CFE6ED;
}


.Circular_FlexTable {
    width: 100%;
    display: block;
    margin: 1em auto;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: 0.5s;
    font-family: DM_SANSvar;
}

.Circular_FlexTable .Circular-flex-Row {
    display: flex;
    flex-flow: wrap nowrap;
}

.Circular-flex-Row:first-of-type .Circular-cell {
    background: #1D4172;
    color: white;
    padding: 1em 1em;
    margin: 2px;
    text-align: center;
}

.Circular-flex-Row .Circular-cell {
    background-color: #D9e7f8;
    text-align: center;
    font-family: DM_SANSvar;
}

.Circular-cell {
    width: calc(100%/3);
    text-align: left;
    padding: 1em 1em;
    margin: 2px;
}

.Circular-cell:nth-child(1) {
    width: 10%;
    text-align: center;
    padding: 1em 1em;
    margin: 2px;
}

.Circular-cell:nth-child(2) {
    width: 60%;
    text-align: left;
    padding: 1em 1em;
    margin: 2px;
}

.Circular-cell:nth-child(3) {
    width: 30%;
    text-align: center;
    padding: 5px 1em;
    margin: 2px;
}

.Circular-flex-Row:nth-child(3) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(2) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(4) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(5) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(6) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(7) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(8) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(9) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(10) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(11) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(12) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(13) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(14) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(15) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(16) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(17) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(18) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

.Circular-flex-Row:nth-child(19) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
}

/* .Circular-flex-Row:nth-child(6) .Circular-cell:nth-child(3) {
    display: flex;
    justify-content: space-evenly;
} */
.DownloadPDFcls {
    width: 50px;
    cursor: pointer;
}

.SEL_FlexTable {
    width: 100%;
    display: block;
    /* margin: 1em auto; */
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: 0.5s;
    font-family: DM_SANSvar;
    /* overflow-x: scroll; */
    /* margin:2%; */

}

.SEL_FlexTable .SEL-flex-Row {
    display: flex;
    flex-flow: wrap nowrap;
    width:100%;
    /* width: 280%;
    display: flex; */
}

.SEL-flex-Row:first-of-type .SEL-cell {
    background: #1D4172;
    color: white;
    padding: 0.5em 0.5em;
    margin: 0.5px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.SEL-flex-Row .SEL-cell {
    background-color: #D9e7f8;
    text-align: center;
    font-family: DM_SANSvar;
}

.SEL-cell {
    /* width: calc(100%/9); */
    text-align: left;
    padding: 0.5em 0.5em;
    margin: 0.5px;
}

.SEL-cell:nth-child(1) {
    width: 4%;box-sizing: border-box;  
}

.SEL-cell:nth-child(2) {
    width: 22%;box-sizing: border-box;
}

.SEL-cell:nth-child(3) {
    width: 13%;box-sizing: border-box;
}

.SEL-cell:nth-child(4) {
    width: 9%;box-sizing: border-box;
}
.SEL-cell:nth-child(5) {
    width: 13%;box-sizing: border-box;
}

.SEL-cell:nth-child(6) {
    width: 14%;box-sizing: border-box;
}

.SEL-cell:nth-child(7) {
    width: 8%;box-sizing: border-box;
}

.SEL-cell:nth-child(8) {
    width: 7%;box-sizing: border-box;
}
.SEL-cell:nth-child(9) {
    width: 10%;box-sizing: border-box;
} 


@media screen and (max-width: 500px) {

    .Div1,
    .Div2 {
        height: 300px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .OptionDiv {
        width: 97%;
        margin: 0% auto;
        display: flex;
    }

    .IOPProcessSection {
        width: 85%;
        padding: 20px;
        margin: 3% auto;
        height: auto;
    }

    .OffDocSection {
        width: 95%;
        padding: 20px;
        margin: 1% auto;
        height: auto;
    }

    .DocumentDiv {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .DebtIpoSection {
        width: 85%;
        padding: 20px;
        margin: 3% auto;
        height: auto;
    }

    .IpoDetails {
        /* width: 95%; */
        margin: 0% auto;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px lightgrey;
        width: 100% !important;
        background-color: white !important;
    }

    .RightIssueAllotSection {
        width: 85%;
        padding: 20px;
        margin: 3% auto;
        height: auto;
    }

    .Bannerheader {
        font-size: 40px;
        color: #595050;
        font-family: Anton;
    }

    .BannerRightImg {
        width: 100%;

    }

    .Div1,
    .Div2 {
        height: auto;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .NoIsseueDiv {
        font-family: DM_SANSvar;
        color: #595050;
        width: 80%;
        height: 200px;
        /* border: 1px solid black; */
        display: flex;
        margin: 0% auto;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 2px 2px lightgray;
        border-radius: 5px;
    }

    .CategorySection {
        width: 100%;
        height: 65px;
        border: 1px solid lightgray;
        display: flex;
    }

    .DivMenu {
        width: 18%;
        padding: 15px;
        margin: 1px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #595050;
        cursor: pointer;
        text-align: center;
    }

    .CategoryDiv {
        margin-left: 0%;
    }

    .fileDiv {
        width: 46%;
        height: 80px;
        display: flex;
        margin: 1%;
        border-radius: 5px;
        border: 1px solid lightgray;
    }

    .Circular-cell:nth-child(2) {
        width: 46%;
        text-align: left;
        padding: 1em 1em;
        margin: 2px;
    }

    .imagecls,.imagecls1 {
        display: none
    }
    #NCD_sub_btn{
        width:100%;
    }

    .wholediv {
        width: 98% !important;
    }

    .CapchaFlexRow {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .dropddl {
        width: 390px !important;
    }

    .dropddl1 {
        width: 381px !important;
    }

    .nlastType {
        justify-content: center;
        display: flex;
    }

    /* .Flexdiv {
            width: 100%;
            padding: 10px;
            font-family: DM_SANSvar;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
    } */
    .leftdiv,.Newleftdiv {
        display: flex;
        width: 100%;
        justify-content: center;
        /* margin-left: 0% !important; */
    }

    .rightdiv,.Newrightdiv {
        display: flex;
        width: 100%;
        justify-content: center;
        border-right: none;
        margin-left: 1px !important;
        background-color: #ffff !important;
    }

    .commondiv {
        margin: -2%;
    }
    .Submitbtn1 {
        margin: 3% auto;
        padding: 12px 10px;
        background-color: #34699A;
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        outline: none;
    }
    
    .Submitbtn1:hover {
        box-shadow: 4px 4px 0 #5993d3;
        transform: translate(-4px, -4px);
    }
    
    .Submitbtn1 :focus-visible {
        outline-offset: 1px;
    }
    .Submitbtn {
        display: flex;
        padding: 15px 20px;
        background: linear-gradient(45deg, #1D4172, #2e67a5);
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 100% !important;
        font-size: 15px;
    }
    
    .Submitbtn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    }
    
    .SEL_FlexTable .SEL-flex-Row {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
        width: 100%;
        max-height: 200px;
        overflow-y: scroll;
         
    }
    .SEL-cell:nth-child(1) {
        width: 49%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(2) {
        width: 49%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(3) {
        width: 49%;
        box-sizing: border-box;
        word-break: break-all;
    }

    .SEL-cell:nth-child(4) {
        width: 49%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(5) {
        width: 49%;
        box-sizing: border-box;
        word-break: break-all;
    }

    .SEL-cell:nth-child(6) {
        width: 49%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(7) {
        width: 49%;
        box-sizing: border-box;
        word-break: break-all;
    }

    .SEL-cell:nth-child(8) {
        width: 49%;
        box-sizing: border-box;
        word-break: break-all;
    }

    .SEL-cell:nth-child(9) {
        width: 98%;
        box-sizing: border-box;border-bottom: 1px solid gainsboro;
    }
    /* .Newddl{
        width:400px !important;
    }
    .Newdropddl1{
        width:295px !important;
    } */
}

@media only screen and (min-width: 501px) and (max-width: 799px) {

    .Div1,
    .Div2 {
        height: 300px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .OptionDiv {
        width: 97%;
        margin: 0% auto;
        display: flex;
    }

    .IOPProcessSection {
        width: 85%;
        padding: 20px;
        margin: 3% auto;
        height: auto;
    }

    .OffDocSection {
        width: 95%;
        padding: 20px;
        margin: 1% auto;
        height: auto;
    }

    .DocumentDiv {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .DebtIpoSection {
        width: 85%;
        padding: 20px;
        margin: 3% auto;
        height: auto;
    }

    .IpoDetails {
        /* width: 95%; */
        margin: 0% auto;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px lightgrey;
        width: 100% !important;
        background-color: white !important;
    }

    .RightIssueAllotSection {
        width: 85%;
        padding: 20px;
        margin: 3% auto;
        height: auto;
    }

    .Bannerheader {
        font-size: 40px;
        color: #595050;
        font-family: Anton;
    }

    .BannerRightImg {
        width: 100%;

    }

    .Div1,
    .Div2 {
        height: auto;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .NoIsseueDiv {
        font-family: DM_SANSvar;
        color: #595050;
        width: 80%;
        height: 200px;
        /* border: 1px solid black; */
        display: flex;
        margin: 0% auto;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 2px 2px lightgray;
        border-radius: 5px;
    }

    .CategorySection {
        width: 100%;
        height: 65px;
        border: 1px solid lightgray;
        display: flex;
    }

    .DivMenu {
        width: 18%;
        padding: 15px;
        margin: 1px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #595050;
        cursor: pointer;
        text-align: center;
    }

    .CategoryDiv {
        margin-left: 0%;
    }

    .fileDiv {
        width: 46%;
        height: 80px;
        display: flex;
        margin: 1%;
        border-radius: 5px;
        border: 1px solid lightgray;
    }

    .Circular-cell:nth-child(2) {
        width: 46%;
        text-align: left;
        padding: 1em 1em;
        margin: 2px;
    }

    .imagecls,.imagecls1 {
        display: none
    }

    .wholediv {
        width: 98% !important;
    }

    .CapchaFlexRow {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .dropddl {
        width: 250px !important;
    }

    .dropddl1 {
        width: 240px !important;
    }

    .nlastType {
        justify-content: center;
        display: flex;
    }

    .leftdiv {
        display: flex;
        width: 40% !important;
    }

    .rightdiv {
        width: 66% !important;
        background-color: #deecf9;
        border-right: 1px solid #deecf9;
    }
    .Newleftdiv{
          width: 29% !important;
        font-size: 16px;
    }
    .Newrightdiv{
        font-size: 14px;
        width: 66% !important;
    }
    .Submitbtn1 {
        margin: 3% auto;
        padding: 12px 10px;
        background-color: #34699A;
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 20%;
        font-size: 16px;
        font-weight: 600;
        outline: none;
    }
    
    .Submitbtn1:hover {
        box-shadow: 4px 4px 0 #5993d3;
        transform: translate(-4px, -4px);
    }
    .Submitbtn1 :focus-visible {
        outline-offset: 1px;
    }
    .Submitbtn {
        display: flex;
        padding: 15px 20px;
        background: linear-gradient(45deg, #1D4172, #2e67a5);
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 30% !important;
        font-size: 15px;
    }
    
    .Submitbtn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    }

    .SEL_FlexTable .SEL-flex-Row {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
         
    }
    .SEL-flex-Row:first-of-type .SEL-cell {
        background: #1D4172;
        color: white;
        padding: 0.5em 0.5em;
        margin: 0.5px;
        text-align: center;
        font-weight: 500;
        font-size: 15px;
    }
    .SEL-cell{
        margin:0.5px;
    }
    
    .SEL-cell:nth-child(1) {
        width: 13%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(2) {
        width: 46%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(3) {
        width: 39%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(4) {
        width: 32%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(5) {
        width: 21%;
        box-sizing: border-box;
        word-break:break-word;
    }

    .SEL-cell:nth-child(6) {
        width: 45%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(7) {
        width: 32%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(8) {
        width: 21%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(9) {
        width: 45%;
        box-sizing: border-box;
    }
    
}

@media only screen and (min-width: 800px) and (max-width: 900px) {

    /* @media screen and (max-width: 1200px){ */
    .imagecls,.imagecls1 {
        display: none
    }

    .wholediv {
        width: 98% !important;
    }

    .CapchaFlexRow {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;

    }

    .dropddl {
        width: 390px !important;
    }

    .dropddl1 {
        width: 381px !important;
    }

    .nlastType {
        display: flex;
        justify-content: center;
    }

    .IpoDetails {
        margin: 0% auto;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px lightgrey;
        width: 100% !important;
        background-color: white !important;
    }

    /* .Flexdiv {
    
        width: 100%;
        padding: 10px;
        font-family: DM_SANSvar;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
} */
    .leftdiv {
        display: flex;
        width: 48% !important;
    }

    .rightdiv {
        width: 67% !important;
        background-color: #deecf9;
        border-right: 1px solid #deecf9;
    }
    .Newleftdiv{
        width: 29% !important;
        font-size: 16px;
    }
    .Newrightdiv{
        font-size: 14px;
        width: 66% !important;
    }
    .Newddl{
        width:300px !important;
    }
    .Newdropddl1{
        width:295px !important;
    }
    .Submitbtn1 {
        margin: 3% auto;
        padding: 12px 10px;
        background-color: #34699A;
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 25%;
        font-size: 16px;
        font-weight: 600;
        outline: none;
    }
    
    .Submitbtn1:hover {
        box-shadow: 4px 4px 0 #5993d3;
        transform: translate(-4px, -4px);
    }
    
    .Submitbtn1 :focus-visible {
        outline-offset: 1px;
    }
    .Submitbtn {
        display: flex;
        padding: 15px 20px;
        background: linear-gradient(45deg, #1D4172, #2e67a5);
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 30% !important;
        font-size: 15px;
    }
    
    .Submitbtn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    }
    
    .SEL_FlexTable .SEL-flex-Row {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
         
    }
    .SEL-cell{
        margin:0.5px;
    }
    
    .SEL-cell:nth-child(1) {
        width: 13%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(2) {
        width: 46%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(3) {
        width: 39%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(4) {
        width: 32%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(5) {
        width: 21%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(6) {
        width: 45%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(7) {
        width: 32%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(8) {
        width: 21%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(9) {
        width: 45%;
        box-sizing: border-box;
    }

}

@media only screen and (min-width: 901px) and (max-width: 1200px) {

    /* @media screen and (max-width: 1200px){ */
    .imagecls,.imagecls1 {
        display: none
    }

    .wholediv {
        width: 98% !important;
    }

    .CapchaFlexRow {
        display: flex !important;
        flex-wrap: wrap !important;
        /* justify-content: center; */

    }

    .dropddl {
        width: 390px !important;
    }

    .dropddl1 {
        width: 381px !important;
    }

    .nlastType {
        display: flex;
        /* justify-content: center; */
    }

    .IpoDetails {
        margin: 0% auto;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px lightgrey;
        width: 100% !important;
        background-color: white !important;
    }

    /* .Flexdiv {
     
         width: 100%;
         padding: 10px;
         font-family: DM_SANSvar;
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
 } */
    .leftdiv {
        display: flex;
        width: 48% !important;
    }

    .rightdiv {
        width: 61% !important;
        /* background-color: #deecf9;
        border-right: 1px solid #deecf9; */
    }
    .Newddl{
        width:300px !important;
    }
    .Newdropddl1{
        width:295px !important;
    }
    .Newleftdiv{
        width: 35% !important;
        font-size: 16px;
    }
    .Newrightdiv{
        font-size: 14px;
        width: 59% !important;
    }
    .Submitbtn1 {
        margin: 3% auto;
        padding: 12px 10px;
        background-color: #34699A;
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 35%;
        font-size: 16px;
        font-weight: 600;
        outline: none;
    }
    
    .Submitbtn1:hover {
        box-shadow: 4px 4px 0 #5993d3;
        transform: translate(-4px, -4px);
    }
    
    .Submitbtn1 :focus-visible {
        outline-offset: 1px;
    }
    .Submitbtn {
        display: flex;
        padding: 15px 20px;
        background: linear-gradient(45deg, #1D4172, #2e67a5);
        color: white;
        border-radius: 12px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 30% !important;
        font-size: 15px;
    }
    
    .Submitbtn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    }

    .SEL_FlexTable .SEL-flex-Row {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
         
    }
    .SEL-cell{
        margin:0.5px;
    }
    
    .SEL-cell:nth-child(1) {
        width: 13%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(2) {
        width: 46%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(3) {
        width: 39%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(4) {
        width: 32%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(5) {
        width: 21%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(6) {
        width: 45%;
        box-sizing: border-box;
    }

    .SEL-cell:nth-child(7) {
        width: 32%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(8) {
        width: 21%;
        box-sizing: border-box;
        /* word-break: break-all; */
    }

    .SEL-cell:nth-child(9) {
        width: 45%;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {

    /* @media screen and (max-width: 1200px){ */
    .imagecls {
        width: 50% !important;
    }

    .wholediv {
        width: 98% !important;
    }

    .CapchaFlexRow {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;

    }

    .dropddl {
        width: 320px !important;
    }

    .dropddl1 {
        width: 312px !important;
    }

    .nlastType {
        display: flex;
        justify-content: center;
    }

    .IpoDetails {
        margin: 0% auto;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px lightgrey;
        width: 50% !important;
        background-color: white !important;
    }

    /* .Flexdiv {
     
         width: 100%;
         padding: 10px;
         font-family: DM_SANSvar;
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
 } */
 .leftdiv {
    display: flex;
    width: 48% !important;
}

.rightdiv {
    width: 71% !important;
    background-color: #deecf9;
    border-right: 1px solid #deecf9;
}
.Newddl{
    width:245px !important;
    /* width:335px !important; */
}
.Newdropddl1{
    width:237px !important;
    /* width:330px !important; */
}
.imagecls1{
    width: 40% !important;
    margin: 5% !important;
}

.DebtIpoSection{
    width:90% !important;
}
.Newleftdiv{
    width: 24% !important;
    font-size: 16px;
}
.Newrightdiv{
    font-size: 14px;
    width: 59% !important;
}
.Submitbtn1 {
    margin: 3% auto;
    padding: 12px 10px;
    background-color: #34699A;
    color: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 20%;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

.Submitbtn1:hover {
    box-shadow: 4px 4px 0 #5993d3;
    transform: translate(-4px, -4px);
}

.Submitbtn1 :focus-visible {
    outline-offset: 1px;
}
.Submitbtn {
    display: flex;
    padding: 15px 20px;
    background: linear-gradient(45deg, #1D4172, #2e67a5);
    color: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 30% !important;
    font-size: 15px;
}

.Submitbtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}
#IpoDetailsRightsissue{
    width:100% !important;
}
.SEL_FlexTable .SEL-flex-Row {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
     
}
.SEL-cell{
    margin:0.5px;
}

.SEL-cell:nth-child(1) {
    width: 13%;
    box-sizing: border-box;
}

.SEL-cell:nth-child(2) {
    width: 46%;
    box-sizing: border-box;
}

.SEL-cell:nth-child(3) {
    width: 39%;
    box-sizing: border-box;
    /* word-break: break-all; */
}

.SEL-cell:nth-child(4) {
    width: 32%;
    box-sizing: border-box;
}

.SEL-cell:nth-child(5) {
    width: 21%;
    box-sizing: border-box;
    /* word-break: break-all; */
}

.SEL-cell:nth-child(6) {
    width: 45%;
    box-sizing: border-box;
}

.SEL-cell:nth-child(7) {
    width: 32%;
    box-sizing: border-box;
    /* word-break: break-all; */
}

.SEL-cell:nth-child(8) {
    width: 21%;
    box-sizing: border-box;
    /* word-break: break-all; */
}

.SEL-cell:nth-child(9) {
    width: 45%;
    box-sizing: border-box;
}

}

@media screen and (max-width: 500px) {
    .OffDocSection {
        width: 90%;
        padding: 20px;
        margin: 1% auto;
        height: auto;
    }

    .OptionDiv {
        width: 97%;
        margin: 0% auto;
        display: flex;
        flex-wrap: wrap;
    }

    .CategorySection {
        width: 100%;
        height: auto;
        border: 1px solid lightgray;
        display: flex;
    }

    .DivMenu {
        width: 40%;
        padding: 10px;
        margin: 1px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #595050;
        cursor: pointer;
    }

    li.List {
        font-family: DM_SANSvar;
        color: #595050;
        font-size: 15px;
        margin: 0px 0px 10px -30px;
        text-align: justify;
    }

    .fileDiv {
        width: 100%;
        height: 80px;
        display: flex;
        margin: 1%;
    }

    .IpoDetails {
        /* width: 98%; */
        width: 100% !important;
        /* margin: 1% auto; */
        margin: 0% auto;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px lightgrey;
        background-color: white !important;
    }

    .Flexdiv {
        width: 100%;
        padding: 10px;
        font-family: DM_SANSvar;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .FirsContainer {
        width: 75%;
        margin: 19% 13% 2% 10%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .Div1,
    .Div2 {
        height: 200px;
        display: flex;
        align-items: center;
    }

    .Submitbtn {
        padding: 10px;
        background-color: #1D4172;
        width: 100%;
        border-radius: 5px;
        color: aliceblue;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .NoIsseueDiv {
        font-family: DM_SANSvar;
        color: #595050;
        width: 100%;
        height: 150px;
        /* border: 1px solid black; */
        display: flex;
        margin: 0% auto;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 2px 2px lightgray;
        border-radius: 5px;
    }

    .dropddl1 {
        width: 100% !important;
        /* width: 145px !important; */
        height: 27px;
        /*opacity: 0.7;*/
        padding-bottom: 1px;
        border-radius: 3px;
        font-size: 15px;
        border: 1px solid rgba(96, 88, 202, 0.774);
        padding: 7px;
        font-family: DM_SANSvar;
    }

    .dropddl {
        width: 100% !important;
        ;
        /* width: 160px !important; */
        height: 40px;
        /*opacity: 0.7;*/
        padding-bottom: 1px;
        border-radius: 3px;
        font-size: 15px;
        border: 1px solid rgba(96, 88, 202, 0.774);
        padding: 7px;
        font-family: DM_SANSvar;
    }

    .Circular-cell:nth-child(2) {
        width: 89%;
        text-align: left;
        padding: 1em 1em;
        margin: 2px;
    }

    .Circular-flex-Row:nth-child(3) .Circular-cell:nth-child(3) {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .Circular-flex-Row:nth-child(2) .Circular-cell:nth-child(3) {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 10px;
    }

    .Circular-flex-Row:nth-child(4) .Circular-cell:nth-child(3) {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .Circular-flex-Row:nth-child(5) .Circular-cell:nth-child(3) {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 10px;
    }

    /* .Circular-cell:nth-child(3) {
        width: 41%;
        text-align: center;
        padding: 5px 1em;
        margin: 2px;
    } */

    .SEL_FlexTable {
        width: 100%;
        display: block;
        margin: 1em auto;
        font-size: 14px;
        letter-spacing: 0.5px;
        transition: 0.5s;
        font-family: DM_SANSvar;
    }

    .SEL-flex-Row:first-of-type .SEL-cell {
        background: #1D4172;
        color: white;
        padding: 0.5em 0.5em;
        margin: 0.5px;
        text-align: center;
    }

    .SEL-flex-Row .SEL-cell {
        background-color: #D9e7f8;
        text-align: center;
        font-family: DM_SANSvar;
        margin: 0.5px;
    }

    .SEL-cell {
        /* width: calc(100%/9); */
        text-align: left;
        padding: 0.5em 0.5em;
        margin: 2px;
    }


    

    .imagecls {
        display: none !important;
    }

    .wholediv {
        width: 98% !important;
    }

    .CapchaFlexRow {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }
}

.Linkbtn {
    border: 1px solid gainsboro;
    background-color: #6e6969;
    border-radius: 5px;
    padding: 14px 23px;
    color: white;
    font-weight: bold;
}

.Linkbtn:hover {
    background-color: #1D4172;
}