/* Footer General */
.footer {
  width:100%;
  max-width: 1390px;
  margin: auto;
  margin-top: 200px;
  margin-bottom: 23px;
  background-color: #eaf6f9;
  border-radius: 20px;
  padding: 0px 34px 30px 13px;
  border: 2px solid #16B5C5;
}

.container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Donate Banner */
.donate_dv {
  background-color: #00b0c8;
  padding: 59px 40px 79px 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  max-width: 1128px;
  width: 100%;
  margin: auto;
  margin-top: -141px;
}

.donate_dv h2 {
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 500;
}

.donate_ftr_form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 789px;
  width: 100%;
  margin: auto;
  position: relative;
}
.donate_ftr_form::after {
    content: '';
    position: absolute;
    top: -25px;
    right: -25px;
    background-image: url('../img/global/ftr_donate_vector.svg');
    width: 35px;
    height: 40px;
    background-repeat: no-repeat;
}
.donate_ftr_form input[type="text"] {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #F0FBFF;
    padding-left: 24px;
    color:#F0FBFF;
}
.donate_ftr_form input[type="text"]:focus {
  outline: none;
}
.donate_ftr_form input[type="text"]::placeholder {
  color: #F0FBFF;
  font-size: 16px;
  font-weight:400;
  font-family: "Montserrat", sans-serif;
}
.donate_ftr_form .dnt_ftr_btn {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #231F20;
    display: flex;
    text-align: left;
    padding: 12px 24px;
    border: 1px solid #231F20;
    border-radius: 50px;
    width: 170px;
    height: 50px;
    align-items: anchor-center;
    font-weight: 500;
    justify-content: space-between;
    position: absolute;
    right: 6px;

}
.donate_ftr_form .dnt_ftr_btn::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 18px;
    background-image: url('../img/global/btn_white_arrow.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}
/* Footer Content */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 85px;
  padding-left: 21px;
}

.footer-box {
  /* flex: 1 1 200px; */
}

.footer-logo {
  margin: 15px 0px;
}

.footer-tagline {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

/* Footer Links */
.footer-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.add_box {
    width:255px;
}
.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box ul li {
  margin-bottom: 13px;
}

.footer-box ul li a {
  color: #292929;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.footer-box p {
  color: #292929;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
.footer-box p img {
  margin-right: 8px;
}
.footer_link li a {
  position: relative;
}
.footer_link li a::after {
  content: '';
  position:absolute;
  right: -22px;
  top: 2px;
  background-image: url('../img/global/btn_white_arrow.svg');
  background-size: 100%;
  filter: invert(1);
  width: 16px;
  height: 16px;
}
/* Social Links */
.social-links {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.social-links a img {
    width: 19px;
}
.social-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00b0c8;
  color: #fff;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
}

/* Subscribe Form */
.subscribe_box {
  width:21%;
}
.subscribe_box form {
    gap:0px;
}
.subscribe_box h4 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight:600;
}
.subscribe_box input[type="email"] {
  padding: 10px 12px;
  border: 1px solid #A7A7A7;
  border-radius:50px;
  outline: none;
  font-size: 14px;
  color: #A7A7A7;
  background-color: transparent;
  height: 45px;
  width: 100%;
  padding-left: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.subscribe_box input[type="email"]::placeholder {
  font-size: 14px;
  color: #A7A7A7;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.subscribe_box button {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #16B5C5;
    display: flex;
    text-align: left;
    padding: 12px 24px;
    border: 1px solid #16B5C5;
    border-radius: 50px;
    height: 52px;
    width: 55%;
    align-items: anchor-center;
    font-weight: 500;
    justify-content: space-between;
    position: relative;
    margin-top: 8px;
}
.subscribe_box button::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 7px;
    background-image: url('../img/global/btn_white_arrow.svg');
    width: 35px;
    height: 40px;
    background-repeat: no-repeat;
} 
/* Copyright Section */
.footer-bottom {
  border-top: 1px solid #C1C1C1;
  padding-top: 20px;
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
  color: #292929;
}

.footer-bottom p {
  margin: 0;
  text-align: center;
}
.for_mobile {
  display: none;
}

.mail_atag {
    text-decoration: none;
    color: #292929;
}

@media only screen and (min-device-width: 1080px) and (max-device-width: 1300px) {
  .footer-content {
      gap: 32px;
  }
  .footer {
    width: 97%;
  }
}

@media only screen and (min-device-width: 1310px) and (max-device-width: 1370px) {
  .footer-content {
      gap: 45px;
  }
  .footer {
    width: 97%;
  }
}



/*-------------   Mobile Screen Media Query -------------  */
@media only screen and (min-device-width: 300px) and (max-device-width: 680px) {
  .footer {
    width: 94%;
    margin-bottom: 10px;
    padding: 0px 17px 30px 17px;
    border: 1px solid #16B5C5;
  }
  .donate_dv {
    padding: 32px 23px 32px 23px;
  }
  .donate_dv h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .footer-logo {
    margin: 10px 0px;
    margin-left: -7px;
  }
  .donate_ftr_form .dnt_ftr_btn
  {
    width:160px;
    height:44px;
    right: 0px;
    position: relative;
  }
  .donate_ftr_form .dnt_ftr_btn::after {
    top: 10px;
    right: 20px;
    width: 17px;
    height: 17px;
    background-size: 20px;
  }
  .donate_ftr_form input[type="text"] {
    height: 60px;
  }
  .donate_ftr_form input[type="text"]::placeholder {
    width: 240px;
    text-wrap: initial;
    position: absolute;
    top: 13px;
    font-size: 13px;
    left:18px;
  }
  .donate_ftr_form::after {
    background-size: 21px;
    top: -18px;
    right: -14px;
    width: 24px;
    height: 30px;
  }
  .for_mobile {
    display: block;
  }
  .for_desktop {
    display: none;
  }
  .footer-box h4 {
    margin-bottom: 15px;
  }

  .donate-actions {
    flex-direction: column;
  }

  .donate-text,
  .donate-btn {
    width: 100%;
    justify-content: center;
  }    
  .footer-content {
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 15px;
    gap: 0;
    padding-bottom: 10px;
  }
  .footer-box.for_mobile {
    width: 110px;
  }
  .social-links a {
    width: 34px;
    height: 32px;
  }
  .social-links a img {
      width: 16x;
  }
  .footer-box ul li {
    margin-bottom: 9px;
  }
  .footer-box {
    margin-bottom: 36px;
  }
  .subscribe_box {
      width: 100%;
  }
  .subscribe_box input[type="email"] {
    width:269px;
  }
  .subscribe_box button {
    height: 45px;
    width: 163px;
  }
  .subscribe_box button::after {
    top: 10px;
    right: 20px;
    width: 17px;
    height: 17px;
    background-size: 20px;
  }
  .footer-bottom {
    margin-left: 0;
  }
  
  .add_box {
    width:auto;
    }

}


@media only screen and (min-device-width: 681px) and (max-device-width: 991px) {
  .donate_dv h2 {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .donate_ftr_form .dnt_ftr_btn {
    width: 175px;
  }
  .donate_ftr_form input[type="text"]::placeholder {
    font-size: 14px;
  }
  .donate_dv {
    padding: 59px 70px 63px 60px;
  }
  .footer {
    padding: 0px 15px 30px 15px;
    width: 97%;
  }
  .footer-box {
    width: 183px;
  }
  .footer-content {
    gap: 35px;
    padding-bottom: 10px;
  }
  .footer-box p {
    overflow-wrap: anywhere;
  }
  .subscribe_box h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .subscribe_box button {
    width:100%;
  }
  .social_box {
    width: 115px;
    text-align: center;
  }
  .subscribe_box {
    width: 280px;
  }
  .social-links {
      margin-bottom: 20px;
      flex-direction: column;
      align-items: center;
  }
  .footer-bottom br {
      display: none;
  }
  .footer-bottom {
    margin-right: 17px;
    margin-left: 17px;
  }
    .add_box {
    width:auto;
    }
}


@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .footer {
    width: 95%;
    padding: 0px 15px 30px 13px;
  }
  .footer-box {
      flex: 1 1 200px;
  }
  .footer-logo {
    margin: 0px 0px;
  }
  .footer-content {
    gap: 25px;
  }
    .add_box {
    width:auto;
    }
}