 .faq-wrap {
        padding-right: 60px;
        margin-bottom: 35px;
        cursor: pointer;
}
.faq-wrap h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #000000;

    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.faq-wrap p {
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #506690;
    margin-top: 30px 0 0;
}
.p-checker-faq {
    padding-bottom: 50px;
}
.faq-wrap ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #506690;
}

.btn-f-white {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0px 7px 29px rgb(100 100 111 / 20%) !important;
    border-radius: 0.25rem;
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 7px;
    padding: 12px 10px !important;
    min-width: 160px;
}
.shadow{
    box-shadow: 0px 9px 18px #869ab8 !important;
    border-radius: 0.25rem;
    border: 1px solid;
    padding: 18px 0;
}
.align-position{
  position: absolute;
  top: -14px;
  right: 0;
}
.w275{
    min-width: 275px;
    max-width: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-shadow-primary{
  box-shadow: 0px 0px 2px 1px #2b354e !important
}
.integration-text{
   font-weight: 800;
    font-size: 30px;
    line-height: 140%;
}
.faq-wrap2 h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 166%;
    color: #000000;
}

.faq-wrap2 p {
    font-weight: normal;
    font-size: 14px;
    line-height: 166%;
    color: #506690;
}

.faq-line-break {
    display: block;
    margin: 15px 0 0;
}
.faq-collapse {
    cursor: pointer;
}
.faq-collapse i {
    font-weight: 600;
    color: #777;
    font-size: 24px;
}

.faq-wrap .dropdown-divider {
    border-top: 1px solid #a1a1a1;
    margin: 35px 0 -10px;
    opacity: 0.7;
}
.p-checker-header h2 {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-family: Nunito", sans-serif;
    padding-top: 50px;
}
.text-a-blue {
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  text-align: right;
  color: #335eea;
}
.color-a-blue {
  color: #2b354e;
}
 .features-container {
      display: flex;
      gap: 60px;
      flex-wrap: wrap;
      padding:15px
    }
  .features-column {
    flex: 1;
    min-width: 250px;
  }
 .features-column ul li {
    align-items: center;
}
.btn-purple{
    background-color: #6c0078; color: white;
}
.ai-title{
    font-weight: 800;
    font-size: 25px;
    line-height: 140%;
}
.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;
    }
    .feature-title, .text-blue {
        color: #485a8d !important;
    }
    .faq-p {color: #161c2d !important;}
    .btn-purple:hover{
      color: #fff;
    }
    .feature-li{
     display: flex;
     align-items: flex-start !important;
    }
    .displayFlx{
      display: flex;
      flex-direction: column;
      align-content: center;
      flex-wrap: wrap;
    }
 .shadow .lmsimage{
    width: 15.2rem;
  }
  .shadow .canvasimage{
    width: 15rem;
  }
  .shadow .moodleimage{
    width: 12.8rem;
  }
  .span.feature-text{
    text-align: left;
  }
  .normal-font {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.box-shadow-primary{
 background-color: #fafbfd !important;
}
.feature-text{
  font-weight: lighter;
}
#planContactSupportModal .form-control {
  border-color: #b3b3b3;
  line-height: 1;
  height: auto;
  padding: 8px 13px 8px;
  font-size: 14px;
  border-width: 1px;
  border-radius: 3px;
}
#planContactSupportModal .form-control:hover,
#planContactSupportModal .form-control:focus {
  border-color: #575757;
}
#planContactSupportModal .modal-header {
  /* background: whitesmoke; */
  padding: 12px 20px 9px;
  border-bottom: 1px solid #e0e0e0;
}
#planContactSupportModal .modal-footer {
  border-top: 1px solid #e0e0e0;
  padding: 16px 20px 12px;
}
#planContactSupportModal .modal-title {
  font-weight: 700;
  color: #2d2d2d;
}
#planContactSupportModal .modal-body {
  padding: 7px 20px 11px;
}
#planContactSupportModal .form-group {
  margin-bottom: 7px;
}
#planContactSupportModal label {
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 4px;
  color: #2d2d2d;
}

#planContactSupportModal #submit-plan-support {
  font-size: 14px;
  padding: 6px 20px 5px;
  display: block;
  margin-right: auto;
}
#planContactSupportModal label span {
  color: red;
  font-size: 14px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
    .review-section {
        display: block;
        margin: 10px;
    }
    .reviewdiv{
          margin-left: 0;
          margin-right: 0;
        }
    .review {
      margin: 25px 0;
    }

}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .img-start-from-left > img {
        left: 0;
        max-width: 470px;
    }
    .img-start-from-left {
        margin-bottom: 0;
    }
     .features-column ul li {
          font-size: 20px;
          text-align: center;
        }
}
.fst-italic{
    font-style: italic;
}
@media screen and (max-width: 990px) {
  .align-position{
    position: unset;
    top: 38px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
 .shadow .lmsimage{
    width: 11.2rem;
  }
  .shadow .canvasimage{
    width: 11.2rem;
  }
  .shadow .moodleimage{
    width: 10rem;
  }
}
@media screen and (max-width: 1300px) {
  .features-container {
      gap: 0;
    }
    .features-column ul{
      margin-bottom: 0;
    }
}