@media screen and (max-width:576px){
    /* ==============
    global
    ================= */
    .container{
        padding: 0 20px;
    }
    .row{
        margin: 0;
    }

    .col{
        padding: 0;
    }

    /* ===============
    header
    ================== */
    .navbar .container{
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar .container .row .col-lg-3{
        text-align: center;
        margin-bottom: 10px;
    }
    header .container{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-main{
        color: white;
        background-color: #636DA2;
        min-height: 81px;
        padding: 10px 0px 0px 0;
    }
    .nav-main .container .row .col-lg-9{
        display: flex;
        justify-content: center;
    }
    
    .nav-btn-venue{
        display:none;
    }
    .nav-btn-donate{
        
    }
    
    .desk-to-mobile{
        display: block;
    }
    .desk-to-mobile1{
        display: block;
    }
    .mobile-to-desk{
        display: block;
    }
    .mbl-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        min-height: 81px;
        background-color: #636DA2;
    }

    .mbl-nav a{
        color: white;
    }

    .mbl-nav a:hover{
        color: white;
    }
    .nav-options{
        display: flex;
        justify-content: space-between;
        width: 70px;
        color: white;
        font-size: 1.5rem;
    }
    

    .mobile-sub-nav{
        position: absolute;
        display: none;
        z-index: 2;
        background-color: white;
        right: 0;
        top: 0;
        padding: 20px;
        width: 0;
        height: 100vh;
        transition: width 2s, display 2s;
        -moz-transition: width 2s, display 2s; /* Firefox 4 */
        -webkit-transition: width 2s, display 2s; /* Safari and Chrome */
        -o-transition: width 2s, display 2s; /* Opera */
        -ms-transition: width 2s, display 2s; /* Explorer 10 */
    }
    
    .mobile-sub-nav ul li{
        margin-bottom: 15px;
    }
    .mobile-sub-nav ul li a{
        text-decoration: none;
        color: #707070;
    }
    .mobile-sub-nav ul li a:hover{
        color: #636DA2;
    }

    /* =================
    Footer
    ==================== */
    .footer-top .row .col{
        padding-right: 15px;
    }
    .p-v-30{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-top .row{
        flex-direction: column;
    }

    /* ==========================
        Detail page
    ============================= */
    .detail-banner-content{
        background-color: #B2539B;
        color: white;
        padding: 20px 20px;
        text-align: center;
    }
    .detail-banner-content h1{
        font-weight: bold;
        font-size: 1.2rem;
    }
    .detail-banner-content h4{
        font-weight: 100;
        font-size: 1rem;
    }

    /* ===================
    Lists
    ====================== */
    .cnt-lst .row{
        flex-direction: column;
    }
    .detail2-content-card-info{
        padding: 5px 0;
    }
    .facebook-feed ul li{
        text-align: center;
    }
    .facebook-feed ul li img{
        width: 80%;
    }
    .upcoming-events .row{
        flex-direction: column;
    }
    .upcoming-events .row .col{
        padding: 3px 10px;
    }
    .past-events li{
        width: 100%;
        padding: 0 10px;
    }

    /* ================
    Paragraphs
    =================== */
    

    .head-facebook-link{
        margin-left: 0px;
    }
    .updates .head img{
        margin-bottom: 10px;
    }
    .content-detail .heading .title{
        display: none;
    }
    .location .row{
        flex-direction: column;
    }

    .contact-us .col-lg-1{
        display: none;
    }

    /* ==================
    Content List */
    ul.list-cntnt li{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .detail-content .detail-content-list li{
        list-style: none;
        display: inline-block;
        width: 100%;
        padding-bottom: 45px;
    }

    .year-btn{
        margin-bottom: 15px;
    }
    .glossary-listing-wrapper .sorting-section ul {
        padding-left: 0;
    }

    .modal-box {
        width: 360px;
    }
}

.carousel-item img.hm-banner {
    display: block;
    width: 100%;
}
.carousel-item img.hm-mobile-banner {
    display: none;
    width: 100%;
}
.carousel-item img.hm-tab-banner {
    display: none;
    width: 100%;
}
@media screen and (max-width:576px){
.carousel-item img.hm-mobile-banner {
    display: block;
    width: 100%;
}
.carousel-item img.hm-banner {
    display: none;
    width: 100%;
}

.carousel-item img.hm-tab-banner {
    display: none;
    width: 100%;
}


ul.list-cntnt li .title h6{
    margin: 0;
    font-weight: bold;
    font-size: 1rem !important;
    padding: 5px 0px 0px 0px;
}

}

@media screen and (max-width:767px){
.carousel-item img.hm-tab-banner {
    display: block;
    width: 100%;
}
.carousel-item img.hm-banner {
    display: none;
    width: 100%;
}
.carousel-item img.hm-mobile-banner {
    display: none;
    width: 100%;
}

ul.list-cntnt li .title h6{
    margin: 0;
    font-weight: bold;
    font-size: 1rem !important;
    padding: 5px 0px 0px 0px;
}

.mobnav-d-none{
        display: none !important;
    }

.nav-main .container .row .col-lg-9{
        display: flex;
        justify-content: center;
    }    
    
.navbar-brand{
    margin: 0px;
}



.top-nav-list {
    margin-top: -15px;
    
}

}
@media screen and (max-width:960px){
ul.list-cntnt li .title h6{
    margin: 0;
    font-weight: bold;
    font-size: 1rem !important;
    padding: 5px 0px 0px 0px;
}
}





