header {
  background: #4e4e4e;
  display: flex;
  transition: all 0.1s linear;
  height: 40px;
  position: relative;
  margin-right: 320px;
}
header .container {
  max-width: 1443px;
  margin: 0 auto;
  padding-left: 10px;
  width: 100%;
}
header .form-group {
  margin-bottom: 0;
}
.logo {
  padding-right: 10px;
  display: inline-block;
  width: 120px;
}
.logo img {
  max-height: 29px;
  max-width: 100%;
}
.nav-bar {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
}
.nav-bar li a {
  display: block;
  padding: 8px 10px 7px 10px;
  color: #fff;
  font-family: Dosis, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  white-space: nowrap;
}
.nav-bar li a i {
  color: #fda500;
  margin-right: 5px;
}
.nav-bar li a span {
  font-size: 14px;
  margin-left: 2px;
}
.nav-bar li a:focus {
  background: #9c9c9c;
}
.nav-bar li ul li a i {
  color: #000;
}
.nav {
  position: relative;
}
.nav,
.nav ul {
  display: flex;
  align-items: center;
}
.nav ul {
  padding-left: 0;
  margin: 0;
}
.nav ul li {
  margin: 0;
  list-style: none;
}
span.ech_tgSubBlkLnk_ico.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.megaMenu.dropdown-menu {
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #e7e7e7;
  padding: 5px 0;
  display: none;
  left: 0;
  width: 910px;
  background: #e7e7e7;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
  border-radius: 0;
  z-index: 1000;
  margin: 0;
  transform: none;
  float: none;
  top: auto;
  border: none;
  min-width: initial;
}
header .dropdown {
  position: static;
}
.megaMenu ul {
  min-width: 140px;
}
.megaMenu ul li a {
  font-size: 16px;
  padding: 7px 15px;
  font-family: Dosis, sans-serif;
  font-weight: 600;
  text-align: left;
  color: #333;
  line-height: 1.42;
}
.megaMenu.gameMegaMenu ul:nth-child(3) {
  border-left: #8e8e8e solid 1px;
}
.megaMenu.videoMegaMenu ul:last-child() {
  border-left: #8e8e8e solid 1px;
}
.megaMenu.moreMegaMenu ul:nth-child(4) {
  border-left: #8e8e8e solid 1px;
}
.megaMenu .menuItems {
  display: flex;
  justify-content: center;
}
.nav ul li .megaMenu .menuItems ul {
  display: inline-block;
}
.nav-bar .nav li.open a {
  background: #e7e7e7;
  color: #333;
}
.nav-bar .nav li.open > .dropdown-menu li a:hover {
  background: #ffff;
  color: #000;
}
.searchBar {
  position: relative;
  width: 100%;
}
.searchBox {
  position: relative;
  right: 0;
  width: 100%;
  height: 30px;
}
.searchOuter {
  display: flex;
  align-items: center;
}
.mClickT {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 0;
  right: 8px;
  width: 30px;
}
.searchBox span {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0 5px;
  color: #ccc;
  font-size: 15px;
  cursor: pointer;
  z-index: 9;
}
.searchBar.navSearchBar {
  display: none;
}
.searchBar input[type="text"] {
  height: 30px;
  border: solid 1px #4e4e4e;
  padding: 0 28px 0 5px;
  width: 100%;
  position: relative;
  font-size: 14px;
}
.searchBtn button {
  background: #000;
  border: none;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.searchBtn:hover button {
  background: #9c9c9c;
}
.searchBtn {
  margin-right: 8px;
}
.siteBtn {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 18px;
  justify-content: flex-end;
}
.siteBtn a {
  background: #eb690f;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.siteBtn a i {
  display: none;
}
.siteBtn a:focus,
.siteBtn a:hover {
  background: #c6570d;
}
.siteBtn .pendingAssign a:focus,
.siteBtn .pendingAssign a:hover {
  background: 0 0;
}
.siteBtn a {
  margin: 0 8px 0 0;
  width: auto;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 0 6px;
}
.mobileMenu {
  display: none;
  text-align: right;
  margin-left: auto;
  margin-right: 10px;
  width: 100%;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 7px 0;
  background: #0d8877;
  padding: 11px 9px;
  border-radius: 4px;
  box-sizing: border-box;
  height: auto;
}
.hamburger .bar:first-of-type {
  margin-top: 0;
}
.hamburger .bar {
  height: 2px;
  background: #fff !important;
  width: 25px;
  display: block;
  margin-top: 4px;
  transition: top 0.1s, transform 0.1s 230ms, opacity 0.1s 230ms;
  transition-timing-function: cubic-bezier(1, 0.05, 0.62, 1.78);
}
.paid.userLoggedIn header {
  margin-right: 0;
}
.searchBox span:hover {
  color: red;
}
.siteBtn .pendingAssign a {
  margin: 0 10px 0 0;
  background: 0 0;
  height: 30px;
  width: 30px;
  padding: 0;
}
.pendingAssign {
  color: #d8df20;
  display: none;
}
.userLoggedIn .pendingAssign {
  display: block;
}
.tools-mm {
  border-left: #8e8e8e solid 1px;
  min-height: 100px;
}
.nonClickMenu {
  cursor: not-allowed;
  opacity: 0.5;
}
.open > .dropdown-menu {
  display: block;
}
.disabled-link {
  pointer-events: none;
}
.userLoggedIn #e_fResRBtn_cac,
.userLoggedIn #e_fResRBtn_lgn {
  display: none;
}
.userLoggedIn #e_fResRBtn_lgt,
.userLoggedIn #e_fResRBtn_ugd {
  display: block !important;
}
.paid.userLoggedIn #e_fResRBtn_cac,
.paid.userLoggedIn #e_fResRBtn_lgn,
.paid.userLoggedIn #e_fResRBtn_ugd {
  display: none !important;
}
.usernonlogged #e_fResRBtn_cac,
.usernonlogged #e_fResRBtn_lgn {
  display: block;
}
.searchActive .searchBox {
  display: block;
}
.nav-bar .searchBox #myDropdown li,
.nav-bar .searchBox #myDropdownMob li {
  position: relative;
}
.nav-bar .searchBox #myDropdown li a,
.nav-bar .searchBox #myDropdownMob li a {
  padding: 0 10px 1px 110px;
  text-align: left;
  height: auto;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  width: 100%;
  font-weight: normal;
  text-decoration: none;
  font-size: 17px;
  white-space: nowrap;
  font-family: "Dosis", sans-serif;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchBox #dropDownDiv {
  margin: 0;
  position: absolute !important;
  width: 440px !important;
  right: 0;
}
.searchBox #dropDownDivMob {
  position: absolute !important;
  right: 0;
}
.dropDownBoxBorder {
  border: 1px solid #ccc;
}
.nav-bar .searchBox #myDropdown li .sicon,
.nav-bar .searchBox #myDropdownMob li .sicon {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 0 4px;
  display: block;
  font-family: arial;
  line-height: initial;
}
.sicon.search-game-icon {
  background-color: #f57a84;
}
.sicon.search-game-icon:before {
  content: "Game";
}
.sicon.search-worksheet-icon {
  background-color: #84c72f;
}
.sicon.search-worksheet-icon:before {
  content: "Worksheet";
}
.sicon.search-video-icon {
  background-color: #f3b73a;
}
.sicon.search-video-icon::before {
  content: "Video";
}
.sicon.search-quiz-icon {
  background-color: #35e3e2;
}
.sicon.search-quiz-icon::before {
  content: "Quiz";
}
.sicon.search-lesson-icon {
  background-color: #b27ef7;
}
.sicon.search-lesson-icon::before {
  content: "Lesson";
}
.nav-bar .searchBox #myDropdown li.list-game:hover .sicon,
.nav-bar .searchBox #myDropdownMob li.list-game:hover .sicon {
  color: #f57a84;
  background-color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-game:hover a,
.nav-bar .searchBox #myDropdownMob li.list-game:hover a {
  background-color: #f57a84;
  color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-worksheet:hover .sicon,
.nav-bar .searchBox #myDropdownMob li.list-worksheet:hover .sicon {
  color: #84c72e;
  background-color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-worksheet:hover a,
.nav-bar .searchBox #myDropdownMob li.list-worksheet:hover a {
  background-color: #84c72f;
  color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-video:hover .sicon,
.nav-bar .searchBox #myDropdownMob li.list-video:hover .sicon {
  color: #f3b73a;
  background-color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-video:hover a,
.nav-bar .searchBox #myDropdownMob li.list-video:hover a {
  background-color: #f3b73a;
  color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-quiz:hover .sicon,
.nav-bar .searchBox #myDropdownMob li.list-quiz:hover .sicon {
  color: #35e3e3;
  background-color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-quiz:hover a,
.nav-bar .searchBox #myDropdownMob li.list-quiz:hover a {
  background-color: #35e3e2;
  color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-lesson:hover .sicon,
.nav-bar .searchBox #myDropdownMob li.list-lesson:hover .sicon {
  color: #b27ef7;
  background-color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-lesson:hover a,
.nav-bar .searchBox #myDropdownMob li.list-lesson:hover a {
  background-color: #b27ef7;
  color: #fff;
}
.nav-bar .searchBox #myDropdown li.list-more,
.nav-bar .searchBox #myDropdownMob li.list-more {
  padding: 8px;
  bottom: 0;
  background: #fff;
  position: sticky;
}
.nav-bar .searchBox #myDropdown li.list-more a,
.nav-bar .searchBox #myDropdownMob li.list-more a {
  padding-left: 0;
  text-align: center;
  background-color: #22b8e9;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid transparent;
}
.nav-bar .searchBox #myDropdown li.list-more:hover a,
.nav-bar .searchBox #myDropdownMob li.list-more:hover a {
  background-color: #fff;
  border: 2px solid #22b8e9;
  color: #22b8e9;
}
.searchActive .mClickT {
  display: block;
}
div[id^="primis_playerSekindo"] {
  bottom: 10px !important;
}
@media screen and (max-width: 1300px){
  .siteBtn a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .siteBtn a span {
    display: none;
  }
  .siteBtn a i{
    display: block;
    margin-top: 3px;
  }
}

@media screen and (max-width: 1800px) {
  .nav-bar li a {
      font-size: 16px;
  }
  .nav-bar li a i {
      margin-right: 2px;
  }
}
@media screen and (max-width: 1620px) {
  .nav-bar li a {
      padding: 7px;
  }
}
@media screen and (max-width: 1500px) {
  .nav-bar li a i {
      display: none;
  }
}
@media screen and (max-width: 1480px) {
  .nav-bar li a {
      padding: 7px 5px;
      font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .megaMenu.dropdown-menu {
      width: 810px;
  }
}
@media screen and (max-width: 1300px) {
  .siteBtn a i {
      display: block;
      margin-top: 3px;
  }
  .siteBtn a {
      padding: 7px 10px;
      width: auto;
      height: auto;
  }
  .siteBtn a span {
      display: none;
  }
  .siteBtn a span.e_fResRBtn_ico {
      display: block;
  }
  .megaMenu ul li a {
      font-size: 14px;
  }
  
}
@media only screen and (min-width: 1025px) and (max-width: 1250px){
  .siteBtn{
      width: auto !important;
  }
}
@media screen and (max-width: 1250px){
  .searchBox,.mClickT{
      display: none;
  }
  .nav-bar{
      justify-content: space-between;
  }
  .searchBox {
      position: absolute;
      width: 565px;
      right: 38px;
  }
  .searchBox #dropDownDiv{
      width: inherit !important;
  }
  .searchBtn button {
      background: #9c9c9c;
  }
  .searchBtn:hover button {
      background: #000;
  }
  .searchActive .searchBtn button {
      background: #000;
  }
  .searchActive .searchBtn:hover button {
      background: #9c9c9c;
  }
}
@media screen and (max-width: 1150px){
  .searchBox {
      width: 515px;
  }
}
@media screen and (max-width: 1125px) {
  .logo {
      padding-right: 6px;
  }
  .nav-bar li a {
      padding: 7px 4px;
      font-size: 13px;
  }
  .siteBtn a {
      margin-right: 5px;
  }
  .searchBar button {
      width: 30px;
  }
  .searchBox {
      width: 470px;
  }
}
@media screen and (max-width: 1060px){
  .searchBox {
      width: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .game_Play header,
  .layout2017mod header {
      padding-right: 0;
  }
  .basicfreemember header {
      margin-right: 0;
  }
  .nav-bar {
      justify-content: space-between;
  }
  .nav {
      position: inherit;
  }
  .megaMenu.dropdown-menu {
      width: 100%;
  }
  .logo {
      padding-right: 8px;
  }
  .logo img {
      max-width: 100%;
  }
  .nav-bar li a {
      padding: 9px 4px 10px;
      font-size: 14px;
  }
  .siteBtn a {
      margin-right: 8px;
  }
  .searchBox,.mClickT{
      display: block;
  }
  .nav-bar{
      justify-content: center;
  }
  .searchBox {
      position: relative;
      width: 100%;
      right: 0;
  }
  .searchBox #dropDownDiv{
      width: 440px !important;
  }
  .searchBtn button {
      background: #000;
  }
  .searchBtn:hover button {
      background: #9c9c9c;
  }
}
@media screen and (max-width: 900px) {
  .siteBtn{
      width: auto !important;
  }
  .searchBox,.mClickT{
      display: none;
  }
  .nav-bar{
      justify-content: space-between;
  }
  .searchBox {
      position: absolute;
      width: 565px;
      right: 38px;
  }
  .searchBox #dropDownDiv{
      width: inherit !important;
  }
  .searchBtn button {
      background: #9c9c9c;
  }
  .searchBtn:hover button {
      background: #000;
  }
}
@media screen and (max-width: 885px) {
  .searchBox {
      width: 470px;
  }
}
@media screen and (max-width: 800px) {
  .searchBox {
      width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .nav-bar {
      justify-content: flex-end;
      height: auto;
  }
  .logo,
  .siteBtn {
      display: none;
  }
  header {
      background: #fff;
      height: auto;
  }
  .nav-bar {
      display: block;
  }
  .megaMenu .menuItems,
  .nav,
  .nav ul {
      display: block;
  }
  .megaMenu.dropdown-menu {
      position: inherit;
  }
  header {
      position: static;
  }
  .nav {
      background: #4e4e4e;
      z-index: 200000000000;
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
  }
  .nav-bar li a {
      font-size: 18px;
      padding-left: 15px;
  }
  .megaMenu ul li a {
      padding-left: 20px;
  }
  .nav-bar .nav li.active .megaMenu ul li a {
      color: #333;
  }
  .megaMenu ul {
      width: 100%;
  }
  .megaMenu.gameMegaMenu ul:nth-child(4),
  .megaMenu.moreMegaMenu ul:nth-child(4) {
      border: none;
  }
  .nav {
      display: none;
  }
  .mobileMenu {
      display: block;
  }
  header .container {
      max-width: initial;
      width: 100%;
      padding-left: 0;
  }
  .nav-bar li a i {
      display: inline-block;
      margin-right: 12px;
  }
  .searchBar.navSearchBar {
      display: block;
      padding: 5px 10px 15px 15px;
  }
  .searchBox,.mClickT{
      display: block;
  }
  .searchBox {
      position: relative;
      width: 100%;
      right: 0;
  }
  .searchBtn button {
      background: #000;
  }
  .searchBtn:hover button {
      background: #9c9c9c;
  }
}
#dropDownDiv #myDropdown {
    margin-bottom: 0px;
}

.addRightSection {
  width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom: 0;
  z-index: 999;
  height: 100% !important;
  background: #fff;
}
#stickyMover {
  padding-top: 5px;
  right: 10px !important;
  width: 300px;
  top: 0px !important;
}
.adsFrmTop2Bottom_activities{
  margin: 0px;
}
.adsFrmTop2Bottom_activities header{
  margin-right: 0px;
}

@media (max-width:1024px){
  header{
    margin-right: 0px;
  }
}