.footer {
  border-top: 1px solid #dedede;
  margin-top: auto;
  background-image: linear-gradient(0deg,  white,rgba(0, 120, 175, 0.034));
}

.footer-content {
  width: 100%;
  color: #9f9f9f;
  margin-left: auto;
  margin-right: auto;
}

.footer-col-1 {
  width: 100%;
}

.footer-col-2 {
  width: 100%;
}

.footer-col-3 {
  width: 100%;
}

.footer-col-content-flex-center {
  display:flex;
  align-items:center;
  justify-content:center;
  height: 120px;
}

.footer-col-content-float-left {
  width: auto;
  float: left;
}

.footer-col-content-float-right {
  width: auto;
  float: right;
  padding-left: 12px;
  border-left: 1px dashed #a2a2a2;
}

.footer-svg {
  width: 70px;
  height: 70px;
}

.footer-logo-heading {
  font-size: 15px;
  font-weight: 700;
  color: #7a7a7a; 
}

.footer-logo-slogan {
  display: block;
  font-size: 12px;
  color: #7a7a7a;
}

.footer-contact {
  text-align: center;
  color: #7a7a7a;
  background-color: white;
  padding: 12px 20px 12px 20px;
  border: 1px solid #dedede;
  border-radius: 12px;
}

.footer-links {
  text-align: center;
}

.footer-links-left {
  margin-top: 20px;
  display: block;
}

.footer-links-right {
  margin-top: 20px;
  display: block;
  padding-bottom: 50px;
}

.footer-links-heading {
  display: block;
  width: 80%;
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  background-color: white;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}




.footer-a-link {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  padding: 7px;
  text-decoration: none;
  color: #7a7a7a;
  background-color: #f1f1f1;
  font-size: 17px;
  border-radius: 5px;
}

.footer-a-link:hover {
  color: white;
  background-color: #b7b7b7;
}





.footer-whatsapp {
  font-size: 25px;
  font-weight: 600;
}

.footer-whatsapp a {
  padding: 0px 8px 0px 8px;
  color: #7a7a7a;
  text-decoration: none;
  border-radius: 5px;
}

.footer-whatsapp a:hover {
  color: rgba(0, 120, 175, 0.788);
  background-color: aliceblue;
}

.footer-email {
  font-size: 15px;
  font-weight: 600;
}

.footer-address {
  font-size: 15px;
  font-weight: 600;
}


