@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
body {
    background-color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    line-height: 24px;
}
  
  a {
    text-decoration: none;
  }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0px;
    color: #0d6efd;
  }
  
  a:focus, button:focus, input:focus, select:focus {
    outline: 0 !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
  }

  img {
    height: auto;
    position: relative;
    max-width: 100%;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.container-fluid {
    width: 92%;
}  
header {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 9;
}
header img{ background-color: #fff; padding: 6px; border-radius: 6px;}
header .container-fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-dark{
    background: linear-gradient(90deg, #3E6AD8 0%, #FE623B 100%);
}
.navbar{
    padding: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link{ color: #fff; padding: 5px 30px; font-size: 20px; border-right: 1px solid; border-image-slice: 1; border-width: 1px;  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4990371148459384) 49%, rgba(255, 255, 255, 0) 100%);}
.navbar-expand-lg .navbar-nav li:last-child .nav-link{ border-right: 0;}
.home-banner{
    position: relative; background: url(../images/home-banner.jpg) no-repeat; background-size: cover; background-position: center; padding: 50px 0;;
}
.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content{
    position: relative; max-width: 930px;
}
.banner-content h2{
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
}
.banner-content h3{
    color: #4FFF62;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.banner-content h1{
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; 
    border-radius: 6px 30px 6px 6px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    background: #ffffff3b;
    box-shadow: 0px 4px 30px 0px rgba(4, 41, 134, 0.20);
    backdrop-filter: blur(5px);
    padding: 10px;
    margin-bottom: 20px;
    letter-spacing: .65px;
}
.banner-content h4{
    color: #FFF395;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

/* ----------------------------------
===== Section 2 CSS ==========
---------------------------- */

section.home-page1 {
    position: relative;
    padding: 70px 0 50px;
    background: linear-gradient(90deg, #D7E2FF 0%, #E1DAFF 100%);
}
.photo-gallery .carousel-item{
    position: relative; border-radius: 15px; overflow: hidden;
}
.carousel-caption{
    bottom: 0; left: 0; right: 0; padding: 2rem 0 1.5rem; background: linear-gradient(181deg, rgb(6 1 30 / 10%) 10%, #000000 100%);
}
.carousel-caption h6{ margin: 0; font-size: 1.1rem}
.cta-group{ display: flex; flex-wrap: wrap; gap: 30px 0;}
.cta-group li{ width: 33.33%; padding: 0 15px;}
.cta-group li img{ max-width: 55px; margin-right: 15px;}
.cta-group li .cta-btn {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #FFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
    color: #303030;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    
}
.cta-group li .cta-btn.active::after{ content: ""; width: 20px; height: 20px; background-color: rgba(255, 255, 255, .5); border-radius: 50px; position: absolute; right: 0; bottom: 0; -webkit-animation: ripple 1s linear infinite; animation: ripple 1s linear infinite;}
.cta-group li .cta-btn:hover{ background: linear-gradient(90deg, #24AE33 0%, #3969E3 100%), #FFF; color: #fff;}
.cta-group li .cta-btn.active{background: linear-gradient(90deg, #24AE33 0%, #3969E3 100%), #FFF; color: #fff; -webkit-animation: AnimationName 30s ease infinite;  animation: AnimationName 30s ease infinite; background-size: 150% 150%; }

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes ripple {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 60px rgba(255, 255, 255, 0.3);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 60px rgba(255, 255, 255, 0.3);
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 60px rgba(255, 255, 255, 0.3), 0 0 0 90px rgba(189, 142, 210, 0);
              box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 60px rgba(255, 255, 255, 0.3), 0 0 0 90px rgba(255, 255, 255, 0);
    }
  }

.conference-card{
    background-color: #fff; border-radius: 8px; padding: 15px 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
}

.conference-card ul li{ padding: 8px 0; border-bottom: 1px solid #D7E2FF;}
.conference-card ul li:last-child{ padding-bottom: 0; border-bottom: 0;}
.conference-card h5{ padding-bottom: 12px; margin-bottom: 5px; border-bottom: 1px solid #D7E2FF;}
.conference-card ul li a{
    color: #303030;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.conference-card ul li a:hover{ color: #0d6efd;}
.conference-card ul li img{ margin-right: 10px;}

.home-about{
    position: relative; padding: 70px 0; background-image: url(../images/bg-circle.png); background-position: left top; background-repeat: no-repeat;
}
.iibf-content{ background: #f8f7fa;}
.about-img{ border-radius: 10px; box-shadow: 0 20px 30px rgb(2 1 76 / 13%); overflow: hidden;}
.home-about .data{ padding-left: 50px;}
.home-about .data p{ font-size: 17px; line-height: 26px; color: #4a556c;}
h2.title{ color: #e15541; margin-bottom: 20px;}
.home-about .data span{ padding: 8px 25px; font-weight: 500; border-radius: 30px; margin-bottom: 20px; display: inline-block; background: #f2f3fc; color: #3c2fc0; font-size: 18px;}
.home-about .data li{ color: #4a556c; font-size: 18px; font-weight: 500; margin-bottom: 10px;}
.home-about .data li i{ margin-right: 10px; color: #FF5722;}
.schedule{ position: relative; padding: 70px 0; background: url(../images/schedule-bg.png); color: #fff;}
.schedule h2.title{ color: #fff;}
.schedule .nav-pills{ justify-content: center; margin-bottom: 30px;}
.schedule .nav-pills .nav-item{ margin: 0 10px;}
.schedule .nav-pills .nav-link{ border-radius: 10px; background: #f1f5fd; padding: 15px 25px; width: 200px; display: flex; align-items: center; justify-content: center;}
.schedule .nav-pills .nav-link.active{ background: linear-gradient(90deg, #24AE33 0%, #3969E3 100%), #FFF; color: #fff;}
.schedule span {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    line-height: 40px;
    margin-right: 10px;
}
.schedule p{ font-size: 20px; font-weight: 500; margin-bottom: 0; text-align: left;}
.schedule-title{ display: flex; flex-direction: column; margin-bottom: 10px;}
.schedule .table thead{ background-color: #E8EAF6; font-size: 18px;}
.schedule .table td{ vertical-align: middle; font-size: 18px;}
.schedule .tab-pane{ background: #fff; padding: 20px; box-shadow: 0 0 30px rgb(2 1 76 / 13%); border-radius: 10px;}
.schedule .tab-pane h5{ color: #396ae1; margin: 0;}
.schedule-title h6{ color: #28a057; margin: 0; font-size: 18px;}
.schedule h4.venue{ color: #FF5722; font-size: 18px; margin-bottom: 15px;}
.schedule-title h6.spousePro{color: #396ae1; font-size: 1rem; margin: 0 0 10px; text-align: right;}
.schedule .table{ border-radius: 6px; overflow: hidden;}
.home-about .data ul.contact_info li img{ max-width: 24px;}
.home-about .data ul.contact_info li{ padding-left: 2rem;}
.home-about .data ul.contact_info li a{ color: #4a556c; }
.home-about .data ul.contact_info li a:hover{ color: #396ae1;}




/*************** Dignitaries CSS ****************************/

.dignitaries{
    margin-block: 5rem;
}

.nav-tabs .nav-link.active{
    background-color: transparent;
}

.dignitaries .nav-tabs{
    border: none;
}

.dignitaries .nav-link .nav-img {
    background: linear-gradient(91deg, #24ae3330 0%, #3969e330 100%), #FFF;
}

.dignitaries .nav-tabs .nav-link.active .nav-img {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #24AE33, #3969E3) border-box;
    border-radius: 1em;
    border: 1px solid transparent;
}


.dignitaries .tab-content>.tab-pane {
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 8px;
}

.dignitaries .tab-content {
    margin-top: 0px;
}

.dignitaries .speaker-info{
    position: relative;
}

.dignitaries .tab-content button.close{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
}



/*************** speakers css ****************************/


.speakers {
    padding: 70px 0;
}

.speaker-section{
    background-color: #F8F7FA;
    padding: 20px;
}

#speaker-carousel{
    background-color:#fff;
    padding: 30px;
    margin-top: 20px;
}

#speaker-carousel .carousel-item{
    text-align: start;
}

#speaker-carousel .carousel-item .speaker-content p{
    width: 46rem;
    font-size: 17px;
}

.speaker-img {
    width: 144px;
    height: inherit;
    margin-right: 20px;
}


.panel-tab {
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s;
    border-radius: 10px;
    background: linear-gradient(90deg, #24AE33 0%, #3969E3 100%), #FFF;
    padding: 15px 25px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.panel-tab:hover, .panel-tab.active {
    background: linear-gradient(90deg, #24AE33 0%, #3969E3 100%), #FFF;
    color: #000;
}

.speaker-info {
    background-color: #f1f8ff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.tab-content {
    margin-top: 20px;
}

.speaker-info img{
    width: 160px;
    height: 160px;
    margin-right: 20px;
}

.speaker-info p{
    width: 60rem;
}

.speaker-details{
    overflow-y: auto;
    height: 10.5rem;
}


.speaker-details-d {
    overflow-y: auto;
    height: 15rem;
}

.nav-link .nav-img{
    /* padding: 10px 26px; */
    background: linear-gradient(91deg, #24ae3310 0%, #3969e310 100%), #FFF;
    margin-top: 10px;
    border-radius: 1em;
    width: 12rem;
    height: 14rem;
    padding-block: 10px;
}

.nav-link.active .nav-img{
    /* padding: 10px 26px; */
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #24AE33, #3969E3) border-box;
    border-radius: 1em;
    border: 1px solid transparent;
    /* margin-top: 10px; */
}

.nav-img img{
    padding-bottom: 16px;
}

#myTab button, #myTab h3{
    font-size: 18px;
    font-weight: 600;
    color: #303030;
}

.nav-img{
    position: relative;
}

.nav-img .p1{
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.nav-img .p2{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}

.nav-img .p3{
    font-size: 10px;
    color: rgba(48, 48, 48, 0.60);
    margin: 0;
    line-height: 15px;
    padding-top: 2px;

}

.nav-img .p4{
    font-size: 12px;
    margin: 0;
    font-weight: 300;
    position: absolute;
    bottom: 7px;
    left: 40%;
}

.modal-content {
    width: max-content;
    justify-self: center;
    /* height: 41rem; */
}

.panel-grp{
    margin-top: 10px;
}

.panel-grp ul{
    /* padding: 10px 26px; */
    background: linear-gradient(91deg, #24ae3310 0%, #3969e310 100%), #FFF;
    margin-top: 10px;
    border-radius: 1em;
}

.panel-grp h3{
    text-align: center;
    margin-bottom: 10px;
}

.panel-grp .nav-link{
    padding: 0;
    margin: 0;
}

.panel-grp .nav-link .nav-img{
    background: none;
    margin-top: 0;
}

.modal.show .modal-dialog{
    /* top: 80px; */
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.speakers {
    position: relative;
    padding: 70px 0;
    background: url(../images/schedule-bg.png);
}

.speakers h2.title {
    color: #fff;
}

#speakerModal3 .nav{
    flex-wrap: nowrap;
    justify-content: center;
}

#speakerModal3 .modal-content {
    width: 100rem;
}

#speakerModal3 .modal-footer button{
    margin-right: 10rem;
}


/*************** contact us css ****************************/

.home-contact {
    position: relative;
    padding: 70px 0;
    color: #fff;
}
ul.contact_info {
    padding-left: 0;
}
ul.contact_info li img {
    max-width: 35px;
    position: absolute;
    left: 0;
}
.contact_info li {
    color: #4a556c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 3em;
    list-style: none;
    margin: 2em 0px;
}
.home-contact .data span {
    padding: 8px 25px;
    font-weight: 500;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(to right, rgb(243 246 255), rgb(0 0 0 / 2%));
    color: #3c2fc0;
    font-size: 18px;
}
.home-contact .contact_card {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
}
.contact_card h5 {
    color: #155ae7;
    font-size: 22px;margin-bottom: 0;
}
.contact_card small {
    color: #4a556c; font-size: 1rem;
}
.home-contact .contact_card li {
    color: #4a556c;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    padding-left: 2em;
}
.home-contact .contact_card li:nth-child(1)::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #FF5722;
}
.home-contact .contact_card li:nth-child(2)::before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #FF5722;
}
.contact_card ul {
    margin-top: 1em;
}
/* section.home-contact:after {
    content: ' ';
    background-image: url(../images/contact-bg.png);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */
/*************** contact us css ****************************/

/*==BackToTop==*/

.btn-scroll {
    display: none;
    cursor: pointer;
    position: fixed; 
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, #24AE33 0%, #3969E3 100%), #FFF;
    color: #fff;
    border: none;
    align-items: center;
    justify-content: center;
  }
  .btn-scroll:hover{ color: #fff;}
  footer {
    background-color: #18192a;
    color: #fff;
    padding: 15px 0;
}
  .bottom-sec{ display: flex; align-items: center; justify-content: space-between;}
  .bottom-sec p{ margin: 0; font-size: 15px;}
  .bottom-sec p a{ color: #fff;}
.pageModal .modal-body {
    padding: 35px 15px;
}
 .pageModal button.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #FFE082;
    padding: 6px;
    opacity: 1;
    z-index: 99
}

@media(max-width:1820px){
  .navbar-expand-lg .navbar-nav .nav-link{ font-size: 18px; padding: 5px 20px;}
}

@media(max-width:1600px){
    .home-banner{ padding-bottom: 30px;}
    .banner-content{ max-width: 790px;}
    .iibf-logo{ text-align: right;}
    header img{ max-width: 80%;}
    .banner-content h1{ font-size: 35px; line-height: 40px;}
    .banner-content h2{ font-size: 28px; margin-bottom: 15px;}
    .navbar-expand-lg .navbar-nav .nav-link{ padding: 0 15px; font-size: 16px;}
    .banner-content h3{ font-size: 26px; margin-bottom: 20px;}
    .cta-group li img{ max-width: 46px; margin-right: 15px;}
    .photo-gallery .carousel-item{ height: 100%;}
    .cta-group li{ padding: 0 10px;}
    .cta-group{ gap: 20px 0;}
    .cta-group li .cta-btn{ padding: 22px 13px; font-size: 20px;}
    .conference-card h5{ font-size: 1rem;}
    .conference-card ul li{ padding: 4px 0;}
    .conference-card ul li a{ font-size: 16px;}
    .carousel-caption h6{ font-size: 1rem;}
}

@media(max-width:1400px){
    .nav-link .nav-img, .nav-link.active .nav-img  {
        /* padding: 10px 10px; */
        width: 10rem;
    }
    .nav-img .p4 {
        bottom: 0px;
    }
    .dignitaries .nav-link .nav-img, .nav-link.active .nav-img {
        width: 12rem;
    }
}    

@media(max-width:1366px){
.container-fluid {width: 96%;}
}
@media(max-width:1280px){
.cta-group li .cta-btn{ padding: 18px 12px; font-size: 18px;}
.banner-content{ margin-top: 40px;}
}
@media(max-width:1199px){
.cta-group{ margin-top: 20px;}
.banner-content h1{ font-size: 32px;}
.home-contact iframe{ height: 500px;}
.navbar-expand-lg .navbar-nav .nav-link{ font-size: 15px;}
.photo-gallery{ height: auto;}

.nav-link .nav-img, .nav-link.active .nav-img  {
    width: 8.9rem;
}    
.dignitaries .nav-link .nav-img, .dignitaries .nav-link.active .nav-img {
    width: 10.5rem;
}
.speaker-info p {
    width: auto;
}
.nav-img p {
    font-size: 13px;
}
#myTab button, #myTab h3{
    font-size: 16px;
}
#speakerModal3 .nav{
    flex-wrap: wrap;
    overflow: auto;
    height: 24rem;
}
#speakerModal3 .modal-body {
    overflow: scroll;
}
#speakerModal3 .modal-content {
    width: max-content;
    height: 45rem;
}
#speakerModal3 .modal-footer button{
    margin-right: 0;
}

}
@media (max-width: 991px) {
    #offcanvasNavbar {
        width: 90%;
        background: linear-gradient(109deg, #3E6AD8 0%, #FE623B 100%);
    }
    .nav-item{
        border-bottom: 1px solid #ddd; border-right: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem;
        font-weight: 500;
        padding: .8rem .5rem;
        border: 0;
        
    }
    .btn-close {
        width: 2em;
        height: 2em;
        opacity: 1;
        filter: invert(1);
        background-size: 24px;
    }
    
    .cta-group{ margin-top: 20px;}
    .cta-group li{ width: 100%; padding: 0;}
    .home-about .data{ padding: 20px 0 0;}
    .schedule .nav-pills .nav-link{ width: auto; padding: 12px 20px;}
    .schedule span{ display: none;}
    .schedule-title{ flex-wrap: wrap; margin-bottom: 5px;}
    .schedule .tab-pane h5{ font-size: 17px;}
    .contact_info li{ font-size: 15px; margin: 1em 0; padding-left: 36px;}
    ul.contact_info li img{ max-width: 24px;}
    .home-contact .contact_card{ margin-bottom: 15px;}
    .bottom-sec{ flex-wrap: wrap;}
    .btn-scroll{ width: 45px; height: 45px; right: 15px; bottom: 50px;}
    .home-about .data li{ position: relative; padding-left: 30px; font-size: 15px; line-height: 22px;}
    .home-about .data li i{ position: absolute; left: 0; top: 8%;}
    .cta-group {gap: 15px 0;}
    section.home-page1, .home-about, .schedule, .home-contact{ padding: 40px 0;}
    .schedule .table thead{font-size: 15px;}
    .schedule .table td{ font-size: 15px; line-height: normal;}

    #speakerModal .nav{
        justify-content: center;
    }
    .modal-content {
        height: auto;
    }
    /* .modal-body {
        overflow: scroll;
        height: 38rem;
    } */
     .dignitaries .tab-content>.tab-pane{
        border: none;
    }
    .modal .nav.nav-tabs{
        justify-content: center;
        overflow-y: auto;
        height: 18rem;
    }
}
@media(max-width:767px){
    .container-fluid{ width: 100%;} 
    .banner-content h2{ font-size: 20px;}
    .banner-content h3{ font-size: 18px;}
    .banner-content h1{ font-size: 22px; line-height: 30px;}
    .banner-content h4{ font-size: 18px; line-height: 24px;}
    .home-about .data p{ font-size: 15px; line-height: 22px;}
    .home-contact iframe{ height: 350px;}  
    .cta-group li .cta-btn {padding: 10px 12px; font-size: 20px;}
    .panel-grp ul{
        flex-direction: column;
    }

    #speakerModal3 .nav {
        flex-direction: column;
        height: 18rem;
        overflow: scroll;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: normal;
    }

    
    .speaker-info>.text-start{
        overflow-y: scroll;
        height: 10.5rem;
    }

    .nav-item {
        margin-block: 10px;
    }

    .modal-content {
        width: 32rem;
    }

    .speaker-info h4{
        font-size: 16px;
        padding-top: 10px;
    }

    .speaker-info p {
        width: auto;
        font-size: 15px;
    }

    .speaker-info img {
        width: 140px;
        height: 140px;
    }
    .speaker-flex{
        flex-wrap: wrap;
    }
    .panel-tab{
        margin-top: 20px;
    }
}

@media(max-width:576px){
    .modal-content {
        width: 23rem;
    }

    .modal.show .modal-dialog {
        left: 46%;
    }

    .panel-grp ul{
        flex-direction: column;
    }

    .speaker-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .speaker-info h4{
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .speaker-info p {
        width: auto;
        font-size: 14px;
    }

    .speaker-info img {
        width: 120px;
        height: 120px;
    }

    .speaker-info {
        padding: 10px;
    }

    .speaker-info>.text-start{
        text-align: center !important;
    }
    #speakerModal3 .modal-content {
        width: 24rem;
    }
}

@media(max-width:530px){
    header img{ max-width: 90%;}   
}

.panelist-name {
    color: #0000ff;
}

