@media screen and (max-width:1399px){
    .footer-social ul li {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width:1199px) {
.header-top .header-contact ul li a, .header-social ul li a {
    font-size: 13px;
}
.header-top .header-contact ul li, .header-social ul li {
    padding: 0 8px;
}
#counter-area {
    height: 200px;
}
        .footer-social ul li {
        width: 35px;
        height: 35px;
    }
    .footer ul li img {
        height:62px;
    }
    .footer ul li {
    font-size: 16px;
}
   
}

@media screen and (max-width:991px) {
    .donate-btn {
        padding: 5px 7px;
    }
    .banner-heading {
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
.banner-main .carousel-item img , .banner-main::after {
    height: 500px;
    object-position:top;
}
.big-tittle {
    font-size: 40px;
}
.paragraph {
    font-size: 20px;
}
.header-menu ul li a {

    font-size: 15px;
}
#header-main {
    position: fixed;
    /*top: 0;*/
    z-index: 2;
    background: black;
}
.header-contact , .header-social{
    text-align:center;
}
.sticky {
    position: inherit !important;
}
.header-logo img {
    height:inherit;
}
.header-logo {
    padding:7px 0;
}
#breadcrumb-main {
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-text {
    padding-top:71px;
}
.about-img img {
    aspect-ratio:inherit;
}
.footer {
    text-align:left;
}
.footer-social{
    text-align: left !important;
}
}
@media screen and (max-width:839px) {
    button.btn-align {
    background: #f99c5c;
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 3px;
}
}
@media screen and (max-width:767px) {
.header-social ul {
    text-align: center;
}
.header-top {
padding: 5px 0;
}
#faq-main {
    background-size: 100% 100%;
}
ul.menu {
        position: fixed;
        left: 0;
        background: var(--theme-color);
        width: 30%;
        top: 0;
        padding-top: 25px;
             min-height: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out;
    }
    .hidebtn {
        display:none;
    }
    .showbtn {
        display:block !important;
    }
.header-menu ul li {
        width: 100%;
        display: block;
        padding: 10px 30px;
            border-bottom: 1px solid #ddd;
    
}
.showHeader {
       min-height: 100vh !important;
        height: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: .3s ease-in-out;
}
}

@media screen and (max-width:639px) {
    .footer ul li img {
        height: 100px;
}
    .banner-heading {
        font-size: 22px;
    }
        .big-tittle {
        font-size: 35px;
    }
    .misstion-content h5, h4 {
    font-size: 27px;
    }
    .gallery-img img {
            object-position: center;
    }
        #faq-main {
        background-size: 127% 100%;
    }

}
@media screen and (max-width:539px) {
    ul.menu {
               width: 40%;
    }
        .footer ul li img {
        height: 100px;
        object-position: center;
    }

     .breadcrumb-text {
        padding-top: 66px;
             width:100%;

    }
    .service {
        padding: 16px 10px;
    }
}
@media screen and (max-width:479px) {
    .big-tittle {
        font-size: 26px;
    }
    .banner-main .carousel-item img, .banner-main::after {
        height: 350px;
        object-position: top;
    }
    .header-menu ul li {
                padding: 10px 28px;
    }

        #faq-main {
        background-size: 158% 100%;
    }
        ul.menu {
        width: 42%;
    }
    .contact-content {
        flex-wrap:wrap;
    }
   .contact-text {
       width:100%;
               text-align: center;

   }
   .contact-text span {
    display: none;
}
.contact-form {
    padding:20px;
}
}
    
