#footer {
  background-color: #f0f1ef;
  margin-top: 40px;
}

#footer div a {
  font-size: 1rem;
}

#footer div:nth-child(2) p b,
#footer div:nth-child(2) p {
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
}

#footer div:nth-child(2) p:nth-child(1) {
  margin-top: 20px;
}

#footer .footer_logo {
  text-align: center;
}

#footer .footer_links {
  text-align: center;
  padding-top: 20px;
}

#footer a {
 /* color: #757575 !important; */
}
#footer p {
  margin: 0;
}

#footer div {
  text-align: center;
}

#footer .footer_button {
  color: #00529b;
  border-color: #00529b;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#footer div p {
  color: #00529b;
  padding-bottom: 10px;
}

#footer div p b {
  font-size: 13px;
}

#footer .inner_text0 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00529b;
    line-height: 35px;
    text-align: center;
    padding-bottom: 50px;
}

#footer .footer_menu {
	font-size:14px;
	padding-bottom: 50px;
}
#footer .footer_menu a {
	font-size:14px;
}