/* Header start */
@media only screen and (max-width: 1440px) and (min-width: 1200px) {
  .header-menu .rightHeader .video-instruction .videoInstruction span.download-text {
    display: none;
  }

  .header-menu .rightHeader .video-instruction .videoInstruction .hover-text {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F3F3F3;
    color: #757575;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 1000;
  }

  .header-menu .rightHeader .video-instruction .videoInstruction:hover .hover-text {
    display: block !important;
  }

  .header-nav .header-menu-ul {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .header-nav .header-menu-ul {
    padding-left: unset;
  }



  .header-menu .header-menu-ul>ul>li {
    display: flex;
    justify-content: center;
  }

  .header-menu .header-menu-ul .self-button {
    justify-content: center;
  }

  .header-nav>div>ul>li div span:first-child {
    max-width: unset;
  }

  .header-nav .video-instruction {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Header end */

/* Sidebar start */
/* Sidebar end */

/* Main start */
/* Main end */

/* Footer start */
/* Footer end */
