.innerpagebg {
    overflow: hidden;
}

.page-title {
    background: #ffdbee;
    text-align: center;
    padding: 20px 0;
    color: #e5097f;
}

.committee {
    text-align: center;
}

.committee h2 {
    color: var(--theme-clr4);
    margin: 0 0 15px;
    position: relative;
    font-size: 20px;
    z-index: 1;
    padding: 8px 29px;
    border-radius: 20px;
    background: #3c4192;
    display: inline-block;
}

.committee h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.committee ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.5rem 0 1.5rem;
    overflow: hidden;
}

.committee ul li {
    text-align: center;
    color: #000000;
    margin: .5rem 1.5rem 01rem;
    transition: 0.3s ease;
}

.committee ul li span {
    display: block;
    font-size: 14px;
    color: #8b8585;
    font-style: italic;
    margin: 5px 0 0;
    line-height: 18px;
}

.committee ul li h3 {
    font-size: 18px;
    color: #3c4192;
    margin-bottom: 0;
}


/* *Registration Details* */

.table> :not(:first-child) {
    border-top: none;
}

.reg-fee h2 {
    text-align: center;
    margin: 10px auto;
    color: #3c3085;
}

.reg-fee h4 {
    color: #3c4192;
}

.reg-fee .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(246, 87, 38, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: center;
    border-color: #d4dae0;
}

.reg-fee thead {
    color: #fff;
    background: #3c4192;
    box-shadow: none;
    border: none;
}

.reg-inc {
    background: #f1f3fd;
}

.reg-inc h4 {
    background: #3c4192;
}

.reg-inc ul li {
    line-height: 2em;
    list-style-image: url(../img/tick.png);
    list-style-position: outside;
    margin-left: 25px;
}

.reg-inc ul li i {
    color: #3b3085;
}

.reg-pay thead {
    color: #fff;
    background: #3c4192;
    box-shadow: none;
    border: none;
}

.reg-btn {
    background-color: #35347e;
    color: #ffffff;
    padding: 10px 25px !important;
}

.reg-btn-1 {
    background-color: #0e754a;
    color: #ffffff;
    padding: 10px 25px !important;
}

.reg-btn:hover,
.reg-btn-1:hover {
    color: #eee;
}

.contact-us h4 {
    color: var(--theme-clr2);
}

.abstract-guidelines li {
    padding: .5rem;
}