.footer {
  background: #001e5a;
  padding: 15px 0;
  color: #fff;
  margin-top: auto;
}
.footerTop {
  border-bottom: 1px solid #002f6c;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
}
.footerSocial {
  float: left;
}
.footerLogo {
  float: right;
}
.footerSocial ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.footerSocial ul li {
  margin: 0 20px 0 0;
}
.footerSocial ul li a {
  color: #fff !important;
  font-size: 18px;
}
.footerSocial ul li a:hover {
  color: #fcb700 !important;
}
.clearfix {
  clear: both;
}
.footer h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.footerLink {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerLink li {
  margin: 3px 0;
}
.footerLink li a {
  color: #fff !important;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-weight: bold;
}
.footerLink li a:hover {
  color: #fcb700 !important;
}
.footerBottom {
  padding: 10px 0;
  margin-top: 93px;
}
.footerBottom p {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.7px;
}
.footer .searchBox {
  margin-bottom: 15px;
}
.footer .searchBox input {
  background: #011B54;
  border: 1px solid #002f6c;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  font-size: 10px;
  text-align: left;
  height: 40px;
}
.footer .searchBox input::placeholder {
  color: #fff;
}
