.myFooterSepreator {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}

.footerFormField {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
  padding: 0;
  margin-top: 16px;
  padding-left: 8px;
  padding-bottom: 12px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.344);
}

.footerFormField:focus {
  background-color: transparent;
  outline: none;
  font-weight: bold;
  box-shadow: none;
  color: #000;
}

.footerFormField::placeholder {
  text-transform: capitalize;
  color: #000;
}

.footerNavHeading {
  font-size: 17px;
  margin: 0;
  /* margin-top: 35px; */
  font-weight: bold;
}

.navFooterWriting ul {
  list-style: none;
  margin-top: 37px;
}

@media (max-width: 992px) {
  .navFooterWriting ul {
    margin-top: 0;
  }
}

.navFooterWriting ul li a {
  color: #2e2e2e;
  font-size: 15px;
  transition: 0.3s ease-in;
}

.navFooterWriting ul li:hover a {
  color: var(--first-color);
  font-weight: bold;
  transition: 0.3s ease-in;
}

.footerStayINput {
  background-color: #ededed;
  color: #2e2e2e;
  border-radius: 0;
  font-size: 15px;
}

.footerStayINput:focus {
  outline: none;
  box-shadow: none;
}

.subscibe {
    margin-top: 15px;
    font-family: var(--third-family);
}


.fab {
  font-size: 15px;
  width: 30px;
  background-color: #7c7c7c;
  color: #010624;
  height: 30px;
  border-radius: 50%;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  margin: 15px 2px;
}

footer .fab:hover {
  background: var(--first-color);
}

.fa-facebook-f {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.fa-twitter {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.fa-instagram {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.rightText {
  /* margin-left: 12px; */
  margin-top: 32px;
}

.shortLinks {
  text-align: right;
}

@media (max-width: 992px) {
  .shortLinks {
    text-align: center;
  }
}

.shortLinks a {
  font-size: 14px;
  color: var(--five-color);
  transition: 0.4s ease-in;
}

.shortLinks a:hover {
  color: var(--first-color);
  transition: 0.4s ease-in;
}

@media (max-width: 850px) {
  .clickbutton {
    display: none;
  }

  .banner-form {
    display: none;
  }
}
