.mobile-view {
    display: none;
}

@media (max-width: 1200px) {}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (max-width: 991px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    header {
        background: none;
    }

    .header-left {
        width: 100%;
    }

    .header-right {
        width: 100%;
        margin-top: 15px;
    }

    a.give-btn,
    a.downloads-btn {
        width: 49%;
        text-align: center;
        display: inline-block;
    }

}

@media(max-width:991px) {
    .logo {
        display: none;
    }
}

@media(min-width:992px) {
    .logo-mobile {
        display: none;
    }
}



/* .banner-bottom-outer  */




@media(max-width:1522px) {
    /* .banner-bottom {
        top: -315px;
        z-index: 5;
    } */
}

@media(max-width:1349px) {
    /* .banner-bottom {
        top: -346px;
        z-index: 5;
    } */
}

@media(max-width:1293px) {
    .banner-bottom {
        background: linear-gradient(43.47deg, #15A2A8 29.55%, #15A2A8 105.58%) no-repeat;
        background-size: 100%;
        padding: 80px 0;
        margin: auto 0;
        /*top: -203px;*/
        z-index: 5;
    }

    .banner-bottom-inner {
        display: flex;
        gap: 10px;
    }
}


@media(max-width:991px) {
    .banner-bottom {
        background: linear-gradient(43.47deg, #15A2A8 29.55%, #15A2A8 105.58%) no-repeat;
        background-size: 100%;
        padding: 80px 0;
        margin: auto 0;
        position: static;
    }

    .banner-bottom-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }

    .banner-bottom-block-1 {
        padding: 0;
    }

    .banner-bottom-block-2 {
        padding: 0;
    }

    .backbottom-icon {
        text-align: center;
    }
}

@media(max-width:768px) {
    .banner-bottom-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }

    .banner-bottom-block-4 {
        display: none;
    }
}







/* story-section  */





@media(max-width:1700px) {
    .story-right {
        padding-top: 50px;
    }
}

@media(max-width:1500px) {
    .story-right {
        position: absolute;
        width: 56%;
        right: 0px;
    }

    .story-left h2 {
        color: rgb(21, 162, 168);
        font-family: Poppins;
        font-size: 33px;
        font-weight: 600;
        line-height: 49px;
        margin: 0px 0px 20px;
        padding: 0px;
    }

    .story-left p {
        color: #606060;
        font-family: Poppins;
        font-size: 1rem;
        font-weight: 400;
        line-height: 30px;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }
}

@media(max-width:991px) {
    .story-section .container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }

    .story-right {
        position: static;
        width: 100%;
        right: 0;
    }

    .story-left h5::after {
        display: none;
    }

    .story-right {
        position: static;
        width: 100%;
        right: 0;
    }
}









@media(max-width:991px) {
    .carousel-fade .carousel-item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        min-height: 100vh;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }
}