@media only screen and (max-width: 600px) {
  .after-header {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .nav-links i {
    display: block;
    font-size: 25px;
    padding: 20px;
    color: #000;
  }
  .bars {
    display: block;
    background: var(--third-color);
    padding: 9px 12px;
    width: 40px;
    height: 40px;
    margin-top: 10px;

    right: 25px;
  }
  .navbar-ab {
    position: absolute;
    top: 20px;
    z-index: 999;
  }
  .donate-btn-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .donate-btn-flex div {
    padding-bottom: 20px;
  }
  .page-banner h1 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    padding-top: 80px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
  }
  .bars i {
    font-size: 20px;
  }
  .newsletter-form {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .small-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color);
  }
  .newsletter-form .btn-submit {
    background-color: var(--third-color);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    position: absolute;
    padding: 0px 15px;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    transform: translate(-5px, -50%);
    -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    -o-transform: translate(-5px, -50%);
  }

  .banner-content h1 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
  }
  .noone {
    font-size: 30px;
    font-weight: 800;
    color: #fece0b;
  }
  .gallery-grid {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .volunteer-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .counter-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .white-bg-ab {
    position: relative;
    background: #fff;
    width: 100%;
    top: 0;
  }
  .content-about h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    padding-bottom: 20px;
  }
  .yello {
    color: var(--secondary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
  }
  .banner {
    position: relative;
    width: 100%;

    height: 450px;

    background: url(../images/h5-slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .heading h3 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
  }
  .btn-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    /* margin-right: 23px; */
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
    /* margin-bottom: 26px; */
  }
  .join-us-icon {
    padding-top: 20px;
  }
  .join-us-icon img {
    height: 150px;
    width: auto;
  }
  .about-image img {
    max-width: 100%;
    border-radius: 40px;
    height: 550px;
    width: 100%;
    object-fit: cover;
  }
  .date-box {
    position: absolute;
    background: var(--secondary-color);
    width: 100px;
    height: 100px;
    top: 280px;
  }
  .footer {
    padding-bottom: 30px;
  }
  .header {
    display: block;
  }
  .btn-box {
    display: flex;
    justify-content: space-evenly;
    padding: 3% 0%;
  }

  .share-btn a {
    padding-right: 15px;
  }
  .urgent-flex a {
    font-size: 11px;
  }
  .banner-content {
    position: relative;
    text-align: center;
    padding-top: 43%;
  }
  .btn-verified {
    background: var(--primary-color);
    padding: 5px 47px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
  }
  .document-img img {
    height: 200px;
    width: auto;
    overflow: scroll;
    max-width: 100%;
  }
  .rectangle {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
    /* margin: 10px; */
    /* margin-right: 10px; */
    margin-bottom: 25px;
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
      0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
  }
  .volunteer-image h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0em;
    color: #fff;
  }
  .volunteer-image h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0em;
    color: #fff;
  }
  .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .btn-donate-project {
    background: #fece0b;
    padding: 10px 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 17px;
    letter-spacing: 0em;
    color: #000000;
  }
  .counte-box img {
    width: 50px;
    height: auto;
    padding-bottom: 30px;
  }
  .counte-box h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    color: #fff;
    line-height: 54px;
    letter-spacing: 0em;
    padding-bottom: 30px;
  }
  .counte-box h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;

    line-height: 30px;
    letter-spacing: 0em;
  }
  .testimonial-image-flex {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #f1f1f1;
    flex-direction: column;
    text-align: center;
  }
  .gallery-grid img {
    /* width: 378px; */
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
  .top-number {
    display: none;
  }
  .donate-now {
    display: none;
  }
  /* nav */
  nav {
    display: flex;
    padding: 2px 6%;
    justify-content: space-between;
    align-items: center;
  }
  .text-box h1 {
    font-size: 25px;
  }
  .nav-links ul li {
    display: block;
  }
  .nav-links {
    position: fixed;
    background: #fff;
    height: 100%;
    box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%);
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    overflow: hidden;
    transition: 1s;
  }
  .nav-links ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
  }
  .btn-donate-mo {
    background: var(--third-color);
    font-weight: 600;
    padding: 2px 10px;
    font-size: 13px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .btn-donate {
    background: var(--secondary-color);
    font-weight: 600;
    padding: 4px 15px;
    font-size: 12px;
    color: #fff;
  }
  .logo img {
    /* width: 250px; */
    height: auto;
  }
  .header-title {
    padding: 4px 0px 0px 0px;
}
  nav {
    display: block;
    color: #fff;
    margin: -5px;
    font-size: 25px;
    cursor: pointer;
  }
  .nav-links ul {
    padding: 30px;
  }
  .nav-links ul li {
    list-style: none;

    padding: 8px 2px;
    position: relative;
  }
  .mb-d {
    display: block;
  }
  .page-banner {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    background-color: var(--primary-color);
    z-index: 2;
  }
  .page-banner h1 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
  }
  .box-content h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    padding-bottom: 10px;
  }
  .donation-total {
    padding-bottom: 10px;
  }
  .sidebar-form {
    display: none;
  }
  .sidebar-form-two {
    display: block;
  }
  .footer-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.row7{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.receipt-form {
  padding: 10px 0px;
}
.header-logo-content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.row1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donation-mode-text {
    /* text-align: center; */
    font-size: 13px;
    color: #000;
    padding: 4px 10px 0px 0px;
    line-height: 18px;
    width: 265px;
}
.printable-wrapper {
  width: 100%;
  margin: 10px auto;
  border: 3px solid #f1f1f1;
  padding: 10px 10px;
}
}

