@media (max-width: 991px) {
  ul.menu {
    display: block;
    justify-content: start;
    align-items: center;
    gap: 2rem;
  }
  .header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .header .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  .header .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
  .header .menu > .menu-item {
    display: block;
    margin: 0;
  }
  .header .menu > .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .menu > .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  .header .menu > .menu-item:first-child > a {
    border-top: 1px solid #333333;
  }
  .header .menu > .menu-item > a .plus:before,
  .header .menu > .menu-item > a .plus:after {
    background-color: #ffffff;
  }
  .header .menu > .menu-item-has-children.active > a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header .menu > .menu-item > .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 12px 45px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  .header .close-nav-menu,
  .header .open-nav-menu {
    display: flex;
  }

  .logo a img {
    width: 18%;
  }

  /* banner  */

  p.tp {
    font-size: 15px;
    color: #fff;
    margin: 0;
  }
  .login_op {
    float: inherit;
    width: auto;
    margin-top: 3rem;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  a.my_btn p {
    margin: 0;
    color: #1b72b8;
    font-size: 12px;
  }
  .dow_head {
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .row.my_row {
    gap: 30px;
  }
  .dow {
    width: auto;
  }
  footer.footer_sec p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }
  .marquee {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
  }
}
