/* .header-main .main-menu ul li#menu-item-2721 a {
  color: #e9473f !important;
} */
.header-main .logo img {
  max-width: 100px !important;
}

div#nav_menu-4 h5 , .header-main .main-menu ul li a {
    text-transform: none !important;
}

.offcanvas__logo a img {
  width: 200px !important;
}
.page-id-2389 .breadcrumb-wrapper {
  display: none !important;
}
.funders-img-gallery .gallery-item img,
.funders-img-gallery .swiper-slide-inner img {
  height: 150px !important;
  object-fit: contain !important;
}
.card-full-height .project-card-items {
  height: 100% !important;
}
.my-footer .footer-content {
  width: 75% !important;
}
.adopt-form h2 {
  font-size: 28px !important;
}
.newsletter-wrap {
  display: flex;
  justify-content: space-between;
}
.newsletter-container input {
  width: 74%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 5px;
  color: #555 !important;
}
.newsletter-container button {
  width: 24%;
  padding: 12px;
  background-color: #e9473f;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}
/* #nav_menu-4{gap:40px !important;}
#nav_menu-4 .widget-head h5{padding-bottom: 5px !important;}
#nav_menu-4 .widget-head{margin-bottom: 0;}
#nav_menu-4, ul#menu-footer-menu-1{display: flex;gap:20px; align-items: center;}
ul#menu-footer-menu-1 li{margin: 0 !important;} */
/* .video-box{display: none;} */
@media (max-width: 1380px) {
  .header-new .header-main .header-right ul#menu-main-menu li {
    margin-inline-end: 25px !important;
  }
}
@media (max-width: 1024px) {
  /* .my-footer .footer-content {
    width: 75% !important;
  } */
  .contact-form h2 {
    font-size: 36px !important;
  }
  .adopt-form h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .newsletter-wrap {
    display: block;
  }
  .newsletter-container input,
  .newsletter-container button {
    width: 100%;
  }
  .newsletter-container input {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-main .logo img {
    max-width: 70px !important;
  }
  .header-section-new .container-fluid {
    padding: 0 20px !important;
  }
  .counter-box {
    justify-content: center !important;
  }
  .contact-form h2 {
    font-size: 28px !important;
  }
  .adopt-form h2 {
    font-size: 20px !important;
  }
  .my-footer .footer-content {
    width: 90% !important;
  }
}




.faq-wrapper .faq-accordion .accordion-item .accordion-header .accordion-button {
    text-transform: none !important;
}