#footer {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  margin-bottom: 0;
  margin-top: 60px;
  padding: 34px 0 99px;
  background-color: #212b60;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

#footer .container > .row {
  margin-left: -35px;
  margin-right: -35px;
}

#footer .container > .row > [class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

#footer:not(.footer-landing) h4 {
  margin: 0 0 16px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Magistral", sans-serif;
}

#footer h4 + ul {
  border-top: 1px solid;
  padding-top: 15px;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul li {
  margin-bottom: 6px;
}

#footer ul a {
  color: inherit;
}

#footer ul a:hover {
  color: #ccc;
  text-decoration: none;
}

a {
  color: #6f9dff;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#footer .call-center {
  font-size: 14px;
}

#footer .call-center h4 {
  margin-top: 0;
}

#footer .call-center h4 {
  font-size: 13px;
  text-transform: capitalize;
  margin-top: 3px;
  margin-bottom: 14px;
}

#footer h4 img {
  vertical-align: middle;
  margin: 0 9px 0 0;
}

#footer .call-center h4 + ul {
  border-top: none;
  padding-top: 0;
}

#footer .call-center ul li {
  margin-bottom: 13px;
}

#footer .social {
  padding: 16px 0 0;
  border-top: 1px solid;
  font-size: 0.1px;
  line-height: 0;
  text-align: start;
  margin: 26px -8px 0;
}

#footer .call-center ul li {
  margin-bottom: 13px;
}

#footer .social li {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  margin: 5px;
}

#footer .footer-information {
  padding: 20px 0 0;
  border-top: 1px solid;
  margin-top: 15px;
  font-size: 12px;
}

#footer .footer-information p + ul {
  border-top: none;
}

#footer p + ul {
  border-top: 1px solid;
  padding-top: 15px;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-information .footer-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-information .footer-list li a {
  color: inherit;
}

#footer .footer-information .footer-list li:after {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}

#footer .footer-information .footer-list li:last-child:after {
  content: "";
  display: none;
}

#footer .footer-information p {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  text-transform: none;
}
