#header {
  background: #0BA6E3;
  position: relative;
  z-index: 30;
  }

#navigationWrap {
  padding: 0 20px;
  position: relative;
  }

#main_logo {
  position: absolute;
  left: 0;
  top: -10px;
  }

#main_logo img {
  display: block;
  float: left;
  height: 60px;
  }

#navBarWrap {
  float: right;
  width: calc(100% - 300px);
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  text-align: right;
  font-weight: 600;
  font-size: 24px;
  }

#nav li {
  display: inline;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
  }

#nav a {
  text-decoration: none;
  color: #FFFFFF;
  line-height: 30px;
  }

#nav a.activePage,
#nav a:hover {

  color: #A5D557;
  }

/** START PROGRESSBARR **/
#progressBarWrap {
  }

#progressBarWrap .speechBlockAvatarWrap {
  right: auto;
  left: -140px;
  top: 0;
  position: absolute;
  margin: 0;
  }

#progressBarWrap .speechBlockAvatarWrap .speechBlockAvatarBG {
  width: 125px;
  height: 125px;
  }

#progressBarWrap .speechBlock {
  margin: 0;
  margin-left: 140px;
  position: absolute;
  bottom: 0;
  top: 0;
  transition: all 0.3s linear;
  background: #f4772b;
  color: white;
  }

#progressBarWrap .speechBlock p {
  margin: 0;
  }

#progressBarWrap .speechTriangle::before {
  border-width: 21px 50px 21px 0;
  border-color: transparent #f4772b transparent transparent;
  right: auto;
  top: -21px;
  left: 2px;
  }


.progressBar-top {
  min-height: 185px;
  }

.greetingWrap {
  height: 125px;
  position: relative;
  }

#progressBarWrap .description {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  }

#progressBubbles {
  text-align: center;
  padding-bottom: 25px;
  }

#progressBubbles .us_No {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 128px;
  background-image: url(/assets/img/progress_frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 115px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  }

#progressBubbles .bubbleWrap {
  position: relative;
  padding-bottom: 36px;
  }

#progressBubbles .us_desc {
  height: 72px;
  background: #3EA6E2;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  color: white;
  padding: 39px 0 10px 0;
  z-index: 1;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 240px;
  }


#examBtn {
  text-decoration: none;
  color: #22B573;
  }