/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 320px) and (max-width: 575px) {
    .donate .masarat{
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        background-size: contain;
        margin-top: 100px;
    }
    .donate .masarat .masar_one{
        color: #13245F;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 26%;
        padding:2px;
        float: right;
        margin-right: 13px;
        margin-top: 35px;
        line-height: 13px;
    }
    .donate .masarat .masar_two{
        color: #13245F;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 20%;
        margin-top: 80px;
        display: inline-block;
        margin-right: 76px;
    }
    .donate .masarat .masar_three{
        color: #13245F;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 27%;
        padding: 2px;
        float: left;
        margin-left: 3px;
        margin-top: 38px;
        line-height: 13px;
    }

    .donate video{
        margin-left: 0;
    }

    /* Start Social Navigation Bar */
    .social-nav .social {
        justify-content: center;
    }

    #preloader {
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999999;
    }
    #preloader #status {
        background-image: url(../images/preloader.gif);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 38%;
        left: 39%;
        margin-top: -60px;
        margin-left: -60px;
    }
    /* End Social Navigation Bar */
    .donate video{
        margin-left: 0;
    }
    /* image slider home*/
    .carousel-item img{
        height: 250px;
        object-fit: fill;
    }
    /* training zoom */
    .training .zoom{
        top: 25%;
        right: 40%;
        padding: 5px;
    }
    /* Start Navigation Bar */
    .navbar .navbar-nav {
        text-align: center;
    }
    .navbar .slash {
        display: none;
    }
    .navbar .options .nav-item {
        margin-top: 13px;
    }
    /* End Navigation Bar */


    footer .footerLogo {
        text-align: center;
        padding:25px;
        margin: 0 auto 30px auto;
        padding-left: 0;
    }
    footer .info , footer .contact-us  {
        margin-bottom: 30px;
    }
    footer h3 {
        margin-bottom: 20px !important;
    }
    footer .btn {
        margin-bottom: 10px;
    }
    footer .social {
        justify-content: center;
    }
    footer .form-control {
        margin-bottom: 25px;
    }
    /* End Footer */



    /* Cards Page */
    .cards .seeAll {
        text-align: center;
    }

    .cards h2:after ,
    .about h2:after ,
    .our-achivements:after ,
    .send-idea h2:after ,
    .achive h2:after ,
    .home_cards h2:after{
        width: 20%;
    }
    .cards h2:before ,
    .about h2::before,
    .our-achivements:before ,
    .send-idea h2:before ,
    .achive h2:before ,
    .home_cards h2:before{
        width: 20%;
    }
    .about .slider , .our-achivements .slider {
        min-height: 305px;
    }
    .about .carousel-item img , .our-achivements .carousel-item img {
        height: 305px;
    }


    .about .carousel-control-next,
        .carousel-control-prev,
        .our-achivements .carousel-control-next,
        .carousel-control-prev {
        top: 275px;
    }
    .about .galary , .our-achivements .galary {
        margin-bottom: 20px;
    }
    .programs .owl-stage-outer {
        padding: 60px 48px;
    }
    .payment-info {
        text-align: center;
    }
}
/*@media (min-width: 575.98px) {

    /* Start Social Navigation Bar
    .social-nav .social {
        justify-content: center;
    }

    #preloader {
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999999;
    }
    #preloader #status {
        background-image: url(../images/preloader.gif);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 38%;
        left: 39%;
        margin-top: -60px;
        margin-left: -60px;
    }

    .donate .masarat{
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        background-size: contain;
        margin-top: 100px;
    }
    .donate .masarat .masar_one{
        color: #13245F;
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 26%;
        padding:8px;
        float: right;
        margin-right: 13px;
        margin-top: 35px;
        line-height: 14px;
    }
    .donate .masarat .masar_two{
        color: #13245F;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 20%;
        margin-top: 80px;
        display: inline-block;
        margin-right: 76px;
    }
    .donate .masarat .masar_three{
        color: #13245F;
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 27%;
        padding: 8px;
        float: left;
        margin-left: 3px;
        margin-top: 38px;
        line-height: 14px;
    }
    .carousel-item img{
        height: 300px;
        object-fit: fill;
    }
    .training .zoom{
        top: 25%;
        right: 40%;
        padding: 5px;
    }
    .navbar .navbar-nav {
        text-align: center;
    }
    .navbar .slash {
        display: none;
    }
    .navbar .options .nav-item {
        margin-top: 13px;
    }


    footer .footerLogo {
        text-align: center;
        padding:25px;
        margin: 0 auto 30px auto;
        padding-left: 0;
    }
    footer .info , footer .contact-us  {
        margin-bottom: 30px;
    }
    footer h3 {
        margin-bottom: 20px !important;
    }
    footer .btn {
        margin-bottom: 10px;
    }
    footer .social {
        justify-content: center;
    }
    footer .form-control {
        margin-bottom: 25px;
    }

    .cards .seeAll {
        text-align: center;
    }

    .cards h2:after ,
    .about h2:after ,
    .our-achivements:after ,
    .send-idea h2:after ,
    .achive h2:after ,
    .home_cards h2:after{
        width: 20%;
    }
    .cards h2:before ,
    .about h2::before,
    .our-achivements:before ,
    .send-idea h2:before ,
    .achive h2:before ,
    .home_cards h2:before{
        width: 20%;
    }
    .about .slider , .our-achivements .slider {
        min-height: 305px;
    }
    .about .carousel-item img , .our-achivements .carousel-item img {
        height: 305px;
    }


    .about .carousel-control-next,
      .carousel-control-prev,
     .our-achivements .carousel-control-next,
      .carousel-control-prev {
        top: 275px;
    }
    .about .galary , .our-achivements .galary {
        margin-bottom: 20px;
    }
    .programs .owl-stage-outer {
        padding: 60px 48px;
    }
    .payment-info {
        text-align: center;
    }
 }*/



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    /* Start Social Navigation Bar */
    .social-nav .social {
        justify-content: center;
    }
    /* End Social Navigation Bar */
    /* masarat home */
    .donate .masarat{
        width: 100%;
        height: 280px;
        background-size: contain;
        margin-top: 100px;
    }
    .donate .masarat .masar_one{

        color: #13245F;
        font-size: 13px;
        width: 27%;
        float: right;
        margin-right: 13px;
        margin-top: 49px;
        line-height: 19px;
    }
    .donate .masarat .masar_two{
        color: #13245F;
        font-size: 14px;
        width: 20%;
        margin-top: 98px;
        display: inline-block;
        margin-right: 76px;
    }
    .donate .masarat .masar_three{
        color: #13245F;
        font-size: 13px;
        width: 26%;
        float: left;
        margin-left: 3px;
        margin-top: 53px;
        line-height: 19px;
    }
    /* image slider home*/
    .carousel-item img{
        height: 350px;object-fit: fill;
    }
    /* training zoom */
    .training .zoom{
        top: 33%;
        right: 40%;
        padding: 5px;
    }

    /* Start Navigation Bar */
    .navbar .navbar-nav {
        text-align: center;
    }
    .navbar .slash {
        display: none;
    }
    .navbar .options .nav-item {
        margin-top: 13px;
    }
    /* End Navigation Bar */


      /* Start Footer */
    footer {
        text-align: center;
    }
    footer .footerLogo {
        text-align: center;
        margin: 0 auto 30px auto;
        padding-left: 0;
    }
    footer .info , footer .contact-us  {
        margin-bottom: 30px;
    }
    footer h3 {
        margin-bottom: 20px !important;
    }
    footer .btn {
        margin-bottom: 10px;
    }
    footer .social {
        justify-content: center;
    }
    footer .form-control {
        margin-bottom: 25px;
    }
    /* End Footer */


    /* Cards Page */
    .cards .seeAll {
        text-align: center;
    }
    .cards h2:after ,
    .about h2:after ,
    .our-achivements:after ,
    .send-idea h2:after ,
    .achive h2:after ,
    .home_cards h2:after{
        width: 30%;
    }
    .cards h2:before ,
    .about h2::before,
    .our-achivements:before ,
    .send-idea h2:before ,
    .achive h2:before ,
    .home_cards h2:before{
        width: 30%;
    }
    .about .carousel-item img , .our-achivements .carousel-item img{
        height: 230px;
    }
    .about .galary , .our-achivements .galary {
        margin-bottom: 20px;
    }
    .programs .owl-stage-outer {
        padding: 60px 48px;
    }

    .payment-info {
        text-align: center;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
/* Start Navigation Bar */
.navbar .navbar-nav {
    text-align: center;
}
.navbar .slash {
    display: none;
}
.navbar .options .nav-item {
    margin-top: 13px;
}
/* End Navigation Bar */
/* masarat home */
.donate .masarat{
    width: 100%;
    height: 280px;
    background-size: contain;
    margin-top: 190px;
}
.donate .masarat .masar_one{

    color: #13245F;
    font-size: 13px;
    width: 25%;
    float: right;
    margin-right: 9px;
    margin-top: 37px;
    line-height: 19px;

}
.donate .masarat .masar_two{
    color: #13245F;
    font-size: 14px;
    width: 20%;
    margin-top: 78px;
    display: inline-block;
    margin-right: 60px;
}
.donate .masarat .masar_three{
    color: #13245F;
    font-size: 12px;
    width: 27%;
    float: left;
    margin-left: 1px;
    margin-top: 36px;
    line-height: 18px;
}

/* image slider home*/
.carousel-item img{
    height: 400px;object-fit: fill;
}
/* training zoom */
.training .zoom{
    top: 37%;
    right: 40%;
    padding: 5px;
}


  /* Start Footer */
  footer {
    text-align: center;
}
footer .footerLogo {
    text-align: center;
    margin: 0 auto 30px auto;
    padding-left: 0;
}
footer .info , footer .contact-us  {
    margin-bottom: 30px;
}
footer h3 {
    margin-bottom: 20px !important;
}
footer .btn {
    margin-bottom: 10px;
}
footer .social {
    justify-content: center;
}
footer .form-control {
    margin-bottom: 25px;
}
footer .download a {
        display: block;

}
/* End Footer */

/* Cards Page */
.cards .seeAll {
    text-align: center;
}
.cards h2:after {
    width: 30%;
}
.cards h2:before {
    width: 30%;
}
.programs .owl-stage-outer {
    padding: 60px 48px;
}
 }

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
        /* Start Navigation Bar */
        .navbar .links .nav-item {
            margin-right: 6px;
        }
        /* End Navigation Bar */
        .about .carousel-item img {
            height:230px;
        }
        .nav-link {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .our-programes .attach a:first-child {
            padding: 8px 7px;
        }

        .our-programes .attach a:last-child {
            padding: 8px 3px;
        }
        .navbar .nav-link {
            color: #3C3C3C;
            font-size: 18px;
        }

        /* image slider home*/
        .carousel-item img{
            height: 500px;object-fit: fill;
        }

        /* masarat home */
.donate .masarat{
    width: 100%;
    height: 280px;
    background-size: contain;
    margin-top: 190px;
}
.donate .masarat .masar_one{

    color: #13245F;
    font-size: 15px;
    width: 27%;
    float: right;
    margin-right: 13px;
    margin-top: 53px;
    line-height: 23px;

}
.donate .masarat .masar_two{
    color: #13245F;
    font-size: 16px;
    width: 23%;
    margin-top: 100px;
    display: inline-block;
    margin-right: 80px;
}
.donate .masarat .masar_three{
    color: #13245F;
    font-size: 15px;
    width: 27%;
    float: left;
    margin-left: 2px;
    margin-top: 53px;
    line-height: 21px;
}

 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1800px) {
    .container {
        min-width: 1800px;
    }

    .donate .masarat{
        width: 100%;
        height: 450px;
        background-size: cover;
        margin-top: 190px;
    }
    .donate .masarat .masar_one{

        color: #13245F;
        font-size: 20px;
        width: 28%;
        float: right;
        margin-right: 31px;
        margin-top: 120px;
        line-height: 40px;

    }
    .donate .masarat .masar_two{
        color: #13245F;
        font-size: 16px;
        width: 23%;
        margin-top: 100px;
        display: inline-block;
        margin-right: 80px;
    }
    .donate .masarat .masar_three{
        color: #13245F;
        font-size: 20px;
        width: 26%;
        float: left;
        margin-left: 6px;
        margin-top: 116px;
        line-height: 40px;
    }
}
