.qt-feature-hero {
  text-align: left;
} 
.btn-f-white {
    background: #fff !important;
    color: #000 !important;
}
.title-features {
    color: white;
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
}

.color-purple {
  color: #6c0078;
}
.color-div{
  color: #1643d4;
}
.min-width200{
  min-width: 200px;
}
.btn-feature:hover {
  color: #fff !important;
}
.bg-color-blue{
      background-color: #2b354e !important;
}
.btn-qf-purple {
  background: #6c0078!important;
  padding: 5px 20px;
}
.btn-qf-red {
  background: #fe5b60 !important;
}
.color-white {
  color: #fff;
}
.text-red{
  color: rgb(255, 113, 113);
}
.feature-list-main ul {
  color: #111 !important;
  padding-left: 10px;
}
.feature-list-main .shadow-dark-lg {
  box-shadow: none !important;
}
.feature-list-main h3 {
  font-size: 28px;
  font-weight: 700;
}
.q-f-benifits .ai-benifit {
  background: #00d29d;
  border-radius: 100px;
  height: 90px;
  width: 90px;
  padding: 14px;
}
.q-f-benifits .ai-benifit {
  background: #00d29d;
  border-radius: 100px;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q-f-benifits .ai-benifit i {
  color: #fff;
  font-size: 52px;
}
.feature-flag-main {
  margin-right: -5px;
  margin-left: -5px;
}
.feature-flag-main > div {
  padding: 0 5px;
  margin: 0 0 10px;
  flex: auto;
  max-width: 13%;
}
.feature-flag-main img {
}

.g-drive-in {
  background: #2b354e;
  color: #fff;
  text-align: center;
}
.g-drive-in .d-f-c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.g-drive-in img {
  width: 150px;
  height: auto;
  margin: 0 20px 0 0;
}
.g-drive-in h3 {
  font-size: 35px;
  font-weight: 600;
}
.g-drive-in p {
  max-width: 300px;
  text-align: center;
}
.justify-content-space-around{
  justify-content: space-around;
}
.light-green-sec {
  text-align: center;
  background: #42ba96;
  color: #fff;
  font-weight: 600;
}
.light-green-sec h3 {
  font-weight: 600;
  font-size: 30px;
}
.light-green-sec p {
}
.spell-language h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.faq-wrap .dropdown-divider {
    border-top: 1px solid #a1a1a1;
    margin: 35px 0 -10px;
    opacity: .7;
}
 .faq-wrap {
        padding-right: 60px;
        margin-bottom: 35px;
        cursor: pointer;
      }
.g-d-icon {
  width: 130px;
}
.btn-feature{
  min-width:210px;
  font-size: 12px !important;
  border-radius: 0.25rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 7px;
  padding: 12px 10px !important;
}
 .review-section {
      background-color: white;
      padding: 17px 3px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      max-width: 1220px;
      margin: 0 auto;
    }
    .trustpilot img {
      display: block;
      margin-bottom: 10px;
    }
    .trustpilot-score {
      font-size: 16px;
      font-weight: 600;
    }
    .stars {
      color: #00b67a;
      margin-bottom: 8px;
    }
    .review-title {
      font-weight: bold;
      margin-bottom: 5px;
    }
    .review-text {
      font-size: 0.9rem;
      font-weight: 600;
    }
  .faq-p{
        color: #161c2d !important;
        text-align: justify !important;
      }
  .feature-title {
      color: #485a8d !important;
  }
  /* .learn-more a{
    padding: 20px 50px;
    font-size:larger;
  } */
  .normal-font{
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .fs-20{
    font-size: 20px !important;
  }
  .pad-12-50{
    padding: 12px 50px !important;
  }
  .pad-20-50{
    padding: 20px 50px !important;
    font-size: large;
    font-weight: 800;
  }
  .width-15rem{
    width: 15rem !important;
  }
  .get-start-btn{
    color: #1643d4 !important;
    font-size: large;
    padding: 12px 50px;
    font-weight: 700;
  }
    @media only screen and (max-width: 768px) {
      .review-section{
        display: block;
        margin:10px;
      }
      .review{
        margin: 25px 0;
      }
       .faq-p {
          font-size: 16px !important;
        }
        .reviewdiv{
          margin-left: 0;
          margin-right: 0;
        }
        .review {
          margin: 25px 0;
        }
    }