/*header */
a.login-v1 {
  font-size: 13px;
  position: absolute;
  right: 74px;
  bottom: 11px;
  color: #515a67;
}

@media (max-width: 992px) {
  a.login-v1 {
    font-size: 13px;
    position: absolute;
    right: 74px;
    bottom: 11px;
    color: #515a67;
    display: none;
  }
}

/* top navigation */
.pi-section-menu-mobile-w {
  max-height: 100vh;
}

.pi-mobile-menu-toggler {
  font-size: 40px;
  color: #002661;
}

.pi-menu-mobile-custom li {
  color: #002661;
  background: white;
  border-left: 0;
  border-top: 0;
}

.pi-menu-mobile-custom li:hover {
  color: #002661;
  background: white;
}

.pi-menu-mobile-custom li>a {
  color: #002661;
}

.pi-row-block.top-nav {
  display: flex;
  align-items: center;
}

.top-nav>ul.loginsignup {
  display: flex;
  margin-left: 0.5em;
  list-style: none;
  max-height: 80px;
  cursor: pointer;
}

.top-nav>ul.loginsignup>li>a.login {
  font-weight: bold;
  padding: 1em;
  background-color: white;
  border: 2px solid #002661;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
  width: 100%;
}

.top-nav>ul.loginsignup>li>a.signup {
  color: white;
  font-weight: bold;
  padding: 1em;
  background-color: #002661;
  border: 2px solid #002661;
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
  width: 100%;
  background-image: url(https://en.qrtranslator.com/wp-content/themes/QRT/images/quantum-gradient.svg);
  background-attachment: fixed;
  background-size: cover;
}

.top-nav>ul.loginsignup>li>a.login:hover {
  font-weight: bold;
  padding: 1em;
  background-color: white;
  border: 2px solid #154c8f;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
  width: 100%;
}

.top-nav>ul.loginsignup>li>a.signup:hover {
  color: white;
  font-weight: bold;
  padding: 1em;
  background-color: #154c8f;
  border: 2px solid #154c8f;
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
  width: 100%;
  -webkit-transition: all 0.05s ease-in-out 0.1s;
  -moz-transition: all 0.05s ease-in-out 0.1s;
  -ms-transition: all 0.05s ease-in-out 0.1s;
  -o-transition: all 0.05s ease-in-out 0.1s;
  transition: all 0.05s ease-in-out 0.1s;
}

@media (max-width: 1119px) {
.pi-menu-mobile li>a.signup {
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 16px;
    background-color: #154c8f;
    border: 2px solid #154c8f;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://en.qrtranslator.com/wp-content/themes/QRT/images/quantum-gradient.svg);
    background-attachment: fixed;
    background-size: cover;
  }

  li>a.signup:hover {
    color: white;
  }

  .pi-menu-mobile li>a.login {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 16px;
    background-color: white;
    border: 2px solid #154c8f;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .pi-menu-mobile li>a.login:hover {
    color: #002661;
  }

  .pi-menu-mobile li a {
    padding: 30px 30px;
    font-size: 1.3em;
  }

  @media (max-width: 768px) {
.pi-menu-mobile li a {
    padding: 20px 20px;
  }

  
  }


}