.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.inner-page {
    padding: 3em 0 2em;
}

.inner-bg {
    background: #fff;
    padding: 3em;
}

.inner-header h2 {
    text-align: center;
    padding: 1em 0;
    background: #3e4095;
    background-image: -webkit-linear-gradient(0deg, #ff5722 0%, #fc0003 100%);
    font-size: 32px;
    margin: 0;
    line-height: 42px;
    color: #ffffff;
}

.contact-page {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 2em 0;
}

.contact-box {
    padding: 2em;
    background: #ffffff;
    box-shadow: 0px 4px 20px -4px rgb(107 105 225 / 39%);
    border-radius: 30px;
    margin: 2em;
}


/*quiz*/

.quiz-page {
    text-align: center;
}

.infonew {
    margin: 2em 0;
    background: #fffcf1;
    border: 1px solid #eadb9f;
    padding: 2em 2em 1em;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.infonew li {
    display: flex;
    padding: 8px 0;
}

.infonew li img {
    width: 18px;
    height: 18px;
    margin: 3px 10px 0 0;
}

.form-section {
    margin: 1em 0 2em;
}

.form-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-section ul li {
    text-align: left;
    padding: 0;
    margin: 0 0 1.5em;
    width: 48%;
}

.form-section ul li.full-width {
    width: 100%;
}

.quiz-page h3 {
    text-align: center;
    margin: 2em 0 0;
    color: #3e4095;
}

.quiz-page h4.qdate {
    display: inline-block;
    border: 2px solid;
    padding: 2px 20px;
    text-align: center;
    color: #1a1a1a;
    margin-top: 1em;
    border-radius: 30px;
}


/*quiz*/


/*reg-details*/

.registration-details {
    padding: 2em;
    box-shadow: 0px 6px 12px -7px rgb(0 0 0);
    border-radius: 20px;
    margin: 1em 0 2em;
    background: #fff;
}

.registration-details h2 {
    padding: 10px 15px;
    background: #3e4095;
    color: #fff;
    margin: 0 0 1em;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.registration-details span {
    font-weight: normal;
}

.table-scroll {
    min-width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    min-width: 1000px;
    margin: 0;
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
}

.table-scroll th {
    padding: 0.8em;
    font-size: 16px;
    background-color: #ff9800;
    background-image: -webkit-linear-gradient(0deg, #ff5722 0%, #fc0003 100%);
    color: #fff;
    text-align: left;
}

.table-scroll td {
    padding: 0.8em;
    font-size: 16px;
}

.registration-details ol,
.registration-details ul {
    margin: 0 0 0 20px;
}

.registration-details li {
    list-style: square;
    padding: 5px 0;
}

.register-link ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.register-link li {
    padding: 1em;
}

.register-link li a {
    display: block;
    text-align: center;
    padding: 15px 20px;
    font-size: 22px;
    color: #ffffff;
    background: #ff9800;
    border-radius: 30px;
}

.reg-address {
    text-align: center;
    margin: 0 0 0;
    padding: 2em 0;
    color: #fff;
}

.reg-address a {
    color: #ff9800;
}

.bank-details p {
    line-height: 16px;
    line-height: 32px;
}

p.note {
    background: #ffeded;
    color: #f00;
    padding: 5px 15px;
}


/*reg-details*/


/*Abstract Submission*/

.abstract-submission {
    padding: 2em 0;
}


/*Abstract Submission*/


/*national-faculty*/

.national-faculty {
    text-align: center;
    margin: 0;
    padding: 2em 0;
}

.national-faculty ul,
.international-faculty ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.international-faculty ul {
    justify-content: center;
}

.national-faculty li {
    width: 22%;
    margin: 15px;
    padding: 25px 10px 20px;
    box-shadow: 0px 0px 8px -2px rgb(65 105 225 / 34%);
    background: #fff;
    position: relative;
    border-radius: 18px;
}

.national-faculty li h4 {
    color: #3e4095;
    font-size: 14px;
    line-height: 22px;
}

.national-faculty li::after,
.international-faculty li::after {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #f0f1f3;
    content: "";
}

.national-faculty li span,
.international-faculty li span {
    display: block;
}

.international-faculty {
    text-align: center;
    margin: 2em 0;
}

.international-faculty li {
    width: 25%;
    margin: 0 2%;
    padding: 1.5em 1em 1.5em;
    background: #fff;
    position: relative;
}

.international-faculty span,
.national-faculty span {
    font-style: italic;
    font-size: 12px;
    color: #808080;
    font-weight: normal;
}

.facul-img {
    width: 200px;
    height: 200px;
    margin: 0 auto 1em;
    border-radius: 100%;
    overflow: hidden;
}

.facul-img img {
    width: 100%;
}

.committee-content {
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    overflow: hidden;
}

.committee-content ul li {
    display: inline-block;
    font-size: 14px;
    width: 21%;
    margin: 20px 20px;
}

.committee-content ul li h3 span {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #808080;
}

.committee-content ul li .ex_committee {
    padding: 25px 10px 20px;
    box-shadow: 0px 0px 8px -2px rgb(65 105 225 / 34%);
    background: #fff;
    position: relative;
    border-radius: 18px;
    color: #3e4095;
}

.ex_committee p {
    color: #3e4095;
    font-weight: 600;
    font-size: 20px;
}

.committee-content ul li .ex_committee::before {
    content: "";
    position: absolute;
    top: 72px;
    right: -11%;
    width: 259px;
    height: 247px;
    border-radius: 100px;
    z-index: 0;
}

.committee-content h4 {
    background-image: -webkit-linear-gradient(0deg, #ff5722 0%, #fc0003 100%);
    color: #fff;
    padding: 10px 20px;
    position: relative;
    font-size: 22px;
    display: inline-block;
    border-radius: 40px;
    margin: 0 0 10px;
    font-weight: normal;
}

.committee-content h4::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px;
    border-color: #ff2e1f rgb(255 0 0 / 0%) rgb(255 255 255 / 0%) rgb(255 0 0 / 0%);
}

.inner-content {
    background: #fff;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 2px 15px -5px rgb(0 0 0 / 25%);
}

.scientific-highlights {
    color: #ffffff;
    margin: 2em auto;
    text-align: center;
}

.sponsors {
    color: #ffffff;
    margin: 1em auto;
    text-align: center;
}

.scientific-highlights h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
}

.scientific-highlights ul,
.sponsors ul {
    margin: 0 auto;
}

.scientific-highlights ul li {
    position: relative;
    list-style: none;
    width: 32%;
    background: #ffffff;
    margin: 20px 40px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: -7px 0px 1px 0px #fe3115;
    text-align: left;
    color: #3e4095;
    display: inline-block;
}

.scientific-highlights li::before {
    content: "";
    background: #fe3115;
    position: absolute;
    top: -6px;
    width: 50px;
    left: 15px;
    height: 6px;
    border-radius: 50px 50px 0px 0px;
}

.scientific-highlights li::after {
    content: "";
    background: #fe3115;
    position: absolute;
    bottom: -9px;
    width: 80%;
    right: 8px;
    height: 10px;
    border-radius: 0px 0px 50px 50px;
}

.sponsors ul li {
    list-style: none;
    width: 32%;
    background: #ffffff;
    margin: 20px 40px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: -7px 0px 1px 0px #fe3115;
    text-align: center;
    color: #3e4095;
    display: inline-block;
}