* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#footer {
  border: 3px solid red;
}
.footer {
  padding: 5px 0px 1rem 0px;
  width: 100%;
  height: auto;
  color: white;
  background-color: #004d99;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.quick-links {
  padding: 5px 1rem;
  width: 48%;
  height: 10rem;
  /* border: 1px solid red; */
}
.contactus {
  padding: 5px 1rem;
  width: 48%;
  height: 10rem;
  /* border: 1px solid red; */
}
.parent-link {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.links {
  width: 40%;
  height: 8rem;
  /* border: 1px solid rgb(5, 238, 79); */
}
#li {
  line-height: 1.5rem;
  margin-top: 5rem;
  color: aliceblue;
  text-decoration: none;
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  height: auto;
  /* border: 1px solid red; */
}

.contact-parent {
  width: 100%;
  height: 8rem;
  /* border: 1px solid greenyellow; */
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.c-left {
  width: 55%;
  height: 8rem;
  /* border: 1px solid rgb(5, 238, 79); */
}
.fa-solid,
.fa-solid,
.fa-brands,
.fa-regular {
  font-size: 1rem;
  margin: 0.3rem 0rem;
  color: #ffffff;
}
/* ----------------------------- */
.c-right {
  width: 20%;
  height: 8rem;
  /* border: 1px solid rgb(5, 238, 79); */
}
.map-container {
  position: relative;
  width: 100%;
  max-width: 40%; /* Adjust the max width */
  margin: 0 auto; /* Center the map */
  border: 2px solid #ccc; /* Optional: Add a border */
  border-radius: 8px; /* Optional: Add rounded corners */
  overflow: hidden; /* Hide overflow for border-radius */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add a shadow */
}

iframe {
  display: block;
}
.copy-right {
  text-align: center;
  letter-spacing: 0.7px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: black;
  color: aliceblue;
  padding: 0.3rem;
  font-size: 12px;
}

@media (max-width: 820px) {
  .footer {
    display: block;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 2rem;
  }

  .quick-links {
    width: 100%;
  }
  .contactus {
    width: 100%;
  }
}
 
@media (max-width: 585px){
  .quick-links {
    padding: 0.5rem 0rem;
  }
  .footer {
    padding: 0.5rem 1rem;
  }
  .contactus {
    padding: 0px;
  }
  .c-left {
    width: 70%;
    font-size: 12px;
    text-justify: justify;
  }
  .c-right {
    width: 28%;
    height: 5rem;
  }
  .fa-solid,
  .fa-solid,
  .fa-brands,
  .fa-regular {
    font-size: 1rem;
    margin: 0.3rem 0.2rem;
  }
}
/* ------------------------------------------------- */


