* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ************* Footer Bg container ********** */
.footer-container {
  background-color: #f4f4f4;
  margin-top: 100px;
}
/* ************* footer-Container1 ********** */
.footer-subcontainer {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}

.footer-content1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* for footer logo */
.footer-image {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 195px;
}

.footer-content1 img {
  border: 0 none;
  max-width: 100%;
  margin-top: 60px;
}
/* for footer social icon */
.social-icon {
  /* width: 64%; */
  margin-top: 60px;
}

.social-icon li {
  display: inline-block;
  margin-left: 0px;
}

.social-icon li .fab {
  position: relative;
  top: 2px;
}

.circle {
  border-radius: 50%;
  margin: 0.1em;
  font-size: calc(1.1vw + 10px);
}

.fa-facebook-f {
  background: #21234d;
  color: white;
  padding: 0.18em 0.4em;
}

.fa-twitter {
  background: #21234d;
  color: white;
  padding: 0.18em 0.2em;
}

.fa-linkedin-in {
  background: #21234d;
  color: white;
  padding: 0.2em 0.3em;
}

.fa-github {
  background: #21234d;
  color: white;
  padding: 0.2em 0.3em;
}

.fa-pinterest-p {
  background: #21234d;
  color: white;
  padding: 0.2em 0.3em;
}

.fa-youtube {
  background: #21234d;
  color: white;
  padding: 0.2em 0.1em;
}

.fa-vimeo-v {
  background: #21234d;
  color: white;
  padding: 0.2em 0.3em;
}

footer .fab:hover {
  transform: scale(1.2);
}
/* for footer ad text */
.content2 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.content2-para1 {
  width: 300px;
  margin: 20px 20px 20px 0;
}

.content2-para1 h6 {
  padding-bottom: 20px;
  font-size: 18px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  color: #21234d;
  text-transform: uppercase;
}

.content2-para1 p {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: rgba(33, 35, 77, 0.6);
  margin-bottom: 0;
}

/* for the signup form */
.signup {
  display: flex;
  margin-top: 15px;
}

input[type="submit"] {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  top: 0;
  right: 0;
  width: 40%;
  height: 40px;
  background: #7d408c;
  color: #f4f4f4;
}

input[type="email"] {
  background-color: #ffffff;
  cursor: text;
  padding: 5px;
  border-width: 0px;
  height: 40px;
  color: black;
  padding-right: 30px;
}
input::placeholder {
  color: black;
  text-align: center;
  font-size: 1em;
}

input[type="submit"]:hover {
  background-color: #21234d;
  color: yellow;
  cursor: pointer;
}

.content2-para1 .policy {
  margin-top: 20px;
  color: #c2c3cd;
  cursor: pointer;
  font-size: 18px;
}

hr {
  border: none;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
}
/* ************* footer-Conatainer2 ********** */
.footer-content-area {
  padding-bottom: 60px;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1180px;
}

.footer-subcontainer2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-subcontainer2 li {
  text-decoration: none;
  display: block;
  min-width: 200px;
  width: 20%;
}

.footer-subcontainer2 a {
  font-size: 16px;
  font-family: "ProximaNovaSoft-Bold", proxima-soft, sans-serif;
  font-weight: 700;
  display: block;
  color: #21234d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.children-list {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 16px;
  display: block;
  padding: 0.2em 0;
  color: rgba(33, 35, 77, 0.6);
}

.child-list li:hover {
  color: #21234d;
  cursor: pointer;
}

@media (max-width: 750px) {
  .parent-list {
    margin-bottom: 20px;
  }
}
