/* footer css */
input.subs-email-fields {
  border: 0;
  border-bottom: 2px dotted #f42765;
  margin: 10px 0px;
}
input.subs-email-fields input:focus {
  outline: none;
  border: none;
}
.footer {
  background: rgb(255 255 255 / 80%);
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .col-md-3 {
    margin: 12px 0;
  }
  .footer .social-items {
    justify-content: center;
  }
}
