.container-main {
  width: 100% !important;
  padding: 12% 5% 5% 5%;
  background: #fff;
  overflow-x: hidden;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.main-section {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 88%;
  margin: 0px auto;
}

.learner-images {
  width: 80%;
  margin: auto;
}


.why-choose-items {
  display: flex;
  width: 100%;
}

.lms-introduction-text {
  color: #101010;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.lms-introduction-text li{
  margin: 0px 0px 10px 0px;
}

.box-what-playablo {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 25%;
  margin: 10px;
  justify-content: space-between;
  border: 1px solid #93cefb;
}

.lms-introduction-heaqding {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #101010;
  font-family: 'Inter';
  margin: auto;
}

/* .imgalgn {
  text-align: center;
  padding-bottom: 30px;
} */

.owl-carousel.owl-loaded {
  display: block;
  text-align: center;
}

.linkClr {
  color: #0000FF !important;
}

.arrowIcon {
  width: 28px;
  height: 28px;
}

.key-feature-titles {
  color: #101010;
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.5;
  font-weight: 700;
}

.key-feature-text {
  color: #101010;
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0;
  font-family: 'Inter';
}

.toggle-bg {
  background: #e3f2fe;
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0 0 4px 0 #00000029;
}

.toggel-lms-tubes {
  background-color: #fff;
  color: #101010;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 20px;
  transition: .4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-radius: 12px;
  margin: 0;
  border: 1px solid #93cefb;
}

.toggel-lms-tubes:hover {
  background-color: #dbeefd;
  color: #101010;
}

.toggel-lms-tubes.active {
  background-color: #fff;
  color: #101010;
  border: 1px solid #93cefb;
  box-shadow: 0 0 4px 0 #00000029;
}

.toggeltextlms {
  max-height: 0;
  box-shadow: 0 3px 6px #0000001A;
  overflow: hidden;
  transition: max-height .2s ease-out;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.usecase-tab-container {
  padding: 20px 40px;
  color: #101010;
  font-size: 16px;
}

.useCase-tab-content {
  font-size: 16px;
  margin: 20px auto;
  font-weight: 700;
}

.subSection-tabs {
  padding-left: 50px;
}

.toggel-box-lms {
  background: #f9fcff;
  padding: 30px;
  border-radius: 12px;
  margin: 50px auto;
}

.why-choose-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0;
  color: #101010;
}


.start-with-free {
  width: 20%;
  padding: 14px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  display: block;
  border: none;
  text-align: center;
  margin: 0px auto;
  background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%);
  font-weight: 600;
  box-shadow: 0 5px 0 transparent;
  transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
  transform: translateY(0);
}

.start-with-free:hover {
  color: #fff;
  transform: translateY(calc(-1* var(--animation-depth, .375em)));
  background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%) !important;
  box-shadow: 0 5px 0 #6436db;
  animation: bounce .4s ease-out;
}

#customers-testimonials .owl-dots {
  margin-top: 3%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #101010;
  transform: none;
  opacity: 1;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 7px;
  opacity: 1;
  width: 8px;
  transform: none;
}

.mobVersion {
  display: none;
}

.key-feature-images {
  width: 64px;
  height: 64px;
}

.lnkClr,.lnkClr:hover {
  color: #098FF8;
}

.btn-txt-str {
  font-weight: 600;
}

@media only screen and (min-width: 767px) {
  .mobileversion {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .desktopversion {
    display: none;
  }

  .container-main {
    padding: 36% 4% 2% 4%;
  }

  .lms-introduction-heaqding {
    font-size: 36px;
  }

  .main-section {
    gap: 20px;
  }

  .toggel-box-lms {
    padding: 20px;
  }

  .toggel-lms-tubes {
    line-height: 1.5;
    font-size: 16px;
  }

  .usecase-tab-container {
    padding: 20px;
    font-size: 14px;
  }

  /* .imgalgn img {
    width: -webkit-fill-available;
  } */

  .useCase-tab-content {
    font-size: 14px;
    margin: 10px auto;
  }

  .why-choose-title {
    font-weight: 700;
    font-size: 30px;
  }

  .box-what-playablo {
    width: 100%;
    margin: 10px auto;
  }

  .why-choose-items {
    flex-direction: column;
  }


  .start-with-free {
    width: auto;
    padding: 10px;
    font-size: 14px;
    margin: 16px auto;
  }

  .mobile-visibility-hidden {
    display: none;
  }

  .key-feature-images {
    width: 40px;
    height: 40px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desktopversion {
    display: none;
  }

  .container-main {
    padding: 18% 2% 2% 2%;
  }

  .lms-introduction-heaqding {
    font-size: 36px;
  }

  .main-section {
    gap: 20px;
  }

  .toggel-box-lms {
    padding: 20px;
  }

  .toggel-lms-tubes {
    line-height: 1.5;
    font-size: 16px;
  }

  .usecase-tab-container {
    padding: 20px;
    font-size: 14px;
  }

  /* .imgalgn img {
    width: -webkit-fill-available;
  } */

  .useCase-tab-content {
    font-size: 14px;
    margin: 10px auto;
  }

  .why-choose-title {
    font-weight: 700;
    font-size: 30px;
  }

  .box-what-playablo {
    width: 100%;
    margin: 10px auto;
  }

  .why-choose-items {
    flex-direction: row;
    gap: 10px;
  }

  .start-with-free {
    width: auto;
    padding: 10px;
    font-size: 14px;
    margin: 16px auto;
  }

  .key-feature-titles {
    font-size: 16px;
  }

  .key-feature-images {
    width: 40px;
    height: 40px;
  }

}