@import url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css);

.main-container {
  padding: 140px 0 50px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 90%;
  margin: auto;
}

.course-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.container-conformation {
  text-align: center;
  padding: 150px
}

.two-grid-column {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.course-main-sec {
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}

.other-course-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.other-course-title h2 {
  color: #101010;
  margin: 0;
  font-family: Inter;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-align: center
}

.lms-introduction-title {
  color: #101010;
  font-size: 28px;
  margin: 0;
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
}

.lms-introduction-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #101010;
  margin: 0;
}

.box-course {
  background-color: #fff;
  box-shadow: 0 3px 6px #00000026;
  border-radius: 10px;
  padding: 0;
  margin: 10px auto;
}

.box-course img {
  width: 264px !important;
  border-radius: 9px 9px 0 0 !important;
  height: 174px !important;
  margin: auto;
}

.box-course-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 700;
  height: 45px;
  line-height: 1.5;
  width: 90%;
  margin: auto;
}

.box-course-text {
  padding: 0 10px;
  font-size: 14px;
  color: #101010;
  letter-spacing: normal;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}


.box-course-button {
  color: #101010;
  font-size: 14px;
  text-align: center;
}

.box-course-button:hover {
  color: #098ff8;
}

.learner-images {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}


.free-trialBtn {
  display: block;
  margin: auto;
  font-size: 16px;
  padding: 14px 20px;
  border: none !important;
  background: #098ff8;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  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);
  width: fit-content;
}

.free-trialBtn:hover {
  color: #fff;
  transform: translateY(calc(-1* var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #35136b;
  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
}

#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
}

.course-section-text {
  margin-bottom: 0 !important;
  color: #101010;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 0;
  gap: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: left;
}

.course-collections {
  padding: 50px;
  background: #f9fcff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.start-with-free-text {
  text-align: center;
  color: #101010;
  font-size: 24px;
  font-weight: 500;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.5;
}

.checkmark-course {
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
}

.course-main-title {
  color: #101010;
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

.course-include-title {
  color: #101010;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  text-align: left;
}

.req-quote-btn {
  width: 50%;
  /* padding: 10px; */
  color: #fff !important;
  font-size: 12px;
  border: 1px solid #98a5df;
  /* margin: 20px 0; */
  background: #098ff8;
  font-weight: 600
}

.req-quote-btn-sec {
  width: 50%;
  padding: 10px;
  color: #fff !important;
  font-size: 16px;
  background: #7b68ed;
  box-shadow: 0 12px 20px #7b68ED29;
  border: 1px solid #98a5df;
  border-radius: 6px
}

.crs-rating {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.crs-rate-sec {
  justify-content: center;
  display: flex;
  gap: 12px;
  align-items: center;
}

.crs-rate-sec img {
  width: 120px;
}

.firstform {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 33.33%;
}

.form-field-rw {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

select {
  text-transform: none;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #98a5df;
  padding: 10px;
}

form label {
  display: block;
  font-size: 14px;
  color: #101010;
  margin: 0;
  text-align: left
}

form input {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #98a5df
}

.course-popup-title {
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  font-weight: 600
}

.submit-Btn {
  padding: 14px 20px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 12px 20px #7b68ED29;
  border: none;
  border-radius: 8px;
  background: #098ff8;
  font-weight: 500;
  transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
  text-align: center;
  width: fit-content;
}

.submit-Btn:hover {
  color: #fff;
  transform: translateY(calc(-1 * var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #35136b;
  animation: bounce 0.4s ease-out;
}

.form-field-box {
  text-align: center;
  width: 100%;
  margin: 30px auto 0 auto;
}

.errormsgIname,
.errormsgMail,
.errormsgPhone {
  color: #ee2828;
  text-align: center;
  padding-top: 1%;
  display: none;
  font-size: 10px
}

.successAlert span {
  font-size: 18px
}

.cybersuccessAAlert,
.gdprsuccessAAlert,
.projectManagementSuccessAlert,
.successAAlert,
.foundationSuccessAlert,
.aiBusinessSucessAlert,
.itServiceManagementSuccessAlert,
.strategicPlanningSuccessAlert,
.hrManagementsuccessAlert {
  text-align: center;
  margin: 0 0;
  color: #40a900;
  font-size: 18px;
  line-height: 1.5;
  font-family: Inter;
  font-weight: 500
}

.cybersuccessAAlert span {
  font-size: 18px
}

.successAAlert span {
  font-size: 18px
}

.gdprsuccessAAlert span {
  font-size: 18px
}

.projectManagementSuccessAlert span {
  font-size: 18px
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%
}

@keyframes fadeIn_Modal {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn_Container {
  from {
    opacity: 0
  }

  to {
    opacity: .9
  }
}

.why-choose-items {
  display: flex;
  width: 100%
}

.useCase-tab-content {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700
}

.usecase-tab-container {
  padding: 20px 40px;
  font-size: 16px;
  color: #101010
}

.subSection-tabs {
  padding-left: 50px
}

.crs-duration-sec {
  font-size: 14px;
  margin: 0;
  text-align: left;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #101010;
}

.crs-dr-sec {
  text-align: left;
  display: grid;
  align-items: center;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.course-rating-box {
  position: relative;
  background-color: #fff4d6;
  border-radius: 12px;
  padding: 30px;
  max-width: 850px;
  margin: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.abt-crs-label {
  position: absolute;
  top: -20px;
  left: -30px;
  background-color: #c99c00;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 12px;
}

input:active,
input:focus,
input:hover {
  text-decoration: none !important;
  background: 0 0 !important;
  outline: 0 !important;
  background: #fff !important
}

.courses-sub-itm {
  background: #e9e9e98a;
  border: 1px solid #d9d9d9
}

.courses-sub-itm h6 {
  font-size: 14px;
  padding: 10px;
  color: #101010;
  font-weight: 600;
  font-family: 'Inter';
}

.inside-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}

.blue-border {
  text-align: center;
  padding: 0;
  border-top: 1px solid #cbd2ef;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

#form_section iframe {
  width: 100%
}

@-webkit-keyframes bounce {
  100% {
    transform: translateY(-10px)
  }
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/9;
  margin: 20px auto;
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.play-button {
  position: absolute;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 2rem;
  border: none;
  padding: .5em 1em;
  border-radius: 50%;
  cursor: pointer
}

.hidden-video {
  display: none
}

.checkbox-label {
  width: 38px;
  height: 32px;
  border: 2px solid #000;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff
}

.checkbox-label::after {
  content: '\2713';
  position: absolute;
  top: -17px;
  left: 7px;
  font-size: 35px;
  color: transparent;
  animation: checkmark-animation 2s infinite
}

@keyframes checkmark-animation {
  0% {
    color: transparent;
    transform: scale(0)
  }

  50% {
    color: #7b68ee;
    transform: scale(1.2)
  }

  100% {
    color: transparent;
    transform: scale(0)
  }
}

.float {
  position: fixed;
  width: 110px;
  height: 110px;
  bottom: 80px;
  left: 20px;
  color: #fff;
  border-radius: 80px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 10
}

.bounce .req-quote-btn {
  -webkit-animation: bounce .9s ease infinite alternate
}

.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 span {
  font-size: 12px
}

.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
}

.accordian-tab {
  width: 90%;
  margin: auto
}

.linkClr,
.linkClr:hover {
  color: #098ff8
}

.arrow-icon {
  width: 28px;
  height: 28px
}

#animation-container {
  display: flex;
  flex-direction: column;
  min-height: 40px;
  height: 40px !important;
  width: 40px !important;
}

#animation {
  height: 40px !important;
  width: 40px !important;
  min-height: 40px;
  display: flex;
}

.course-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.text-bold {
  font-weight: 700;
}

/* Mail confirmation css */

.container-conformation-align {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.popup-vm-btn {
  width: auto;
  padding: 12px 40px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 12px 20px #7b68ED29;
  border: 1px solid #98a5df;
  border-radius: 10px;
  background: linear-gradient(358.59deg, #1385f5 1.91%, #6d2dd9 99.52%);
  transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
  transform: translateY(0);
  font-weight: 500
}

.popup-vm-btn:hover {
  color: #fff;
  transform: translateY(calc(-1 * var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #35136b;
  animation: bounce 0.4s ease-out;
}

.figure-display {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popup-txt-info {
  font-size: 22px;
  font-weight: 600;
  font-family: Inter;
  margin: 0;
}

.courses {
  display: inline-flex;
  gap: 20px
}


.courses-sub-itm img {
  width: 290px;
  height: 190px;
}

@media only screen and (min-width:767px) {
  .mobileversion {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .desktopversion {
    display: none
  }

  .main-container {
    padding: 20px;
    gap: 40px;
  }

  .course-main-sec {
    display: block;
    padding: 0
  }

  .course-content {
    gap: 20px;
    padding: 0px;
  }

  .other-course-title h2 {
    font-size: 24px;
    margin: 0;
    line-height: 1.5
  }

  .container-conformation-align {
    margin: 50px auto;
    width: 90%;
  }

  .lms-introduction-title {
    text-align: center;
    font-size: 26px;
  }

  .start-with-free {
    width: 100%;
    padding: 10px
  }

  .lms-introduction-text {
    text-align: left;
  }

  .learner-images {
    border-radius: 0;
    width: -webkit-fill-available;
    height: auto;
  }

  #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #9199ab;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 4px 4px;
    opacity: .5;
    width: 8px;
    transform: none
  }

  .rating-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .course-main-title {
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .course-include-title {
    font-size: 22px;
    text-align: left
  }

  .course-checkmark {
    margin: 10px 0
  }

  .checkmark-course {
    width: 40px;
    height: 40px;
  }

  .req-quote-btn {
    width: 100%;
    padding: 4%;
    font-size: 16px
  }

  .course-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin: auto;
    line-height: 1.5
  }

  .successAlert {
    display: none;
    text-align: center;
    margin: 50px 0;
    color: #101010;
    font-size: 16px;
    line-height: 1.5
  }

  .form-box {
    width: 100%;
  }

  .content {
    width: 100%;
    height: 400px;
    padding: 20px
  }

  .main {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0
  }

  .submit-Btn {
    padding: 10px;
    margin: auto;
    font-size: 16px;
    width: auto
  }

  .crs-rating {
    font-size: 16px;
  }

  .crs-rate-sec img {
    width: 115px;
  }

  .req-quote-btn-sec {
    width: 100%
  }

  .accordian-tab {
    padding: 0
  }

  .toggel-lms-tubes {
    font-size: 16px;
    line-height: 1.3
  }

  .subSection-tabs {
    padding-left: 30px
  }

  .crs-duration-sec {
    font-size: 16px
  }

  .form-field-rw {
    flex-direction: column;
  }

  .container-conformation {
    text-align: center;
    padding: 120px 20px 50px 20px
  }

  .course-section-text {
    font-size: 16px;
    width: 100%;
    text-align: left;
  }

  .crs-dr-sec {
    grid-template-columns: repeat(1, 1fr);
  }

  .box-course {
    padding: 10px;
  }

  .box-course-title {
    font-size: 18px;
    height: auto
  }

  .free-trialBtn {
    width: fit-content;
    font-size: 14px;
  }

  .usecase-tab-container {
    padding: 20px
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .two-grid-column {
    width: 100%;
  }



  .course-collections {
    padding: 20px;
  }

  .crs-rate-sec {
    justify-content: flex-start;
  }

  .firstform {
    margin: 20px 0;
  }
}

@media only screen and (min-width:767px) and (max-width:900px) {
  .main-container {
    padding: 50px 0 50px 0;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .lms-introduction-title {
    font-size: 26px;
    font-size: 26px;
  }

  .course-main-title {
    font-size: 36px;
  }

  .crs-rating {
    font-size: 14px
  }

  .abt-crs-label {
    padding: 10px;
    font-size: 12px
  }

  .lms-introduction-text {
    font-size: 14px
  }

  .crs-duration-sec {
    font-size: 12px
  }

  .form-field-rw {
    flex-direction: column;
  }

  .form-box {
    width: 100%;
  }

  .firstform {
    gap: 12px;
  }

  .submit-Btn {
    padding: 10px 10px;
    margin: 0;
    font-size: 14px;
    width: auto
  }

  form {
    margin-top: 0
  }

  .course-section-text {
    font-size: 14px
  }

  .checkmark-course {
    width: 40px;
    height: 40px
  }

  .other-course-title {
    margin: 0
  }

  .other-course-title h2 {
    margin: 20px auto;
    font-size: 30px
  }

  .free-trialBtn {
    width: 30%
  }

  .toggel-lms-tubes {
    font-size: 18px
  }
}