html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-width: 320px;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  color: #15273f;
}

body.hamburger-bg {
  overflow-y: hidden;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b {
  font-weight: bold;
}
.pointer {
  cursor: pointer;
}

.about-slogan-logo img {
  max-width: 100%;
}

.menu {
  min-height: 70px;
  width: 100%;
  background: #65afdb;
  position: fixed;
  z-index: 1000;
  border-bottom: 2px solid #fff;
}
.menu * {
  font-size: 16px;
}
.menu.useris:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 68px;
  border-bottom: 1px solid #fff;
}
.menu-top {
  height: 68px;
  position: relative;
  float: left;
}
.menu-nav {
  display: block;
  float: left;
  position: relative;
  z-index: 100;
}

.hamburger {
  display: none;
  background: #fff;
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 100px;
  box-shadow: 0px 5px 20px grey;
  max-height: 70%;
  overflow: auto;
}

.hamburger-icon {
  width: 50px;
  height: 50px;
  display: none;
}
body > .container {
  padding-top: 100px;
}

@media (min-width: 100px) and (max-width: 992px) {
  .hamburger-icon {
    display: inline-block;
    position: absolute;
/*    left: 5px;*/
  }

  .hamburger ul {
    margin-left: 0px !important;
    width: 100%;
  }

  .hamburger ul li {
    display: block !important;
    border-bottom: 1px solid #e1e1e1;
    margin-right: 0px !important;
    background-color: #e4f7f9;
  }

  .hamburger .nav-list > li.has-children > a:after {
    position: absolute;
    display: block;
    content: "";
    border-right: 3px solid;
    border-top: 3px solid;
    border-color: #02b3e4;
    transform: rotate(45deg);
    right: 20px;
    top: 15px;
    width: 15px;
    height: 15px;
    transition: all 0.2s;
  }

  .hamburger .nav-list > li.expanded > a:after {
    top: 12px;
    transform: rotate(135deg);
  }

  .hamburger ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 30px;
    color: #02b3e4;
    transition: color, background-color 0.2s;
    width: 100%;
  }

  .hamburger ul li > a:hover {
    color: #fff;
    background-color: #fca847;
  }

  .hamburger ul li > a:hover:after {
    border-color: #fff !important;
  }

  .hamburger .sub-nav-list {
    display: none;
  }

  .hamburger .sub-nav-list li {
    background-color: #02b3e4;
  }

  .hamburger .sub-nav-list li a {
    padding: 15px 65px;
    color: #fff;
  }

  .hamburger ul li.expanded .sub-nav-list {
    display: block;
  }

  body > .container {
    padding-top: 120px;
  }
  .menu.useris:after {
    border-bottom: none;
  }
}


.content-container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  font-size: 0px;
  color: #15273f;
  position: relative;
}

.menu .logo-image {
  display: inline-block;
  margin-top: 18px;
  height: 30px;
  width: 190px;
  background: url("../img/nei-logo.png") center no-repeat;
  background-size: contain;
  background-position: left;
  vertical-align: top;
}

.menu ul.nav-list {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 0 0 0 15px;
}

.menu .menu-right .dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.175);
}

@media (min-width: 993px) and (max-width: 1200px) {
  .menu.usernone {
    height: 100px;
  }
  .menu.usernone:after {
    border-bottom: none;
  }
  .menu.usernone .logo-image {
    margin-top: 10px;
    height: 75px;
    width: 155px;
    background: url("../img/nei-secondary-white-logo.png") center no-repeat;
    background-size: contain;
    background-position: left;
  }
  .menu.usernone ul {
    margin-left: 0;
    padding: 0;
  }
  .menu.usernone .menu-right {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 33px;
  }
  .menu.usernone .menu-nav ul.nav-list li a {
    padding: 42px 9px;
  }
  .menu.useris .container.nav-bar-blue {
    width: 100%;
  }
  .menu.usernone .container.nav-bar-blue {
    width: 970px;
  }
}
@media only screen and (max-width: 992px) {
  .menu .logo-image {
    margin-top: 0;
    height: 44px;
    width: 80px;
    background: url("../img/nei-logo.png") center no-repeat;
    background-size: contain;
    background-position: left;
    vertical-align: top;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 40%;

  }
  .menu ul.nav-list {
    padding: 0 0 20px 0;
  }
}

@media only screen and (max-width: 375px) {
  .menu .logo-image {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 40%;
  }
}

@media (min-width: 100px) and (max-width: 992px) {
  .menu .menu-center {
    margin-bottom: 20px;
  }
  .menu ul {
    margin-bottom: 0;
  }
  .menu-top {
    float: none;
  }
}

.menu .menu-nav ul.nav-list li {
  position: relative;
  display: inline-block;
  transition: background-color 0.2s;
}

.menu .menu-nav ul.nav-list li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.3s;
  cursor: default;
  padding: 26px 9px;
}

.menu ul.nav-list li a[href] {
  cursor: pointer;
}

.menu .menu-nav ul.nav-list li:hover {
  background-color: #7bd7f1;
}

.menu .menu-nav ul > li:hover .sub-nav-list {
  display: block;
}

.menu .menu-nav ul.sub-nav-list {
  position: absolute;
  margin: 0;
  border-top: 3px solid #fca847;
  white-space: nowrap;
  display: none;
}

.menu .menu-nav ul.sub-nav-list li {
  display: block;
  min-height: 30px;
  min-width: 50px;
  padding: 0;
  margin: 0;
  border: 1px solid white;
  border-top: none;
  background-color: #e4f7f9;
  transition: background-color 0.2s;
}

.menu .menu-nav ul.sub-nav-list li:first-child {
  border-top: none;
}

.menu .menu-nav ul.sub-nav-list li:hover {
  background-color: #02b3e4;
}

.menu .menu-nav ul.sub-nav-list li a {
  display: block;
  padding: 10px 20px;
  color: #02b3e4;
  transition: color 0.3s;
}

.menu .menu-nav ul.sub-nav-list li:hover a {
  text-decoration: none;
  color: #fff;
}

.menu-right-mobile {
  display: none;
}

.menu-right {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  height: 53px;
  float: right;
}

.menu-right img {
  position: relative;
  bottom: 3px;
}

.menu-right a {
  text-decoration: none;
  color: #fff;
}

.button-nav {
  border-radius: 15px;
  font-size: 15px;
  padding: 10px 20px;
  display: inline-block;
}

@media (min-width: 100px) and (max-width: 992px) {
  .menu {
    height: 100px;
  }
  .menu-nav,
  .menu-right {
    display: none;
  }

  .menu-right-mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .account-btn {
    display: block;
  }
}

@media (min-width: 100px) and (max-width: 992px) {
  .button-nav {
    display: block;
    max-width: 150px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
  }
}

@media (min-width: 100px) and (max-width: 992px) {
  .button-nav-blue {
    text-align: center;
    margin: 0px 30px;
    color: #02b3e4;
    border: 2px solid #02b3e4 !important;
    border-radius: 15px;
    font-size: 15px;
    padding: 10px 20px;
    display: inline-block;
    transition-duration: 0.5s;
    text-decoration: none;
  }
}

.button-nav-blue:hover {
  color: #fff;
  background-color: #02b3e4;
  transition-duration: 0.5s;
  text-decoration: none;
}

.button-nav-logged {
  color: #02b3e4 !important;
  margin: 20px 0px;
}

@media (min-width: 100px) and (max-width: 992px) {
  .orange-btn-small {
    margin-right: auto !important;
  }
}

@media (min-width: 100px) and (max-width: 992px) {
  .hamburger span {
    display: block;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
  }
}

@media (min-width: 100px) and (max-width: 992px) {
  .hamburger span a {
    display: block;
    color: #02b3e4;
    margin: 20px auto 0px;
    text-align: center;
  }
}

@media (min-width: 100px) and (max-width: 992px) {
  .menu-center {
    text-align: center;
  }
}

.orange-btn-small {
  background: #e8ad68;
  margin-right: 15px;
  border: 2px solid #e8ad68;
  transition-duration: 0.3s;
}

.orange-btn-small:hover {
  background: #fff;
  margin-right: 15px;
  color: #e8ad68 !important;
  border: 2px solid #e8ad68;
  transition-duration: 0.3s;
}

@media (min-width: 100px) and (max-width: 992px) {
  .sign-in-dec-line {
    border-right: 0px !important;
  }
}

.sign-in-dec-line {
  border-right: 1px solid #e1e1e1;
}

.white-btn-small {
  margin-right: 15px;
  border: 2px solid #fff;
  transition-duration: 0.3s;
}

.white-btn-small:hover {
  background: #fff;
  color: #02b3e4;
  transition-duration: 0.3s;
}

.signin-left-side {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 100px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .signin-left-side {
    width: 100%;
  }
}

.signin-right-side {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #e1e1e1;
  box-sizing: border-box;
  margin-top: 100px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .signin-right-side {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e1e1e1;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .content {
    padding: 15px;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .big-title {
    font-size: 26px !important;
    line-height: 32px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .big-title {
    font-size: 28px !important;
    line-height: 32px;
  }
}

@media (min-width: 100px) and (max-width: 768px) {
  .big-title-sign-up {
    font-size: 26px !important;
    line-height: 32px;
  }
}

.big-title {
  font-size: 36px;
  text-transform: uppercase;
  margin: 7px 0px 30px;
  font-family: "Roboto Slab", serif;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  word-break: break-word;
}

.big-title-sign-up {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  display: inline-block;
  vertical-align: top;
}

.small-title {
  font-size: 22px;
  /* margin-bottom: 10px; */
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
}

.small-title-popup {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  margin-bottom: 50px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .small-title-popup {
    margin-bottom: 20px;
    line-height: 26px;
    text-align: center;
  }
}

.invite-pop-lab {
  font-size: 16px !important;
}

.small-title-sign-up {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
}

.small-title-subscription {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  line-height: 22px;
}

.subscription-plan-text {
  font-size: 13px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}

.subscription-plan-text li,
.subscription-plan-text img {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 100px) and (max-width: 480px) {
  .subscription-plan-text li {
    width: 80%;
    line-height: 20px;
  }
}

.sign-up-text-two {
  margin-top: 20px;
}

.dark {
  color: #15273f !important;
}

.small-description {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 24px;
  color: #888f98;
}

.big-description {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 26px;
  margin-top: 30px;
}

.signin-description {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 24px;
}

label {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
}

input {
  border-radius: 15px;
  border: 2px solid #02b3e4;
  padding: 15px 15px;
  margin: 10px 0px 5px;
  font-size: 20px;
  outline: none;
  line-height: 30px;
  transition-duration: 0.3s;
}

input:active {
  box-shadow: 0px 0px 10px #02b3e4;
  transition-duration: 0.3s;
}

input:focus {
  box-shadow: 0px 0px 10px #02b3e4;
  transition-duration: 0.3s;
}

input:not(:focus):hover {
  box-shadow: 0px 0px 10px #b3afaf;
  transition-duration: 0.3s;
}

.has-success input:focus {
  box-shadow: 0px 0px 10px #229d24 !important;
  transition-duration: 0.3s;
}

.has-error input:focus {
  box-shadow: 0px 0px 10px #da1515 !important;
  transition-duration: 0.3s;
}

.has-success input {
  border: 2px solid #229d24 !important;
}

.has-error input {
  border: 2px solid #da1515 !important;
}

select {
  border-radius: 15px;
  border: 2px solid #02b3e4;
  padding: 15px 20px;
  margin: 10px 0px 5px;
  outline: none;
  font-size: 20px;
  line-height: 25px;
  width: auto;
  max-width: 350px;
  background: url("../img/select-arrow-1.png") no-repeat;
  background-position: 310px 17px;
  color: #a9a9a9 !important;
}

@media (min-width: 100px) and (max-width: 480px) {
  select {
    max-width: 280px;
  }
}

.timezone-margin {
  margin-top: 15px;
}

.phone-margin {
  margin-bottom: 10px;
}

.save-profile-btn {
  margin-top: 25px;
}

.button-orange-big {
  color: #fff !important;
}

.button-orange-big {
  border-radius: 15px;
  background: #fca847;
  border: 2px solid #fca847;
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  transition-duration: 0.5s;
  font-family: "Lato", sans-serif !important;
}

.button-orange-big:hover {
  color: #fca847 !important;
  background: #fff !important;
  text-decoration: none !important;
  transition-duration: 0.5s;
}

a.button-white-big {
  border-radius: 15px;
  border: 2px solid #fff;
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  transition-duration: 0.5s;
  font-family: "Lato", sans-serif !important;
}

a.button-white-big:hover {
  color: #02b3e4 !important;
  background: #fff !important;
  text-decoration: none !important;
  transition-duration: 0.5s;
}

.team-home-btn {
  text-align: center;
}

a.button-white-big:active {
  box-shadow: 3px 3px 5px grey;
  transition-duration: 0.5s;
}

.button-orange-big {
  border-radius: 15px;
  background: #fca847;
  border: 2px solid #fca847;
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  transition-duration: 0.5s;
  font-family: "Lato", sans-serif !important;
}

.button-orange-big:hover {
  color: #fca847 !important;
  background: #fff !important;
  text-decoration: none !important;
  transition-duration: 0.5s;
}

.button-orange-big:active {
  box-shadow: 3px 3px 5px grey;
  transition-duration: 0.5s;
}

a.orange-btn-small:active {
  box-shadow: 3px 3px 5px grey;
  transition-duration: 0.5s;
}

a.white-btn-small:active {
  box-shadow: 3px 3px 5px grey;
  transition-duration: 0.5s;
}

a.button-nav-blue:active {
  box-shadow: 3px 3px 5px grey;
  transition-duration: 0.5s;
}

a.button-green-big:active {
  box-shadow: 3px 3px 5px grey;
  transition-duration: 0.5s;
}

a.button-grey-big:active {
  box-shadow: 3px 3px 5px grey;
  transition-duration: 0.5s;
}

.button-green-big {
  border-radius: 15px;
  background: #7cb342;
  border: 2px solid #7cb342;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 15px 40px;
  transition-duration: 0.5s;
}

.button-green-big:hover {
  background: none;
  color: #7cb342;
  transition-duration: 0.5s;
  text-decoration: none;
}

.button-grey-big {
  border-radius: 15px;
  border: 2px solid #e1e1e1;
  font-size: 18px;
  color: #e1e1e1;
  font-weight: 600;
  display: inline-block;
  padding: 15px 40px;
  transition-duration: 0.5s;
}

.button-grey-big:hover {
  background: #939393;
  border: 2px solid #939393;
  color: #fff;
  transition-duration: 0.5s;
  text-decoration: none;
}

.signin-btn {
/*  margin-bottom: 65px;*/
}

a.orange-link {
  font-size: 15px;
  color: #fca847;
  text-decoration: underline;
  transition-duration: 0.3s;
}

a.orange-link:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
  color: #fcd447;
}

.orange-link {
  font-size: 15px;
  color: #fca847;
  text-decoration: underline;
  transition-duration: 0.3s;
}

.orange-link:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
  color: #fcd447;
}

.green-link {
  font-size: 15px;
  color: #7cb342;
  text-decoration: underline;
  transition-duration: 0.3s;
}

.green-link:hover {
  color: #a0e25b;
  transition-duration: 0.3s;
}

a {
  text-decoration: none;
}

footer {
  display: block;
  height: 70px;
  width: 100%;
  margin-top: 70px;
  position: absolute;
  bottom: 0;
  background: #fff;
}

footer > .container {
  border-top: 10px solid #15273c;
}

footer .copyright {
  margin: 20px 0;
}

footer .footer-links {
  margin: 20px 0;
}

footer .footer-links > div {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-links a {
  font-weight: bold;
}

footer.schedule {
  display: block;
  height: 70px;
  width: 100%;
  margin-top: 70px;
  border-top: 1px solid #e1e1e1;
}

.signup-promo-code {
  max-width: 481px;
  height: auto;
  background: #7cb342;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.promo-code-input-box {
  display: inline-block;
  vertical-align: top;
  margin-right: -45px;
}

@media (min-width: 100px) and (max-width: 480px) {
  .promo-code-input-box {
    text-align: center;
    width: 100%;
  }
}

.promo-code-blue {
  height: auto;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  background: #02b3e4;
  max-width: 700px;
  text-align: left;
}

@media (min-width: 100px) and (max-width: 768px) {
  .promo-code-right-side-profile {
    max-width: 100% !important;
  }
}

.subscription-grey {
  color: #15273f !important;
  height: auto;
  background: #f6f6f6;
  padding: 40px 50px;
  margin: 0px auto 50px;
}

.promo-code-title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  font-family: "Roboto Slab", serif;
}

.grey-link {
  color: #9f9f9f;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 100px) and (max-width: 480px) {
  .promo-code-title img {
    display: none !important;
  }
}

.promo-code-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 3px;
}

.white-text {
  color: #fff;
}

.promo-error {
  color: #bb0000 !important;
  font-weight: 600 !important;
}

.menu-profile .promo-code-blue {
  border-radius: 5px;
  margin-top: 25px;
  padding: 15px;
}
.menu-profile .promo-code-left-side {
  /*display: block;*/
  width: 100%;
  text-align: center;
  height: 100px;
  display: none;
}
.menu-profile .promo-code-right-side-profile {
  max-width: 100%;
}
.menu-profile .promo-code-left-side img {
  max-width: 100%;
  max-height: 100%;
}
.menu-profile .promo-code-title {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.menu-profile .promo-description {
  margin: 0px 0px 30px;
}
.menu-profile .promo-disc-text {
  font-size: 12px;
  margin: 0 0 -22px 19px;
}
.menu-profile .promo-code-number-blue {
  font-size: 25px;
  border: 2px dashed #fff;
  border-radius: 7px;
  text-align: center;
  padding: 30px 0 5px;
}
.menu-profile .invite-btn {
  text-align: center;
}
.menu-profile .share-icons {
  display: inline-block;
  margin: 20px auto 0;
  width: 80%;
  line-height: 0;
  text-align: justify;
}
.menu-profile .share-icons:after {
  content: "";
  display: inline-block;
  width: 100%;
  text-align: justify;
}
@media (max-width: 1200px) {
  .menu-profile .promo-code-number-blue {
    font-size: 23px;
  }
}

.title-icon {
  display: inline-block;
  vertical-align: middle;
  /*	background: url("../img/panel-icon-sprite.png") no-repeat;*/
  width: 40px;
  height: 52px;
}

.title-icon-2 {
  margin-bottom: 30px;
}

.your-profile-icon {
  background-position: 0px -52px;
}

.padlock-icon {
  background-position: 0px 0px;
}

.calendar-icon {
  background-position: 0px -208px;
}

.user-icon {
  background-position: 0px -103px;
}

.add-user-icon {
  background-position: 0px -156px;
}

.subscribe-icon {
  background-position: 0px -260px;
  margin-bottom: 20px;
}

p.subscription-desc-par {
  margin: 10px 0px;
}

input.checkbox {
  margin: 10px 0px;
}

input.checkbox {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 100px) and (max-width: 768px) {
  input.last-checkbox {
    margin-bottom: 0px;
  }
}

@media (min-width: 100px) and (max-width: 768px) {
  .subscribe-btn {
    margin-top: 20px;
  }
}

.summary-underline {
  margin: 30px 0px 20px;
  height: 1px;
  width: 50%;
  background: #02b3e4;
}

@media (min-width: 100px) and (max-width: 768px) {
  .summary-underline {
    margin: 30px 0px 20px;
    width: 100%;
  }
}

@media (min-width: 100px) and (max-width: 768px) {
  .summary-price {
    margin-bottom: 50px;
  }
}

.summary-price {
  font-size: 18px;
  font-weight: 700;
}

.summary-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #888f98;
}

.promo-code-number {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-top: -38px;
}

.promo-code-correct-price {
  font-weight: 700;
  font-size: 48px;
  color: #fff !important;
}

.promo-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  margin: 5px 0px;
}

.promo-code-btn-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 19px;
}

@media (min-width: 100px) and (max-width: 480px) {
  .promo-code-btn-box {
    text-align: center;
    width: 100%;
  }
}

.share-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  margin: 20px 0px 10px;
}

input.promo-code {
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 15px 20px;
  margin: 15px 0px 30px;
  outline: none;
  font-size: 20px;
  background: none;
  margin-right: 10px;
  color: #fff;
  max-width: 290px;
  width: 80%;
}

input.promo-error {
  border: 2px solid #bb0000 !important;
}

input.email {
  max-width: 350px;
  width: 90%;
}

input.password {
  max-width: 350px;
  width: 90%;
}

input.name {
  max-width: 290px;
  width: 90%;
}

@media (min-width: 100px) and (max-width: 480px) {
  input.name {
    max-width: 90% !important;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  input.email {
    max-width: 90% !important;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  input.password {
    max-width: 90% !important;
  }
}

input.skype {
  max-width: 400px;
  width: 90%;
}

input.day {
  max-width: 80px;
  width: 90%;
  text-align: center;
}

select.timezone-margin {
  margin-top: 15px !important;
}

input.year {
  max-width: 100px;
  width: 90%;
  margin-right: 10px;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  height: 45px;
  width: 50px;
  position: relative;
  margin: 34px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 80%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
}

#nav-icon1 span:nth-child(3) {
  top: 28px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.has-success {
  font-size: 18px;
  color: #3c763d !important;
}

.has-error {
  font-size: 18px;
  color: #a94442 !important;
}

.bold-account {
  font-weight: 700;
  text-decoration: underline;
  transition-duration: 0.3s;
}

.bold-account:hover {
  color: #fca847;
  transition-duration: 0.3s;
}

.blue-title {
  color: #02b3e4 !important;
  margin-top: 30px;
  margin-bottom: 25px;
}

.blue-title-profile-first {
  color: #02b3e4 !important;
  margin-top: 40px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .right-side {
    margin-top: 50px;
  }
}

table.profile {
  margin-bottom: 10px;
  width: 100%;
}

table.profile tr {
  background: #f4f4f4;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  font-weight: 300;
}

table.profile tr td {
  padding: 20px 10px;
}

.bold {
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 992px) {
  .menu-profile {
    display: none;
  }
}

.menu-profile {
  margin-top: 40px;
}

.menu-profile ul li {
  padding: 10px 0px;
  margin: 5px 0px;
  font-size: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-family: "Roboto Slab", serif;
}

.menu-profile ul li a {
  color: #15273f;
  white-space: normal;
  text-align: left;
}

.active-profile {
  color: #fca847 !important;
}

.menu-profile li a.navigation-action-button {
  background-color: #fca847 !important;
  color: white !important;
}

.menu-profile li a.sub-menu-item {
  padding-left: 30px;
}

li.list-btn-pro {
  position: relative;
  border: 0 !important;
}

.help-tour-btn {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  text-decoration: none !important;
  transition: background 1s;
  border-radius: 10px;
}

.help-tour-btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

.promo-code-left-side {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}

@media (min-width: 100px) and (max-width: 992px) {
  .promo-code-left-side {
    display: none;
  }
}

.promo-code-right-side {
  display: inline-block;
  vertical-align: top;
}

.promo-code-right-side-profile {
  display: inline-block;
  vertical-align: top;
  max-width: 68%;
}

@media (min-width: 100px) and (max-width: 992px) {
  .promo-code-right-side {
    width: 100%;
  }
}

.promo-disc-text {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  color: #fff !important;
  margin-bottom: 10px;
}

label.control-label {
  display: block;
}

label.order-summary {
  margin-bottom: 20px;
}

label.timezone-margin {
  margin-bottom: 15px;
}

.help-block {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  bottom: 21px;
}

.incorrect-promo {
  background: #fca847 !important;
}

.incorrect-promo-btn {
  border: 2px solid #fff !important;
}

.promo-code-number-blue {
  font-size: 28px;
  color: #fff !important;
  font-family: "Roboto Slab", serif;
}

@media (min-width: 100px) and (max-width: 992px) {
  .promo-code-number-blue {
    width: 100%;
    font-size: 22px;
  }
}

.invite-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  max-width: 800px;
  width: 90%;
  height: 350px;
  background: #eef1ed;
  background-image: url(../img/popup-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  z-index: 3;
}

@media (min-width: 100px) and (max-width: 768px) {
  .popup-content {
    height: 470px !important;
  }
}

input.receive-name {
  max-width: 250px;
  width: 90%;
  margin-right: 30px;
}

input.receive-email {
  max-width: 350px;
  width: 90%;
  background: none !important;
}

input.receive-email-big {
  /*max-width: 350px;*/
  width: 100%;
  background: none !important;
}

.send-inv-btn {
  float: right;
}

@media (min-width: 100px) and (max-width: 768px) {
  .send-inv-btn {
    float: none;
    margin-top: 15px;
  }
}

.receive {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}

@media (min-width: 100px) and (max-width: 768px) {
  .receive {
    display: block;
    width: 100%;
  }
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.5;
  transition-duration: 0.3s;
}

@media (min-width: 100px) and (max-width: 480px) {
  .close-popup {
    top: -20px !important;
    right: 0px !important;
    padding: 7px !important;
    opacity: 1 !important;
    background: #fafafa !important;
  }
}

.close-popup:hover {
  opacity: 1;
  transition-duration: 0.3s;
}

.invite-popup-bg {
  display: none;
}

#invite-btn {
  cursor: pointer;
  margin-top: 20px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .invite-btn {
    width: 100%;
    text-align: center;
  }
}

.invite-btn > a {
  vertical-align: middle;
}

.share-icons {
  display: inline-block;
  margin-left: 30px;
  line-height: 50px;
  vertical-align: middle;
}

.share-icons a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  transition: background 1s;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.share-icons a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.share-icons a img {
  vertical-align: middle;
}

@media (min-width: 100px) and (max-width: 768px) {
  .share-icons {
    max-width: 144px;
    width: 100%;
    margin: auto;
  }
}

.content-under-menu {
  margin-top: 100px;
}

.signup-under {
  margin-top: 100px;
}

.old-price {
  text-decoration: line-through;
  margin: 0px 10px;
}

table.calendar {
  width: 100%;
  line-height: 1.25em;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

table.calendar tr th {
  display: table-cell !important;
  margin: 0;
  width: 14.2857%;
  padding: 1.3166em;
  border: 1px solid #e1e1e1;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  background-color: #eeeded;
}

table.calendar tr td {
  display: table-cell !important;
  margin: 0;
  width: 14.2857%;
  padding: 35px 0px;
  border: 1px solid #e1e1e1;
  vertical-align: top;
  text-align: center;
  position: relative;
}

table.calendar td .day {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
}

td.actual-day {
  background: #fafbd4;
}

td.available-day {
  background-color: #7cc576 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

td.no-available-day {
  background-color: #d7d7d7 !important;
  font-size: 0px;
  color: #fff !important;
}

td.available-day a {
  color: #fff !important;
}

td.next-month-day {
  color: #e1e1e1 !important;
}

.month-select {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  vertical-align: middle;
}

.month-select a {
  margin: 0px 20px;
  vertical-align: middle;
}

td.select-day {
  background-color: #568a52 !important;
}

.calendar-section {
  text-align: center;
}

table.choose-time-calendar {
  width: 50%;
  text-align: left;
  font-weight: bold;
  color: #fff;
  margin: 30px auto;
}

table.choose-time-calendar tr td {
  background-color: #7cc576;
  padding: 15px;
}

table.choose-time-calendar tr {
  border-bottom: 10px solid #fff;
}

table.choose-time-calendar tr td a {
  color: #fff;
}

.menu-profile ul li a:hover {
  color: #fca847;
}

td.selected-day {
  background-color: #ffbe73 !important;
  font-weight: bold;
}

.subscription-option-box {
  box-shadow: 0px 0px 20px #f6f6f6;
  text-align: center;
  margin: 20px 0px 0px;
  max-width: 400px;
/*  padding: 30px 40px;*/

  padding: 0 40px 30px 40px;

  background: #fff;
}

@media (min-width: 100px) and (max-width: 992px) {
  .subscription-option-box {
    margin: 20px auto 20px !important;
/*    padding: 30px 20px;*/
    background: rgba(255, 255, 255, 0.85);
  }
}

.subscription-text-box {
  text-align: left;
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 350px;
  padding-left: 9px;
  min-height: 240px;
}

.subscription-text-box img {
  margin-right: 10px;
}

.subscription-plan-description {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 24px;
}

.blue-link {
  color: #02b3e4 !important;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-top: 18px;
}

.blue-link:hover {
  text-decoration: underline;
  color: #71e0ff !important;
}

.start-photo {
  height: 700px;
  width: 100%;
  background: url("../img/home-start-photo.jpg") center center;
  background-size: cover;
  background-color: grey;
  display: none;
}

@media (min-width: 100px) and (max-width: 992px) {
  .start-photo {
    display: block !important;
  }
}

.about-start-photo {
  background: grey url("../img/about-start-photo.jpg") no-repeat scroll center
    center / cover;
  height: 700px;
  width: 100%;
}

.team-start-photo {
  height: 700px;
  width: 100%;
  background: url("../img/team-start-photo.jpg") center center;
  background-size: cover;
  background-color: grey;
}

.subscription-start-photo {
  height: 700px;
  width: 100%;
  background: url("../img/bg-subscription.jpg") center center;
  background-size: cover;
  background-color: grey;
}

.dot-bg-home {
  position: absolute;
  top: 0;
  height: 100%;
/*  height: auto;*/
  width: 100%;
  background: url("../img/pixel-dot.png");
}

.dot-bg {
  height: 100%;
  width: 100%;
  position: relative;
  background: url("../img/pixel-dot.png");
  /*
background-image: -moz-linear-gradient(45deg, #666 25%, transparent 25%),
    -moz-linear-gradient(-45deg, #666 25%, transparent 25%),
    -moz-linear-gradient(45deg, transparent 75%, #666 75%),
    -moz-linear-gradient(-45deg, transparent 75%, #666 75%);
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #666), color-stop(.25, transparent)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #666), color-stop(.25, transparent)),
    -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #666)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #666));
background-image: -webkit-linear-gradient(45deg, #666 25%, transparent 25%),
    -webkit-linear-gradient(-45deg, #666 25%, transparent 25%),
    -webkit-linear-gradient(45deg, transparent 75%, #666 75%),
    -webkit-linear-gradient(-45deg, transparent 75%, #666 75%);
background-image: -o-linear-gradient(45deg, #666 25%, transparent 25%),
    -o-linear-gradient(-45deg, #666 25%, transparent 25%),
    -o-linear-gradient(45deg, transparent 75%, #666 75%),
    -o-linear-gradient(-45deg, transparent 75%, #666 75%);
background-image: linear-gradient(45deg, #666 25%, transparent 25%),
    linear-gradient(-45deg, #666 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #666 75%),
    linear-gradient(-45deg, transparent 75%, #666 75%);
-moz-background-size: 2px 2px;
background-size: 2px 2px;
-webkit-background-size: 2px 2.1px;
background-position: 0 0, 1px 0, 1px -1px, 0px 1px;
    */
}

.dot-bg-small {
  height: 100%;
  width: 100%;
  background: url("../img/pixel-dot.png");
}

.title-bg {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-width: 100px) and (max-width: 480px) {
    .title-bg.mainpage-fix {
        display: block;
    }
}

.title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.huge-photo-title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
  font-family: "Roboto Slab", serif;
  line-height: 44px;
  white-space: pre-wrap;
  /*
    text-shadow: black 1px 1px 0, black -1px -1px 0,
        black -1px 1px 0, black 1px -1px 0;
    */
}
.needs-nei {
  margin-top: -85px;
  position: relative;
}
.needs-nei .container {
  background: #fff;
  text-align: center;
}
.home-vim-white-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.how-it-works-bg {
  position: relative;
  background: #fff;
  height: 1100px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .how-it-works-bg {
    height: auto;
    width: 90% !important;
    margin: auto;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  .huge-photo-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 568px) {
  .huge-photo-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .subscription-start-photo,
  .team-start-photo,
  .about-start-photo {
    height: 460px;
  }

  .about-start-photo {
    background-position: center top 25px;
  }

  .video-home {
    padding-top: 100px;
  }

  .start-photo {
    height: 360px;
  }

  .dot-bg-home {
    min-height: 300px;
/*    height: auto;*/
    top: 100px;
  }

  .dot-bg .title-bg .title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  }

  section.needs-nei {
    margin-top: 0;
  }
}

.how-it-works-bg:before {
  content: "";
  position: absolute;
  left: -139px;
  top: 0px;
  width: 139px;
  height: 655px;
}

.how-it-works-bg:after {
  content: "";
  position: absolute;
  right: -139px;
  top: 0px;
  width: 139px;
  height: 655px;
}

.process-line {
  max-width: 900px;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  border: 2px solid #e1e1e1;
  position: relative;
  height: 600px;
  top: 30%;
  font-family: "Lato", sans-serif;
}

@media (min-width: 100px) and (max-width: 768px) {
  .process-line {
    border: 0px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .process-line {
    width: 85% !important;
  }
}

.virtual-immersion-box {
  position: absolute;
  top: -245px;
  left: 0px;
  right: 0px;
  max-width: 500px;
  width: 90%;
  background: #fff;
  margin: auto;
  text-align: center;
}

@media (min-width: 100px) and (max-width: 768px) {
  .virtual-immersion-box {
    position: relative;
    top: 0px;
    padding-top: 30px;
  }
}

.virtual-immersion-box img {
  margin-top: 30px;
}

.review-img {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  /*min-height: 316px !important;*/
  background-size: contain;
}

@media (min-width: 480px) and (max-width: 1150px) {
  .review-img {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-img {
    width: 100%;
  }
}

.big-review-img,
.big-review-img-teaching,
.big-review-img-founding {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  height: 500px;
}

.big-review-img {
  background: url("../img/1-student.png") no-repeat center center;
  background-size: cover;
}

.big-review-img-founding {
  background: url("../img/frith-photo.jpg") no-repeat center center;
  background-size: cover;
}

.big-review-img-teaching {
  background: url("../img/kristina-photo.jpg") no-repeat center center;
  background-size: cover;
}

@media (min-width: 568px) and (max-width: 992px) {
  .big-review-img-founding {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 568px) {
  .big-review-img-founding,
  .big-review-img-teaching,
  .big-review-img {
    width: 100% !important;
  }
  .big-review-img {
    max-height: 300px;
  }
}

.student-review-section {
  font-size: 0;
  border-top: 1px solid #666;
}

.review-desc {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  background: #02b3e4;
  min-height: 316px;
  padding-bottom: 20px;
  position: relative;
}

@media (min-width: 480px) and (max-width: 1150px) {
  .review-desc {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-desc {
    width: 100%;
  }
}

.review-desc-white {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  background: #fff;
  /*min-height: 315px;*/
  /*padding-bottom: 20px; /* r */
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 480px) and (max-width: 1150px) {
  .review-desc-white {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .review-desc-white {
    width: 100%;
  }

  .title-description,
  .title-description p {
    line-height: inherit !important;
    font-size: inherit !important;
  }
}

.review-desc-white-left {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  background: #fff;
  /*height: 315px;*/
  /*padding-bottom: 20px; /* r */
  position: relative;
}

@media (min-width: 480px) and (max-width: 1150px) {
  .review-desc-white-left {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-desc-white-left {
    width: 100%;
    background: #02b3e4;
    color: #fff !important;
  }
}

.review-desc-white-left:after {
  border-bottom: 30px solid transparent;
  border-left: 30px solid white;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  right: -29px;
  top: 51%;
  position: absolute;
  width: 0;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-desc-white-left:after {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -155px !important;
    background: #02b3e4 !important;
    border: none !important;
  }
}

.review-desc-blue-left {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  background: #02b3e4;
  /*min-height: 315px;*/
  /*padding-bottom: 20px; /* r */
  position: relative;
}

.big-review-desc-white-left {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  background: white;
  height: 500px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 568px) {
  .review-desc-blue-left {
    width: 100%;
  }
}

@media (min-width: 568px) and (max-width: 1150px) {
  .review-desc-blue-left {
    width: 50%;
  }
}

.review-desc-blue-left:after {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #02b3e4;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  right: -29px;
  top: 51%;
  position: absolute;
  width: 0;
  z-index: 1;
}

.big-review-desc-white-left:after {
  border-bottom: 30px solid transparent;
  border-left: 30px solid white;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  right: -29px;
  top: 51%;
  position: absolute;
  width: 0;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 568px) {
  .review-desc-blue-left:after {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -155px !important;
    background: #02b3e4 !important;
    border: none !important;
  }

  .big-review-desc-white-left:after {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -155px !important;
    background: white !important;
    border: none !important;
  }
}

.big-review-desc,
.big-review-desc-white {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  background: #02b3e4;
  height: 500px;
  position: relative;
}

.big-review-desc-white {
  background: #fff !important;
}

@media (min-width: 320px) and (max-width: 568px) {
  .big-review-desc-white,
  .big-review-desc,
  .big-review-desc-white-left {
    width: 100% !important;
  }
}

@media (min-width: 568px) and (max-width: 1150px) {
  .big-review-desc {
    width: 50%;
  }
}

.review-desc-white:before {
  border-bottom: 30px solid transparent;
  border-right: 30px solid white;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  left: -29px;
  position: absolute;
  top: 41%;
  width: 0;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-desc-white:before {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: -20px !important;
    border: none !important;
  }
}

.big-review-desc:before,
.big-review-desc-white:before {
  border-bottom: 30px solid transparent;
  border-right: 30px solid #02b3e4;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  left: -29px;
  position: absolute;
  top: 51%;
  width: 0;
  z-index: 1;
}

/*
.big-review-desc:before {
    left: -20px;
    background: #02b3e4;
}
*/

.big-review-desc-white:before {
  right: -20px;
  background: #fff;
}

@media (min-width: 320px) and (max-width: 568px) {
  .big-review-desc:before {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: -20px !important;
    border: none !important;
  }
}

@media (min-width: 320px) and (max-width: 568px) {
  .big-review-desc-white:before {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    bottom: -240px !important;
    border: none !important;
  }
}

.virtual-immersion-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  background: #fff;
}

.virtual-immersion-title-3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  background: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
  .virtual-immersion-title-3 {
    text-align: center !important;
  }
}

.virtual-immersion-title-2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.whell-cont {
  border: 1px solid #02b3e4;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  pointer-events: all;
  position: absolute;
  overflow: hidden;
  width: 75%;
  z-index: 99;
}

.whell-cont .whell-left-title a,
.whell-cont .whell-right-title a {
  text-transform: uppercase;
  color: #02b3e4;
}

.whell-cont .whell-cont-body {
  max-height: 0;
  visibility: hidden;
  transition: all 0.8s ease-out;
  text-align: center;
}
.whell-cont .whell-button {
  text-align: center;
  padding-top: 5px;
}
.whell-cont .orange-btn-small {
  margin-right: 0;
  color: #fff;
  border-radius: 15px;
  font-size: 15px;
  padding: 10px 20px;
  display: inline-block;
}

.whell-left-top-cont {
  right: 0%;
  bottom: 5%;
}
.whell-right-top-cont {
  left: 0%;
  bottom: 5%;
}
.whell-left-bottom-cont {
  top: 5%;
  right: 0%;
}
.whell-right-bottom-cont {
  top: 5%;
  left: 0%;
}

.whell-left-title,
.whell-right-title {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 768px), (max-height: 890px) {
  .whell-left-title,
  .whell-right-title {
    line-height: 16px;
  }

  .whell-right-description,
  .whell-right-description {
    line-height: 18px;
  }

  .whell-cont .orange-btn-small {
    padding: 4px;
  }
}

.whell-title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
}

.whell-left-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  max-width: 160px;
  display: inline-block;
}
.whell-right-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  max-width: 160px;
  display: inline-block;
}

.whell-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 768px), (max-height: 890px) {
  .whell-left-title,
  .whell-right-title {
    font-size: 13px;
  }
  .whell-left-description,
  .whell-right-description {
    font-size: 12px;
  }

  .whell-cont {
    padding: 5px 5px;
  }

  .whell-cont .whell-button a {
    margin: 0 !important;
  }

  .whell-left-bottom-cont,
  .whell-right-bottom-cont {
    top: 5%;
  }
}

.small-review-white-title {
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  color: #fff;
}

.small-review-dark-title {
  font-size: 18px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  color: #15273f;
}

@media (min-width: 320px) and (max-width: 480px) {
  .small-review-dark-title-2 {
    color: #fff !important;
  }
}

@media (max-width: 480px) {
  .small-review-dark-title {
    font-size: 12px;
  }
}

.review-white-title,
.review-blue-title,
.review-white-subtitle,
.review-blue-subtitle {
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.home-white-title {
  margin-bottom: 20px;
}

.review-blue-title,
.review-blue-subtitle {
  color: #15273f;
}

.review-white-subtitle,
.review-blue-subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.trademark {
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

.review-white-description,
.review-blue-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  max-width: 440px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
}

.review-blue-description {
  color: #15273f;
}

.small-review-dark-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  max-width: 100%;
  margin: 0px auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: center;
  color: #15273f;
  font-family: "Lato", sans-serif;
}

@media (min-width: 320px) and (max-width: 480px) {
  .small-review-dark-description-2 {
    color: #fff !important;
  }
}

.small-review-white-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  max-width: 200px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
}

.review-white-underline,
.review-blue-underline {
  width: 100px;
  height: 2px;
  background: #fff;
  margin: 30px auto;
}

.review-blue-underline {
  background: #15273f;
}

.review-dark-underline {
  width: 100px;
  height: 2px;
  background: #15273f;
  margin: 15px auto;
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-dark-underline-2 {
    background: #fff !important;
  }
}

.review-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  max-width: 440px;
  margin: 0px auto 50px;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.review-white-name,
.review-blue-name {
  color: #fff;
  font-size: 13px;
  margin: auto;
  text-align: center;
  max-width: 200px;
  font-family: "Roboto Slab", serif;
}

.review-blue-name {
  color: #15273f;
}

.review-dark-name {
  color: #15273f;
  font-size: 13px;
  margin: auto;
  text-align: center;
  max-width: 200px;
  font-family: "Roboto Slab", serif;
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-dark-name-2 {
    color: #fff !important;
  }
}

.white-big-name,
.blue-big-name {
  font-size: 18px;
  font-weight: 500;
}

.virtual-immersion-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  max-width: 440px;
  margin: 0px auto;
  text-align: center;
  font-family: "Lato", sans-serif;
  z-index: 10;
  position: relative;
}

.combine-down-box {
  position: absolute;
  bottom: -133px;
  left: 0px;
  right: 0px;
  max-width: 500px;
  width: 90%;
  margin: auto;
  text-align: center;
  z-index: 9;
}

@media (min-width: 100px) and (max-width: 768px) {
  .combine-down-box {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    padding-top: 30px;
  }
}

.team-list-home {
  margin: 0 !important;
}

.combine-down-box img {
  margin: 30px 0px;
}

.nav-under {
  width: 100%;
  /*height: 150px;*/
}

.footer-top {
  width: 100%;
  height: 100px;
}

.join-us-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: auto 4px;
  width: 32px;
}

.join-us-link img {
  vertical-align: middle;
}

.nav-bar-blue {
  position: relative;
  color: #15273f;
}

.subscribe-checkbox {
  margin-bottom: 50px;
}

p.sign-up-text-one {
  margin-bottom: 20px;
}

.content {
  padding: 15px;
}

.sign-up-title-ins {
  display: inline-block;
  margin-left: 15px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .sign-up-title-ins {
    text-align: left;
    margin-left: 0px;
  }
}

ul.join-reasons {
  padding-left: 15px;
}

.checkbox-one {
  color: #888f98;
  font-size: 15px;
  text-align: left;
  max-width: 400px;
  margin: 5px 0px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .checkbox-one {
    margin: 5px auto;
  }
}

input[type="checkbox"] {
  visibility: hidden;
}

.roundedOne {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fcfff4;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #000;
  position: relative;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  left: 2px;
  top: 2px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #7cb342;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 0px;
  left: 0px;
}

.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

section.try-nei-home {
  position: relative;
  width: 100%;
  margin-top: 90px;
  height: 700px;
  background: url("../img/try-nei-bg.png") no-repeat center center;
  background-size: cover;
}

@media (min-width: 100px) and (max-width: 992px) {
  section.try-nei-home {
    margin-bottom: 70px;
    height: auto;
  }
}

.you-need-box {
  position: absolute;
  left: -50px;
  top: 18%;
  background: #fff;
  text-align: left;
  z-index: 6;
  padding-top: 10px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .you-need-box {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 30px 0px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nei-gives-box .next-to-option {
    max-width: 50%;
    text-align: right;
  }
  .you-need-box .virtual-immersion-title-2 {
    max-width: 300px;
  }
  .you-need-one-option .next-to-option {
    max-width: 70%;
  }
  .nei-gives-box {
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .nei-gives-box .next-to-option {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .you-need-box .virtual-immersion-title-2 {
    margin: auto;
  }
  .you-need-one-option .next-to-option {
    margin: 0px 10px 0px 20px;
  }
  .nei-gives-box {
    max-width: none;
  }
  .nei-gives-box .next-to-option {
    text-align: left;
  }
}

.next-to-option {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 100px) and (max-width: 768px) {
  .next-to-option {
    text-align: left;
    max-width: 300px;
    width: 100%;
  }
  #next-to-option {
    order: 2;
  }
}

.next-to-icon {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 100px) and (max-width: 768px) {
  .next-to-icon {
    display: block;
    text-align: center;
  }
  #next-to-icon {
    order: 1;
  }
  .you-need-one-option {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 100px) and (max-width: 768px) {
  .next-to-icon img {
    width: 100%;
  }
}

.you-need-one-option {
  margin: 10px;
}

.nei-gives-box {
  position: absolute;
  right: -50px;
  top: 8%;
  background: #fff;
  text-align: right;
  z-index: 5;
}
.nei-gives-box .virtual-immersion-title-3 {
  background: inherit;
}
.nei-gives-box .virtual-immersion-title-3 .bgwhite {
  background: #fff;
}

@media (min-width: 100px) and (max-width: 768px) {
  .nei-gives-box {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 30px 0px 0px;
  }
}

.reviews-title-icon {
  text-align: center;
  margin: 60px auto 0px;
  width: 100%;
}

.home-title-icon {
  text-align: center;
  margin: auto;
  width: 100%;
}

.home-team {
  width: 100%;
  height: 500px;
  background: #02b3e4;
  top: 200px;
}

/* team */

.team-header.container {
  display: flex;
  align-items: center;
  flex-direction: column;
/*  padding-top: 155px;*/
  font-family: "Noto Sans", sans-serif;
  line-height: 1.4;
}

.team-header .content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.team-header .content .our-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 109px);
}

.team-header .content .our-team .short-description {
  margin-top: 16px;
  font-size: 30px;
  font-weight: bold;
  color: #599bc1;
  /*max-width: 294px;*/
}

.team-header .content .our-team > div {
  margin: 0 16px;
}

.team-header .content .description {
  max-width: 610px;
  width: calc(50% + 109px);
  padding-right: 95px;
  padding-top: 3em;
}

.team-header .content .description ul {
  margin-top: 16px;
  padding-left: 20px;
  list-style: initial;
}

.team-header .btn-meet-teachers {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 218px;
  height: 40px;
  border-radius: 20px;
  background-color: #8faf5f;
  border: solid 2px #8faf5f;
  font-size: 16px !important;
  transition-duration: 0.3s;
  color: #fff;
  margin-top: 16px;
}

.team-header .btn-meet-teachers:hover {
  background-color: #fff;
  color: #8faf5f;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .team-header .short-description {
    font-size: 24px !important;
  }

  .team-header .description {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .team-header .content {
    padding: 0;
    flex-direction: column !important;
  }

  .team-header .content .our-team,
  .team-header .content .description {
    width: 100%;
    padding-right: 0;
  }

  .team-header .content .description {
    margin-top: 16px;
  }

  .team-header .content .our-team {
    align-items: flex-start;
  }

  .team-header .content .our-team div {
    margin: 0;
  }
}

.custom-button {
  color: #599bc1;
  font-weight: bold;
}

.custom-button .content {
  padding: 0;
  margin: 0;
  background: #fff;
  border: none;
}

.custom-button::after {
  display: block;
  content: " ";
  width: 32px;
  height: 5px;
  border-radius: 3px;
  background-color: #599bc1;
  margin-top: 8px;
}

.teachers {
  margin: 0 auto;
}

.gray-background {
  background-color: #f8f8f8;
}

.teachers .officers,
.teachers .not-officers {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.teachers .not-officers {
  background-color: #f8f8f8;
}

@media (min-width: 730px) and (max-width: 1100px) {
  .teachers {
    max-width: 720px;
  }
}

@media (max-width: 730px) {
  .teachers {
    max-width: 360px;
  }
}

@media (min-width: 1100px) {
  .teachers {
    max-width: 1080px;
  }
}

.team-member-container {
  padding: 0 16px;
  margin-top: 64px;
  width: 360px;
  height: 554px;
  display: inline-block;
}

.team-member-container .team-member-name {
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.team-member-container .team-member-position {
  color: #7f7f7f;
/*  overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

.team-member-container .custom-button {
  margin-top: 22px;
  cursor: pointer;
}

.team-member-container .team-member-info {
  margin-top: 22px;
  overflow: hidden;
  position: relative;
}

.team-member-container .team-member-info .team-member-photo {
  width: 332px;
  height: 415px;
}

.team-member-container
  .team-member-info
  .team-member-photo.team-member-photo-rounded {
  height: 332px;
  margin-top: 41px;
  margin-bottom: 42px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.team-member-container .team-member-info .team-member-photo img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.team-member-container .team-member-description {
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  border: solid 1px rgba(0, 0, 0, 0.16);
  opacity: 0;
  padding: 15px;
  bottom: -100%;
  font-size: 14px;
  max-height: 100%;
  overflow-y: auto;
  transition: 0.3s ease-out;
}

.team-member-container.open-description .team-member-description {
  bottom: 0;
  opacity: 0.9;
}

/* team END */

.one-coach {
  position: relative;
  margin-top: -150px;
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
}

.coach-media-icons {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 20px;
  background: red;
  margin-top: 150px;
}

.coach-pic {
  position: relative;
  background: #15273f;
  max-height: 336px;
}
.coach-position {
  word-wrap: break-word;
  font-size: 13px;
}
.coach-description {
  word-wrap: break-word;
  font-size: 16px;
}
.coach-name {
  word-wrap: break-word;
  color: #fff;
  font-weight: 300;
  font-size: 34px;
  font-family: "Lato", sans-serif;
  margin: 30px auto 15px;
}

.coach-plav-icon {
  vertical-align: middle;
  display: inline-block;
}

.coach-plav-ins {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.coach-video-ins {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (min-width: 100px) and (max-width: 768px) {
  .center-form-container {
    text-align: center;
  }
}

.menu-fix {
  position: fixed;
  /*z-index: 200;*/
  box-shadow: 5px 0 15px -2px #f4f4f4;
  height: 100%;
  width: 330px;
  margin-top: -70px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .menu-fix {
    width: 280px;
  }
}

@media (min-width: 100px) and (max-width: 992px) {
  .menu-fix {
    display: none;
  }
}

.content-profile-fix {
  min-height: 1000px;
  margin-left: 30%;
}

@media (min-width: 100px) and (max-width: 992px) {
  .content-profile-fix {
    margin-left: auto;
  }
}

.month-dropdown,
.timezone-dropdown {
  position: relative;
}

.timezone-dropdown-withlabel {
  display: block;
  margin-top: 15px;
}

/*#month, #timezone {
    background: url("../img/select-arrow-1.png") no-repeat;
    background-position: 250px 22px;
    cursor: pointer;
}*/

ul.dropdown-list,
ul.timezone-list {
  background: #02b3e4;
  z-index: 99;
  border-radius: 15px;
  padding: 10px 30px;
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
}

.content-invite-popup {
  padding: 35px 70px;
  position: relative;
}

@media (min-width: 100px) and (max-width: 480px) {
  .content-invite-popup {
    padding: 20px 25px;
  }
}

ul.dropdown-list li,
ul.timezone-list li {
  padding: 10px 0px;
}

ul.dropdown-list li a,
ul.timezone-list li a {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

ul.dropdown li a:hover {
  color: #02b3e4 !important;
  text-decoration: none !important;
}

.left-side-content-box {
  text-align: left;
}

.left-side-title-ico {
  text-align: left;
}

@media (min-width: 100px) and (max-width: 480px) {
  .title-icon {
    display: none;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .big-title {
    margin-left: 0;
  }
}

.btn-8 {
  display: block;
  background: #5cbcf6;
  outline: 1px solid transparent;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-8:active {
  background: #f4f4f4;
}

.btn-8c:after {
  width: 30px;
  height: 100%;
  left: -30px;
  top: 0;
  background: #02b3e4;
  -webkit-transform-origin: 100% 0%;
  -webkit-transform: rotateY(-90deg);
  -moz-transform-origin: 100% 0%;
  -moz-transform: rotateY(-90deg);
  -ms-transform-origin: 100% 0%;
  -ms-transform: rotateY(-90deg);
  transform-origin: 100% 0%;
  transform: rotateY(-90deg);
}

.btn-8c:hover {
  -webkit-transform: rotateY(15deg);
  -moz-transform: rotateY(15deg);
  -ms-transform: rotateY(15deg);
  transform: rotateY(15deg);
}

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

select.lang-box {
  border-radius: 15px;
  border: 2px solid #02b3e4;
  padding: 7px 20px;
  margin: 10px 0px 5px;
  outline: none;
  line-height: 22px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 140px;
  width: 100%;
  background: url("../img/select-arrow-1.png") no-repeat;
  background-position: 105px 10px;
  color: #a9a9a9 !important;
}

.whell-top-left {
  width: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
}

.whell-top-right {
  width: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
}

.whell-bottom-left {
  margin-top: 5px;
  width: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
}

.whell-top-left .img-container {
  border-top-left-radius: 100%;
  transform-origin: bottom right;
}

.whell-top-right .img-container {
  border-top-right-radius: 100%;
  transform-origin: bottom left;
}

.whell-bottom-left .img-container {
  border-bottom-left-radius: 100%;
  transform-origin: top right;
}

.whell-bottom-right .img-container {
  border-bottom-right-radius: 100%;
  transform-origin: top left;
}

.whell-bottom-right {
  margin-top: 5px;
  width: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
}

.whell-size {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.whell-size .img-container {
  max-width: 500px;
  overflow: hidden;
  /*fix Chomre/Webkit bug #157218*/
  z-index: 0;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease-out;
  font-size: 0;
}

.whell-size .img-container .tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.row.whell-tool {
  max-width: 100vh;
  display: inline-block;
  pointer-events: none;
  margin-bottom: 45px;
}

.row.whell-tool:hover .whell-size .img-container .tint {
  opacity: 0.6;
}

.row.whell-tool .whell-size .img-container {
  pointer-events: all;
}

.row.whell-tool .whell-size .img-container img {
  width: 100%;
  height: auto;
}

.whell:hover .img-container {
  transform: scale(1.05);
}
.whell:hover .whell-cont-body {
  visibility: visible;
  /*TODO create another parameter for transition*/
  max-height: 250px;
}
.whell:hover .img-container .tint {
  opacity: 0 !important;
}

.full-color-line {
  width: 100%;
  height: 10px;
  font-size: 0;
}

.color-line {
  width: 25%;
  height: 100%;
  display: inline-block;
}

.blue {
  background: #02b3e4;
}

.green {
  background: #7cb342;
}

.orange {
  background: #fca847;
}

.red {
  background: #d74f68;
}

.video-home {
  position: relative;
}

video {
  width: 100%;
  z-index: -100;
  position: relative;
  background: url("../img/home-start-photo.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

@media (min-width: 100px) and (max-width: 992px) {
  video {
    display: none;
  }
}

.fc-toolbar h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Roboto Slab", serif;
}

.fc-button {
  background: #eeeded;
  outline: 0;
}

.fc-state-active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  background: #fff;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  left: 32%;
  border-width: 0;
  background: transparent;
  box-shadow: 0 0 0 #000;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.fc-toolbar {
  position: relative;
}

.fc-toolbar button {
  border: 1px solid #eaeaea;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 22px;
}

.fc th {
  display: table-cell !important;
  margin: 0;
  width: 14.2857%;
  padding: 1.3166em;
  border: 1px solid #eaeaea;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background-color: #eeeded;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-bgevent {
  opacity: 1;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: #eaeaea;
}

.fc-highlight {
  background: #568a52;
  opacity: 1;
}

.title-description,
.title-description p {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  /*
    text-shadow: black 1px 1px 0, black -1px -1px 0,
        black -1px 1px 0, black 1px -1px 0;
    */
}

.title-description p a {
  color: white;
}

.button-green {
  background: #7cb342 !important;
  border: 2px solid #7cb342 !important;
}

.button-green:hover {
  color: #7cb342 !important;
}

.uppercase {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.scroll-down-block {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.scroll-down-block img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.section-contain {
  margin: 50px 0px;
}

.about-title {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}

@media (min-width: 100px) and (max-width: 768px) {
  .about-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 568px) {
  .scroll-down-block {
    bottom: 10px;
  }

  .scroll-down-block img {
    height: 20px;
    margin-top: 10px;
  }
}

.about-title h2 {
  font-size: 38px;
  line-height: 52px;
}

.about-title h3 {
  font-size: 28px;
  line-height: 40px;
}

.about-slogan {
  margin: 30px 0px;
}

.about-slogan + img {
  max-width: 100%;
}

@media (max-width: 480px) {
  .about-slogan h3 {
    font-size: 24px;
  }
}

.about-paragraph {
  font-size: 15px;
  color: #888f98;
  text-align: left;
  line-height: 22px;
  margin-bottom: 20px;
}

.full-color-line {
  width: 100%;
  height: 10px;
  font-size: 0;
}

.color-line {
  width: 25%;
  height: 100%;
  display: inline-block;
}

.blue {
  background: #02b3e4;
}

.green {
  background: #7cb342;
}

.orange {
  background: #fca847;
}

.red {
  background: #d74f68;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
}

.opportunities-title {
  margin-bottom: 20px;
}

.opportunities-title h4 {
  text-align: center;
  margin-bottom: 20px;
}

.opportunities-title p {
  text-align: center;
}

.opportunities-list {
  margin: 20px 0px;
}

.opportunities-offer {
  padding: 40px 0px;
  border-bottom: 1px solid #e1e1e1;
  margin: 10px 0px;
}

.clear {
  clear: both;
}

.offer-position,
.offer-place {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  line-height: 30px;
}

.offer-place {
  font-weight: 300;
}

.offer-button {
  float: right;
}

.offer-title,
.offer-button {
  display: inline-block;
  vertical-align: middle;
}

.offer-title {
  padding: 15px 0px;
}

@media (min-width: 100px) and (max-width: 992px) {
  .offer-title {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .offer-button {
    float: none;
    display: block;
    text-align: center;
  }
  .opportunities-list {
    margin: 0;
  }
  .opportunities-title {
    margin-bottom: 0px;
  }
}

.header-replace {
  height: 150px;
}

h1 {
  color: #15273f;
  font-size: 36px;
  font-family: "Roboto Slab", serif;
}

h3 {
  color: #15273f;
  font-size: 30px;
  font-family: "Roboto Slab", serif;
}

h5 {
  color: #15273f;
  font-size: 20px;
  font-family: "Roboto Slab", serif;
}

p {
  font-size: 15px;
  /* color: #888f98; */
  color: black;
  line-height: 22px;
}

.offer-details {
  text-align: center;
  margin: 100px 0 50px 0;
}

.offer-details h1 {
  text-transform: uppercase;
  margin-bottom: 70px;
}

.offer-details-paragraph,
.offer-details-title {
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.offer-details-paragraph h5,
.offer-details-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.offer-details-paragraph p,
.offer-details-title p {
  text-align: left;
  margin-bottom: 10px;
}

.offer-details-paragraph ul li {
  font-size: 15px;
  color: #888f98;
  line-height: 22px;
  text-align: left;
}

.offer-details-paragraph ul {
  margin-bottom: 10px;
}

.offer-title-icon {
  margin-bottom: 20px;
}

.apply-section {
  height: 450px;
  width: 100%;
  background: url("../img/opportunity-bg.jpg") #02b3e4 center center;
  background-size: cover;
}

.apply-contain {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.apply-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.apply-info h1 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.apply-description span,
.apply-description a {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto Slab", serif;
}

.apply-description a {
  cursor: pointer;
}

.apply-description {
  margin-bottom: 20px;
}

.apply-info p {
  color: #fff;
  text-align: left;
}

.apply-info ul {
  margin-top: 20px;
  text-align: left;
  list-style-type: disc;
}

.apply-info li {
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  font-size: 15px;
}

.back-section {
  padding: 50px 0px;
  text-align: center;
}

.back-section a {
  color: #fca847;
}

.apply-container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

@media (min-width: 100px) and (max-width: 768px) {
  .apply-container {
    width: 80%;
  }
}
@media (min-width: 100px) and (max-width: 640px) {
  .apply-section {
    height: 600px;
  }
  .apply-description span,
  .apply-description a {
    font-size: 15px;
    line-height: 22px;
  }
}

.contact-details p {
  text-align: center;
}

.subscription-plan-link {
  margin: 40px 0px;
}

.subscription-plan-link a {
  font-size: 20px;
  color: #fca847;
  cursor: pointer;
}

.contact-icon {
  margin-bottom: 20px;
}

.contact-description p {
  text-align: center;
  line-height: 22px;
}

.contact-description a {
  color: #fff;
}

.contact-section {
  height: 450px;
  width: 100%;
  background: url("../img/contact-bg.jpg") #02b3e4 center center;
  background-size: cover;
  margin-top: -1px;
}

.contact-info-paragraph {
  margin-bottom: 20px;
}

.contact-info {
  margin-bottom: 50px;
}

.arrow-down {
  cursor: pointer;
}

.our-office-link h3 {
  margin-bottom: 20px;
}

div.team-section {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
}

div.team-section h4 {
  margin-bottom: 50px;
  text-transform: uppercase;
}

.team-list {
  margin: 100px 0px;
}

.team-list h3 {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.team-list-person-photo {
  position: relative;
}

.person-photo {
  background: transparent;
  width: 90%;
  margin: 0 auto;
  transition: 1s;
}

.person-photo img {
  width: auto;
  max-width: 100%;
  /* max-height: 400px; */
  height: 250px;
  margin: 0 auto;
  display: block;
  transition: 1s;
}

.person-icons {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 138px;
  display: none;
}

.person-icons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
}

.team-list-person-info {
  background: #02b3e4;
  min-height: 250px;
  height: auto;
  width: 100%;
  z-index: -1;
  margin-top: -20px;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 45px;
}

.watch-person-video a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.watch-person-video span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.person-info {
  border-bottom: 2px solid #fff;
  padding: 20px 0px;
}

.team-list-person {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*
new invite popup*/

#invite-popup {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
}

.invite-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.invite-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 150px 0px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .invite-cell {
    padding: 150px 20px;
  }
}

/*
 input[placeholder], *[placeholder] {
  color: #a9a9a9 !important;
}
*/

#s2id_leadadd_mode_of_enq .select2-default {
  color: #f00 !important;
}

.not-available-event {
  background: grey !important;
}

/*.fc-content-skeleton table {
    height: 100% !important;
}*/

.fc-content-skeleton {
  height: 100%;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 0;
}

.fc-scroller {
  overflow-x: visible !important;
  overflow-y: visible !important;
  height: auto !important;
}

.calendar-hours {
  margin: 50px 0px;
}

.calendar-hours form button {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  border: none;
  background: #7cc576;
  height: 50px;
  width: 400px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto", sans-serif;
  outline: 0;
}

.calendar-hours form button:active {
  background: #598954;
}

.calendar-hours input {
  border: none;
  display: inline-block;
  padding: 0;
  width: 150px;
  vertical-align: middle;
  margin-bottom: 30px;
  margin-left: 10px;
  border-radius: 0px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  text-align: center;
}

.calendar-hours input:hover {
  box-shadow: none;
}

.booked-event {
  background: #fca847 !important;
  border: 1px solid #ffbe73;
}

input.select2-search__field {
  padding: 4px 15px !important;
}

#calendar2 {
  display: block;
}

#calendar2 thead {
  display: none;
}

.fc-event .fc-bg {
  background: #7ec479;
  opacity: 0 !important;
}

.fc-time-grid-event .fc-time {
  text-align: left !important;
  font-size: 16px !important;
  font-family: "Noto", sans-serif !important;
  /*padding-top: 10px !important;
    padding-left: 20px;
    padding-right: 20px;*/
  cursor: pointer;
}

.fc-axis {
  display: none;
}

.fc-body {
  border-color: #ffffff !important;
}

.fc-time-grid-event {
  margin: 3px 0px;
}

#calendar2 .fc td {
  border-width: 0px !important;
}

.fc-agenda-view .fc-day-grid {
  display: none;
}

.fc-event {
  border-radius: 0px;
  height: 125%;
  padding: 0;
  border-width: 0;
  margin: -20px 0 0;
  text-align: center;
  display: block;
  line-height: 99px;
}

.fc-ltr .fc-basic-view .fc-day-number {
  z-index: 9;
  position: relative;
  padding: 5px 7px 0 0;
  border-width: 0;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
  position: absolute;
  top: -12px;
  background: none;
  border-width: 0;
  box-shadow: 0 0 0 #000;
  right: 32%;
}

.fc-today-button {
  display: none;
}

.calendar2 .fc-unthemed td {
  border-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #fff;
  border-color: #fff;
}

.calendar2 .fc-toolbar h2 {
  margin-bottom: 0px;
  font-family: "Noto", sans-serif;
}

.calendar2 {
  display: none;
  margin: 50px 0px;
}

.calendar2 h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Noto", sans-serif;
}
.close {
  opacity: 0.5 !important;
}

svg.close {
  width: 30px !important;
  height: 30px !important;
}

.tyf-dialog .modal-content {
  background-image: url(../img/popup-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  padding: 20px;
}

/*
.modal-header {
    padding: 0px;
    border-bottom: none;
}

.modal-body {
    padding: 0px 35px !important;
}

*/

.receive-button {
  margin-top: 15px;
}

@media (min-width: 100px) and (max-width: 768px) {
  input.receive-email-big {
    max-width: 350px;
  }
  input.receive-email {
    width: 100%;
  }
  .receive-button {
    text-align: center;
  }
}

.invite-pop-lab {
  display: block;
}

.invite-btn {
  cursor: pointer;
  margin-top: 20px;
}

#calendar2 {
  width: 70%;
  margin: 0 auto;
}

/*class for available events*/
.avail {
  background: #7ec479;
}

/*class for booked events*/
.booked {
  background: #fca847;
}

/*class for available and booked events*/
.avail-booked {
  background: #7ec479;
}

.dark-txt {
  color: #598954 !important;
}

#calendar .fc-selected {
  background: #598954 !important;
}

#calendar2 .fc-title {
  position: absolute;
  top: 7px;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 18px;
}

a.fc-time-grid-event:after {
  content: "›";
  color: #fff;
  right: 15px;
  font-size: 30px;
  top: -3px;
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  padding: 0px 0px 2px;
  z-index: 10;
  line-height: 40px;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 98px;
}

#calendar2 .fc-event:hover {
  background: #598954 !important;
}

#agenda_day {
  max-width: 450px;
  margin: 70px auto 0;
}

#agenda_day .card-header h2 {
  display: none;
}

#agenda_day .fc-center h2 {
  font-size: 18px;
  margin-bottom: 0;
}

#agenda_day .fc-content-skeleton table td {
  border-width: 0;
}

#agenda_day .fc td,
#agenda_day .fc th {
  border-width: 0;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: relative;
  z-index: 1;
  display: block;
  height: 40px;
  margin: -14px 0 0 0;
  text-align: left;
  padding: 0 0 0 14px;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event:hover {
  background: #568a52 !important;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-content {
  height: 40px;
  line-height: 40px;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  display: none;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: block;
}

.fc-ltr .fc-time-grid .fc-event-container {
  padding: 7px 0 0 0;
}

/*.fc-time-grid, .fc-time-grid-container {*/
/*height: 640px !important;*/
/*}*/

.fc-time-grid .fc-event {
  top: 0 !important;
  bottom: 0 !important;
  margin-bottom: 18px;
}

.fc-event-container .fc-event:last-child {
  margin-bottom: 0;
}

.card-body .loading {
  display: none !important;
}

.fc-row .fc-content-skeleton table tr {
  vertical-align: middle;
}

.fc-row .fc-content-skeleton tbody td {
  max-height: 77px;
  /*vertical-align: middle;*/
}

.bg-about {
  position: relative;
  background: grey url("/design/img/bg-about.jpg") repeat scroll center center /
    cover !important;
}

.bg-team {
  position: relative;
  background: grey url("/design/img/bg-team.jpg") repeat scroll center center /
    cover !important;
}

.bg-reviews {
  position: relative;
/*  height: 700px;
  width: 100%;*/

  background: grey url("/design/img/2019/bg-reviews.jpg") repeat scroll 50% 50% /
    cover;
/*  background: grey url("/design/img/bg-reviews.jpg") repeat scroll center center /
    cover !important;*/

    background-position-y: 70px;

}

@media (min-width: 992px) {
    .bg-reviews {
        height: 900px;
    }
}

.bg-intensive {
  position: relative;
  background: grey url("/design/img/bg-intensive.jpg") repeat scroll top center /
    cover !important;
  background-position: center top 35px !important;
}

.bg-intensive-bottom {
  position: relative;
  height: 700px;
  background: grey url("/design/img/bg-intensive-bottom.jpg") repeat scroll top
    center / cover !important;
}

.bg-employer-top {
  position: relative;
  background: grey url("/design/img/2019/bg-employer-top.jpg") repeat scroll top
    center / cover !important;
/*  background: grey url("/design/img/bg-employer-top.jpg") repeat scroll top
    center / cover !important;*/
}

.bg-employer-bottom {
  position: relative;
  height: 700px;
  background: grey url("/design/img/bg-employer-bottom.jpg") repeat scroll top
    center / cover !important;
}

.bg-core-bottom {
  position: relative;
  height: 700px;
  background: grey url("/design/img/bg-core-bottom.jpg") repeat scroll top
    center / cover !important;
}

.bg-subscriptions {
  position: relative;
  background: grey url("/design/img/bg-subscriptions.jpg") repeat scroll top
    center / cover !important;
}

.bg-about-ada {
  background: grey url("/design/img/bg-about-ada.png") repeat scroll top
  center / cover !important;
}

.bg-about-ada-1,
.bg-about-ada-3,
.bg-about-ada-5 {
  background: grey url("/design/img/bg-ada-success-en.png") repeat scroll top
  center / cover !important;
}

.bg-about-ada-6 {
  background: grey url("/design/img/bg-ada-success-jp.png") repeat scroll top
  center / cover !important;
}

.bg-lt {
  position: relative;
  background: grey url("/design/img/bg-lt.jpg") repeat scroll center center /
    cover !important;
}

@media (min-width: 100px) and (max-width: 992px) {
  .bg-employer-bottom,
  .bg-core-bottom,
  .bg-intensive-bottom {
    margin-bottom: 70px;
    height: auto;
  }
}

.review-white-description p {
  color: white !important;
}

.student-review-section div[class^="review-img"] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.single-review {
  display: inline;
  border-top: 1px solid #666;
}

.hero-button {
  margin-top: 25px;
}

.subscriptions-all .subscription-option-box {
  margin: 30px auto !important;
  min-height: 550px;
}

.regular {
  text-align: left !important;
  color: black !important;
}

.regular li {
  color: black !important;
  margin: 10px 0px 10px 35px !important;
  list-style: circle;
}

.subscription-plan-text li img {
  float: left;
}

[align="center"] {
  text-align: center !important;
}

/** INITIAL **/

.review-desc-blue {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  background: #02b3e4;
  /*min-height: 315px;*/
  /*padding-bottom: 20px; /* r */
  position: relative;
}

@media (min-width: 568px) and (max-width: 667px) {
  /**while "our team" reviews are narrow, but still not wrapped into one column**/
  .review-white-description p,
  .review-blue-description p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .review-white-description p,
  .review-blue-description p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 480px) and (max-width: 1150px) {
  .review-desc-blue {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-desc-blue {
    width: 100%;
  }
}

/** BEFORE **/

.review-desc-blue:before {
  border-bottom: 30px solid transparent;
  border-right: 30px solid #02b3e4;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  left: -29px;
  position: absolute;
  top: 41%;
  width: 0;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-desc-blue:before {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: -20px !important;
    border: none !important;
  }
}

/** AFTER **/

.review-desc-blue-left:after {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #02b3e4;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  right: -29px;
  top: 51%;
  position: absolute;
  width: 0;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 480px) {
  .review-desc-blue-left:after {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -155px !important;
    background: #02b3e4 !important;
    border: none !important;
  }
}

.single-review div[class^="review-desc"] {
}

.review-container {
  height: 100%;
}

.carousel-inner .single-review {
  display: block;
  border: none;
  padding: 70px 130px 50px;
  overflow: hidden;
  min-height: 600px;
}
.carousel-inner .review-img {
  display: block;
  border-radius: 50%;
  float: left;
}
.carousel-inner .single-review div[class^="review-desc"] {
  margin: 0 5% 0 30%;
  display: block;
}
.carousel-inner .small-review-dark-title {
  font-size: 27px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  color: #000;
}
.carousel-inner .small-review-dark-description {
  font-weight: 300;
  font-size: 20px !important;
  line-height: 24px;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  color: #000;
  font-family: "Noto Sans", sans-serif;
}
.carousel-inner .small-review-dark-description p {
  font-weight: 300;
  font-size: 20px !important;
  line-height: 24px;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  color: #000;
  font-family: "Noto Sans", sans-serif;
}
.carousel-inner .review-dark-underline {
  background: none;
  margin: 30px auto;
}
.carousel-inner .review-dark-name {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0 auto;
  text-align: right;
  max-width: 200px;
  font-family: "Noto Sans", sans-serif;
}
.carousel-inner span.dark-big-name {
  display: block;
  font-size: 22px;
  color: #02b3e4;
  margin-bottom: 6px;
}

.carousel-control {
  width: 90px;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: url("../img/carousel-right-btn.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 35%;
}
.carousel-control.left {
  background-image: url("../img/carousel-left-btn.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 35%;
}
.carousel-control:focus,
.carousel-control:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 1px;
  background-color: #02b3e4;
  border: none;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 1px;
  background-color: #fca847;
}
.carousel-indicators li:focus,
.carousel-indicators li:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.carousel-indicators {
  bottom: 70px;
}
.student-review-section .carousel-inner .single-review {
  min-height: 520px;
  /* height: 520px;
     overflow-y: scroll; */
}
@media (max-width: 1199px) and (min-width: 993px) {
  .carousel-inner .single-review {
    padding: 70px 120px 50px;
  }
  .carousel-inner .single-review div[class^="review-desc"] {
    margin: 0 0 0 30%;
    display: block;
  }
  .carousel-inner .review-img {
    width: 25%;
  }
  .carousel-inner .review-dark-underline {
    margin: 15px auto;
  }
}
@media (max-width: 992px) {
  .carousel-inner .single-review {
    padding: 20px 60px 40px;
  }
  .carousel-inner .review-img {
    float: none;
    margin: 0 auto 30px;
    width: 30%;
  }
  .carousel-inner .single-review div[class^="review-desc"] {
    margin: 0;
  }
  .carousel-inner .small-review-dark-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  .carousel-inner .small-review-dark-description {
    font-size: 18px !important;
    line-height: 22px;
    text-align: left;
    color: #000;
    font-family: "Noto Sans", sans-serif;
  }
  .carousel-inner .small-review-dark-description p {
    font-size: 18px !important;
    line-height: 22px;
    text-align: justify;
  }
  .carousel-inner .review-dark-underline {
    margin: 10px auto;
  }
  .carousel-inner .review-dark-name {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0 50px;
    text-align: center;
    max-width: none;
  }
  .carousel-inner span.dark-big-name {
    display: block;
    font-size: 20px;
    color: #02b3e4;
    margin-bottom: 6px;
  }

  .carousel-control {
    width: 50px;
  }
  .carousel-indicators {
    bottom: 30px;
  }

  /* .student-review-section .carousel-inner .single-review {
    min-height: 520px;
    height: 520px;
    overflow-y: scroll;
}*/
}
@media (max-width: 767px) {
  .carousel-inner .single-review {
    padding: 20px 35px 40px;
    height: 650px;
  }
  .carousel-inner .review-img {
    width: 165px;
    margin: 0 auto;
  }
  .carousel-inner .review-dark-underline {
    margin: 0 auto;
  }
  .carousel-inner .review-dark-name {
    margin: 0;
  }
  .carousel-control {
    width: 30px;
    background-size: contain;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
  .carousel-indicators .active {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .carousel-inner .single-review {
    padding: 10px 10px 30px;
  }
  .carousel-inner .review-img {
    width: 120px;
  }
  .carousel-inner .small-review-dark-title {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .carousel-inner span.dark-big-name {
    margin-bottom: 0px;
  }
  .carousel {
    margin: 0 -10px;
  }
  .carousel-control.left {
    background-position: 100% 12%;
    background-color: rgba(0, 0, 0, 0);
  }
  .carousel-control.right {
    background-position: 0 12%;
    background-color: rgba(0, 0, 0, 0);
  }
  .carousel-indicators {
    bottom: 10px;
  }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
  .carousel-indicators .active {
    width: 10px;
    height: 10px;
  }
  .apply-container {
    width: 95%;
  }
}

.pagesSubs {
  margin: 30px 0 15px;
}
table#subs,
table#apps,
table#notes {
  min-width: 730px;
  /* margin: 0 0 0 22px; */
}

table#apps thead th,
table#apps tbody td,
table#subs thead th,
table#subs tbody td,
table#notes thead th,
table#notes tbody td {
  padding: 7px;
  font-size: 12px;
}

table#notes tbody td:nth-child(4n) {
  min-width: 110px;
}

table#apps thead th,
table#subs thead th,
table#notes thead th {
  font-weight: bold;
}

.activePage {
  color: #000;
  font-weight: bold;
}

.introjs-helperLayer-class {
  background-color: rgba(255, 255, 255, 0.2);
}

.introjs-tooltipClass-class {
  max-width: inherit;
}

.guide-step {
  position: relative;
}

.guide-step-highlight-zone {
  position: absolute;
  z-index: 1;
  border: 2px solid red;
}

.guide-step-1 .guide-step-highlight-zone {
  top: 283px;
  left: 233px;
  width: 298px;
  height: 136px;
}

.guide-step-2 .guide-step-highlight-zone {
  top: 144px;
  left: 555px;
  width: 323px;
  height: 119px;
}

.guide-step-3 .guide-step-highlight-zone {
  top: 138px;
  left: 0;
  width: 208px;
  height: 32px;
}

.guide-step-4 .guide-step-highlight-zone {
  top: 165px;
  left: 0;
  width: 208px;
  height: 32px;
}

.guide-step-5 .guide-step-highlight-zone {
  top: 193px;
  left: 0;
  width: 208px;
  height: 32px;
}

.guide-step-6 .guide-step-highlight-zone {
  top: 220px;
  left: 0;
  width: 208px;
  height: 32px;
}

.guide-step-7 .guide-step-highlight-zone {
  top: 249px;
  left: 0;
  width: 208px;
  height: 32px;
}

.guide-alert-box .modal-dialog {
  width: 948px !important;
}

.pagesSubs {
  margin-left: 45%;
}

li.activePage a {
  color: #000;
  font-weight: bold;
}

.pagesSubs ul li {
  float: left;
  margin-left: 5px;
}

li.first a {
  text-decoration: none;
  color: #000;
}
table#notes tr th:first-child {
  width: 75% !important;
}
table#notes tr th:last-child {
  width: 15% !important;
}
.nei-popup {
  font-family: "Segoe UI", sans-serif;
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  border: 2px solid #02b3e4;
}

.nei-popup-big {
  width: 738px;
  height: 440px;
}

.nei-popup-small {
  width: 465px;
  height: 460px;
  padding: 0 45px;
  text-align: center;
}

.nei-popup-title {
  position: absolute;
  width: 100%;
  padding: 12px 0;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.nei-popup-orange {
  color: #fca847;
}

.nei-popup .left-half {
  position: relative;
  width: 50%;
  float: left;
  border-right: 1px solid #02b3e4;
  height: calc(100% - 100px);
  margin-top: 100px;
}

.nei-popup .right-half {
  position: relative;
  width: 50%;
  float: right;
  height: calc(100% - 100px);
  margin-top: 100px;
}

.table-container {
  display: table;
  height: 100%;
}

.centered-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.nei-popup-desc {
  display: inline-block;
  height: 150px;
  text-align: left;
  line-height: 20px;
  font-size: 18px;
}

.nei-popup-price {
  display: inline-block;
  height: 80px;
  font-size: 45px;
}

.nei-popup a.button-orange-big {
  border-radius: 10px;
  padding: 10px 20px;
  width: 310px;
  cursor: pointer;
}

.nei-popup-small-title {
  width: 100%;
  padding: 20px 0 35px 0;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.nei-popup-small .nei-popup-desc {
  line-height: 24px;
}

.nei-popup-small .nei-popup-price {
  font-size: 50px;
}

.nei-popup-close-btn {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fca847;
  border: 1px solid #fca847;
  transition: background 0.5s;
  box-sizing: border-box;
  cursor: pointer;
}

.nei-popup-close-btn svg path {
  fill: #fff;
  transition: all 0.5s;
}

.nei-popup-close-btn:hover {
  background: #fff;
}

.nei-popup-close-btn:hover svg path {
  fill: #fca847;
}

@media (max-width: 1199px) {
  .tableScroll {
    overflow-x: scroll;
  }
}

.menu-fix.menuAbs {
  position: absolute;
}

.menu-fix.menuAbs .menu-profile {
  padding-right: 15px;
  position: absolute;
  bottom: 180px;
}

.guide-center {
  top: 50% !important;
  position: fixed;
}

/*
 * Checkbox and Radio
 */
.checkbox label,
.radio label {
  padding-left: 30px;
  position: relative;
}
.checkbox input,
.radio input {
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0;
}
.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 0;
  border: 1px solid #ccc;
}
.checkbox.disabled,
.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.checkbox input {
  width: 17px;
  height: 17px;
}
.checkbox input:checked + .input-helper:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.checkbox input:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .input-helper:before {
  top: 0;
  width: 17px;
  height: 17px;
}
.checkbox .input-helper:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(80deg);
  -ms-transform: scale(0) rotate(80deg);
  -o-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  width: 22px;
  height: 9px;
  border-bottom: 2px solid #009688;
  border-left: 2px solid #009688;
  border-bottom-left-radius: 2px;
  left: -1px;
  top: 1px;
}
.has-error .checkbox .input-helper:before {
  border-color: #f99d97;
}
.has-error .checkbox .input-helper:after {
  border-bottom-color: #f77066;
  border-left-color: #f77066;
}
.has-success .checkbox .input-helper:before {
  border-color: #92cf94;
}
.has-success .checkbox .input-helper:after {
  border-bottom-color: #6ec071;
  border-left-color: #6ec071;
}
.has-warning .checkbox .input-helper:before {
  border-color: #ffdb6d;
}
.has-warning .checkbox .input-helper:after {
  border-bottom-color: #ffce3a;
  border-left-color: #ffce3a;
}
.radio input {
  width: 19px;
  height: 19px;
}
.radio input:checked + .input-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.radio .input-helper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.radio .input-helper:after {
  width: 11px;
  height: 11px;
  background: #009688;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.checkbox-inline,
.radio-inline {
  vertical-align: top;
  margin-top: 0;
  padding-left: 25px;
}

/*-----{ EE Assignments }---------------------------------------------------->*/

#ee_list_view .item {
  border-top: 1px solid black;
  padding-top: 20px;
}

/*-----{ EE /Assignments }--------------------------------------------------->*/

/*-----{ EE Notes }---------------------------------------------------------->*/

#app_notes_view .item {
  border-top: 1px solid black;
}

#app_notes_view .item .note-title {
  color: #337ab7;
  float: left;
}

#app_notes_view .item .small-title {
  margin-top: 15px;
}

#notes-1to1-filter .filters {
  float: right;
}

.note-actions {
  float: right;
}

.note-action .checkbox label {
  padding-right: 30px;
  padding-left: 0px;
}

.note-action .checkbox input {
  right: 0px;
  left: initial;
}

.note-action .checkbox .input-helper:before {
  left: initial;
  right: 0px;
}

.note-action .checkbox .input-helper:after {
  left: initial;
  right: 0px;
}

.note-actions .note-action label {
  text-transform: none;
}

/*-----{ /EE Notes }--------------------------------------------------------->*/

/*-----{ EE Assignments }---------------------------------------------------->*/

.bootstrap-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.divider {
  clear: both;
}

.assignment-title {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 0.5em;
}

.ee_links {
  text-decoration: underline;
}

#ee_list_view>div>.item>.single-subscription {
    text-align: left;
}

.single-subscription img {
  max-width: 100%;
}

.note-editable > ul {
  margin-left: 25px;
  list-style: square inside none;
}

.note-editable > ol {
  margin-left: 25px;
  list-style: decimal inside none;
}

.note-editable li {
  padding: 4px 0;
}

.about-videos {
  margin-top: -40px;
}

.fc-toolbar * {
  float: none !important;
  position: static !important;
}

.fc-toolbar {
  display: flex;
  flex-direction: column-reverse;
}

.fc-center h2 {
  margin: 0 !important;
}

.company-logos {
    margin: 40px 0;
}

.company-logos img {
/*    height: 40px;*/
    max-width: 65%;
    max-height: 65%;
    display: block;
    margin: 40px auto auto auto;
}

.company-logos>.container>.row>div {
    height: 150px;
}

@media (min-width: 992px) {
.company-logos>.container>.row.more-logos>div {
    width: 20%;
}
}

.subscription-details {
    margin-bottom: 3em;
}

.subscription-details>div>div
{
    margin: 0.5em 0;
}

.cancellation-description-see-more {
    display: block;
    margin-top: 1em;
}

.cancellation-description {
    display: none;
    padding-top: 1em;
    line-height: 1.5em;
}

@media (min-width: 100px) and (max-width: 992px) {
    .container.extra-english .filters {
        display: none;
    }
}

div.page-content ul>li {
   list-style-type: square;
   padding: 6px 0;
}


div.heading-title {
    height: 40px;
    text-align: right;
}
div.description-label {
    display: inline-block;
    padding: 6px;
    border-radius: 0 0 0 8px;
    background-color: #eee;
    margin-right: -40px;
}
div.description-label.most-popular {
    background-color: #02B3E4;
    color: #fff;
}
div.description-label.best-value {
    background-color: #7cb342;
    color: #fff;
}

.tag {
  display: block;
  float: left;
  padding: 6px 12px;
  color: #555555;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 6px;
}
