.email {
  width: 100%;
  height: 8vh;
  background-color: #f4f4f4;
  background-color: #00ae84;
  /* color: rgb(6, 5, 5); */
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 60px;
}

.fa-envelope,
.fa-phone {
  /* color: #42846cd9; */
  color: white;
}
.fa-phone {
  /* margin-left: 10px; */
}
.email a i,
#socialLinkFooter a i {
  font-size: 16px;
  text-decoration: none;
  margin: 0 0.3rem;
  border: 1px solid rgb(255, 255, 255);
  padding: 8px;
  border-radius: 50%;
  color: white;
  border: 50%;
  /* margin-top: 0 10px; */
}
.email a i:hover,
#socialLinkFooter a i:hover {
  color: #62d6ac;
  background-color: rgb(255, 255, 255);
  /* border: 1px solid #42846cd9;
  color: #42846cd9; */
}
@media screen and (max-width: 1100px) {
  .email {
    display: none;
  }
}

.footer_section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
}
.Quick_Links {
  width: 30%;
  height: 100%;
  text-align: center;
}

.footer_logo {
  width: 30%;
  height: 100%;
}
.phone {
  width: 30%;
  height: 100%;
  text-align: center;
}
.phone h3 {
  color: #62d6ac;
}

.footer_section .Quick_Links ul li {
  list-style: none;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
.footer_section .Quick_Links h2 {
  margin-bottom: 10px;
}
.F_hr {
  margin-top: 20px;
}
.copyright {
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .footer_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .Quick_Links {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_logo {
    width: 100%;
    text-align: center;
  }
  .phone {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
