/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
  color: #006AFF;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

.btn {
  font-size: 14px !important;
  box-shadow: 2px 6px 4px 0px rgba(172, 185, 193, 0.68);
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* General Typography */

html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.33;
}

h2 {
  font-size: 30px;
  font-weight: 300;
}

h3 {
  font-size: 22px;
  font-weight: 400;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
  line-height: 1.3;
}

h6 {
  font-size: 16px;
}

h4,
h5,
h6 {
  font-weight: 500;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }
}

/* Kanan General */

body {
  background: #f5f7fa;
  font-family: "Lato", sans-serif;
}

.header {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #ebedf8;
  height: 70px;
  padding: 0;
}

.ka-brand--logo {
  padding-left: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  max-width: 200px;
}

.ka-brand--logo > img {
  max-width: 100%;
  max-height: 70px;
}

.ka-navigation {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 18px;
  height: 100%;
  padding: 0 20px;
}

.ka-navigation > ul {
  padding: 0;
  height: 70px;
}

.ka-navigation > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
}

.ka-navigation > ul > li > a {
  height: 100%;
  position: relative;
  color: #515f6d;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0 15px;
}

.is-active {
  color: #00d6bc;
}
.ka-navigation > ul > li > a.is-active {
  color: #00d6bc;
}

.ka-navigation > ul > li > a.is-active:before,
.ka-navigation > ul > li > a:hover:before {
  content: "";
  width: calc(100% - 30px);
  background: #00d6bc;
  height: 3px;
  left: 15px;
  position: absolute;
  bottom: 0;
}

.ka-user--dropdown {
  padding: 0;
  position: relative;
}

.ka-user--dropdown > a {
  color: #1E2A3A;
  text-decoration: none;
  font-size: 15px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.ka-user--dropdown > a > img {
  margin-right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.ka-user--dropdown > a > i {
  margin-left: 24px;
  font-size: 18px;
  color: #bfc5d1;
}

.ka-notify--bell {
  position: relative;
  /* width: 70px;
    height: 70px;
    border-left: 1px solid #ebedf8;
    border-right: 1px solid #ebedf8; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #a2acb3;
}

.ka-notify--bell.is-active:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #db4437;
  border-radius: 100px;
  right: calc(50% - 8px);
  top: calc(50% - 8px);
}

/* Headings */

.ka-heading--group {
  display: flex;
  justify-content: space-between;
}

.ka-heading--group > a {
  color: #646975;
  font-size: 12px;
  font-weight: 500;
  font-family: Helvetica Neue;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-decoration: none;
}

.ka-h2 {
  color: #14112d;
  font-size: 20px;
  font-family: Lato;
  font-weight: 700;
  letter-spacing: 0.14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.ka-h3 {
  color: #354052;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 22px;
}

.ka-h4 {
  color: #14112d;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 22px;
}

.ka-h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #354052;
  font-family: Lato;
}

.ka-h6 {
}

.ka-heading--black {
  color: #354052;
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14px;
  line-height: 18px;
  width: 60%;
}

/* Buttons */

.ka-btns > .ka-btn {
  margin: 0 5px;
}

.ka-btn {
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 8px 18px;
}

.ka-btn--color {
  color: #fff;
  background-color: #00d6bc;
}

.ka-btn--round {
  border-radius: 100px;
}

.ka-btn--color-white {
  color: white;
}

.ka-btn--color-brand {
  color: #00d6bc;
  background: #fff;
}

.ka-btn--trans {
  background: transparent;
  border: 1px solid #ececf1;
}

.ka-btn--trans:hover {
  background: #00d6bc;
  color: #fff;
}

.ka-btn--icon {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
}

/* Main */

.main {
  min-height: 88vh;
  margin-top: 4.3rem;
}

/* Main LHS */

.main-lhs {
  padding: 30px 30px 0;
  /* padding: 0px 30px 0; */
}

.ka-widget-block {
  background: #fff;
  margin: 6px auto;
  /* opacity: 0.8; */
  padding: 30px 15px;
  box-shadow: 0 0 6px rgba(47, 83, 151, 0.08);
  border-radius: 4px;
}

/* Progress */

.ka-progress {
  margin-bottom: 15px;
}

.ka-progress-overlay {
  background: white;
  box-shadow: 0 2px 60px 0 rgba(47, 83, 151, 0.1);
}

.ka-progress-block {
  background: #fff;
  text-align: center;
  border: 1px solid #eceff2;
  padding: 30px 15px 20px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  min-width: 200px;
  margin-bottom: 10px;
}

.ka-abs {
  position: absolute;
  z-index: 1;
  /* top: 21px; */
  background: #fff;
}
.ka-progress-block:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
}

.ka-progress-block:hover {
  box-shadow: 0 2px 60px 0 rgba(47, 83, 151, 0.1);
}

.ka-progress-block:hover:after {
  background: #00d6bc;
}

.ka-progress-icon {
  background: #00d6bc;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 15px;
}

.ka-progress .view-count {
  display: block;
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
  color: #37394c;
  font-weight: 700;
  line-height: 36px;
}

.ka-progress .view-text {
  font-size: 13px;
  line-height: 16px;
  color: #77848f;
  letter-spacing: 0.46px;
  font-weight: 300;
}

.ka-progress .stats {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.ka-progress .stats:after {
  content: "";
  width: 1px;
  height: 40px;
  right: 50%;
  background: #e6e6ec;
  position: absolute;
}

.ka-progress .stats > div {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.ka-progress .stats .stats-time {
  color: #354052;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.57px;
  line-height: 19px;
}

.ka-progress .stats .stats-desc {
  font-size: 13px;
  line-height: 16px;
  color: #77848f;
  letter-spacing: 0.46px;
  font-weight: 300;
}

/* Recents */

.ka-recents {
  padding-bottom: 0px;
  min-height: 250px;
  margin-bottom: 15px;
}

.ka-progress-bar {
  display: flex;
  padding: 15px;
}

.ka-progress-bar__round {
  margin-right: 15px;
  background: #ccc;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
}

.ka-progress-bar__round:before {
  content: "";
  width: calc(100% - 10px);
  position: absolute;
  height: calc(100% - 10px);
  background: #fff;
  border-radius: 100px;
  z-index: 0;
}

.ka-progress-bar__round > p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.ka-progress-bar__group {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.ka-progress-bar__title {
  width: 170px;
  color: #354052;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14px;
  line-height: 26px;
}

.ka-progress-bar__date {
  color: #77848f;
  font-family: Lato;
  font-size: 13px;
  letter-spacing: 0.46px;
  line-height: 20px;
  font-weight: 300;
}

/* Whats Next */

.ka-tips--next {
  padding: 5px;
  position: relative;
  min-height: 600px;
  height: 100%;
  background-image: url("../img/check-list.PNG");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 96%;
}

.ka-tips--next > h2 {
  margin-bottom: 10px;
}

.ka-tips--next-outer {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ka-tips--next-block {
  border-bottom: 1px solid #ececf1;
  padding: 15px 0;
}

.ka-tips--next-block h5 {
  width: 100%;
}

/* Plans */

.ka-plans {
  background: linear-gradient(54deg, #f71a1e 177px, #00d6bc 0px);
  min-height: 280px;
  min-width: calc(100% - 5px);
  position: relative;
  padding: 30px;
  height: calc(100% - 0px);
  position: relative;
}

.ka-img {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/Guide_to_IELTS.jpeg");
  min-height: 280px;
  min-width: calc(100% - 5px);
  position: relative;
  padding: 30px;
  height: calc(100% - 0px);
  background-size: cover;
  position: relative;
}
.ka-img:after,
.ka-plans::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.guideToSat {
  background-image: url("../img/Guide_to_SAT.jpeg");
}
.recommendedPlans {
  background-image: url("../img/Recommended_IELTS_Plans.jpeg");
}
.testYourEnglish {
  background-image: url("../img/Test_your_English.jpeg");
}
.guideToPTE {
  background-image: url("../img/Guide_to_PTE.jpeg");
}
.guidesToGRE {
  background-image: url("../img/Guide_to_GRE.jpeg");
}

.ka-img > h5 {
  width: 155px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.14px;
  line-height: 24px;
  z-index: 9;
  position: relative;
}

.ka-plans > h5 {
  width: 155px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.14px;
  line-height: 24px;
  z-index: 9;
  position: relative;
}

.ka-img > h6 {
  width: 75%;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.14px;
  line-height: 20px;
  bottom: 75px;
  position: absolute;
  z-index: 9;
}

.ka-plans > h6 {
  width: 75%;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.14px;
  line-height: 20px;
  bottom: 75px;
  position: absolute;
  z-index: 9;
}

.ka-plans .ka-btn {
  position: absolute;
  bottom: 30px;
  z-index: 9;
}

.ka-img .ka-btn {
  position: absolute;
  bottom: 30px;
  z-index: 9;
}

/* Video Block */

.ka-videos {
  padding: 30px 15px 15px;
}

/* Main RHS */

.main-rhs {
  background: #fff;
  box-shadow: 0 0 6px rgba(47, 83, 151, 0.08);
  padding: 0;
}

/* License */

.ka-license {
  border: 1px solid #00d6bc;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fdfffe;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 20px 10px 40px 0 rgba(187, 185, 185, 0.3);
}

.ka-license > h4 {
  color: #14112d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
}

/* Tips List */

.ka-tips--list {
  padding: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.ka-tips--list > h4 {
}

.ka-tips--list > p {
  color: #354052;
  font-family: Lato;
  font-size: 13px;
  line-height: 18px;
  width: 80%;
}

.ka-tips--list > button {
}

.ka-tips--list-group h4 {
  margin-bottom: 15px;
}

.ka-tips--list-group > h4 i {
  color: #14121d;
  font-size: 18px;
  margin-right: 10px;
  line-height: 22px;
  letter-spacing: 0.12px;
}

.ka-tips--list-group p {
  color: #354052;
  font-size: 15px;
  line-height: 20px;
  width: 80%;
}

/* Video Block */

.ka-video-block {
  position: relative;
  height: 100%;
}

.ka-video-block > figure {
  margin: 0 0 20px;
}

.ka-video-block > figure > img {
  width: 100%;
  border-radius: 4px;
  max-height: 185px;
  max-width: 100%;
}
.ka-video-pagination-text {
  font-family: Lato;
  font-size: 12px;
  line-height: 14px;
  color: #00d6bc;
  letter-spacing: 0.08px;
}
.ka-video-pagination {
  color: #77878f;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  margin-top: 3px;
}
.ka-video-overlay {
  background: #14121d;
  opacity: 0.3;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  border-radius: 5px;
}

.ka-video-block--time {
  position: absolute;
  right: 30px;
  top: 15px;
  color: #fff;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: right;
}

.ka-video-block--play {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #4a4a4a;
}

.ka-video-block--play:hover {
  background: #fff;
}

/* Footer */

.footer {
  padding: 0 15px;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}

.copyright {
  padding: 20px 20px;
  color: #646975;
  font-size: 13px;
  letter-spacing: 0.46px;
  line-height: 16px;
  padding-bottom: 0;
}

.login {
  background: #eee;
  min-height: 100vh;
}
.login-form {
  background: #fff;
  padding: 15px;
  margin-top: 32px;
  border-radius: 10px;
}
.login-form-container {
  margin-top: 5%;
}
.form-label {
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.register {
  background: #eee;
  min-height: 100vh;
}
.register-form {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.register-form-container {
  margin-top: 6%;
}
span.error {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 9;
  height: 25px;
  line-height: 25px;
  background-color: #e34f4f;
  color: #fff;
  font-weight: 400;
  padding: 0 6px;
}
span.error::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
  border-color: transparent #e34f4f;
  display: block;
}
.form-group {
  position: relative;
}
/* Responsive */

/* Extra small */
@media (min-width: 576px) {
}

/* Small (sm) */
@media (min-width: 576px) {
}

/* Medium (md) */
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .ka-recents {
    margin: 15px 15px 15px 0 !important;
  }

  .ka-plans {
    margin-left: 0;
  }

  .ka-videos {
    margin-right: 15px !important;
  }

  .ka-tips--next {
    background-image: none;
    margin: 15px 0;
  }
}

/* Larger (lh) */
@media (min-width: 992px) {
}

/* Extra large (xl) */
@media (min-width: 1200px) {
}

.ka-notify-block {
  position: relative;
  height: auto;
}

/*New Styles*/
.btn-launch {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-resume {
  background-color: transparent !important;
  color: #28a745 !important;
}
.btn-locked {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #354052 !important;
}
/*New Styles*/
