@media screen and (max-width: 1024px) {
  .menu-1 {
    height: 80px;
    background-color: rgba(22, 97, 165, 0.9);
  }
  .menu-rows {
    flex-direction: row-reverse;
  }
  .menu-right {
    justify-content: start !important;
  }
  .menu-icons {
    background: transparent;
  }
  .logo_text,
  .logo {
    display: none;
  }

  #r-logo {
    display: block;
  }
  .logo2 {
    display: block;
  }
  /* .responsive-logo {
    width: 70px;
    position: absolute;
    left: 48%;
    z-index: 2;
    top: 0%;
  } */
  .menu1-logo {
    z-index: 2;
    justify-content: end !important;
    margin-right: 3%;
  }
  #phone-svg {
    display: block;
    width: 25px;
    z-index: 101;
  }
}

@media screen and (max-width: 680px) {
  .responsive-logo {
    left: 45%;
  }
  .menu1-logo {
    justify-content: end;
    padding-right: 20px !important;
  }
  .menu-item li {
    width: 80%;
  }
}

@media screen and (max-width: 375px) {
  .responsive-logo {
    left: 43%;
  }
}
