

@media (max-width: 768px) {
    #header { 
        top: 0;
    }
    .lng-switcher-btn { 
        position: relative;
        right: 48px;
        border: 1px solid #FFF;
    font-size: 14px;
    }

    .about .abt-section-head {
        position: static;
        margin-left: 0; 
        padding: 10px 10px;
    }
    .about .abt-section-head h1 {
        font-weight: bold;
        font-size: 1.5rem;
    }
    .about-content-left {
        padding: 40px;
    padding-bottom: 0;
    }
    .why-lists .content-item p { 
        width: 80%;
        margin: auto;
    }
    .section-title p { 
        width: 90%;
    }
    .awesomeFacts .counts .count-box {
        padding: 10px;
    }
    .charity .info .address { 
        width: 85%;
    }
    .quotes .quote-item .quote-image {
        width: 90%;
    }
    section.contact {
        padding:60px 0px; 
        margin-top: 30px;
    }
    .contact .php-email-form {
        padding: 30px 30px;
        position: static; 
        margin-top: 0px;
    }
    #header {
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;

  }
  .noti-list .head-style {
    padding:20px ; 
    float: left;
    width:60px;
    overflow: hidden;
    text-align: center;
}
 
.notification {
    position: absolute;
    z-index: 99;
    top:auto;
    right: 0;
    width: 100%;
    bottom: 0;
}
.marqueeArea {
    height: 100px;
}
.noti-list .head-style h3 span { 
    display: none;
}
.noti-list .head-style h3 i.icon-help { 
    display: block !important;
}

}