.teech-mega-menu-nav {
  position: sticky;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  top:0;
  left: 0;
}

/**********************************************
Responsive Menu
**********************************************/
@media only screen and (max-width: 1200px) {
  .teech-mega-menu-desktop {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .teech-mega-menu-desktop {
    display: none;
  }

  .teech-mega-menu-mobile {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .teech-mega-menu-desktop {
    display: block;
  }

  .teech-mega-menu-mobile {
    display: none;
  }
}

/**********************************************
!!! Hardcode Menu Button
**********************************************/

.signin-button {
  padding: 5px 15px;
  background-color: #DF9E3D;
  border: 2px solid #DF9E3D;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

.signin-button:hover {
  background-color: white;
  color: #DF9E3D;
}

.get-a-demo-button {
  padding: 5px 15px;
  outline: none;
  border: 2px solid #DF9E3D;
  color: #DF9E3D;
  border-radius: 5px;
  text-decoration: none;
}

.get-a-demo-button:hover {
  background-color: #DF9E3D;
  color: white;
}
