/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
}

@media all and (min-width: 992px) {
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
}

@media all and (min-width: 992px) {
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
}

@media all and (min-width: 992px) {
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
}

@media all and (min-width: 992px) {
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
}

/* ============ small devices .end// ============ */

