﻿

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}

/*About Us Style*/

.about-us-vision {
    padding-left: 2em;
}
.about-as {
    margin-top: 1em;
    direction: ltr;
}
.about-as p {
        direction: ltr;
    }

/*Donate Style*/

.round-img {
    width: 240px;
    height: 100px;
}
.donate p {
    direction: ltr;
}
.donate2 {
    height: 200px;
}
@media only screen and (min-width: 768px) {
    .donate1 {
        margin-bottom: -4em;
    }
}

/*Contact Style*/

.title-en {
    text-align: left;
}

/*Media Style*/

.caption p {
    text-align: left;
    direction: ltr;
}

.caption h4 {
    text-align: left;
    direction: ltr;
}

/*Mobile Style - Iphone*/

@media only screen and (max-width: 600px) {

    .round {
        height:150px;
    }
    .paypal {
        height:315px;

    }
    .donate1 {
        margin-bottom:3em;
    }

    .donatebtn, .infobtn, .collectpoint {
        width: 190px;
       
    }
    .collectpoint, .donatebtn, .infobtn {
        border-radius: 8px;
    }
   
}
@media only screen and (max-width: 600px) {
    .about-as {
        padding-left: 2em;
    }
}

/*Mobile Style - Android*/

@media only screen and (max-width: 320px) {

    .round {
        height: 150px;
    }

    .paypal {
        height: 350px;
    }
    .donate1 {
        margin-bottom: 4em;
    }

    .donatebtn, .infobtn, .collectpoint {
        width: 200px;
       
    }
    .collectpoint, .donatebtn, .infobtn {
        border-radius: 8px;
    }
}








       
