* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Common Header End */
header {
  width: 100%;
  min-width: 1400px;
  z-index: 2;
}

header .desktop_nav {
  padding: 12px 0;
  background-color: #34b5a4;
  align-items: center;
  height: 80px;
}

header .desktop_nav .wrapper {
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  margin-top: 12px;
  z-index: 2;
}

header .desktop_nav .logo_img {
  float: left;
  width: 120px;
  height: 54px;
  margin-left: 20px;
}

header .desktop_nav .academy_logo_img {
  float: left;
  height: 54px;
  width: auto;
  margin-left: 20px;
  max-height: 54px;
}

header .desktop_nav .menu-section {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

/* IE Start */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  header .desktop_nav .menu-section {
    justify-content: flex-start !important;
    position: absolute;
  }

  header .desktop_subnav .menu-section {
    justify-content: flex-start !important;
  }
}

/* IE End */

header .desktop_nav span {
  cursor: pointer;
  width: 120px;
  padding: 5px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  background: none;
  transition: color 0.5s, background-color 0.5s;
}

header .desktop_nav .menu-category {
  list-style: none;
  list-style-type: none;
  margin-left: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
  color: white;
}

header .desktop_nav span:hover {
  color: black;
}

header .desktop_nav .login_btn {
  border-radius: 20px;
  border-radius: 20px !important;
  color: white !important;
  background: #6ccbbc !important;
}

header .desktop_nav .login_btn:hover {
  background: #41bda6 !important;
}

header .desktop_subnav {
  display: none;
  height: 0;
  width: 100%;
  position: absolute;
  background: white;
  box-shadow: 0px 8px 5px -5px #838383;
  z-index: 2;
  min-width: 1400px;
}

header .desktop_subnav .wrapper {
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
}

header .desktop_subnav .menu-section {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

header .desktop_subnav span {
  cursor: pointer;
  width: 120px;
  padding: 5px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  background: none;
  transition: color 0.5s, background-color 0.5s;
}

header .desktop_subnav .menu-category {
  margin-left: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  color: #363636;
}

header .desktop_subnav .submenu-section {
  list-style: none;
  list-style-type: none;
  margin-top: 10px;
}

header .desktop_subnav span:hover {
  color: #34b5a3;
}

header .desktop_subnav .submenu-category {
  line-height: normal;
  color: #858585;
}