.aboutDiv {
    height: 200px;
    background-color: white;
    background-color: #c30;
}

sup{color:black;}
.aboutDiv .con1 {
    color: #ffffff;
    font-family: openregular;
    font-size: 22px;
    text-align: center;
}
.aboutDiv .con {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: opensemibold;
}

#detailsForCONF {
    display: none;
}

#detailsForCONF table tr td {
    width: 200px;
}

#detailsForCONF ul {
    margin-left: 35px;
    margin-top: 5px;
}

#detailsForCONF ul li {
    background-image: url("../assets/round.png");
    background-repeat: no-repeat;
    padding-left: 18px;
    background-size: 13px;
    background-position: left center;
}

#detailsForCONF ol {
    margin-left: 55px;
}

#detailsForCONF ol li {
    margin-top: 5px;
    list-style-type: decimal;
}

.aboutDivChild {
    width: 100%;
    float: left;
    padding-top: 20px !important;
}

#banner {
       background-position: center -260px !important;
    height: 400px;
    background-image: url(../assets/2022conspic/conspic2025bannerimage.jpg);
    background-size: cover;
    position: relative;
}

#banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000000;
    opacity: 0.3; */
}

#banner .center {
    height: 150px;
    z-index: 1;
}

#bannertext {
    border-bottom: 0;
    position: absolute;
    top: 0;
    margin-top: 20px;
    right: 0;
    box-shadow: none;
    border-radius: 10px;
    background: #ffffffc4;
    padding: 10px 20px;
    display: none;
}

#bannertext h2 {
    font-family: opensemibold;
    font-size: 24px;
    color: #1f4997;
    line-height: 30px;
    text-align: right;
}

#bannertext p {
    font-size: 14px;
    color: #1f4997;
    text-align: right;
    line-height: 20px;
}

#form {
    margin-left: 200px;
}

textarea {
    min-height: 60px;
    resize: vertical;
}

textarea:focus {
    box-shadow: 1px 1px 5px #e2e2e2;
    font-family: openregular;
    color: #333;
    font-size: 13px;
}

input[type=text]:focus {
    box-shadow: 1px 1px 5px #e2e2e2;
    font-family: openregular;
    color: #333;
    font-size: 13px;
}

#sbtn {
    font-size: 13px;
    font-family: opensemibold;
    color: #fff;
    float: left;
    padding: 5px 20px 5px 20px;
    margin-left: 224px;
    margin-top: 20px;
    background-color: #c30;
    border-radius: 3px;
    cursor: pointer;
}

#sbtn:hover {
    background-color: #F7A32A;
}

.error {
    float: left;
    margin-top: 2px;
    color: #c30;
    font-family: opensemibold;
    font-size: 13px;
}

.note {
    padding-top: 5px;
    padding-left: 10px;
}

.note .sn {
    margin-top: 0px;
    color: #c30;
    font-family: opensemibold;
    font-size: 14px;
}

.boxLeft {
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

p {
    font-family: openregular;
    line-height: 20px;
    font-size: 12px;
}

.boxLeft p strong {
    font-family: opensemibold;
    font-weight: normal;
}

.title {
    font-family: opensemibold;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    padding-left: 10px;
    border-bottom: 2px solid #e10505;
}


.paraContact {
    padding: 0 10px;
    font-size: 14px;
}

.boxLeft {
    margin-bottom: 40px;
}

.leftform {
    width: 100%;
}

.validationBlock {
    width: 60%;
    display: none;
}

.formele {
    width: calc(50% - 30px);
    float: left;
    margin-right: 60px;
    margin-top: 20px;
}
.form_ele {
    width: 100%;
    margin-top: 20px;
}

.formele:nth-child(even) {
    margin-right: 0;
}

.label {
    font-family: opensemibold;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 5px 5px 5px 1px;
    width: 190px;
}

.formele .label,
.form_ele .label {
    float: left;
}

.formele .box,
.form_ele .box {
    float: right;
    position: relative;
    width: calc(100% - 200px);
    box-sizing: border-box;
}

.formele select {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.selectbox {
    width: 100%;
    padding: 3px;
    height: 30px;
}

input[type="text"] {
    width: 100%;
    height: 30px;
    border: 1px solid #e2e2e2;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-family: openregular;
    outline: none;
    box-sizing: border-box;
}

textarea {
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100px;
    border: 1px solid #e2e2e2;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-family: openregular;
    outline: none;
    max-width: 100%;
    max-height: 100px;
}
.QRcode{
    background-image: url("../assets/IASCTQRCODE.png");
    background-size: 250px !important;
    background-position: center !important;
    height: 300px;
    width: 25%;
    margin-right: 2%;
    margin-bottom: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    position: absolute;
    /* bottom: 122px; */
    right: 90px;
    background-repeat: no-repeat;
}

.commonButtons:hover,
.wokcommonButtons:hover {
    background-color: #ffffff;
    color: #1f4997;
}

.wokcommonButtons {
    font-size: 13px;
    font-family: opensemibold;
    padding: 4px 20px;
    width: 60px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    color: #fff;
    background-color: #1f4997;
    border: 1px solid #1f4997;
    border-radius: 3px;
    margin-top: 50px;
}
.upiButtons {
    font-size: 13px;
    font-family: opensemibold;
    padding: 4px 20px;
    width: 60px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    color: #fff;
    background-color: #1f4997;
    border: 1px solid #1f4997;
    border-radius: 3px;
}

.commonButtons {
    font-size: 13px;
    font-family: opensemibold;
    padding: 4px 20px;
    float: left;
    cursor: pointer;
    color: #fff;
    background-color: #064273;
    border: 1px solid #064273;
    border-radius: 3px;
    margin-top: 40px;
    margin-right: 10px;
}

      /* Popup container */
      .mypopup {
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.4);
      }

      /* Popup content */
      .mypopup-content {
        background-color: white;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 25%;
        text-align: center;
        box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
      }
    

.error {
    margin-top: 2px;
    color: #c30;
    font-family: opensemibold;
    font-size: 13px;
    position: absolute;
    left: 3px;
    bottom: -18px;
    display: none;
}

.emailnote p {
    padding-left: 0;
    padding-top: 0;
}

#sbtn {
    font-size: 13px;
    font-family: opensemibold;
    padding: 4px 20px;
    display: table;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    color: #fff;
    background-color: #064273;
    border: 1px solid #064273;
    border-radius: 3px;
}

#sbtn:hover {
    background-color: #fff;
    color: #064273;
}

.loaderDiv {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: none;
}

.loaderDiv img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.successsent {
    background-image: url(../assets/checked.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left top;
    padding-left: 27px;
    color: #42922d;
    font-family: opensemibold;
    font-size: 14px;
    margin: 20px 0;
    margin-left: 15px;
    line-height: 22px;
}

.errorsent {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 5px;
    background-image: url(../assets/error.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 32px;
    padding-bottom: 13px;
    background-position: left top;
    padding-left: 40px;
    color: #fe0000;
    font-family: opensemibold;
    font-size: 22px;
    padding-top: 6px;
    position: absolute;
    bottom: 52px;
    left: 0;
    right: 0;
}

#buttonBox {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
}

#buttonBox .note,
.fullSection .note {
    padding-left: 0;
    margin-top: 20px;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.popup_box {
    margin: auto;
    width: 500px;
    max-height: 175px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.titles {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #0271c0;
}

.titles p {
    font-family: opensemibold;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
}

.popup_des {
    position: absolute;
    width: 100%;
    top: 40px;
}

.alert_btn {
    font-size: 13px;
    font-family: opensemibold;
    color: #fff;
    padding: 5px 20px 5px 20px;
    display: table;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #d29500;
    border: 1px solid #d29500;
}

.alert_btn:hover {
    background-color: #fff;
    color: #d29500;
}

#texterror {
    color: #c30;
    font-family: opensemibold;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
}

.path {
    position: absolute;
    left: 10px;
    bottom: -15px;
    line-height: 16px;
    width: 220px;
    overflow: hidden;
    word-break: break-word;
}

#con_pre {
    width: 15%;
    height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    font-size: 13px;
    font-family: openregular;
    float: left;
    outline: none;
    padding: 3px;
    text-align: center;
}

#contact,
#wokcontact {
    float: left;
    width: calc(85% - 5px);
    height: 30px;
    margin-left: 5px;
}
.formerror {
    position: absolute;
    left: 0px;
    color: #c30;
    bottom: -16px;
    font-family: opensemibold;
    font-size: 13px;
    display: none;
}

.input1 .po,
.input1 .ba {
    float: left;
    line-height: 20px;
    font-size: 12px;
    padding: 10px 25px;
}
.bankdetails {
    border-top: 1px solid #e2e2e2;
}

@media screen and (max-width: 600px) {
    .formele{
        width: 100%;
        float: none;
        margin: 0;
        margin-top: 20px;
    }
    .popup_box{
        width: 90%;
    }
}