.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.footer-section {
  background: #fff;
}


.footer-section a:hover {
  color: #4f46e5 !important;
}


.footer-section h6 {
  color: #0f172a;
}

@media (max-width: 991px) {
  .dropdown-submenu>.dropdown-menu {
    left: 0;
    margin-left: 20px;
  }
}