header nav a:hover {
  color: #fff!important;
}

.quickwin-be .header__top .mobile_menu_icon span {
  background-color: #fff;
}

.quickwin-be .lang-block-wrapper {
  width: 46px;
}

.quickwin-be .lang-toggle-block {
  background-color: #2A2A40!important;
}

.quickwin-be .lang-toggle-block__item {
  margin: 14px;
}

.Quickwin-be .header {
  background: linear-gradient( 180deg, rgb(1 3 10) 0%, rgb(26 31 46) 72.92%, rgb(35 39 50) 93.23% );
  box-shadow: 0px 4px 30px 0px #00000040;
}

.Quickwin-be .header__top nav {
  background: linear-gradient( 180deg, rgb(1 3 10) 0%, rgb(26 31 46) 72.92%, rgb(35 39 50) 93.23% );
}

.header-anm {
  background: none!important;
  color: #fff!important;
  border: 1px solid #fff;
}

.header-anm:hover {
  background: #fff!important;
  color: #000!important;
}

.header-reg {
  background: #FBFF32!important;
  color: #000!important;
}

.header-reg:hover {
  background: #f4f757!important;
  color: #000!important;
}

.lang-toggle-block a:hover {
  color: #fff!important;
  text-decoration: unset!important;
}

.quickwin-be .header__top .logo img {
  max-height: 45px;
}

.quickwin-be .header__top .mobile_menu_icon {
  background: none;
}

.Quickwin-be #toc_container ul {
    flex-flow: wrap;
}

.Quickwin-be #toc_container ul li {
    background-color: #232732;
    text-transform: uppercase;
}

#toc_container ul li a {
    font-size: 12.5px!important;
}

#toc_container ul li:hover a {
    color: #000!important;
}



  .content-section {
    margin: 30px auto;
  }

  .BZi {
    color: #222222;
    font-weight: 600;
  }

  .wMi {
    font-size: 16px;
    display: flex;
    margin-bottom: 8px;
  }

  .wMi-count {
    counter-increment: section;
    content: counter(section);
    display: flex;
    flex: 0 0 22px;
    height: 22px;
    align-self: baseline;
    background: #2b333a;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 4px;
    justify-content: center;
    font-size: 14px;
  }

  .kMi {
    font-size: 15px;
  }

  .kMi p {
    margin-top: 0;
  }



  .reviews-container {
      display: flex;
      gap: 50px;
      flex-wrap: wrap;
      margin: 30px 0;
  }

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

  .author-image {
      width: 77px;
      height: 77px!important;
      border-radius: 50px;
  }

  .review-verify-image {
      width: 22px;
  }

  .review-author {
      display: flex;
      align-items: center;
      gap: 7px;
  }

  .review-contact span {
      font-weight: 600;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
  }

  .review-contact {
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .review-author span:first-child {
      font-weight: 600;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
  }

  .review-author span:last-child {
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      border-left: 1px solid #fff;
      padding-left: 7px;
      color: #fff;
  }

  .review-info {
      display: flex;
      flex-direction: column;
      gap: 15px;
      font-weight: 400;
  }

  .review-message {
      font-weight: 400;
      line-height: 35px;
      font-style: italic;
      color: #fff;
  }

  .single-review {
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 800px;
      padding: 24px;
      background-color: #232732;
      border-radius: 30px;
  }


  .updated-date {
    background: linear-gradient(90deg, #1a1f2e 0%, #232732 100%);
    margin: 30px auto;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 411px;
    height: 157px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
  }
  .updated-date img {
    max-width: 32px;
  }
