@media only screen and (min-width:800px) {
    .desktop-hide{
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .mobile-hide{
        display: none;
    }
    /** Topbar **/
    .top-bar-flex{
        display: flex;
    column-gap: 10px;
    justify-content: center !important;
    }
    .top-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-barcontent {
        margin-left: 0px;
        padding-left: 0px;
        border-left: none;
        text-align: center;
    }
    .top-barcontent p {
        text-align: center;
        margin-top: 10px;
    }
    /** Navbar **/
    .navbar-brand img{
        width: 100px;
        background-color: var(--white);
    }
    .dropdown-menu {
        transition: opacity 0.3s ease;
        opacity: 1;
        pointer-events: auto;
      }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 18px;
    }
    .navbar-toggler{
        background: var(--white);
        box-shadow: none !important;
    }
    /** Banner **/
    .banner{
        padding-top: 140px;
        padding-bottom: 140px;
        min-height: auto;
        background-position: center;  
    }
    .banner h1{
        font-size: 32px;
    }
    /** Students section **/
    .cover-bg {
        height: 180px;
        margin-top: -120px;
    }
    .students-section {
        margin-top: -40px;
    }
    .students-card {
       padding: 20px;
       margin-bottom: 20px;
    }
    .students-card h3 {
        font-size: var(--h3);
    }
    .students-card h4 {
        font-size: var(--h6);
    }
    .students-card h6 {
        font-size: var(--h6);
        margin-top: 15px;
    }
    /** Who we are **/
    .who-we-are {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-image{
        margin-bottom: 20px;
    }
    .about-us-content{
        padding-left: 0px;
    }
    .section-title h6 {
        font-size: var(--h5);
    }
    .section-title h1{
        font-size: 32px;
    }

    /** Vision Misison **/
    .vision-content h4{
        font-size: 32px;
    }
    .vision-content p{
        margin-top:20px;
    }
    .border-left-color{
        border-left: none !important;
    }
    .pl-md{
        padding-left: 0px !important;
    }
    .pr-md{
        padding-right: 0px !important;
    }
    .mobile-space-top{
        margin-top:30px;
    }
    /** Features **/
    .features-content p{
        opacity: 1;
        margin-top: 30px;
    }
    .features-content .feature-title, .features-content p {
        top: 20%;
    }
    .features-card .feature-title::after {
        bottom: -20px;
        margin-left: 0px;
    }
    /** Donate button **/
    .donate-banner h6{
        font-size: 32px;
        line-height: initial;
    }
    .donate-banner{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-size: cover;
    }
    .footer,.gallery {
        padding-top: 60px;
        padding-bottom: 60px;
      }
    .footer-content .col-xs-6{
        width: 48%;
    }
    .testimonials-content p{
        font-size: 16px;
    }
    .testimonials-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .testimonials .carousel-control-next {
        right: 0px;
    }
    .testimonials .carousel-control-prev {
        left: 0px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1.5rem;
    }
    .testimonials-content h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    .about-us-page-content {
        padding-left: 0px;
        text-align: left;
    }
    .media-card {
        width: 300px;
    }
    .approval-btn{
        width: 80%;
    }
    .inner-page{
        height: 350px;   
    }
    .search-box .form-control{
        margin-bottom:20px;
    }
    .child-person-details tr td{
        min-width: 150px;
        padding-top: 10px;
    }
    .sponsorship-card {
      padding: 20px;
    }
    .sponsorship-card h4 {
        font-size: 26px;
    }
    .sponsorship-card h4 br,.donate-highlight-content br{
        display:none;
    }
    .sponsership-content {
      margin-left: 0px;
      margin-right: 0px;
    }
    .sponspership-cards{
        margin-bottom:20px;
    }
    .sponsership-content h1 {
  font-size: 36px;
    }
    .donate-page .child-details h1{
        font-size:30px;
    }
    .donate-highlight-content{
        font-size:18px;
    }
}