*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    overflow-x: hidden;
}
p {
    color: unset !important;
}
ol, ul {
    padding-left: 2rem;
}

.top-header{
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header .container-fluid{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.plexconcil_logo{
    height: 100%;
}
.header-img{
   max-height:70px;
   width:auto;
   object-fit:contain;    
}
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
    color: #939393;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider::before {
    margin-right: 15px;
}

.divider::after {
    margin-left: 15px;
}

.bottom-header{
    width: 100%;
    /*height: 2.5rem;*/
    background-color: #021057;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    /*position: sticky;
    top: 60px;
    z-index: 100;*/
}
.bottom-header .navbar .collapse.navbar-collapse{
    justify-content: center;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link.active{
    color: #fff;
    font-weight: 900;
}


/*index page starts*/
    .hero-section{
        
    }
    .title1{
        font-size: 25px;
        font-weight: 700;
        color: #00285B;
    }


    .wrapped-image {
      /* Floats the image to the left so text wraps around the right side */
      float: left; 
      
      /* Adds space between the image and the wrapping text */
      margin-right: 20px;
      margin-bottom: 10px;
      
      /* Prevents the image from being larger than its container */
      max-width: 100%;
      height: auto;
    }
    .content-box {
      /* Forces the container to expand and fully encompass the floated image */
      display: flow-root; 
    }
    
    .break-text {
      /* Forces this specific element to drop below any floated images */
      clear: both; 
    }
    
    .accordion-button:not(.collapsed) {
        color: #ffffff;
        font-weight: 700;
        background-color: #009110;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }
    
    .card img{
        max-height: 160px;         
        border-radius: 20px 0 20px 0;
    }
    
    .speaker_card{
        border: none;
        border-radius: 20px 0 20px 0;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    
    
    #v-pills-tab .nav-link{
        background: #ffffff;
        border: 1px solid #969696;
        border-radius: 0;
        color: #000000;
        font-weight: 700;
    }
    
    #v-pills-tab .nav-link.active{
        background-color: #00285B;
        color: #ffffff;
        font-weight: 700;
        border: none;
        border-radius: 5px;
    }
    .session-card{
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    
    .associate_logo img{
        max-height: 200px;
    }
    .supporting_logo img{
        /*max-height: 100px;*/
        max-height: 80px;
    }
/*index page starts*/


/*footer starts*/
footer{
    background-color: #69696A;
}
.top-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-footer ul{
    list-style: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}
.footer-title{
    border-bottom: 3px solid #ffffff;
    width: fit-content;
    padding-right: 20px;
    margin-bottom: 20px;
}
.top-footer ul li a{
    color: unset;
    text-decoration: none;
}
.bottom-footer {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #ffffff;
}
/*footer ends*/


/*Media Query*/
/* Mobile */
@media (max-width: 767.98px) {
        .plexconcil_logo{
            max-height: 90px;
        }
        .council_name{
            font-size: 14px;    
        }
        .sub_header{
            font-size: 12px;
        }
        .header-img{
            max-height: 36px;
            width: auto;
            object-fit: contain;
        }
        
        
        
        #v-pills-tab{
            overflow-x: auto;
            overflow-y: hidden;
            flex-wrap: nowrap;
            white-space: nowrap;
            width: 100%;
            margin-bottom: 20px;
        }
    
        #v-pills-tab .nav-link{
            min-width: 220px;
            margin-right: 10px;
            text-align: center;
            border-radius: 8px;
            flex-shrink: 0;
        }
    
        #v-pills-tab::-webkit-scrollbar{
            height: 5px;
        }
    
        #v-pills-tab::-webkit-scrollbar-thumb{
            background: #ccc;
            border-radius: 10px;
        }
    
        #conferencesection .col-md-3,
        #conferencesection .col-md-9{
            width:100%;
        }
    }
/*Media Query*/

/*accordian css*/
    .accordion-item {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
        outline: none !important;
    }
    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url(https://plexconcil.org/public/custom/images/plexconnect-images/downarrow.svg);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url(https://plexconcil.org/public/custom/images/plexconnect-images/uparrow.svg);
        transform: rotate(-180deg);
    }
    .accordion-header {
        margin-bottom: 0;
    }
    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }
    .accordion-flush .accordion-collapse {
        border-width: 0;
    }
    .accordion-body {
        padding: 1rem 1.25rem;
    }
/*accordian css*/
 