@media (max-width: 768px) and (min-width: 0px) {
    .header_media{
        display: block;
    }  
    .container-fluid.d-lg-block {
        padding: 10px;
    }
    .header_media {
        flex-direction: row;
        justify-content: space-between;
    }  
    .logo-container {
        padding: 10px;
        display: flex;
    }
    .col-lg-2.col-md-12.col-sm-12.text-end {
        text-align: center !important;
    }
    .btn-square, .btn-sm-square, .btn-lg-square {
        display: inline;
        border-radius: 0px;
        padding: 8px;
        margin-top: 15px;
    }
    .col-lg-3.col-md-12.col-sm-12.text-start {
        text-align: center !important;
        padding: 4px;
    }
    .btn-sm-square {
        width: 32px;
        height: 32px;
    }
    .col-sm-12{
        width: 100%;
    }
    .col-sm-6{
        width: 50%;
    }
    .nav-bar{
        position: relative;
        min-height: 35px;
    }
    #update .update_imgae img {
        right: -37px;
    }
    .subtitle_page1 {
        font-size: 15px;
        font-family: InknutAntiqua-SemiBold;
    }
    .web_name img {
        top: 20px;
       text-align: center;
        width: 103px !important;
    }
     .web_name_header {
        padding: 22px;
        margin-top: -18px;
        margin-left: 24%;
        text-align: center;
        font-size: 18px !important;
    }
    
    button#navbarToggler {
        position: absolute;
        right: 47%;
        top: -50px;
    }
    #about_home img.abouts_img {
        width: 100%;
    }
    .abouts_title{
        font-size:17px;
    }
    .donation_home{
        font-size: 17px;
    }
    .app_color_btn{
        font-size: 10px;
    }
    #about .about-box img {
        width: 100% !important;
    }
    .back-to-donate {
        padding: 5px;
        height: 30px;
        width: 67px;
        right: -6px;
        font-size: 10px;
    }
    .back-to-top{
        width: 30px;
        height: 30px;
        right: 0px;
    }
    .back-to-whatspp {
        bottom: 74px;
        left: -10px;
    }
    .back-to-whatspp img{
        width: 25px;
    }
    .back-to-facebook {
        bottom: 20px;
        left: -10px;
    }
    .back-to-facebook img{
        left: 2px;
       width: 25px;
    }
    .back-to-twitter {
        bottom: 47px;
        left: -10px;
    }
    .back-to-twitter img {
       width: 25px;
    }
    .back-to-instagram {
        left: -10px;
        bottom: 101px;
    }
    .back-to-instagram img {
      width: 25px;
    }
    .back-to-youtube {
        left: -10px;
        bottom: 123px;
    }
    .back-to-youtube img{
        width: 25px;
    }
    .display-3{
        font-size: 25px;
    }
    #Footer_gallery img{
        width: 80px;
     }
     .web_name_header {
        margin-top: 0px;
        margin-left: 2%;
        text-align: center;
        font-size: 18px !important;
    }
    #about .about-box img {
        width: 100%;
        min-height: 300px;
    }
    .cta-1 .body-text {
        max-width: 60%;
        float: left;
    }
    .cta-1 .body-action {
        max-width: 40%;
        float: right;
    }
    .top-bar{
        display: flex;
    }
    .address {
        font-size: 12px;
    }
    .header_box{
        display: block !important;
    }
    .web_name_header {
       text-align: center;
    }

}
@media (max-width: 992px) and (min-width: 768px) {
    .header_media{
        display: block;
    }
    .logo-container {
        padding: 10px;
        display: flex;
    }
    .col-lg-2.col-md-12.col-sm-12.text-end {
        text-align: center !important;
    }
    .btn-square, .btn-sm-square, .btn-lg-square {
        display: inline;
        border-radius: 0px;
        padding: 8px;
        margin-top: 15px;
    }
    .col-lg-3.col-md-12.col-sm-12.text-start {
        text-align: center !important;
        padding: 4px;
    }
    .container-fluid.d-lg-block {
        padding: 10px;
    } 
    .header_media {
        flex-direction: row;
        justify-content: space-between;
    }  
    .col-sm-12{
        width: 100%;
    }
    .col-sm-6{
        width: 50%;
    }
    .event-col{
        width: 50%;
    }
    .header_box{
        display: block !important;
    }
    .web_name_header {
        text-align: center !important;
     }
    .nav-bar{
        position: relative;
        min-height: 40px;
    }
    .web_name_header {
        margin-top: 1px;
        margin-left: -1%;
        font-size: 20px !important;
    }
    .web_name img {
       
        width: 120px !important;
    }
    button#navbarToggler {
        position: absolute;
        right: 47%;
        top: -50px;
    }
    .top-bar{
        display: flex;
    }
    .address {
        font-size: 12px;
    }
    .counter_box {
        position: relative;
        padding: 20px 5px;
    }
    
    .counter_box:before {
        width: 60px;
    }
    
    .counter_box:after {
        width: 60px;
    }
    
    .counter_box:hover:before {
        left: 0;
        right: auto;
    }
    
    .counter_box:hover:after {
        right: 0;
        left: auto;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        border-radius: 5px;
        font-family: 'InknutAntiqua-Medium';
        margin-right: 5px;
        padding: 12px 12px;
        color: var(--dark);
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        outline: none;
    }
}