/*CUSTOM STYLES*/

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

body {
  font-family: 'Poppins';
  height: 100%;
  letter-spacing: 0.25px;
  line-height: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

body.test {
  margin-bottom: 0;
  background-color: #f4f5f7;
}

p {
  margin: 0;
}

@media print {
  body {
    display: none;
  }
  body.allowPrint {
    display: block;
  }
}

:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.fw-bold {
  font-weight: 700;
}

.alpha-block {
  background-color: var(--alpha-primary);
}

.primary-block {
  background-color: var(--primary);
  color: white;
}

.common-btn {
  border: 1px solid var(--primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
}

#main-review {
  object-fit: cover;
}

.common-btn:hover {
  background-color: var(--primary);
  color: white;
  text-decoration: none;
}

.secondary-btn {
  border: 1px solid white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
  background-color: white;
  text-decoration: none;
}

.secondary-btn:hover {
  text-decoration: none;
}

.examModal .modal-dialog {
  width: 695px;
}

.examModal .modal-body {
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.examModal .modal-body .message-block {
  margin: 90px 0 80px 0;
  font-size: 18px;
  color: #8d9ab4;
}

.examModal .modal-body button.close {
  color: #8d9ab4;
  font-size: 30px;
  margin-right: 15px;
}

.examModal .modal-body .btn-modal {
  width: 50%;
  font-size: 18px;
  color: #fff;
  background: #b6bece;
  border-radius: 0;
  height: 100px;
}

.examModal .modal-body .btn-modal.yes {
  background-color: #46b0e1;
}

.container {
  position: relative;
}

.inline-block-personal-page {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.btn-home-adat {
  height: 54px;
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 16px;
  font-size: 20px;
  font-weight: 600;
  color: #02a7e4;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  .button-adat-icon img {
    padding-bottom: 2px;
  }
}

.btn-home-adat > p {
  margin: 0;
}

.review .rating-container {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}

.review .review-content {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 16px;
  line-height: 26px;
}

.review .job-title {
  display: flex;
  gap: 30px;
  line-height: 20px;
  font-size: 14px;
}

.user-review {
  font-family: Poppins;
  display: flex;
  gap: 12px;

  .overall-title {
    font-style: italic;
  }
}

.avatar img {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  object-fit: fill;
}

.btn-adat {
  height: 45px;
  background-color: #02a7e4;
  border-radius: 3px;
  padding: 13px 34px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.btn-adat:hover,
.btn-adat:focus {
  opacity: 0.8;
  color: #fff;
}

.btn-adat-red {
  height: 30px;
  background-color: #bc4b4b;
  border-radius: 3px;
  padding: 0 34px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.btn-adat-red:hover,
.btn-adat-red:focus {
  color: #fff;
}

.btn-adat-green {
  height: 30px;
  background-color: #4bbc73;
  border-radius: 3px;
  padding: 0 34px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.btn-adat-green:hover,
.btn-adat-green:focus {
  color: #fff;
}

.btn-adat.edit {
  padding: 13px 38px;
}

.grey-block {
  background-color: #f4f5f7;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.row > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-custom {
  margin-bottom: 24px;
  color: #7d97ad;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.title-custom .sub-text-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.title-custom .first-text {
  color: var(--text-primary);
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 54px;
  font-weight: 600;
}

.title-custom .secondary-text {
  line-height: 1.5;
}

.content-info-block {
  margin-bottom: 80px;
}

.content-info-block .content-info-item {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 32px;
}

.content-info-item img {
  margin-top: 5px;
}

.content-info-item .content-info-body {
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  color: var(--tex-primary);
}

.content-why-choose {
  margin-bottom: 48px;
}

.content-why-choose .why-choose-column {
  display: flex;
  flex-direction: column;
}

.content-why-choose .why-choose-reason {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: start;
}

.why-choose-reason img {
  margin-top: 5px;
}

.why-choose-reason .content {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.why-choose-reason .content span {
  font-weight: 700;
}

.tesimonial-container-btn {
  margin-top: 60px;
}

.access-btn {
  display: flex;
  justify-content: center;
}

.access-btn .btn-home-adat {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  background-color: var(--primary);
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.content-who-made-adat p {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.made-adat .author-banner {
  padding: 45px 0;
}

.made-adat .author-banner img {
  object-fit: fill;
}

.beneft-container .benefit-item {
  font-family: 'Poppins';
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-size: 20px;
}

.benefit-item .benefit-title {
  font-weight: 700;
}

.student-review-container .client-quote-small {
  background-color: var(--alpha-primary);
}

.unlock-adat {
  font-family: 'Poppins';
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.unlock-adat h1 {
  font-size: 46px;
  color: white;
  margin-bottom: 0;
}

.unlock-adat p {
  font-size: 20px;
  font-weight: 500;
}

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

/*CUSTOM STYLES*/
@media (min-width: 1200px) {
  .container.container-max {
    width: 100%;
    max-width: 1440px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .container.container-min {
    width: 1200px;
  }
}

.header-main .navbar {
  background: transparent;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: inherit;
  padding: 20px 33px;
  margin-bottom: 0;

  .navbar-header {
    padding-left: 15px;

    .navbar-brand {
      padding: 7px 0;
      img {
        width: 112px;
      }
    }
  }
}

.header .navbar .navbar-brand {
  color: #fff;
  font-size: 16px;
}
.header-main .navbar .navbar-brand {
  color: #fff;
  font-size: 16px;
}

.header .navbar .nav > li {
  display: inline-block;
  float: inherit;
}

.header-main .navbar .nav > li {
  display: inline-block;
  float: inherit;
}

.header .navbar .navbar-nav {
  float: inherit;
}
.header-main .navbar .navbar-nav {
  float: inherit;
}

.header-main .navbar .navbar-collapse {
  overflow: scroll;
}

.navbar-collapse .text-right .collapse .in {
  overflow: auto;
}

.navbar-nav > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header .navbar .nav > li > a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.header-main .navbar .nav > li > a {
  color: #f4f5f7;
  font-size: 16px;
  font-weight: 600;
}

.home-page {
  font-size: 20px;
  line-height: 38px;
  .wrapper {
    .container {
      padding-left: 24px;
      padding-right: 24px;
    }
  }

  .item.alpha-block {
    padding-top: 80px;
  }

  .help-block {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 767.98px) {

  .header-main .navbar.active.mobile {
    .nav > li:not(.btn-authorize) > a {
      font-size: 24px !important;
    }
    .navbar-header {
      padding: 0 24px;

      .navbar-brand {
        padding-top: 15px;
      }
    }

    .nav {
      padding: 0 12px;
    }
  }

  .header-main:not(.home-header) .navbar.active {
    .nav.navbar-nav > li > a {
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
    }
    .nav > li:not(.btn-authorize) > a {
      color: #7d97ad;
    }

    .nav .btn-authorize > a {
      color: #02a7e4;
      border-radius: 3px;
      border: 1px solid #02a7e4 !important;
      &.sing-active {
        color: #fff;
        background-color: #02a7e4;
      }
    }

    .navbar-header .navbar-brand {
      padding: 15px 0;
    }
  }

  .job-title .fw-bold {
    display: block;
  }

  .home-page {
    font-size: 16px;
    line-height: 28px;

    .img-block img {
      width: 24px;
    }

    .content-info-block .content-info-item, .content-why-choose .why-choose-reason {
      gap: 12px;

      img {
        margin-top: 0;
      }
    }

    .content-info-block {
      margin-bottom: 24px;
    }

    .what-is-block {
      margin-bottom: 60px;
    }

    .item.alpha-block, .item.made-adat {
      padding-top: 60px;
    }

    .access-btn .btn-home-adat {
      font-size: 16px;
    }

    .content-why-choose.container {
      padding-right: 0;

      .why-choose-column {
        padding-left: 5px;
      }
    }
    .full-screen-img {
      .right-content {
        width: auto;
      }
      .testimonial-hero-container {
        .content.second-row {
          display: none;
        }

        .content {
          padding: 0;
          margin-bottom: -95px;
        }
      }
    }
  }
}

@media screen and (max-height: 900px) and (min-width: 1025px) and (max-width: 1200px),
       screen and (max-height: 800px) and (min-width: 1025px) and (max-width: 1300px) {
  .home-page .full-screen-img {
    .left-content {
      width: 62%;
      .main-text {
        font-size: 45px;
        line-height: 50px;
      }

      .secondary-text {
        font-size: 16px;
        line-height: 28px;
      }
    }

    .right-content {
      width: 38%;
      margin-left: 40px;
      justify-content: unset;
    }
  }

}

@media (min-width: 768px) and (max-width: 900px) {
  .header .navbar .nav > li > a {
    font-size: 12px;
  }
  .header-main .navbar .nav > li > a {
    border-bottom: 1px solid transparent;
  }
}

.header .navbar .nav > li > a:focus,
.header .navbar .nav > li > a:hover {
  background: none;
  color: #7d97ad;
}
.header-main .navbar .nav > li > a:focus,
.header-main .navbar .nav > li > a:hover {
  background: none;
  color: white;
  border-bottom: 1px solid white;
}

.header .navbar .nav .btn-authorize {
  margin-left: 10px;
}
.header-main .navbar .nav .btn-authorize {
  margin-left: 10px;
}

.header .navbar .nav .btn-authorize > a {
  padding: 12px 16px;
  background: #04a6e3;
  border: 2px solid transparent;
  border-radius: 100px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
.header-main .navbar .nav .btn-authorize > a {
  border: 2px solid white;
  border-radius: 9999px;
  padding: 12px 16px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .header .navbar .nav .btn-authorize > a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .header .navbar .nav .btn-authorize > a {
    font-size: 24px;
  }
}

.header .navbar .nav .btn-authorize > a:hover {
  background-color: #ffffff;
  border-color: #04a6e3;
  color: #04a6e3;
}
.header-main .navbar .nav .btn-authorize > a:hover {
  background-color: white;
  border-color: white;
  color: var(--primary);
}

.btn:hover {
  opacity: 0.8;
}

/*Active Header*/

.header .navbar.active {
  background-color: #04a6e3;
  box-shadow: 0 2px 5px rgba(24, 24, 25, 0.15);
  position: fixed;
  right: 0;
  left: 0;
}
.header-main .navbar.active {
  background-color: white;
  box-shadow: 0 2px 5px rgba(24, 24, 25, 0.15);
  position: fixed;
  right: 0;
  left: 0;
}
.header.fixed .navbar.active {
  background-color: transparent;
  box-shadow: unset;
}

.header.fixed .navbar.active {
  position: relative;
}

.header .navbar.active.header-test {
  position: relative;
  margin-bottom: 0;
}
.header-main .navbar.active.header-test {
  position: relative;
  margin-bottom: 0;
}

.header .navbar.active .navbar-collapse {
  border: none;
  padding-right: 0;
}
.header-main .navbar.active .navbar-collapse {
  border: none;
  padding: 0;
}

.header .navbar.active .navbar-brand {
  color: #02a7e4;
}
.header-main .navbar.active .navbar-brand {
  color: #02a7e4;
}

.header .navbar.active .nav > li > a {
  color: #fff;
}
.header-main .navbar.active .nav > li:not(.btn-authorize) > a {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  border-bottom: 1px solid transparent;
}

.header .navbar.active .nav > li.fixed > a {
  color: #7d97ad;
}

.overlay-hero {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.header .navbar.active .nav > li > a:hover {
  color: #7d97ad;
}
.header-main .navbar.active .nav > li > a:hover {
  color: #02a7e4;
}
.header .navbar.active .nav > li.fixed > a:hover {
  color: #02a7e4;
}

.header .navbar.active .nav .btn-authorize > a {
  color: #fff;
  border-color: #fff;
}
.header-main .navbar.active .nav .btn-authorize > a {
  font-family: 'Poppins';
  color: white;
  border-color: white;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header-main .navbar.active .nav > li > a {
    color: #7d97ad;
  }
  .header-main .navbar.active .nav .btn-authorize > a {
    color: #04A6E3;
    border-color: #04A6E3;
  }
}

.header .navbar.active .nav .btn-authorize > a:hover {
  color: #04a6e3;
  background-color: #fff;
  border-color: #02a7e4;
}
.header-main .navbar.active .nav .btn-authorize > a:hover {
  background-color: #04A6E3;
  color: #fff;
  opacity: 0.8;
}

.header .navbar .nav .btn-authorize > a.sing-active {
  background-color: #fff;
  color: #04a6e3;
}
.header-main .navbar .nav .btn-authorize > a.sing-active {
  background-color: white;
  border: 2px solid white;
  color: #04A6E3;
}
.header.fixed .navbar .nav .btn-authorize > a.sing-active {
  border-color: #02a7e4;
}

.header-main .navbar.active .nav .btn-authorize > a.sing-active {
  border: 2px solid var(--primary);
}

.header .navbar .nav .btn-authorize > a.sing-active:hover {
  background-color: #04a6e3;
  border: 2px solid #ffffff;
  color: #fff;
}
.header-main .navbar .nav .btn-authorize > a.sing-active:hover {
  background-color: #04a6e3;
  border: 2px solid #ffffff;
  color: #fff;
}

.full-screen-img {
  /* background: url("/img/bg-img.jpg"); */
  background-color: #04a6e3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.full-screen-img .left-content {
  width: 50%;
  margin-left: 100px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .full-screen-img .left-content {
    margin-left: 80px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .full-screen-img .left-content {
    margin-left: 48px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .full-screen-img .left-content {
    margin-left: 24px;
  }
}

.full-screen-img .right-content {
  width: 50%;
  display: flex;
  margin-top: 100px;
  margin-right: -20px;
  margin-left: 76px;
}

@media (min-width: 1200px) {
  .full-screen-img .right-content {
    justify-content: end;
  }
}

.testimonial-hero-container .content {
  display: flex;
  align-items: start;
  gap: 32px;
  margin-bottom: 33px;
}

.full-screen-img .title {
  margin-bottom: 25px;
}

.full-screen-img .title .secondary-text {
  line-height: 38px;
}

.full-screen-img .main-text {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 75px;
}

.full-screen-img .secondary-text {
  font-size: 20px;
  font-weight: 500;
}

.content-inner-page {
  padding-top: 94px;
  padding-bottom: 330px;
}

.content-inner-page.content-test {
  padding: 0;
}

#loadmore-content {
  margin-top: 60px;
  display: none;
}

.help-block {
  padding: 48px 0 36px;
  margin: inherit;
}

.help-block .item {
  margin-bottom: 24px;
  color: var(--text-primary);
  gap: 12px;
}

.help-block .title-block {
  color: #495966;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 30px;
}

.content-inner-page .help-block .content-block {
  line-height: 2.3;
}

.what-is-block {
  font-weight: 300;
  margin-bottom: 80px;
}

.wrapper > .item {
  padding-top: 70px;
  padding-bottom: 80px;
}

.wrapper > .item:not(.unlock-adat)
.wrapper > .item:not(.student-reviews) {
  margin-bottom: 80px;
}

.wrapper > .item .begin-text {
  margin-bottom: 40px;
}

.wrapper > .item .item-text {
  position: relative;
  margin-bottom: 20px;
}

.wrapper > .item .item-text .check {
  font-size: 24px;
  color: #02a7e4;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.wrapper > .item .item-text .check-text {
  margin-left: 30px;
  font-size: 18px;
  display: inline-block;
  font-weight: 300;
  padding-top: 3px;
}

.wrapper > .item .item-text .check-text b {
  font-weight: 400;
}

.wrapper > .item .content-block {
  color: #495966;
}

.wrapper > .item .title-block {
  font-size: 24px;
}

.wrapper > .item .title-block > hr {
  max-width: 65px;
  margin: 20px 0;
  border: 1px solid #02a7e4;
}

.img-block img {
  max-width: 100%;
}

.content-inner-page .what-is-block {
  padding-top: 50px;
}

.reviews-users {
  padding: 70px 0 50px;
  color: #495966;
}

.reviews-users .carousel-reviews .text-review {
  font-style: italic;
  margin-bottom: 30px;
}

.reviews-users .carousel-reviews .user .avatar img {
  width: 55px;
}

.reviews-users .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.reviews-users .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.reviews-users .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background-color: rgba(73, 89, 102, 0.3);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.reviews-users .owl-theme .owl-dots .owl-dot.active span,
.reviews-users .owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgba(73, 89, 102, 1);
}

.user-card {
  padding: 12px;
  border-radius: 24px;
  background-color: white;
  width: 204px;
  text-align: center;
  min-width: 167px !important;
}

.user-card .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 33px;
  margin-bottom: 4px;
}

.user-card .overall-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--primary);
}

.user-card .overall {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary);
}

.user-card img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  padding-bottom: 12px;
}

.user-card:nth-child(2) {
  margin-top: -60px;
}

.get-started {
  padding: 70px 0 400px 0;
}

.bg-upgrade {
  background: url('/img/bg-upgrade.png') #f4f5f7;
  background-size: cover;
}

.bg-upgrade .content-block {
  padding: 68px 0 69px;
  max-width: 520px;
  color: #495966;
  font-weight: 300;
}

.bg-upgrade .content-block .title-block {
  font-size: 32px;
  margin-bottom: 41px;
}

.bg-upgrade .content-block .text-block {
  margin-bottom: 43px;
  font-size: 18px;
}

.bg-upgrade .content-block .price {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bg-upgrade .content-block .days {
  margin-bottom: 25px;
}

.breadcrums-block {
  border-bottom: 1px solid #e4e2e0;
}

.breadcrums-block .breadcrumb {
  padding: 30px 0;
  background: none;
  font-size: 13px;
  margin-bottom: 0;
}

.breadcrums-block .breadcrumb > li > a {
  color: #02a7e4;
  text-decoration: none;
}

.breadcrums-block .breadcrumb > .active {
  color: #495966;
}

.breadcrumb > li + li:before {
  content: '>';
  padding: 0 10px;
  color: #495966;
}

.content-exam-page {
  padding: 50px 0 70px 0;
}

.content-exam-page .title-exam {
  color: #495966;
  font-size: 18px;
  padding-right: 300px;
}

.content-exam-page .top-exam-page {
  position: relative;
  margin-bottom: 50px;
}

.content-exam-page .top-exam-page .exam-duration {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  color: #02a7e4;
}

.content-exam-page .top-exam-page .exam-duration .time {
  border: 1px solid #02a7e4;
  border-radius: 3px;
  line-height: 1;
  padding: 6px 20px;
  margin-left: 20px;
}

.content-exam-page .content {
  color: #495966;
  font-weight: 300;
  line-height: 2.4;
  margin-bottom: 40px;
}

.my-account-page {
  padding-top: 45px;
  padding-bottom: 100px;
}

.my-account-page .left-menu {
  margin-top: 87px;
  /*  max-height: 550px;*/
  position: absolute;
}

.my-account-page .left-menu .mCustomScrollBox {
  max-height: 9999999px !important;
}

.my-account-page .left-menu.left-fixed-menu {
  height: 450px;
  overflow: hidden;
  position: fixed;
  padding-top: 30px;
}

.my-account-page
  .left-menu.left-fixed-menu
  .mCSB_scrollTools
  .mCSB_draggerContainer {
  right: -30px;
}

.my-account-page .left-menu .menu-content {
  overflow: auto;
  height: 100%;
  width: 160px;
}

.my-account-page .left-fixed-menu .menu-content {
  width: 180px;
}

.my-account-page .left-menu .title {
  font-size: 24px;
  color: #495966;
  margin-bottom: 45px;
}

.my-account-page .left-menu ul > li > a {
  color: #495966;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 5px 20px;
  text-decoration: none;
  letter-spacing: 0.2px;
  display: block;
  border-left: 2px solid transparent;
}

.my-account-page .left-menu ul > li > a:hover {
  color: #02a7e4;
}

.my-account-page .left-menu ul > .active > a {
  border-left: 2px solid #02a7e4;
  color: #02a7e4;
}

.my-account-page .border-block {
  border-left: 1px solid #e4e2e0;
  min-height: 40px;
}

.my-account-page .my-account-content {
  color: black;
  padding-left: 85px;
  min-height: 500px;
}

.my-account-page .my-account-content .title {
  font-size: 24px;
  margin-bottom: 30px;
}

.my-account-page .my-account-content .title hr {
  border: 1px solid #02a7e4;
  width: 65px;
  margin-top: 10px;
}

.my-acc-table {
  font-size: 16px;
}

.my-acc-table > thead > tr > th {
  background-color: #495966;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 23px 15px;
  vertical-align: top;
}

.bio-table-border {
  border-top: 1px solid #495966;
  border-right: 1px solid #495966;
  border-left: 1px solid #495966;
  border-bottom: 1px solid #e4e2e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.my-acc-table > tbody > tr > td {
  font-weight: 300;
  padding: 20px 15px;
  vertical-align: middle;
}

.my-acc-table > tbody > tr > .complete {
  color: #4bbc73;
  font-weight: 400;
}

.my-acc-table > tbody > tr > .pending {
  color: #bc4b4b;
  font-weight: 400;
}

.my-acc-table > tbody > tr > td .btn-adat {
  padding: 5px 40px;
  height: 30px;
}

.my-account-page .pagination-block .inline-block {
  margin-right: 0;
}

.my-account-page .pagination-block .number-page {
  margin: 0 30px;
  color: #7d97ad;
}

.my-account-page .pagination-block .btn-adat {
  height: 30px;
  width: 30px;
  padding: inherit;
  font-size: 18px;
}

/* Biomedical  Start */

.my-account-page .biomedical-content {
}

.biomedical-acc-table {
  margin-bottom: 0;
}

.baron {
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  width: 100%;
  height: 385px;
  white-space: normal;
}

.baron__track {
  top: 71px;
  right: 0;
  bottom: 2px;
}

.baron__bar {
  width: 8px;
  background: #a9a7a7;
  border-radius: 10px;
}

.biomedical-content .baron {
  height: auto;
}

.load {
  background: yellow;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.load__value {
  background: green;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.biomedical-acc-table > tbody > tr:nth-child(2n) {
  background-color: #f8f8f9;
}

.biomedical-acc-table > tbody > tr > td {
  color: #02a7e4;
}

.check-blue {
  color: #02a7e4;
  font-size: 20px;
}

.table-center-text {
  text-align: center;
}

.on-table-btn {
  margin: 30px 0 0 0;
}

.on-table-btn div button {
  margin: 0 20px 0 0;
}

.on-table-btn div button:last-child {
  margin: 0;
  float: right;
}

.content-main-grey {
  background-color: #f4f5f7;
}

.block-black-color {
  background-color: #0b1925;
}

.text-bl-left {
  margin: 39px 0;
}

.text-bl-left h1 {
  color: #f4f5f7;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.text-bl-right {
  margin: 39px 0;
}

.my-time-remaining {
  float: right;
}

.my-time-remaining span {
  color: #02a7e4;
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.my-time-remaining span:nth-child(1) {
  margin: 0 19px 0 0;
}

.my-time-remaining span:nth-child(2) {
  padding: 9px 20px;
  border: 1px solid #02a7e4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.barry-btn {
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  font-weight: 600;
}
.barry-btn:hover,
.barry-btn:focus {
  color: #7d97ad;
}

.header-main .barry-btn,
.header.fixed .barry-btn {
  color: white;
}

.header-main .navbar.active .barry-btn,
.header.fixed .navbar.active .barry-btn {
  color: var(--primary);
}

.barry-btn:focus {
  outline: none !important;
}

.barry-submenu {
  border: 1px solid #e4e2e0;
  margin: 15px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  left: 0 !important;
  margin-left: -150px !important;
  min-width: 215px;
}

.barry-submenu li {
  margin: 5px 0 0;
  font-weight: 600;
}

.barry-submenu li a:hover {
  background: transparent;
}

.barry-submenu li:first-child a {
  color: #7d97ad;
}

.barry-submenu li:last-child a {
  color: #f3798d;
}

.barry-submenu li:first-child a:hover {
  color: #7d97ad;
}

.barry-submenu li:last-child a:hover {
  color: #f3798d;
}

.triangle-img {
  position: absolute;
  top: -7px;
  right: 30px;
  margin: 0 auto;
}

/* Biomedical  End */

/* Biomedical Exam Page  Start */

.on-exam-btn-left {
}

.on-exam-btn-left button {
  margin: 0 20px 0 0;
  background-color: #02a7e4;
  height: 29px;
}

.on-exam-btn-left button:disabled {
  background-color: #7bceed;
  opacity: 1;
}

.on-exam-btn-left button:last-child {
  margin: 0;
}

.on-exam-btn-right {
  float: right;
}

.on-exam-btn-right button {
  margin: 0 20px 0 0;
  height: 29px;
}

.on-exam-btn-right button:last-child {
  margin: 0;
  height: 30px;
}

.exam-question {
  border: 1px solid #e4e2e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin: 0 0 30px 0;
}

.stuck {
  position: fixed !important;
  margin-top: 0 !important;
  top: 104px;
  bottom: 0 !important;
}

.left-menu.stuck .mCSB_draggerContainer {
  display: none;
}

.bottom {
  bottom: 0;
  top: inherit;
}

.exam-question .h1,
.exam-question .h2,
.exam-question .h3,
.exam-question h1,
.exam-question h2,
.exam-question h3 {
  margin: 0;
}

.exam-question img {
  width: 100% !important;
  height: auto !important;
  max-width: 300px !important;
  max-height: 450px !important;
}

.exam-question .question-pictures-tab img, .exam-question .question-x-rays-tab img, .exam-question .exam-radio-text-block img {
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 5px;
}

.exam-question .exam-radio-text-block img {
  max-width: 670px !important;
}

.exam-question .question-pictures-tab, .exam-question .question-x-rays-tab {
  text-align: center;
}

.exam-question-head {
  background-color: #f5f6f7;
  padding: 30px;
  position: relative;
}

/*.exam-question-head.exam-page{*/

/*padding: 0*/

/*}*/

.exam-question .tab-content {
  border: 1px solid #e4e2e0;
  background-color: #f5f6f7;
  position: relative;
}

.exam-question .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.exam-question .mCSB_scrollTools .mCSB_dragger {
  right: 10px;
}

.exam-question .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background: #a9a7a7;
}

.exam-question > div:first-child .block-btn {
  position: absolute;
  top: 8px;
  right: 30px;
}

.left-content .block-btn {
  display: inline-block;
  margin-bottom: 32px;
}

.exam-question .exam-radio-btn {
  border: 1px solid #e4e2e0;
  padding: 30px;
  background-color: #fff;
  line-height: 1;
  padding: 26px 30px;
}

.exam-question-head h2 {
  font-weight: 400;
  color: #495966;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
}

.exam-question-head p {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.exam-question-head .question-number {
  padding-bottom: 5px;
}

.exam-question-head p.questionNum {
  font-weight: 600;
  color: #02a7e4;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: right;
}

.exam-radio-btn input[type='radio'] {
  display: none;
}

.exam-radio-btn input[type='radio'] + label {
  font-weight: 400;
  color: #495966;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.exam-radio-btn input[type='radio'] + label span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url('/img/radio-btns.png') no-repeat;
  cursor: pointer;
}

.exam-radio-btn input[type='radio']:checked + label {
  color: #02a7e4;
}

.exam-radio-btn input[type='radio']:checked + label span {
  background: url('/img/radio-btns-active.png') no-repeat;
}

.exam-radio-btn .exam-radio-btn__label {
  display: flex;
  align-items: center;
}
.exam-radio-btn .exam-radio-btn__content {
  margin-left: 8px;
}

/* Biomedical Exam Page  End */

/*Exam Page Results  Start */

.my-account-page .left-menu-result div a {
  padding: 5px 20px;
  /*height: 29px;*/
}

.my-account-page .left-menu-result ul > li > a {
}

.exam-correct-question label strong {
  font-weight: 400;
}

.exam-incorrect-question label strong {
  font-weight: 400;
}

.exam-incorrect-question ol {
  list-style-type: upper-latin;
}

.exam-correct-question ol {
  list-style-type: upper-latin;
}

.exam-correct-question ol li ol {
  list-style-type: circle;
}

.my-account-page .left-menu hr {
  border: 1px solid #e4e2e0;
}

.exam-score-report {
  padding: 40px 30px;
  margin: 40px 0 50px 0;
  background-color: #f8f8f9;
  border: 1px solid #e4e2e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.exam-score-report div {
  border-left: 1px solid #e4e2e0;
}

.exam-score-report div:first-child {
  border-left: none;
}

.exam-score-report h2 {
  font-size: 18px;
  font-weight: 600;
  color: #495966;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

.exam-score-report p {
  font-size: 14px;
  font-weight: 300;
  color: #495966;
  padding: 0;
  margin: 10px 0 0;
  line-height: 1.2;
  text-align: left;
}

.exam-explanations {
}

.exam-explanations div button {
  float: right;
  height: 29px;
  padding: 0 20px;
}

.exam-question-title {
}

.exam-question-title h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  line-height: 1;
  margin: 0 0 30px 0;
  color: #495966;
}

.exam-radio-text-block {
  padding: 20px;
}

.exam-radio-text-block-create-test {
  padding: 20px 20px 20px 20px;
}

.exam-radio-text-block h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #495966;
  margin-bottom: 0;
}

.exam-radio-text-block p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  line-height: 2;
  margin: 0;
  color: black;
}

.exam-question .exam-correct-question,
.exam-question .exam-correct-answer {
  background-color: #eefdf6;
}

.exam-question .exam-incorrect-question,
.exam-question .exam-incorrect-answer {
  background-color: #fdefee;
}

.correct-active {
}

.exam-bottom {
  margin-bottom: 50px;
}

.content:last-child .exam-bottom {
  margin-bottom: 0;
}

.exam-res-graf-block {
  width: 100%;
  height: 100%;
  margin: 50px auto 50px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Exam Page Results  End */

.content-result {
  margin-bottom: 40px;
}

.content-result:last-child {
  margin-bottom: 0;
}

.saved-result-table {
  margin-bottom: 0;
}

.saved-result-table tbody tr:nth-child(2n + 1) {
  background-color: #f8f8f9;
}

.saved-result-table tbody tr td:first-child {
  color: #02a7e4;
  font-weight: 600;
}

.my-acc-table thead tr {
  border: 1px solid #495966;
}

.my-account-bth {
  display: none;
}

.personal-form {
  padding-top: 20px;
}

.my-account-content .personal-form .item {
  margin-bottom: 30px;
}

.mobile-lab {
  display: none;
}

.personal-form-left {
  color: #495966;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}

.personal-form-right {
  color: #7d97ad;
  font-size: 16px;
  font-weight: 600;
}

.personal-form-right input {
  background-color: #f4f5f7;
  border: 1px solid #e7e6e5;
  border-radius: 2px 3px 3px 2px;
  color: #7d97ad;
  height: 60px;
  text-indent: 10px;
  width: 78%;
}

.personal-form.change-password input {
  width: 100%;
}

.personal-form-right button {
  background-color: #7d97ad;
  height: 60px;
  margin: -3px 0 0 3%;
  width: 19%;
}

.form-btn input {
  background-color: #02a7e4;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 45px;
  padding: 0 34px;
  text-transform: uppercase;
  width: 100% !important;
  border: none;
  letter-spacing: 1px;
}

.contact-form {
  padding: 25px 0 0;
}

.contact-form-left {
}

.contact-form-left p {
  color: #495966;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 29px;
  position: relative;
}

.contact-form-left p input {
  background-color: #f4f5f7;
  border: 1px solid #e7e6e5;
  border-radius: 2px 3px 3px 2px;
  color: #495966;
  height: 60px;
  padding: 0px 10px 0px 5px !important;
  width: 100%;
  transition: 0.5s;
  background-position: -20px 18px;
  background-size: 20px 22px;
}

.contact-form-right {
}

.contact-form-right p {
  color: #495966;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 29px;
  position: relative;
}

.contact-form-right p textarea {
  border: 1px solid #e7e6e5;
  border-radius: 2px 3px 3px 2px;
  color: #495966;
  height: 240px;
  padding: 13px 10px 10px 10px;
  width: 100%;
  resize: none;
  transition: 0.5s;
  background-position: -20px 18px;
  background-size: 20px 22px;
  overflow-x: hidden;
}

.content-us-page {
  padding-bottom: 70px;
  padding-top: 45px;
}

.form-submit {
  width: 100%;
}

.form-text {
}

.form-text p {
  font-weight: 300;
  font-size: 14px;
  color: #7d97ad;
  padding: 0;
  margin: 0;
}

.form-text p a {
  color: #02a7e4;
  text-decoration: none;
  font-weight: 600;
}

.form-text p a:hover {
  color: #02a7e4;
}

.icon-form {
  left: 11px;
  position: absolute;
  top: 13px;
}

.icon-form img {
  height: 22px;
  width: 20px;
}

.icon-star {
  left: 11px;
  position: absolute;
  top: 13px;
}

.icon-star img {
  height: 22px;
  width: 23px;
}

.login_form {
  width: 50%;
  margin: 0 auto;
}

.login_form p {
  color: #495966;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 29px;
  position: relative;
}

.login_form p input {
  background-color: #f4f5f7;
  border: 1px solid #e7e6e5;
  border-radius: 2px 3px 3px 2px;
  color: #495966;
  height: 60px;
  font-weight: 300;
  font-size: 16px;
  padding: 0px 10px 0px 5px !important;
  width: 100%;
  transition: 0.5s;
  background-position: -20px 18px;
  background-size: 20px 22px;
}

.login_form p input:focus,
.contact-form-left p input:focus,
.floatl--active p input {
  padding-left: 40px !important;
  transition: 0.5s;
}

.input-user:focus,
.floatl--active .input-user {
  background: #fff url('/img/icon-username.svg') no-repeat;
  background-size: 20px 22px;
  background-position: 11px 18px;
}

.input-pass:focus,
.floatl--active .input-pass {
  background: url('/img/icon-password.svg') no-repeat;
  background-size: 20px 22px;
  background-position: 11px 18px;
}

.input-email:focus,
.floatl--active .input-email {
  background: url('/img/icon-email.svg') no-repeat;
  background-size: 20px 22px;
  background-position: 11px 18px;
}

.input-subject:focus,
.floatl--active .input-subject {
  background: url('/img/icon-subject.svg') no-repeat;
  background-size: 20px 22px;
  background-position: 11px 18px;
}

.input-message:focus,
.floatl--active .input-message {
  text-indent: 34px;
  background: url('/img/icon-message.svg') no-repeat;
  background-size: 20px 22px;
  background-position: 11px 18px;
}

.focus-label {
  padding-left: 35px;
}

.login-text p {
  padding: 29px 0 0;
}

.login-signed-in {
  margin-bottom: 29px;
}

.login-signed-in label {
  color: #7d97ad;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.forgot-pass {
  float: right;
}

.forgot-pass a {
  color: #02a7e4;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.forgot-pass a:hover {
  color: #02a7e4;
}

.star-rating {
  font-size: 0;
}

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}

.star-rating__wrap:after {
  content: '';
  display: table;
  clear: both;
}

.star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #bde6f7;
}

.star-rating__ico:last-child {
  padding-left: 0;
}

.star-rating__input {
  display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: '\f005';
  color: #1ca6df;
}

.fa-star-o:before {
  font-size: 25px;
  position: relative;
  top: 12px;
  left: 16px;
}

.success-btn {
  width: 50%;
  margin: 0 auto;
}

.success-btn div a {
  width: 100%;
}

.info-page {
  padding: 26px 0 0;
}

.info-text {
  margin: 0 0 38px 0;
}

.info-text h3 {
  color: #02a7e4;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  margin: 0 0 40px 0;
}

.info-text p {
  color: #495966;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  text-align: left;
  line-height: 2;
}

.info-text:last-child {
  margin: 0;
}

.order-detail-form {
  padding-top: 20px;
}

.order-detail-form .item {
  margin-bottom: 25px;
}

.order-detail-form-left {
}

.order-detail-form-right {
}

.order-detail-form-left p {
  margin: 0 0 55px;
  text-align: right;
}

.order-detail-form-left p:nth-child(4) {
  padding: 0 0 65px 0;
}

.order-detail-form-left {
  color: #495966;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}

.order-detail-form-right {
  color: #7d97ad;
  font-size: 16px;
  font-weight: 600;
}

.order-detail-form-right input {
  background-color: #f4f5f7;
  border: 1px solid #e7e6e5;
  border-radius: 2px 3px 3px 2px;
  color: #999;
  height: 60px;
  padding: 10px;
  width: 100%;
}

.order-detail-form-right textarea {
  background-color: #f4f5f7;
  border: 1px solid #e7e6e5;
  border-radius: 2px 3px 3px 2px;
  color: #999;
  padding: 13px 10px 0px;
  width: 100%;
  resize: none;
  display: block;
}

.red {
}

.red input::-webkit-input-placeholder {
  color: #bc4b4b;
}

.red input::-moz-placeholder {
  color: #bc4b4b;
}

.red input:-moz-placeholder {
  color: #bc4b4b;
}

.red input:-ms-input-placeholder {
  color: #bc4b4b;
}

.open-attachment {
}

.open-attachment p {
  padding: 0;
  margin: 0;
  text-align: right;
}

.open-attachment a {
  color: #02a7e4;
  font-weight: 600;
  font-size: 14px;
}

.icon-order {
  padding: 0 9px 0 0;
}

.icon-order img {
  height: 15px;
  width: 15px;
}

#attachment-btn {
  background-color: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  color: #02a7e4;
  font-weight: 600;
  font-size: 14px;
}

/*  New Style  */

.accordion-block {
}

.accordion-text {
  border-top: 1px solid #e4e2e0;
  padding: 40px 64px;
}

.accordion-text:last-child {
  border-bottom: 1px solid #e4e2e0;
}

.accordion-text span {
}

.accordion-text span:first-child {
  font-size: 24px;
  color: #02a7e4;
}

.accordion-text span:nth-child(2) {
  float: right;
}

.accordion-active {
  display: none;
}

.accordion-active p {
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: #495966;
}

.test-block {
  background-color: #f4f5f7;
  border: 1px solid #e7e6e5;
  border-radius: 2px 3px 3px 2px;
  padding: 20px 20px 20px 15px;
  margin: 0 auto 30px;
  position: relative;
}

.test-block:last-child {
  margin: 0 auto;
}

.test-block p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #495966;
  line-height: 1.3;
  margin-bottom: 0px;
}

.test-block a {
  height: 29px;
  padding: 5px 20px;
  position: absolute;
  top: 17px;
  right: 20px;
}

.m-content {
  margin-top: 50px;
}

.upgrade-text p {
  opacity: 0.5;
}

.upgrade-text-op p {
  opacity: 0.5;
}

.upgrade-text-op button {
  opacity: 0.5;
}

.upgrade-text-green p {
  opacity: 0.5;
}

.upgrade-text-green a {
  background-color: #4bbc73;
}

.payment-menu {
  border-radius: 2px 3px 3px 2px;
  width: 170px;
  margin: 0 auto 50px;
}

.payment-menu div button {
  height: 45px;
  background-color: #fff;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #02a7e4;
  border-radius: 0;
  width: 100%;
  border: none;
}

.payment-menu div button:hover,
.payment-menu div button:focus {
  color: #02a7e4;
}

.active-pay:hover,
.active-pay:focus {
  color: #fff;
}

.active-pay {
  background-color: #02a7e4 !important;
  color: #fff !important;
}

.payment-safe {
  margin: 30px auto 0;
  width: 100%;
}

.payment-safe span {
  padding: 0 15px 0 0;
}

.payment-safe span img {
  width: 41px;
  height: 25px;
}

.hr-pay hr {
  color: #e4e2e0;
}

.payment-block {
}

.payment-left {
}

.payment-left h2 {
  color: #495966;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.payment-left p {
  color: #495966;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  margin: 25px 0;
  padding: 0;
}

.pay-discount {
}

.pay-discount p {
  margin: 30px 0;
  padding: 0;
}

.pay-discount p input {
  background-color: #fff;
  border-radius: 2px 3px 3px 2px;
  height: 50px;
  padding-left: 15px;
  color: #495966;
  font-size: 14px;
  border: 1px solid #e4e2e0;
  width: 78%;
}

.btn-apply {
  height: 50px;
  background-color: #fff;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #02a7e4;
  border-radius: 3px;
  float: right;
  border: 1px solid #02a7e4;
  letter-spacing: 1px;
}

.btn-apply:hover,
.btn-apply:focus {
  color: #fff;
  background-color: #02a7e4;
}

.pay-total {
}

.pay-total p {
  color: #02a7e4;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.pay-total p span {
}

.pay-total p span:last-child {
  float: right;
}

.payment-right {
}

.payment-right p {
  margin-bottom: 25px;
}

.payment-right p.agreements {
  margin-bottom: 10px;
}

.payment-right input {
  width: 100%;
  height: 60px;
  border: 1px solid #e4e2e0;
  border-radius: 3px;
  padding-left: 15px;
  color: #495966;
}

.payment-right span,
.orderTitle {
  color: #495966;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

.orderTitle {
  margin-bottom: 8px;
  display: inline-block;
  margin-top: 40px;
}

.subscription-page .orderTitle {
  margin-top: 0;
}

.payment-right select,
.subscription-extension {
  width: 100%;
  height: 60px;
  background-color: white;
  border: 1px solid #e4e2e0;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 0 40px 0 10px;
  background: url('/img/select-down.png') no-repeat right #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subscription-extension {
  margin: 0;
}

.payment-right .pay-btn {
  width: 100%;
  height: 45px;
  background-color: #4bbc73;
  border-radius: 1px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}

.paypal-logo {
  width: 180px;
  margin: 40px auto 0;
}

.check-paypal {
  width: 40%;
  margin: 40px auto 0;
}

.check-paypal button {
  height: 45px;
  background-color: #eeeeee;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  border-radius: 2px 3px 3px 2px;
  border: 1px solid #cfcfcf;
}

.check-paypal button:hover,
.check-paypal button:focus {
  color: #333333;
}

.check-paypal button span {
  padding: 0 0 0 10px;
}

.check-paypal button span img {
  width: 80px;
}

.link-accordion {
  text-decoration: none;
}

.link-accordion:hover {
  text-decoration: none;
}

.link-accordion:focus {
  text-decoration: none;
}

.collapsed .accordion-arrow::before {
  color: #02a7e4;
  position: relative;
  content: '\f107';
  font: 28px/1 FontAwesome;
}

.accordion-arrow::before {
  color: #02a7e4;
  position: relative;
  content: '\f106';
  font: 28px/1 FontAwesome;
}

.my-privacy-page {
  color: #495966;
}

.payment-page .body-payment-page {
  margin-top: 50px;
  color: #495966;
}

.payment-page .body-payment-page .title-left-side {
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e4e2e0;
}

.payment-page .body-payment-page .order-text {
  font-size: 18px;
  padding-bottom: 25px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e4e2e0;
}

.payment-page .body-payment-page .order-text .light {
  font-weight: 300;
}

#quiz {
  overflow-y: auto;
}

.bottom-controls {
  position: fixed;
  width: 1170px;
}

/*  New Style  */

.footer {
  background-color: #0a1925;
  padding: 152px 0 80px;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.footer .top-footer {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 48px;
}

.footer .logo a {
  font-size: 16px;
  color: #fff;
}

.footer .links-block {
  display: flex;
  gap: 72px;
}

.footer .link-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.footer .links-list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.footer .links-list a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}

.footer .links-list li {
  margin: 0;
}

.footer .bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

.footer .social-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.footer .social-item {
  margin: 0;
}

.footer .social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer .social-icon:hover,
.footer .social-icon:focus {
  background-color: rgba(115, 111, 111, 0.1);
}

.footer .social-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.footer .copyright {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 60px 0;
  }

  .footer .top-footer {
    flex-direction: column;
    align-items: center;
    padding-bottom: 32px;
  }

  .footer .links-block {
    flex-direction: column;
  }

  .footer .links-block {
    gap: 40px;
  }

  .footer .bottom-footer {
    flex-direction: column-reverse;
    padding-top: 32px;
  }

  .footer .social-list {
    margin-bottom: 20px;
  }

  .footer .links-list {
    align-items: center;
  }

  .footer .link-title {
    text-align: center;
  }

  .footer .copyright {
    text-align: center;
  }
}

@media (max-width: 1500px) {
  .bg-upgrade {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

@media (max-width: 1199px) {
  .personal-form-right p input {
    width: 78%;
  }
  .personal-form-left p label {
    font-size: 13px;
  }

  .barry-submenu {
    /*margin: 15px auto 0;*/
    /* right: 19px; */
    /*left: -20px;*/
    /* float: none; */
    margin-left: -150px !important;
  }
  .bottom-controls {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .reviews-block .owl-dots .owl-dot {
    display: inline-block !important;
  }

  .reviews-block .owl-dots .owl-dot:nth-child(3n) {
    display: inline-block !important;
  }

  .reviews-block .owl-dots .owl-dot:last-child {
    display: inline-block !important;
  }

  /* modal */
  .examModal .modal-dialog {
    max-width: 90%;
  }

  .bottom-controls {
    width: 100%;
  }
  .what-is-block .img-block {
    display: none;
  }
  .my-account-page .border-block {
    border: none;
  }
  .my-account-page .my-account-content {
    padding-left: 0;
  }
  .exam-radio-btn input[type='radio'] + label {
    font-size: 12px;
  }
  .exam-question-head h2 {
    font-size: 15px;
  }
  .exam-question-head p {
    font-size: 15px;
  }
  .exam-radio-text-block p {
    font-size: 15px;
  }
  .exam-radio-text-block h4 {
    font-size: 16px;
  }
  .exam-question-title h2 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .my-account-page .left-menu {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .login_form {
    width: 80%;
  }
  .success-btn {
    width: 80%;
  }
  .order-detail-form-right p {
    font-size: 13px;
  }

  .pay-discount p input {
    width: 68%;
  }
  .my-account-bth {
    display: block;
    background-color: #f4f5f7;
    border-bottom: 2px solid #e4e2e0;
    padding: 34px 60px;
  }
  .my-account-page {
    padding-top: 0;
  }
  .left-active-menu {
    padding-top: 0;
  }
  .my-account-page .left-menu {
    padding: 30px 45px 80px 45px;
    background-color: #f4f5f7;
    border-bottom: 2px solid #e4e2e0;
    position: relative;
    margin-top: 0;
  }
  .my-account-page .left-menu .menu-content {
    width: 100%;
  }
  .left-active-menu div div.col-md-2 {
    background-color: #f4f5f7;
    border-bottom: 2px solid #e4e2e0;
    margin-bottom: 40px;
  }
  .my-account-bth div button {
    width: 100%;
    height: 60px;
    font-size: 13px;
  }
  .my-account-page .left-menu {
    display: none;
  }
  .container {
    width: 100%;
  }
  .barry-submenu {
    margin: 15px auto 0;
    /* right: 19px; */
    left: -40px;
    /* float: none; */
  }
  .personal-form-right p input {
    width: 78%;
  }
  .form-btn p input {
    width: 95% !important;
  }
  .on-table-btn div button {
    margin: 0 9px 0 0;
  }
  .personal-form-left {
    text-align: left;
  }
  .order-detail-form-left {
    text-align: left;
  }
  .my-account-page .left-menu.left-fixed-menu {
    position: relative !important;
    bottom: auto !important;
    padding: 20px 15px;
    background-color: #f4f5f7;
  }
  .my-account-page .left-fixed-menu .menu-content {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #login-btn {
    margin-left: 200px;
  }
  .full-screen-img {
    padding: 90px 15px 20px 15px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    height: auto !important;
    align-items: center;
  }

  .full-screen-img .left-content {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }

  .left-content .user-review {
    justify-content: center;
    text-align: start;
    margin: 0 33px;
  }

  .full-screen-img .right-content {
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  #login-btn {
    margin: 16px auto 32px;
  }
  #sign-up-btn {
    margin: 0 21px !important;
  }
  .full-screen-img {
    display: block;
    padding: 80px 24px 24px 24px;
  }

  .full-screen-img .left-content {
    margin: 0;
    text-align: left;
  }

  .left-content .user-review {
    text-align: start;
    margin: 0;
  }
  /* modal */
  .examModal .modal-dialog {
    max-width: 90%;
  }

  .wrapper > .item {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .unlock-adat h1 {
    font-size: 36px;
  }

  .unlock-adat p {
    font-size: 16px;
  }

  .new-line {
    display: none;
  }

  .benefit {
    display: none;
  }

  .title-custom {
    text-align: start;
  }

  .header-main .navbar {
    padding: 0;
  }

  .my-account-page
    .left-menu.left-fixed-menu
    .mCSB_scrollTools
    .mCSB_draggerContainer {
    right: 0;
  }
  .form-btn p input {
    width: 100% !important;
  }
  .header .navbar {
    padding-top: 0;
  }
  .header-main .navbar {
    padding-top: 0;
  }
  .navbar-toggle {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 0;
  }
  .header .navbar .navbar-toggle {
    color: #04a6e3;
    font-size: 24px;
  }
  .header-main .navbar .navbar-toggle {
    color: #04a6e3;
    font-size: 24px;
  }
  .header .navbar .navbar-collapse {
    text-align: center;
    padding-bottom: 60px;
  }
  .header-main .navbar .navbar-collapse {
    text-align: center;
    padding-bottom: 60px;
    height: 100vh;
  }
  .header .navbar .nav > li {
    display: block;
    text-align: center;
    margin-left: -15px;
  }
  .header-main .navbar .nav > li {
    display: block;
    text-align: center;
    margin-left: -15px;
  }
  .header .navbar .nav .btn-authorize {
    width: 90%;
    margin: 16px auto 32px;
  }
  .header-main .navbar .nav .btn-authorize {
    width: 90%;
    margin: 16px auto 32px;
  }

  .header .navbar.active .navbar-toggle {
    color: #04a6e3;
  }
  .header-main .navbar.active .navbar-toggle {
    color: #02a7e4;
  }
  .my-account-bth {
    display: block;
    background-color: #f4f5f7;
    border-bottom: 2px solid #e4e2e0;
    padding: 34px 60px;
  }
  .left-active-menu {
    padding-top: 0;
  }
  .left-active-menu div div.col-md-2 {
    background-color: #f4f5f7;
    border-bottom: 2px solid #e4e2e0;
    margin-bottom: 40px;
  }
  .my-account-bth div button {
    width: 100%;
    height: 60px;
    font-size: 13px;
  }
  .my-account-page .left-menu {
    display: none;
  }
  .content-exam-page .title-exam {
    padding: 0;
    margin-bottom: 20px;
  }
  .content-exam-page .top-exam-page .exam-duration {
    position: relative;
  }
.full-screen-img {
    height: auto !important;
  }
  .full-screen-img .content {
    position: relative;
    padding: 100px 0 100px;
    margin: 0;
    width: auto;
  }
  .full-screen-img .main-text {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 40px;
  }
  .full-screen-img .secondary-text {
    line-height: 30px !important;
  }
  .content-inner-page {
    padding-top: 78px;
  }
  .bg-upgrade {
    background: #f4f5f7;
  }
  .barry-submenu {
    margin-left: 0 !important;
  }

  .footer .logo {
    text-align: center;
    padding-bottom: 15px;
    margin: 0 auto 10px auto;
  }
  .footer .change-pos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .nav-block {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .copyright-block {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .footer-nav > ul > li {
    display: block;
    text-align: center;
    margin: 15px 0;
  }
  .my-time-remaining {
    float: none;
    text-align: center;
  }
  .text-bl-left h1 {
    text-align: center;
  }
  .text-bl-left {
    margin: 50px 0 0;
  }
  .text-bl-right {
    margin: 40px 0;
  }
  .on-table-btn div button:last-child {
    margin: 10px auto 0;
    float: none;
    width: 100%;
  }
  .on-table-btn div button {
    margin: 10px auto 0;
    float: none;
    width: 100%;
  }
  .barry-btn {
    margin: 0 15px 0;
  }
  .triangle-img {
    display: none;
  }
  .exam-question-head p {
    font-size: 18px;
    padding: 20px 0 0;
  }
  .exam-question-head h2 {
    font-size: 16px;
    text-align: center;
  }
  .exam-radio-btn input[type='radio'] + label {
    font-size: 13px;
    text-align: center;
    line-height: 2;
  }
  .on-exam-btn-left button {
    margin: 0 auto 10px;
    background-color: #7bceed;
    width: 100%;
  }
  .on-exam-btn-right {
    float: none;
  }
  .on-exam-btn-right button {
    margin: 10px auto 10px;
    width: 100%;
  }
  .exam-explanations div button {
    float: none;
    height: 29px;
    padding: 0 20px;
    width: 100%;
    margin: 25px auto 0;
  }
  .exam-score-report {
    padding: 15px 14px;
  }
  .exam-score-report div {
    height: auto;
    border: none;
    margin: 10px 0;
  }
  .exam-score-report h2 {
    text-align: center;
  }
  .exam-score-report p {
    text-align: center;
  }
  .exam-res-graf-block {
    margin: 30px auto 30px;
  }
  .my-account-content .personal-form .item {
    margin-bottom: 10px;
  }
  .personal-form-right input {
    width: 100%;
  }
  .personal-form-right button {
    margin: 20px auto 0;
    width: 100%;
  }
  .title-custom {
    line-height: 1.5;
  }
  .form-text p {
    font-size: 13px;
    text-align: center;
  }
  .login_form {
    width: 100%;
  }
  .success-btn {
    width: 100%;
  }
  .info-text h3 {
    text-align: center;
  }
  .info-text p {
    text-align: center;
  }
  .order-detail-form-right p {
    font-size: 13px;
  }
  .accordion-text {
    padding: 40px 20px;
  }
  .accordion-text span:first-child {
    font-size: 17px;
  }
  .test-block button {
    top: 20px;
    right: 20px;
  }
  .test-block p {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    width: 65%;
  }
  .payment-menu div button {
    width: 100%;
  }
  .payment-menu {
    width: 100%;
  }
  .btn-apply {
    float: none;
    margin: 20px 0 0;
  }
  .pay-discount p input {
    width: 100%;
  }
  .payment-right {
    padding: 55px 0 0;
  }
  .check-paypal {
    width: 100%;
  }
  .check-paypal button {
    width: 100%;
  }
  .collapsed .accordion-arrow::before {
    font: 18px/1 FontAwesome;
  }
  .accordion-arrow::before {
    font: 18px/1 FontAwesome;
  }
  .social-link {
    text-align: center;
  }
  .navbar-header .navbar-toggle i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
  }
  .navbar-header .navbar-toggle i::before {
    content: '\f00d';
  }
  .navbar-header .collapsed i::before {
    content: '\f0c9';
  }
  .barry-submenu li {
    text-align: center;
  }
  .barry-submenu li a {
    padding: 6px 0 0 !important;
  }
  .exam-question-title h2 {
    text-align: center;
  }
  .payment-right select {
    margin-right: 0;
  }

  .home-header {
    .navbar-header {
      button.navbar-toggle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 0;
        margin: 12px 0;

        img {
          width: 16px;
          height: 16px;
          margin: 1px;
        }

        .menu-icon {
          display: none;
        }
        .close-icon {
          display: block;
        }

        &.collapsed {
          .menu-icon {
            display: block;
          }
          .close-icon {
            display: none;
          }
        }
      }
    }

    .navbar.active.slideInDown {
      ul > li > a {
        color: #04A6E3;
      }

      .btn-authorize {
        a {
          border: 2px solid #04A6E3;
        }

        &#login-btn a {
          color: #04A6E3;
        }
        &#sign-up-btn a {
          color: #FFF;
          background-color: #4bbc73;
        }
      }
    }
  }
}

#sign-up-btn {
  margin-left: 10px;
  color: #FFF;
  background-color: #4bbc73;
  border-radius: 9999px;
}

#sign-up-btn a {
  color: #FFF !important;
  background-color: #4bbc73 !important;
  border: 2px solid transparent;
}

#sign-up-btn:hover {
  opacity: 0.8;
}

#sign-up-btn a:hover {
  background-color: #4bbc73 !important;
  color: #FFF !important;
  border: 2px solid transparent !important;
}

@media (max-width: 386px) {
  .text-bl-left h1 {
    font-size: 13px;
  }
  .my-time-remaining span {
    font-size: 10px;
  }

  /* modal */
  .examModal .modal-dialog {
    max-width: 90%;
  }
}

@media (max-height: 767px) {
  /* quiz */
  .block-black-color .text-bl-left,
  .block-black-color .text-bl-right {
    margin: 20px 0;
  }

  #quiz {
    max-height: 434px;
  }

  #quiz .tab-content {
    min-height: 0;
  }

  #quiz .exam-radio-btn {
    padding: 16px 30px;
  }

  #testControls {
    bottom: 5px !important;
  }
  /* /quiz */
}

@media (max-width: 768px) {
  .exam-question > div:first-child .block-btn {
    position: relative;
    top: 0;
    right: 0;
    padding: 20px 20%;
    display: inline-block;
    height: auto;
    width: 100%;
  }

  .exam-question-head.exam-explanations {
    padding: 8px 15px !important;
    margin-top: 0px !important;
    padding-top: 0;
  }
  .exam-question img {
    height: auto !important;
  }
}

@media (max-height: 768px) {
  /* contact us */
  .content-us-page {
    padding-top: 30px;
  }

  .content-us-page .title-custom {
    margin-bottom: 25px;
  }

  .content-us-page .title-custom .first-text {
    margin-bottom: 25px;
  }

  /* /contact us */
}

.logo {
  width: 145px;
}

.result-anchor {
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}

.anchor {
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

.nav-tabs {
  border: none;
}

.separator_right {
  float: right;
}

.tab-content {
  min-height: 72px;
}

.upgradeTextButton a {
  padding: 5px 20px;
  height: 29px;
}

.upgradeText {
  float: left;
  margin-right: 15px;
}

.welcomeText {
  padding-top: 10%;
}

.welcomeText .first-text {
  line-height: 1.3;
}

.nav.navbar-nav .dropdown {
  margin-left: 15px;
}

.upgrade-button {
  height: 29px;
}

.left-menu .upgrade-button {
  margin-left: 20px;
  white-space: inherit;
  height: auto;
  max-width: 140px;
  width: 100%;
}

pre {
  border: none;
  background-color: #fff;
  color: #495966;
  font-weight: 300;
  line-height: 2.4;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.25px;
  font-size: 14px;
}

.viewtest {
  cursor: pointer;
}

.delete_saved {
  font-size: 20px;
  color: red;
  border: 1px solid #000;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
}

.Expand_expl {
  text-align: right;
  padding: 10px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 18px;
  background-color: #f5f6f7;
}

.Expand_expl .exam-radio-text-block {
  display: none;
}

.review-item {
  color: var(--text-primary);
  text-align: left;
  padding: 48px;
  background-color: var(--alpha-primary);
  border-radius: 16px;
}

.review-item .review-content {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 32px;
}

.review-item .review-author {
  display: flex;
  align-items: start;
  gap: 12px;
}

.review-item .review-author img {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  object-fit: cover;
}

.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-author-info p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

.review-author-info p:last-child {
  font-style: Italic;
  font-weight: 400;
}

.review-author-info span {
  font-weight: 700 !important;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.reviews-block {
  padding-top: 70px;
  padding-bottom: 25px;
}

.name-image-blk {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.square_ava_block {
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.name-image-content {
  font-style: normal;
  color: #000;
  font-size: 13px;
  text-align: left;
}

.all-subjects .content {
  text-align: left;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.score-t {
  font-weight: 600;
  margin-top: 10px;
  float: right;
  width: 100%;
  text-align: right;
  min-height: 28px;
}

.subjectionTitle {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  line-height: 1;
  margin: 0 0 30px 0;
  color: #495966;
  padding-top: 124px;
  margin-top: -98px;
}

.exam-question.exam-bottom .exam-radio-text-block.exam-correct-question hr {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-height: 60px;
  margin: 0px auto;
}

.fixed-header-table {
  overflow-y: auto;
}

.fixed-header-table table {
  border-collapse: collapse;
  width: 100%;
}

/*.all-subjects .exam-radio-btn input[type="radio"]+label span {
  background: url(/img/radio-btns.png) no-repeat !important;
}*/

span.toOneSize {
  min-height: 140px;
  display: block;
  overflow: auto;
  padding-right: 5px;
}

@media (min-width: 991px) {
  span.toOneSize {
    height: 200px;
  }
}

span.toOneSize::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

span.toOneSize::-webkit-scrollbar-track {
  background: transparent;
}

span.toOneSize::-webkit-scrollbar-thumb {
  background: #dbd7d7;
  border-radius: 4px;
}

span.toOneSize::-webkit-scrollbar-thumb:hover {
  background: #b4b1b1;
}

.reviews-block .owl-dots .owl-dot {
  display: none !important;
}

.reviews-block .owl-dots .owl-dot:nth-child(3n) {
  display: inline-block !important;
}

.reviews-block .owl-dots .owl-dot:last-child {
  display: inline-block !important;
}

/* === Create Test ===  */
.test-wrapper {
  width: 100%;
}

.test-spoiler {
  position: relative;
  width: 100%;
}

.test-spoiler-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  padding: 24px 0px;
  border-bottom: 1px solid #e7eaec;
}

.test-modal-decor {
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 0 4px 4px #f93;
}

.test-spoiler-content {
  padding: 24px 0px;
  font-size: 13px;
  color: #65656a;
}

.checkbox-mode-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

label.test-label-text {
  font-weight: 400;
}

.test-arrow {
  position: absolute;
  top: 30px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.test-arrow::before,
.test-arrow::after {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.3s ease 0s;
}

.test-arrow::after {
  transform: rotate(-45deg);
  right: 0px;
}

.test-arrow.active::after {
  transform: rotate(45deg);
}

.test-arrow::before {
  transform: rotate(45deg);
  right: 7px;
}

.test-arrow.active::before {
  transform: rotate(-45deg);
}

.visually-hidden:not(focus):not(active) {
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.checkbox-mode-field {
  position: relative;
}

.checkbox-mode {
  display: block;
}

.checkbox-mode-text {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.checkbox-mode-text::before {
  content: '';
  width: 56px;
  height: 23px;
  border-radius: 50px;
  margin-right: 8px;
  background-color: #ddd;
}

.checkbox-mode-text::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background-color: #fff;
  left: 3px;
  transition: transform 0.3s ease 0s;
}

.checkbox-mode:checked + .checkbox-mode-text::after {
  transform: translateX(33px);
}

.checkbox-mode:checked + .checkbox-mode-text::before {
  background-color: #2196f3;
}

/* Options */
.options-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.options-item {
  display: flex;
  gap: 8px;
}

input.options-input {
  margin: 0;
  width: 20px;
}

.options-label {
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 7px;
}

.test-label-count {
  display: inline-block;
  height: 22px;
  line-height: 21px;
  padding: 0 7px;
  border-radius: 11px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #b2b2b2;
  color: #2196f3;
}

.test-label-count-mod {
  color: #b2b2b2;
}

/* Section */
.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.section-item {
  width: 46%;
  position: relative;
  padding-left: 28px;
}

input.section-input {
  position: absolute;
  left: 0;
  margin: 0;
  width: 20px;
  height: 26px;
}

/* Subsection */
.subsection-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subsection-item-wrapper {
  width: 46%;
}

.subsection-name {
  position: relative;
}

.subsection-icon {
  position: absolute;
  top: 0;
  right: -15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.subsection-icon::before,
.subsection-icon::after {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.3s ease 0s;
}

.subsection-icon::after {
  transform: rotate(-90deg);
}

.subsection-icon.active::after {
  display: none;
}

.subsection-item {
  position: relative;
  padding-left: 28px;
}

input.subsection-input {
  position: absolute;
  left: 0;
  margin: 0;
  width: 20px;
  height: 26px;
}

.subsection-items {
  display: block;
  padding: 0 0 16px 24px;
}

/* Number of Questions */
.noOfQuestions-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

input.noOfQuestions-input {
  height: 32px;
  width: 48px;
  border: 1px solid #ddd;
  color: #65656a;
  margin-right: 12px;
  text-align: center;
  caret-color: auto;
}

input.noOfQuestions-input:focus {
  border: 2px solid #ddd;
  border-radius: 4px;
}

.noOfQuestions-label-count {
  display: none;
  /* display: flex;
  align-items: center;
  height: 21px;
  border-radius: 11px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
  background-color: #e8e8e8; */
}

.noOfQuestions-label-static-count {
  display: flex;
  align-items: center;
  height: 21px;
  border-radius: 11px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
  background-color: #e8e8e8;
}

/* Generate button section */
.test-button-section {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.test-button:hover {
  background-color: #88cee7;
}

.test-button:disabled {
  background-color: #88cee7;
  cursor: no-drop;
}

.test-buttons-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.test-buttons-wrapper .upgrade-button {
  height: 45px;
}

/* Launch button section */
.test-launch-section {
  display: flex;
  justify-content: flex-end;
  padding: 24px 0px;
}

.test-launch-button {
  color: #2196f3;
  background: #f3f3f4;
  padding: 15px;
  border: none;
  font-size: 1em;
}

/* Modal */
.test-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.test-modal {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  min-width: 280px;
  max-width: 310px;
  padding: 5px;
  border-radius: 5px;
  color: #65656a;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mod-modal-resume {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.test-modal-close-icon {
  color: #616161;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 7px 10px;
  border: none;
  outline: none;
  background-color: transparent;
  display: block;
  margin-left: auto;
}

.test-modal-content-top-resume {
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-modal-text {
  padding: 5px 5px 30px;
  font-size: 15px;
}

.test-modal-text-resume {
  padding: 10px 5px;
  font-size: 22px;
}

.test-modal-content-bottom {
  padding: 10px 5px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mod-modal-content-bottom {
  align-items: center;
}

.test-modal-pagination {
  margin-bottom: 10px;
  font-size: 15px;
}

.test-modal-buttons {
  display: flex;
  gap: 10px;
}

.mod-modal-buttons {
  gap: 25px;
}

.test-button-disabled {
  color: #9a9a9a;
  text-transform: capitalize;
  padding: 6px 12px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  cursor: no-drop;
  background-color: #f4f4f4;
}

.test-button-enabled {
  color: #fff;
  text-transform: capitalize;
  padding: 6px 12px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 1px solid #2196f3;
  box-shadow: none;
  background-color: #2196f3;
}

.test-button-enabled:focus,
.test-button-enabled:hover {
  border: 1px solid #616161;
  box-shadow: 0 0 0 0.2rem hsl(0deg 0% 62% / 50%);
  background-color: #1c78c4;
}

.test-modal-is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

body.lock {
  overflow: hidden;
}

/* tooltips */
.glyphicon-info-sign {
  color: #2196f3;
  cursor: pointer;
}

.test-title-tooltip {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tooltip-inner {
  max-width: 600px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #65656a;
  font-size: 14px;
  font-weight: 400;
}

.test-tooltip-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.test-tooltip-row.mod {
  border-bottom: none;
}

.test-tooltip-title {
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
  min-width: 110px;
}

.test-tooltip-description {
  text-align: left;
}

.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.2);
}

.test-tooltip-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
#quiz {
  max-height: 100% !important;
}

/* new styles 2023 */
.hero {
  background-color: #fff;
  padding-top: 73px;
  padding-bottom: 80px;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.hero-content {
  flex: 1 1 700px;
}

.hero-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.37;
  color: #2c3760;
  margin: 0 0 24px 0;
}

.hero-description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.9;
  color: #2c3760;
  margin-bottom: 24px;
}

.button-adat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  background: #04a6e3;
  border-radius: 100px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.button-adat:hover,
.button-adat:focus {
  color: #ffffff;
}

.button-adat-white {
  background: #ffffff;
  color: #04a6e3;
}

.button-adat-white:hover,
.button-adat-white:focus {
  background: #fff;
  color: #04a6e3;
}

.button-adat-white-border {
  background: #ffffff;
  color: #04a6e3;
  border: 1px solid #04a6e3;
}

.button-adat-white-border:hover,
.button-adat-white-border:focus {
  background: #04a6e3;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.hero-img-box {
  position: relative;
  flex: 0 0 521px;
  height: 521px;
  background: linear-gradient(
    180deg,
    rgba(4, 166, 227, 0.5) 0%,
    rgba(4, 166, 227, 0) 100%
  );
  border-radius: 50%;
}

.hero-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 345px;
  height: 578px;
  transform: translateX(-50%);
}

.hero-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 10px;
    padding-bottom: 24px;
  }

  .hero-content {
    flex: 1 1 100%;
  }

  .hero-title {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
  }

  .hero-description {
    text-align: center;
    margin-bottom: 16px;
  }

  .hero-btn-wrapper {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .hero-img-box {
    flex: 0 1 262px;
    height: 262px;
  }

  .hero-img {
    width: 174px;
    height: 291px;
  }

  .hero-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
  }
}

/* .client-quote-section */

.client-quote-section {
  background-color: #fff;
}

.client-quote {
  padding: 48px;
  background: rgba(4, 166, 227, 0.04);
  border-radius: 16px;
}

.client-quote-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 555px;
  padding: 48px 30px;
  border-radius: 16px;
  background-color: #fff;
}

.client-quote-small.blue {
  background: rgba(4, 166, 227, 0.04);
}

.client-quote-small.blue.fix {
  flex: 1 1 555px;
}

.quote {
  display: block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.83;
  color: #2c3760;
  margin-bottom: 32px;
}

.quote-small {
  display: block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  color: #2c3760;
  margin-bottom: 32px;
}

.client-quote-author {
  display: flex;
  gap: 12px;
}

.client-quote-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.client-quote-img-small {
  margin-bottom: 12px;
}

.client-quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-quote-author-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #2c3760;
}

.client-quote-author-status {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #2c3760;
}

.client-quote-note {
  padding: 48px 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  color: #2c3760;
}

@media (max-width: 767.98px) {
  .client-quote {
    padding: 28px 18px;
  }

  .client-quote-small {
    padding: 24px 20px;
  }
  .quote-small {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .client-quote-img {
    width: 36px;
    height: 36px;
  }

  .quote {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .client-quote-author {
    gap: 8px;
  }

  .client-quote-author-name {
    font-size: 12px;
    text-align: center;
  }

  .client-quote-author-name.mod {
    text-align: left;
  }

  .client-quote-author-status {
    font-size: 12px;
  }

  .client-quote-small {
    max-width: 100%;
  }
  .client-quote-note {
    padding: 32px 0;
  }
}

/* sections */
.section-title {
  margin: 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #04a6e3;
  margin-bottom: 16px;
}

.section-title-red {
  color: #bb4848;
}

.section-subtitle {
  margin: 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
  color: #2c3760;
  margin-bottom: 48px;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 14px;
    margin-bottom: 19px;
  }

  .section-subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

/* .resource-section */
.resource-section {
  padding: 80px 0;
}

.resource-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 48px;
}

.resource-list-max-bottom {
  margin-bottom: 80px;
}

.resource-item {
  display: flex;
  gap: 20px;
}

.resource-item-icon {
  flex: 0 0 40px;
  height: 40px;
}

.resource-item-icon img {
  width: 100%;
  height: 100%;
}

.resource-item + .resource-item {
  margin-top: 32px;
}

.resource-item-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #2c3760;
}

.resource-block {
  width: 100%;
  padding: 40px;
  border: 1px solid rgba(44, 55, 96, 0.2);
  border-radius: 12px;
  margin-bottom: 80px;
}

.resource-block-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  color: #2c3760;
  margin-bottom: 16px;
}

.resource-block-subtitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  color: #2c3760;
}

.resource-container {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 80px;
}

.resource-box {
  padding: 72px 46px 0 46px;
  max-width: 555px;
  background: rgba(4, 166, 227, 0.08);
  border-radius: 16px;
}

.resource-box-red {
  background: rgba(187, 72, 72, 0.08);
}

.resource-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .resource-section {
    padding: 60px 0;
  }

  .resource-list {
    margin-bottom: 60px;
  }

  .resource-item {
    gap: 14px;
  }

  .resource-item-icon {
    flex: 0 0 24px;
    height: 24px;
  }

  .resource-item-text,
  .content-who-made-adat p{
    font-size: 16px;
  }

  .resource-item + .resource-item {
    margin-top: 24px;
  }

  .resource-container {
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 48px;
  }

  .resource-box {
    max-width: 100%;
  }

  .resource-block {
    padding: 24px;
    margin-bottom: 60px;
  }

  .resource-block-title {
    font-size: 16px;
  }

  .resource-block-subtitle {
    font-size: 28px;
  }

  .resource-btn {
    margin-top: 32px;
  }
}

/* .for-students  */
.for-students {
  background: rgba(4, 166, 227, 0.08);
  padding: 80px 0;
}

.for-students-cards {
  display: flex;
  gap: 60px;
}

.for-students-cards-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.for-students-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.9;
  color: #2c3760;
  margin-bottom: 86px;
}

@media (max-width: 767.98px) {
  .for-students {
    padding: 60px 0;
  }

  .for-students-cards {
    flex-wrap: wrap;
  }
  .for-students-text {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

/* updates */
.updates {
  padding: 80px 0 48px;
}

.updates-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.9;
  color: #2c3760;
}

.updates-img {
  max-width: 864px;
  max-height: 539px;
  margin: 48px auto;
}

.updates-img-resource {
  max-height: 498px;
}

.updates-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .updates {
    padding: 60px 0 24px;
  }

  .updates-text {
    font-size: 16px;
  }

  .updates-img {
    margin: 32px auto;
  }
}

/* .result */
.result-top {
  padding-bottom: 80px;
}

.result-top-quotes {
  margin-top: 80px;
  display: flex;
  gap: 60px;
}

.result-center {
  padding-top: 80px;
  background: rgba(4, 166, 227, 0.08);
}

.result-bottom {
  padding: 80px 0;
}

.result-bottom-img {
  max-width: 864px;
  max-height: 576px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto 48px;
}

.result-bottom-img img {
  width: 100%;
  height: 100%;
}

.result-bottom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .result-top {
    padding-bottom: 60px;
  }

  .result-top-quotes {
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
  }

  .result-center {
    padding-top: 60px;
  }

  .result-bottom {
    padding: 60px 0;
  }

  .result-bottom-img {
    margin-bottom: 32px;
  }
  .result-bottom-btn {
    margin-top: 32px;
  }
}

/* faqs section */
.faqs {
  padding: 80px 0;
  background: rgba(4, 166, 227, 0.08);
}

.faqs-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  color: #2c3760;
  margin-bottom: 32px;
}

.faqs-block-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.faqs-block-item:not(:last-child) {
  border-bottom: 1px solid rgba(44, 55, 96, 0.2);
}

.faqs-block-title {
  display: flex;
  justify-content: space-between;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #2c3760;
  cursor: pointer;
  padding: 16px 0;
}

.faqs-block-title-icon {
  margin-left: 12px;
}

.faqs-block-title-icon img {
  transform: rotate(90deg);
}

.faqs-block-title.active > .faqs-block-title-icon img {
  transform: rotate(-90deg);
}

.faqs-block-text {
  display: none;
  margin-top: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.9;
  color: #2c3760;
}

.faqs-block-item-link {
  font-weight: 700;
  color: #04a6e3;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .faqs {
    padding: 60px 0;
  }

  .faqs-title {
    font-size: 28px;
  }

  .faqs-block-text {
    font-size: 16px;
  }
}

/* .footer-section */
.footer-section {
  padding: 80px 0 375px;
  background: #04a6e3;
}

.footer-section-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-section-subtitle {
  max-width: 620px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 20px;
}

.footer-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .footer-section {
    padding: 60px 0 365px;
    background: #04a6e3;
  }

  .footer-section-title {
    font-size: 36px;
  }
  .footer-section-subtitle {
    font-size: 16px;
  }
}

/* .reviews-new */
.reviews-new {
  padding-bottom: 80px;
}

.reviews-new-cards {
  display: flex;
  gap: 60px;
}

.reviews-new-cards-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.reviews-new-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.reviews-more-block {
  margin-top: 60px;
  display: none;
}

@media (max-width: 767.98px) {
  .reviews-new-cards {
    flex-wrap: wrap;
  }

  .reviews-new-cards-column {
    gap: 32px;
  }

  .reviews-new-cards {
    gap: 32px;
  }

  .reviews-new {
    padding-bottom: 60px;
  }

  .reviews-new-btn {
    margin-top: 32px;
  }

  .reviews-more-block {
    margin-top: 32px;
  }
}

/* floating-header */
.upgrade-wrapper {
  padding-top: 71px;
}

.floating-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #4bbc73;
  transition: all 0.3s ease;
}

.floating-header.out {
  transform: translateY(-100%);
}

.floating-header-container {
  width: 100%;
  height: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-header-button {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'montserrat', Sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgb(23, 23, 23);
}

.floating-header-button:hover,
.floating-header-button:focus {
  background-color: #389558;
}

@media (max-width: 767.98px) {
  .upgrade-wrapper {
    padding-top: 67px;
  }

  .floating-header-container {
    height: 47px;
  }

  .floating-header-button {
    font-size: 14px;
  }
}

.policy-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.policy-wrapper input {
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
}

.policy-wrapper label {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.address-form h3 {
  color: #495966;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.exam-radio-text-block.exam-incorrect-question em {
  color: black;
  font-size: 15px;
}
.exam-radio-text-block li {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: black;
}

.exam-incorrect-question ol li ol {
  list-style-type: circle;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: black;
}
