@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css');

body * {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: .4s all;
}

body {
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    /* font-family: "Work Sans", sans-serif; */
    position: relative;
    min-height: 100vh;
    padding: 0 !important;
    font-size: 19px;
    display: flex;
    flex-direction: column;
}

html {
    overflow-x: hidden;
}

li {
    list-style: none;
}

figure {
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* ::-webkit-scrollbar{
    width: 9px;
}

::-webkit-scrollbar-track{
    background: rgba(170, 168, 168, 0.185);
}
::-webkit-scrollbar-thumb{
    background:  #184CE9;
    border-radius: 10px;
} */

.container {
    max-width: 1560px;
}

section {
    position: relative;
}

.content {
    flex: 1;
}

/* ====================== */

h1 {
    font-size: 58px;
    font-weight: 700;
}

h2 {
    font-size: 58px;
    font-weight: 300;
}

.fig-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fig-info img {
    width: 110px;
    height: 110px;
    background: #fff;
    padding: 6px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.header-top {
    background: #1F1885;
    padding: 10px 0;
}

section.banner-section {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.banner-info {
    text-align: center;
    color: #fff;
}

.banner-info h1 {
    margin-bottom: 28px;
}

.banner-info h4 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
}

.bold-para {
    font-weight: 600;
}

.header-btm {
    background: #82818F;
    padding: 14px 0;
}

ul.nav {
    align-items: center;
    justify-content: center;
    gap: 50px;
}

ul.nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-bottom: 3px;
}

ul.nav li a::before, ul.nav li a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    height: 2px;
    background: #fff;
    transition: 0.4s all;
}

ul.nav li a:hover::before, ul.nav li a.active::before {
    width: 100%;
}

.main-content-wrapper {
    display: flex;
    position: relative;
}

.content-lft {
    /* width: 100%;
    max-width: 300px; */
    background: #E6E5F4;
    padding: 40px 0;
}

.menu-content {
    flex: none;
    background: #E6E5F4;
}

.content-lft, .menu-content {
    max-width: 297px;
    width: 100%;
}

.content-lft li h4 {
    font-size: 19px;
    color: #292476;
    padding: 13px 20px;
    background: #BEBBEC;
    font-weight: 500;
}

.content-lft>ul>li {
    margin-bottom: 10px;

}

.content-lft>ul>li:last-child {
    margin-bottom: 0;
}

.content-lists {
    padding-top: 10px;
}

.content-lists li a {
    display: block;
}

.content-lists li {
    padding: 0 20px;
}

.content-lists li a {
    display: inline-block;
    font-size: 17px;
    color: #615D92;
    position: relative;
    margin-bottom: 8px;
    font-weight: 500;
    padding-left: 18px;
}

.content-lists li a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 9px;
    width: 9px;
    border: 2px solid #322B92;
    border-radius: 50%;
}

.content-lists li a:hover {
    color: #322B92;
    letter-spacing: 0.1px;
}

.content-main {
    padding: 60px 32px;
    padding-right: 330px;
    width: 100%;
}

.content-main h2 {
    margin-bottom: 10px;
}

.content-main p {
    margin-bottom: 12px;
}

.content-main p:last-child {
    margin-bottom: 0;
}

.content-lft:last-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.content-section {
    padding-bottom: 50px;
}

.footer {
    padding: 50px 0 10px;
    background: #151A2C;
    color: #fff;
}

.footer.footer .fig-info img {
    width: 100px;
    height: 100px;
    padding: 3px;
}

.footer.footer .fig-info {
    justify-content: start;
    gap: 8px;
}

.footer-dtls h3 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 3px;
}

.footer-dtls p {
    font-size: 16px;
    font-weight: 300;
    color: #D6D6D6;
    position: relative;
    padding-left: 28px;
}

.footer-dtls p a {
    color: #D6D6D6;
}

.footer-dtls p a:hover {
    color: #fff;
}

.footer-dtls p+p {
    margin-top: 5px;
}

.footer-dtls p img {
    max-width: 22px;
    top: 2px;
    position: absolute;
    left: 0;
}

.footer-dtls {
    margin-bottom: 13px;
}

.last-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff45;
    padding-top: 5px;
    margin-top: 14px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.social-links li a {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links li a:hover {
    color: #bebbec;
}

.social-links li:nth-child(2) a {
    font-size: 17px;
    top: 3px;
    position: relative;
}

.last-links p {
    font-size: 16px;
    font-weight: 300;
}

.block-info {
    display: block;
}

.paragraph-link {
    color: #E96806;
    font-weight: 500;
    text-decoration: underline;
}

.paragraph-link:hover {
    color: #000;
}

.registration-table {
    width: 100%;
    border: 1px solid #BEBBEC;
    margin-top: 25px;
}

.registration-table th, .registration-table td {
    font-size: 18px;
    font-weight: 600;
    background: #1F1885;
    color: #fff;
    padding: 12px 20px;
    padding-left: 130px;
}

.registration-table td {
    font-size: 16px;
    color: #000;
    background: #fff;
}

.registration-table tr:nth-child(even) td {
    background: #E6E5F4;
}

.wid-50.wid-50 td {
    width: 50%;
}

.wid-50.wid-50 td+td {
    border-left: 1px solid #BEBBEC;
}

.tracks-details {
    border: 1px solid #BEBBEC;
    padding: 14px 12px;
    height: 100%;
    transition: 0.4s all;
}

.tracks-details:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .12);
}

.tracks-details h3 {
    background: #322B92;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    padding: 5px 15px;
    border-radius: 8px;
    margin-bottom: 2px;
    font-weight: 600;
}

.tracks-details h4 {
    color: #322B92;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tracks-details ul li {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.tracks-details ul li:last-child {
    margin-bottom: 0;
}

.tracks-details ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #000;
}

.row-new .col-md-4 {
    margin-top: 10px;
}

.impt-dates {
    margin: 0 auto;
    display: table;
    position: relative;
    /* right: 35px; */
}

.impt-dates h4, .impt-dates h5 {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    align-self: baseline;
    float: left;
    text-align: right;
    font-family: "Poppins", sans-serif;
}

.impt-dates h4 {
    width: 360px;
    font-weight: 600;
    color: #322B92;
    text-align: left;
}

.impt-dates h5 {
    padding-left: 62px;
    float: right;
    width: 400px;
    text-align: left;
    margin-left: 15px;
}

.impt-dates h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 3px solid #322B92;
    z-index: 6;
    background: #fff;
}

.impt-dates h5::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 7px;
    height: 69px;
    width: 1px;
    background: #322B92;
}

.impt-dates:nth-child(1) h5:after {
    display: none;
}

.date-info {
    border: 1px solid #BEBBEC;
    padding: 28px 14px;
    margin-top: 20px;
}

.list-wrappr {
    border: 1px solid #BEBBEC;
    margin-top: 20px;
}

.all-list li p {
    margin-bottom: 0 !important;
    font-weight: 500;
}

.all-list li p span {
    font-weight: 600;
    color: #322B92;
}

.all-list li, .mail-info {
    padding: 12px 36px;
}

.all-list li:nth-child(even) {
    background: #E6E5F4;
}

.all-list li a {
    font-size: 30px;
    font-weight: 600;
    color: #322B92;
    margin-top: 1px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.all-list li a::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    height: 22px;
    width: 22px;
    background: url(../images/blue-call.png) no-repeat center / cover;
}

.all-list li a:hover {
    color: #000;
}

.mail-info {
    background: #1F1885;
}

.mail-info a {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-left: 33px;
}

.mail-info a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 22px;
    width: 22px;
    background: url(../images/message.png) no-repeat center / cover;
}

.mail-info a:hover {
    color: #e7e7e7;
}

.content-lists li a.cn-actv {
    color: #322B92;
    font-weight: 700;
}

.content-lists li a.cn-actv::before {
    background: #322b92;
}

.soon-div.soon-div {
    position: relative;
    height: 500px;
}

.soon-div.soon-div img {
    width: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: auto;
}

.map-info {
    height: 300px;
    width: 100%;
    border: 1px dashed #1f1885;
    border-radius: 8px;
    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 16px;
}

.map-info iframe {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
}

.blk-info {
    display: block;
    color: #000;
    font-weight: 500;
}

.blk-info:hover {
    color: #1f1885;
}

.for-change {
    font-size: 36px;
    font-weight: 700;
    display: table;
    background: #141414ad;
    padding: 3px 14px;
    margin: auto;
}

.break-word {
    word-break: break-all;
}

.fig-dtlls {
    display: flex;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #c3c2c2;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.fig-dtlls figure {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-right: 20px;
    flex: none;
}

.fig-dtlls figure img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.figure-para.figure-para p {
    margin-bottom: 1px !important;
    font-size: 18px;
}

.figure-para.figure-para p b {
    color: #1f1885;
}

.figure-para p a {
    color: #000;
}

.figure-para p a:hover {
    color: #292476;
}

.menu-icon, .cress-info {
    display: none;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 8px 16px;
    font-size: 16px;
    background-color: #1f1885;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
}

#backToTop:hover {
    background-color: #2a2579;
}

/* .content-main p a {
    word-break: break-all;
    font-weight: 500;
} */

.sprn-logo {
    width: 100%;
}


/* readmore-readless-btn speaker */
.readmore-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.readmore-content.show {
    max-height: 1000px;
    /* Large enough to show all */
}

.readmore-btn {
    color: blue;
    cursor: pointer;
    font-weight: bold;
    border: none;
    background: none;
    padding: 5px 0;
    font-size: 14px;
}

.approved-cls{
    display: block;
    text-align: center;
    margin-top: 4px;
}

.delete-date{
    color: #0000008a;
    font-size: 18px;
}

.dtls-bank-para.dtls-bank-para p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 5px;
}

.dtls-bank-para + .dtls-bank-para {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #0000002b;
}

.comtee-heading h3{
    font-size: 24px;
    margin-bottom: 10px;
}

.dtls-bank.dtls-bank{
    flex-direction: column;
    margin: 0;
}

ul.special-sessions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

ul.special-sessions li {
    padding: 0 5px;
    width: 50%;
}

ul.special-sessions li .fig-dtlls{
    margin-bottom: 0;
}

.blk-clr{
    color: black !important;
}

.blinking-text {
  color: #5b1201 !important;
  animation: glow 1.5s infinite;
}

@keyframes glow {
  0%   { opacity: 1; }
  50%  { opacity: 0.2; }
  100% { opacity: 1; }
}


@media only screen and (max-width: 1560px) {

    body {
        font-size: 15px;
    }

    h2 {
        font-size: 40px;
    }

    .content-main h2 {
        margin-bottom: 8px;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 70px;
    }

    .fig-info img {
        width: 80px;
        height: 80px;
        padding: 3px;
    }

    .header-top {
        padding: 8px 0;
    }

    ul.nav li a {
        font-size: 14px;
    }

    .header-btm {
        padding: 11px 0;
    }

    h1 {
        font-size: 43px;
    }

    .banner-info h4 {
        font-size: 20px;
        line-height: 32px;
    }

    .banner-info h1 {
        margin-bottom: 22px;
    }

    section.banner-section {
        height: 350px;
    }

    .content-lft li h4 {
        font-size: 15px;
        padding: 10px 14px;
    }

    .content-lists li a {
        font-size: 14px;
        margin-bottom: 6px;
        padding-left: 14px;
    }

    .content-lists li a::before {
        top: 7px;
        left: 0;
        height: 8px;
        width: 8px;
    }

    .content-lists li {
        padding: 0 10px 0 15px;
    }

    .content-lft>ul>li {
        margin-bottom: 8px;
    }

    .content-lists {
        padding-top: 7px;
    }

    .content-lft {
        padding: 32px 0;
    }

    .content-main {
        padding: 40px 20px;
        padding-right: 250px;
    }

    .content-lft, .menu-content {
        max-width: 230px;
    }

    .content-section {
        padding-bottom: 35px;
    }

    .footer.footer .fig-info img {
        width: 70px;
        height: 70px;
        padding: 2px;
    }

    .footer {
        padding: 40px 0 8px;
    }

    .footer-dtls h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .footer-dtls p {
        font-size: 13px;
        padding-left: 26px;
    }

    .footer-dtls p img {
        max-width: 19px;
        top: 2px;
    }

    .last-links p {
        font-size: 14px;
    }

    .last-links {
        padding-top: 3px;
        margin-top: 6px;
    }

    .social-links li a {
        font-size: 17px;
    }

    .social-links {
        gap: 18px;
    }

    .social-links li:nth-child(2) a {
        font-size: 15px;
        top: 3px;
    }

    .content-main p {
        margin-bottom: 8px;
    }

    .registration-table {
        margin-top: 18px;
    }

    .registration-table th, .registration-table td {
        font-size: 15px;
        padding: 8px 12px;
        padding-left: 70px;
    }

    .registration-table td {
        font-size: 14px;
    }

    .tracks-details h3 {
        font-size: 15px;
        padding: 4px 10px;
        border-radius: 6px;
        margin-bottom: 2px;
    }

    .tracks-details h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .tracks-details ul li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 11px;
        margin-bottom: 6px;
    }

    .tracks-details ul li:after {
        top: 9px;
        left: 0;
        height: 5px;
        width: 5px;
    }

    .tracks-details {
        padding: 12px 8px;
        height: 100%;
    }

    .impt-dates h4, .impt-dates h5 {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .impt-dates h4 {
        width: 250px;
    }

    .impt-dates h5 {
        padding-left: 37px;
        width: 305px;
        margin-left: 6px;
    }

    .date-info {
        padding: 26px 5px;
        margin-top: 16px;
    }

    .impt-dates h5::after {
        bottom: 0px;
        left: 7px;
        height: 54px;
        width: 1px;
    }

    .impt-dates h5::before {
        border: 2px solid #322B92;
    }

    .all-list li a {
        font-size: 18px;
        margin-top: 0px;
        padding-left: 22px;
    }

    .all-list li a::before {
        top: 8px;
        left: 0;
        height: 16px;
        width: 16px;
    }

    .mail-info a {
        font-size: 17px;
        padding-left: 24px;
    }

    .mail-info a::before {
        top: 5px;
        left: 0;
        height: 16px;
        width: 16px;
    }

    .all-list li, .mail-info {
        padding: 10px 20px;
    }

    .list-wrappr {
        margin-top: 16px;
    }

    .soon-div.soon-div {
        height: 420px;
    }

    .soon-div.soon-div img {
        max-width: 470px;
    }

    .map-info {
        height: 260px;
        padding: 5px;
    }

    .for-change {
        font-size: 25px;
    }

    .fig-dtlls figure {
        width: 128px;
        height: 130px;
        padding: 6px;
        margin-right: 15px;
    }

    .fig-dtlls {
        margin: 14px 0 10px;
        padding: 15px 11px;
    }

    .figure-para.figure-para p {
        margin-bottom: 0px !important;
        font-size: 14px;
    }

    .figure-para.figure-para p b {
        font-size: 15px;
    }

    #backToTop {
        padding: 5px 12px;
        font-size: 14px;
        border-radius: 6px;
    }

    .delete-date {
        font-size: 14px;
    }

    .dtls-bank-para.dtls-bank-para p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .comtee-heading h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dtls-bank-para + .dtls-bank-para {
        margin-top: 8px;
        padding-top: 8px;
    }

    ul.special-sessions {
        margin: 0 -3px;
    }

    ul.special-sessions li {
        padding: 0 3px;
    }
}


@media only screen and (max-width: 1260px) {
    h1 {
        font-size: 40px;
    }

    .footer-dtls p a {
        word-break: break-word;
    }

    .impt-dates h5 {
        padding-left: 40px;
        width: 240px;
        margin-left: 20px;
    }

    .impt-dates h4 {
        width: 230px;
    }

    .impt-dates h4, .impt-dates h5 {
        font-size: 14px;
    }

    .date-info {
        padding: 26px 2px;
    }

    .impt-dates h5 {
        padding-left: 30px;
        width: 283px;
        margin-left: 2px;
    }
}

@media only screen and (max-width: 991px) {

    body {
        font-size: 14px;
    }

    .container {
        padding: 0 30px;
    }

    .fig-info img {
        width: 60px;
        height: 60px;
        padding: 2px;
    }

    .header-top {
        padding: 6px 0;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    .banner-info h1 {
        margin-bottom: 14px;
    }

    .banner-info h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .for-change {
        font-size: 18px;
        padding: 2px 14px;
    }

    section.banner-section {
        height: auto;
        padding: 28px 0;
    }

    .content-lft:first-child {
        padding-bottom: 0;
    }

    .content-lft:last-child {
        position: relative;
        padding-top: 0;
    }

    .content-lft>ul>li, .content-lft>ul>li:last-child {
        margin-bottom: 6px;
    }

    .content-main {
        padding: 25px 0px 0px;
        padding-right: 0;
    }

    .menu-content {
        flex: none;
        background: #E6E5F4;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 4;
        height: 100%;
        transition: all 0.4s ease-in-out;
        overflow-y: scroll;
    }

    .content-section {
        padding-bottom: 20px;
    }

    .content-main p {
        margin-bottom: 5px;
    }

    .content-main h2 {
        margin-bottom: 6px;
    }

    .footer {
        padding: 28px 0 6px;
    }

    .footer.footer .fig-info img {
        width: 55px;
        height: 55px;
        padding: 1px;
    }

    .footer.footer .fig-info {
        gap: 6px;
        margin-bottom: 10px;
    }

    .footer-dtls p img {
        max-width: 16px;
        top: 1px;
    }

    .footer-dtls p {
        font-size: 13px;
        padding-left: 22px;
    }

    .footer-dtls {
        margin-bottom: 10px;
    }

    .last-links p {
        font-size: 13px;
    }

    .menu-icon, .cress-info {
        display: block;
    }

    .header-btm .nav-wrapper {
        position: fixed;
        /* position: absolute; */
        display: block;
        height: 100%;
        z-index: 4;
        background: #333848;
        top: 0;
        right: -100%;
        padding: 60px 26px 40px;
        max-width: 400px;
        width: 100%;
        transition: all 0.4s ease-in-out;
    }

    .menu-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
    }

    .toggle-bar.header-btm .nav-wrapper {
        right: 0;
    }

    .nav li+li {
        margin-top: 10px;
    }

    ul.nav {
        display: block;
    }

    .cress-info {
        position: absolute;
        top: 0px;
        right: 0;
        height: 60px;
        width: 60px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #f71000;
        color: #fff;
        font-size: 24px;
        border-radius: 0 0 0 60px;
        transition: 0.4s all;
    }

    .cress-info i {
        position: relative;
        top: -7px;
        right: -6px;
    }

    .menu_overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
        pointer-events: none;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .menu_overlay.active {
        pointer-events: initial;
        opacity: 1;
    }

    .menu-content.toggle-left-menu {
        left: 0;
    }

    .content-lft li h4 {
        font-size: 14px;
        padding: 6px 10px;
    }

    .content-lft {
        padding: 15px 0;
    }

    .content-lists li a {
        font-size: 13px;
        margin-bottom: 4px;
        padding-left: 12px;
    }

    .content-lists li {
        padding: 0 5px 0 10px;
    }

    .content-lists li a::before {
        top: 6px;
        left: 0;
        height: 7px;
        width: 7px;
    }

    .content-lft, .menu-content {
        max-width: 220px;
    }

    .content-lft>ul>li, .content-lft>ul>li:last-child {
        margin-bottom: 2px;
    }

    .all-list li, .mail-info {
        padding: 8px 14px;
    }

    .list-wrappr {
        margin-top: 12px;
    }

    .date-info {
        padding: 20px 12px;
        margin-top: 12px;
    }

    .row-new .col-md-4 {
        margin-top: 4px;
    }

    .fig-dtlls {
        margin: 12px 0 10px;
        padding: 12px 10px;
    }

    .registration-table {
        margin-top: 10px;
    }

    .registration-table th, .registration-table td {
        font-size: 14px;
        padding: 6px 10px;
        padding-left: 50px;
    }

    .registration-table td {
        font-size: 13px;
    }

    .soon-div.soon-div img {
        max-width: 370px;
    }

    .soon-div.soon-div {
        height: 300px;
    }

    .map-info {
        height: 180px;
        padding: 5px;
        margin-top: 12px;
    }

    .all-list li a {
        font-size: 16px;
        margin-top: 0px;
        padding-left: 20px;
    }

    .all-list li a::before {
        top: 6px;
        left: 0;
        height: 14px;
        width: 14px;
    }

    .mail-info a {
        font-size: 16px;
        padding-left: 20px;
    }

    .mail-info a::before {
        top: 5px;
        left: 0;
        height: 14px;
        width: 14px;
    }

    .menu-icon i {
        height: 30px;
        width: 32px;
        background: #000000 !important;
        color: #ffffff !important;
        border-radius: 4px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media only screen and (max-width: 767px) {

    .block-info {
        display: inline;
    }

    .impt-dates h4, .impt-dates h5 {
        font-size: 14px;
        margin-bottom: 2px;
        width: 100%;
        text-align: center;
        float: initial;
        padding: 0;
        margin-left: 0;
        display: block;
    }

    .impt-dates h5::before, .impt-dates h5::after {
        display: none;
    }

    .impt-dates+.impt-dates {
        margin-top: 10px;
    }

    .impt-dates {
        display: block;
    }

    .impt-dates h5 {
        border-bottom: 1px dashed #abaab7;
        padding-bottom: 8px;
    }

    .impt-dates:last-child h5 {
        border-bottom: none;
        padding-bottom: 0;
    }

    ul.special-sessions li {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .fig-info img {
        width: 50px;
        height: 50px;
        padding: 2px;
    }

    .container {
        padding: 0 10px;
    }

    h1 {
        font-size: 22px;
    }

    .banner-info h1 {
        margin-bottom: 10px;
    }

    .banner-info h4 {
        font-size: 14px;
        line-height: 23px;
    }

    .for-change {
        font-size: 16px;
        padding: 2px 10px;
        margin-top: 4px;
    }

    section.banner-section {
        height: auto;
        padding: 25px 0;
    }

    .content-main {
        padding: 22px 0px 0px;
    }

    .footer.footer .fig-info img {
        width: 52px;
        height: 52px;
    }

    .last-links {
        padding-top: 2px;
        margin-top: 2px;
        flex-direction: column-reverse;
        gap: 2px;
    }

    .footer {
        padding: 22px 0 4px;
    }

    .footer-dtls {
        margin-bottom: 8px;
    }

    .date-info {
        padding: 10px;
        margin-top: 12px;
    }

    .tracks-details h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .tracks-details ul li {
        margin-bottom: 4px;
    }

    .row-new .col-md-4 {
        margin-top: 2px;
    }

    .row-new .col-md-4+.col-md-4 {
        margin-top: 10px;
    }

    .fig-dtlls {
        margin: 10px 0 0;
        padding: 10px 10px;
        flex-direction: column;
    }

    .fig-dtlls figure {
        width: 84px;
        height: 84px;
        padding: 3px;
        display: table;
        margin: 0 auto 5px;
        flex: none;
    }

    .fig-dtlls figure img {
        object-fit: cover;
        width: 84px;
        height: 84px;
        object-position: top;
    }

    .registration-table th, .registration-table td {
        font-size: 14px;
        padding: 5px 8px;
        padding-left: 15px;
    }

    .registration-table td {
        font-size: 13px;
    }

    .soon-div.soon-div img {
        max-width: 300px;
    }

    .soon-div.soon-div {
        height: 250px;
    }

    .all-list li, .mail-info {
        padding: 6px 10px;
    }

    .list-wrappr {
        margin-top: 8px;
    }

    h2 {
        font-size: 26px;
    }

    .header-btm {
        padding: 7px 0;
    }

    #backToTop {
        padding: 4px 10px;
        font-size: 13px;
        border-radius: 4px;
        right: 12px;
    }

    .delete-date {
        font-size: 13px;
    }

    .comtee-heading h3 {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .dtls-bank-para.dtls-bank-para p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .dtls-bank-para + .dtls-bank-para {
        margin-top: 6px;
        padding-top: 7px;
    }

    .comtee-heading {
        margin-top: 8px;
    }

}