.container {
  width: 100% !important;
  padding: 10% 5% 0% 5% !important;
  letter-spacing: normal;
  overflow-x: hidden;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}


.lms-introduction-heaqding {
  color: #1F1F1F;
  font-family: Poppins-Bold !important;
  font-size: 40px !important;
  line-height: 1.5 !important;
  margin: 0px 0px 25px 0px;
  text-align: left;
}

.lms-introduction-subheaqding {
  color: #1F1F1F;
  font-family: Poppins-Bold;
  font-size: 32px;
  margin: 5% 0%;
}

.lms-introduction-text {
  color: #1F1F1F;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 1.5;
}

.lms-learn-box {
  box-shadow: 0px 3px 15px #44A7911F;
  background-color: #fff;
  padding: 3%;
}

.lms-learn-box-heading {
  color: #1F1F1F;
  font-family: Poppins-Bold;
  font-size: 22px;
  margin: 10% 0%;
}

.lms-learn-box-text {
  color: #1F1F1F;
  font-family: Poppins-Medium;
  font-size: 14px;
  margin-top: 10%;
}

.lms-learn-box-line {
  border: 3px solid #44A791;
  width: 30%;
}

.learner-images {
  width: 100%;
  border-radius: 75px 0px;
}

.toggel-box-lms {
  margin: 5% 0%;
}

.toggel-lms-tubes {
  background-color: #fff;
  box-shadow: 0px 3px 6px #0000001A;
  color: #1F1F1F;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  font-family: Poppins-SemiBold;
  font-size: 22px;
  transition: 0.4s;
  margin-bottom: 1.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}

.toggel-lms-tubes.active,
.toggel-lms-tubes:hover {
  background-color: #FFF5F9;
  color: #1F1F1F;
}



.toggeltextlms {

  background-color: #FDFDFD;
  max-height: 0;
  box-shadow: 0px 3px 6px #0000001A;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.free-trial-button2 {
  border-radius: 12px;
  background: #7B68EE;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 2% !important;
  margin-top: 5%;
  font-family: Poppins-Regular;
}

.section2 {
  background-image: linear-gradient(0deg, #FFF5F429 0%, #FDEFFA 29%, #F6F3FEA5 77%, #F2F8FF7A 100%);
  padding: 3% 10%;
  z-index: 0 !important;
}

.heading-section2 {
  color: #1F1F1F;
  font-family: Poppins-Bold;
  font-size: 35px;
  text-align: center;
  margin: 0px;
}

.text-section2 {
  color: #1F1F1F;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  margin-top: 3%;
}

.testimonialslider-heading {
  color: #343436;
  text-align: center;
  font-size: 35px;
  font-family: Poppins-Bold;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}

.section3 {
  padding: 50px 0px;
}

.main-sec {
  display: flex;
  align-items: center;
  margin: 0px;
  justify-content: space-between;
}

.free-trial-button2-txt {
  border-radius: 12px;
  background: #7B68EE;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 1% !important;
  margin-top: 2%;
  font-family: Poppins-Regular;
}

.usecase-tab-container {
  padding: 3% 5%;
}

.useCase-tab-content {
  /* padding: 0% 5%; */
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  margin: 10px 0px;
}

.owl-carousel.owl-loaded {
  display: block;
  margin-top: 20px;
}

.toggeltextlms p {
  /* padding: 0% 5%; */
  color: #1F1F1F;
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1001px) {
  .mobileversion {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .desktopversion {
    display: none;
  }

  .client-img {
    height: auto !important;
  }

  .lms-introduction-heaqding {
    font-size: 35px !important;
    text-align: center;
  }

  .lms-introduction-text {
    font-size: 16px;
  }

  .toggel-lms-tubes {
    font-size: 16px;
    margin: 10px 0px;
  }

  .heading-section2 {
    font-size: 30px;
    margin: 0px 0px 25px 0px;
  }

  .text-section2 {
    font-size: 16px;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
  }

  .main-sec {
    display: block;
    align-items: center;
    margin: 0px;
    justify-content: space-between;
  }

  .free-trial-button2 {
    border-radius: 12px;
    background: #7B68EE;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 4% !important;
    margin-top: 5%;
    font-family: Poppins-Regular;
  }

  .section2 {
    background-image: linear-gradient(0deg, #FFF5F429 0%, #FDEFFA 29%, #F6F3FEA5 77%, #F2F8FF7A 100%);
    padding: 10% 10%;
    z-index: 0 !important;
  }

  .section3 {
    padding: 20px 0px;
  }

  .testimonialslider-heading {
    color: #343436;
    text-align: center;
    font-size: 35px;
    font-family: Poppins-Bold;
    margin: 0px 0px 25px 0px;
  }

  .learner-images {
    width: 100%;
    border-radius: 10px 10px;
  }

  .free-trial-button2-txt {
    border-radius: 12px;
    background: #7B68EE;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 4% !important;
    margin-top: 2%;
    font-family: Poppins-Regular;
  }

  .container {
    width: 100% !important;
    padding: 25% 5% 0% 5% !important;
    letter-spacing: normal;
    overflow-x: hidden;
  }
}