.footer {
  font-size: 12px;
  background-color:#fff;
}

.footer-bottom {
  background-color:#4595c9;
  padding: 32px 0;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: #07466f !important;
}


.powered-by {
  font-size: 10px;
  line-height: 14px;
}

.footer a:hover{
  color: #07466f !important;
}

.footer .dropdown-menu {
  background-color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.footer .dropdown-menu a {
  color: #4595c9;
}
.footer .dropdown-menu a:hover {
  color: #4595c9;
}

.footer .dropdown-menu{
  transform: translate3d(-1px, 38px, 0px)!important;
}