
/* Normal desktop :992px. */

@media only screen and (max-width:1199px) {
}
/****************************************************************************************
@
@	Tablet Styles
@
****************************************************************************************/
/* Tablet desktop :768px. */

/*max width 991px*/
@media(max-width: 991px){
    .slicknav_menu {
        display: block;
    }
    #cssmenu.menu-wraper {
        display: none;
    }
}

/*width 768px to 991px*/
@media(min-width: 991px) and (max-width: 2000px){
    a.footerLogo.active {
        max-width: 58%;
    }
}
/*tab css*/
@media(max-width: 768px){

}

/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
/*max width 767px*/
@media(max-width: 767px){
    .galleryWrap {
        height: auto;
 
    }
    section.donateSec img {
        margin-bottom: 30px;
    }
    .upcomingEvent .headerTxt {
        text-align: center;
        max-width: 97%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .aboutSec h6 {
        color: #e64850;
        font-weight: 600;
        font-size: 18px;
        margin-top: 20px;
    }
    .aboutSec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .womensgather {
        padding: 50px 0;
        border-radius: 10px;
        margin-top: 16px;
        background-color: #fff;
        position: relative;
    }
    .bannerTxt img {
        max-width: 43%;
        margin-top: 30px;
    }
    .bannerTxt {
        position: relative;
        top: inherit;
        left: inherit;
        color: #fff;
        width: 100%;
        margin: 0 auto;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        background: #000;
        padding: 15px;
    }
    .innerTop{
        display: none;
    }
    .slicknav_menu{
        display: block;
        background: transparent;
      }
    #cssmenu ul ul li a {
        width: 100%;
        line-height: normal;
    }
    #cssmenu > ul > li > a {
        line-height: 30px;
    }
    .contactSec .contact-item p {
        margin-bottom: 0;
    }
    .contact-item {
        text-align: left;
        display: flex;
        margin-bottom: 10px;
    }
    .contactSec .contact-item h3 {
        margin-bottom: 0;
    }
    
}
/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media (max-width: 500px){
    .pp_pic_holder.pp_default
    {
        width: 100%!important;
        margin-top:-100px !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade
    {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom
    {
        display: none!important;
    }
    #pp_full_res img
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details
    {
        box-sizing: border-box;
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close
    {
        right: 10px!important;
        top: 10px!important;
    }
}