/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .nav-glob {
        padding: 0px 6px !important;
        border-bottom: 1px solid #781111;
    }

    header {
        display: none !important;
    }

    .glob-lr {
        padding: 40px 22px;
    }

    .get-btn {
        margin-bottom: 20px;
    }

    .title {
        font-size: 16px;
        font-weight: 500;
        color: #156738;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .p-text {
        line-height: 1.7em;
        font-size: 0.9rem;
    }

    .li-text {
        line-height: 1.7em;
        font-weight: 500;
        font-size: 0.9rem;
    }

    .head-h4 {
        font-size: 18px;
    }

    .mission {
        font-size: 17px;
    }

    .vision {
        font-size: 17px;
    }

    .globle_h {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .yearStamp {
        width: 100px;
    }

    .body_counter li .gradient-text {
        font-size: 45px;
        padding-bottom: 1rem;
    }

    .body_counter li {
        padding-left: 5px;
        font-size: 10px;
    }

    .get-btn {
        padding: 6px 12px;
        font-size: 13px;
        font-weight: 600;
    }

    .f-add {
        font-size: 14px;
    }

    .f-links {
        font-size: 14px;
    }

    .f-links a {
        font-size: 14px;
    }

    iframe {
        margin-top: 20px;
        width: 310px;
        height: 200px;
        border: 0;
    }
    .sc-bg {
        padding: 0px !important;
    }
    .contact-img {
        margin-top: 18px !important;
        margin-right: 2px !important;
        width: 25px !important;
        height: 25px !important;
    }
    .contact-detail span{
        font-size: 14px;
    }
    .callIcon {
        position: fixed;
        left: 2%;
        bottom: 36%;
        z-index: 999999;
    }
    .whatsapp {
        position: fixed;
        left: 1%;
        bottom: 30%;
        z-index: 999999;
        width: 50px;
    }
    .radio-form .input-radio {
        width: 100%;
    }
    .mb-none{
        display: block !important;
    }
    .la-donate label {
        /* margin-left: 20px; */
        width: 50%;
    }
    .la-donate input {
        width: 100%;}
        .upi-pay {
            margin-bottom: 20px;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .body_counter li .gradient-text {
        font-size: 50px;
        padding-bottom: 1rem;
    }
    .body_counter li {
        font-size: 13px;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .body_counter li .gradient-text {
        font-size: 72px;
        padding-bottom: 1rem;
    }
    .body_counter li {
        font-size: 16px;
    }
}