.contact-us-wrapper {
  background-color: #efefef;
}
.contact-us-wrapper .row {
  display: flex;
  align-items: flex-start;
}
.contact-us-wrapper .col-md-3,
.contact-us-wrapper .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #003392;
  margin-bottom: 31px;
  margin-top: 0;
  width: 100%;
}
.contact-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list-items a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0%;
  display: block;
  transition: color 0.3s ease;
}
.contact-list-items a:hover {
  color: #003392;
}
.contact-list {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  width: 100%;
}
.contact-us-wrapper .col-md-4:last-child .contact-heading {
  margin-top: 0;
}
.contact-us-wrapper .col-md-4:last-child .contact-list {
  margin-bottom: 30px;
}
.whatsapp-btn {
  border: 2px solid #04ad56;
  width: 215px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #04ad56;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 0;
  background: #fff;
}
.whatsapp-btn:hover {
  background-color: #04ad56;
  color: #fff;
}
.whatsapp-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transform: none;
}
.footer-email-media-wrapper {
  background: #141b25;
}
.footer-email-media-wrapper p{
font-weight: 400;
font-size: 20px;
line-height: 23px;
letter-spacing: 0%;
color: #ffffff;
margin-bottom: 20px;
}
.footer-donate-btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0%;
  color: #48B02B;
  width: 160px;
  height: 52px;
  background: #fff;
  border: none;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 14px 20px;
  transition: all 0.3s ease-in-out;
}
.footer-donate-btn:hover {
  background-color: #48B02B;
  color: #fff;
  text-decoration: none;
}
.footer-email-media-wrapper .form-label{

font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
width: 100%;
color: #FFFFFF;
}
.footer-email-media-wrapper .form-control {

font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
height: 62px;
border-radius: 8px !important;
margin-right: 7px;

}
.footer-email-media-wrapper .input-group button {

width: 73px ;
height: 62px;
border-radius: 8px !important;
background: #48B02B;

}
.footer-email-media-wrapper .input-group button:hover img {
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;
}
.media-icon-list {
    display: flex;
    gap: 20px;
    margin-top: 7px;
}
.media-icon-list-items:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;

}
.choose-a-business-wrapper .swiper-slide{
    min-width: 342px;
}
.copyright-wrapper{
    
    color: #292929;
    padding: 20px 0;
    text-align: center;
}



@media screen and (max-width: 768px) {
    .contact-us-wrapper .row {
        flex-direction: column;
    }
    .contact-us-wrapper .col-md-3,
    .contact-us-wrapper .col-md-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-heading{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .contact-list {
        margin-bottom: 20px;
    }
    .whatsapp-btn {
        width: 100%;
        max-width: 215px;
    }
    .copyright-wrapper{
        font-size: 12px;
    }
}