@media (max-width: 1450px) {
  body header .logo {
    left: 60px;
  }

  body header nav ul {
    justify-content: center;
    align-items: center;
    gap: 35px;
  }

  body header nav ul li a {
    font-size: 17px;
  }

  body header nav ul .dropdown .btn {
    font-size: 17px;
  }

  body header .icons {
    right: 60px;
  }
}

@media (max-width: 1600px) {
  body header nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 855px;
  }
}



@media (max-width: 1370px) {

  body header {
    height: 70px;
  }

  body header .logo {
    left: 50px;
    height: 39px;
    width: 150px;
  }

  body header .icons {
    right: 50px;
    gap: 15px;
  }

  body header nav {
    width: 750px;
  }

  body header nav ul li a {
    font-size: 17px;
  }

  body header nav ul .dropdown .btn {
    font-size: 17px;
  }

  body header nav ul .dropdown .dropdown-menu {
    top: 68px;
  }

  body header nav ul .dropdown .dropdown-menu li a {
    font-size: 17px;
  }

  body header .icons {
    height: 25px;
  }

  body header .icons svg {
    height: 100%;
    width: auto
  }

  body header .searchBox {
    top: 70px;
  }

  body .backHeader {
    height: 70px;
  }

  body footer .top .container nav ul li a {
    font-size: 17px;
  }

  body footer .top .container nav ul .dropdown .btn {
    font-size: 17px;
  }

  body footer .top .container nav ul .dropdown .dropdown-menu li a {
    font-size: 17px;
  }
}