@media only screen and (max-width: 600px) {
  .main-testi-flex {
    flex-direction: column;
  }
  .only-mobile{
    display: block;
  }
  .only-desktop{
    display: none;
  }
  .main-testi-flex img {
    max-width: 100%;
  }
  .main-testi-flex img {
    max-width: 100%;
  }
  .featured-item img {
    max-width: 100%;
  }
  .banner-content h1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    text-align: left;
  }
  .banner {
    padding: 50px 0;
  }
  .banner-content {
    margin-top: 50px;
  }
  .vl {
    display: none;
  }
  .banner {
    background: url('../images/banner.png') center center;

    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn-donate-lg {
    background: var(--main-bg-color);
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    box-shadow: rgba(255, 111, 17, 0.15) 0px 5px 15px 0px;
  }
  .join-mission h2 {
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
  }
  .icon-flex {
    padding-bottom: 25px;
  }
  .sec-heading h2 {
    font-weight: 500;
    font-size: 20px;
  }

  .who-we {
    background: url('../images/who-we.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 25px;
  }
  .ptb-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ptb-190 {
    padding-top: 175px;
    padding-bottom: 25px;
  }
  .main-trust-flex {
    display: flex;
    padding-left: 20%;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .content {
    padding-bottom: 20px;
  }
  .nav-mobile {
    display: none;
    position: absolute;
    top: -50px;
    right: 0;
    background: var(--main-bg-color);
    height: 50px;
    width: 50px;
  }
  /* .navbar-dropdown li a {
    color: #fff !important;
  } */
  @media only screen and (max-width: 800px) {
    .nav-mobile {
      display: block;
    }

    .mt-10{
      display: none !important;
    }
    nav ul {
      display: none;
    }
    nav ul li {
      float: none;
    }
    nav ul li a {
      padding: 15px;
      line-height: 20px;
      /* background: #262626; */
    }
    .bb {
      display: none;
    }
    nav ul li ul li a {
      padding-left: 30px;
    }
    .navbar-dropdown {
      position: static;
    }
    @media screen and (min-width: 800px) {
      .nav-list {
        display: block !important;
      }
    }
    #navbar-toggle {
      position: absolute;
      left: 10px;
      top: 15px;
      cursor: pointer;
      padding: 10px 35px 16px 0px;
    }
    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 30px;
      background: #ffffff;
      position: absolute;
      display: block;
      content: '';
      transition: all 300ms ease-in-out;
    }
    #navbar-toggle span:before {
      top: -10px;
    }
    #navbar-toggle span:after {
      bottom: -10px;
    }
    #navbar-toggle.active span {
      background-color: transparent;
    }
    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
      top: 0;
    }
    #navbar-toggle.active span:before {
      transform: rotate(45deg);
    }
    #navbar-toggle.active span:after {
      transform: rotate(-45deg);
    }
  }
}
