
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
/*-------------------------------------------This css for Course Dimension and SkillList start here--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

/* design one */
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-container h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: #333 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
div {
  font-family: "Poppins", sans-serif;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}

.flexone {
  display: flex;
  align-items: center;
}

.white-color {
  color: white !important;
}

/* bannersectuion */
.header-sel {
  background: url("https://bloomster.com/hubfs/LANDING%20PAGE/sel-programs-for-schools/Untitled%20design%20%281%29.jpg") no-repeat 50% / cover;
  /*border-radius: 12px;*/
  color: #fff;
  display: flex;
  font-family: Poppins, sans-serif;
  justify-content: left;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 100px 40px !important;
  position: relative;
  padding-left: 9.5vw !important;
  background-position: top;
}

.header-sel * {
  position: relative;
  z-index: 2;
}

.header-sel h1 {
  color: #fff !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: auto;
  font-family: Poppins, sans-serif !important;
}

.header-sel p {
  color: #fff !important;
  margin: 10px 0 40px;
  font-size: 16px !important;
  font-family: Poppins, sans-serif !important;
}

.main-container {
  max-width: 1680px;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
/* padding: 0 100px; */
}

section {
  margin: 30px 0px !important;
  padding: 20px 0px !important;
}

.section h2 {
  color: #333;
  font-family: Poppins !important;
  font-size: 35px !important;
  font-weight: 600 !important;
  text-align: center;
  margin: 0px;
  padding-bottom:20px !important; 
}

.section p {
  color: #333;
  font-family: Poppins !important;
  font-size: 16px;
  padding-left: 0;
  text-align: left; 
}

/*---------this is button css start here---------------*/
.why-footer {
  margin-top: 40px;
  text-align: center;
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}
.why-footer a.btn {
  border-radius: 26px;
  display: inline-block;
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  margin: 0 0px !important;
  padding: 12px 24px !important;
  position: relative;
  text-decoration: none !important;
  transform: perspective(1px) translateZ(0);
  transition-duration: .3s;
  transition-property: color;
  vertical-align: middle;
}
.quizvideocontainer button.en-btn.en-btn--primary.en-btn--filled, form#Course-Fit-Quiz button.en-btn.en-btn--primary.en-btn--filled {
  border-radius: 30px;
  bottom: 24px;
  color: #fff;
  position: static;
  right: 14px;
  z-index: 99;
}
.en-btn.en-btn--primary.en-btn--filled {
  background-color: #1cc0d8 !important;
  background: #e1e1e1;
  border: 0 !important;
  border-radius: 29px;
  box-shadow: 0 0 1px transparent;
  color: #fff;
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 12px 30px !important;
  position: relative;
  text-decoration: none !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
}
.why-footer a.btn {
  border-radius: 26px;
  display: inline-block;
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  margin: 0 10px !important;
  padding: 12px 24px !important;
  position: relative;
  text-decoration: none !important;
  transform: perspective(1px) translateZ(0);
  transition-duration: .3s;
  transition-property: color;
  vertical-align: middle;
}
.why-footer a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 45px !important;
  background: #85b711 !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.why-footer a.btn:hover,
.why-footer a.btn:focus,
.why-footer a.btn:active {
  color: white;
}

.why-footer a.btn:hover:before,
.why-footer a.btn:focus:before,
.why-footer a.btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-outline {
  background: #fff;
  border: 1.08px solid #1ec1d9;
  border-radius: 8px;
  color: #06b6d4;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  transition: .3s ease;
}
.btn-filled {
  background-color: #1ec1d9;
  border: none;
  color: #fff;
}
/*---------this is button css end here---------------*/

/*----------------------This code use of informations card section start here-------------------------------*/
.informations-card .container {
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 25px auto;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
}

.informations-card .container .left-side-img{
  max-width: 50%;
  width: 33%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.informations-card .informations-card-content {
  padding-left: 30px;
  width: 100%;
  padding-right: 30px;
}

.informations-card .informations-card-content .title{
    color: white !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    text-align:left;
    margin-bottom: 14px !important;
}

.informations-card .informations-card-content .para {
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700;
  color: white !important
}

.informations-card .bg-color {
  background-color: #35c7dd;
}

.informations-card .bg-color1 {
  background-color: #b179df;
}

.informations-card .feature-list {
  list-style: none;
  padding: 0;
}

.informations-card .feature-list li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}

.informations-card .feature-list li .bullet {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  /* 👉 green → white */
  margin-top: 5px;
  ;
}

/*----------------------This code use of informations card section end here-------------------------------*/

/*----------------------This code use of course highlights section start here-------------------------------*/
.course-highlight {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
}

.course-highlight .container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
  height: 350px;
}

.course-highlight .container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.course-highlight .course-highlight-content {
  padding-left: 0px;
  width: 100%;
  padding-right: 0px;
}

.course-highlight .course-highlight-content .title {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700;
  color: white !important;
  margin-top: 10px;

}

.course-highlight .course-highlight-content .sub-title {
  color: #fff !important;
  font-family: Open Sans, Sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.course-highlight .feature-list {
  list-style: none;
  color: white;
  padding-left: 0px;
}

.course-highlight .feature-list li .bullet {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  margin-top: 5px;
}

.course-highlight .feature-list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}

.bg-social {
  background-color: #ffad33;
}

.bg-emotional {
  background-color: #e77575;
}

.bg-intellectual {
  background-color: #91bf2a;
}

.bg-mindfulness {
  background-color: #b179df;
}

.bg-physical {
  background-color: #35c7dd;

}

/*----------------------This code use of course highlights section end here-------------------------------*/


/*----------------------This code use of accordion section start here-------------------------------*/
.frequently-asked-questions-section {}

.frequently-asked-questions-section .faq-title {
  flex: 1;
}

.frequently-asked-questions-section .faq-content {
  flex: 2;
}

.frequently-asked-questions-section .faq-container {
  display: flex;
  gap: 80px;
  max-width: 75%;
  margin: 0 auto;
  padding: 0px 10px;
}

.frequently-asked-questions-section .faq-title h2 {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 35px !important;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}

.frequently-asked-questions-section .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 3px 0px;
}

.frequently-asked-questions-section .faq-question {
  cursor: pointer;
  padding: 12px 15px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background-color: #1d103f;
}

.faq-item.active .faq-question {
  background-color: #85b711;           
}

.frequently-asked-questions-section .faq-question .toggle-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
  color: white !important;
}

.frequently-asked-questions-section .faq-answer {
  max-height: 0;
  line-height: 1.6;
  overflow: hidden;
  font-size: 16px;
  color: #555;

}

.frequently-asked-questions-section .faq-item.active .faq-answer {
  max-height: 500px !important;
  /* enough space for the answer */
  padding: 10px 0px;
}

.frequently-asked-questions-section .feature-list {
  list-style: none;
  padding: 0;
}

.frequently-asked-questions-section .feature-list li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.frequently-asked-questions-section .faq-item.active .toggle-icon {
  content: "-";
  transform: rotate(180deg);
}

.frequently-asked-questions-section .feature-list li .bullet {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 3px;
}

/*----------------------This code use of accordion section end here-------------------------------*/

.text-center{
  text-align: center;
}
.pb-40{
  padding-bottom: 40px;
}
.growth-header h2 small {
  color: #666;
  display: block;
  font-size: 1.2rem;
  font-weight: 400
}

.testimonials h2.pb-40 {
  margin: 0;
  padding: 40px 0 0
}


.growth-header p {
  color: #333333b2;
  font-family: Poppins!important;
  font-size: 18px;
  font-style: Regular;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px!important;
  text-align: center
}

.growth-cards {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr
}

.growth-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ccc;
  padding: 20px;
  text-align: left;
  transition: all .3s ease
}

.growth-card h3 {
  color: #333333 !important;
  font-family: Poppins !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
  text-transform: capitalize
}

.growth-card .step-num {
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px
}

.growth-card p {
  color: #333 !important;
  font-size: 16px !important;
  margin: 15px 0 0px !important;
}

.growth-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.growth-card .tags span {
  border-radius: 20px;
  font-size: 1.4rem;
  font-family: 'Poppins'!important;
  font-weight: 500;
  padding: 4px 10px
}


.growth-card.purple { 
  border: 1px solid #9236DD !important;
}

.growth-card.purple .step-num {
  color: #9236DD !important;
}

.growth-card.blue {
  border: 1px solid #174BE5 !important;
}

.growth-card.blue .step-num {
  color:  #174BE5 !important;

}

.growth-card.green {
  border: 1px solid #75A606 !important;
}

.growth-card.green .step-num {
  color: #91bf2a !important;
}

.growth-card.red {
  border: 1px solid #CF2626 !important;
}

.growth-card.red .step-num {
  color:#CF2626 !important;

}
.growth-header h2, .section-title {
  text-align: center;
  padding: 30px 0px 0px;
  font-size: 35px;
  font-weight: bold;
  color: #333;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  line-height: 1.2;
  text-align: center;
}
.growth-header h2 small {
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
  color: #666;
}
.growth-card .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
}
.growth-card .tags span {
    font-size: 12.6px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}
.growth-card-bg{
  background-color:#f5f5f5;
}
.growth-card .tags span:nth-child(1) {
    color: #9c4dde;
    background: #A86ADB26;
    border: 1px solid #A86ADB70;
}
.growth-card .tags span:nth-child(1) {
    background: #A86ADB26;
    border: 1px solid #A86ADB70;
    color: #9c4dde !important;
}
.growth-card .tags span:nth-child(2) {
    background: #4169E126;
    border: 1px solid #4169E170;
    color: #174BE5 !important;
}
.growth-card .tags span:nth-child(3) {
    background: #85B81226;
    border: 1px solid #85B81270;
    color: #506E0B !important;
}

.growth-card .tags span:nth-child(4) {
    background-color: #ffeaea;
    background: #E4666626;
    border: 1px solid #E4666670;
    color: #CF2626 !important;
}
/*----------------------This code use of growth card section end here-------------------------------*/


/*----------------------This code use of Pricing cards section start here-------------------------------*/
.pricing-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 0;
}
.pricing-cards .plan-card-common h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
}
.pricing-cards .plan-card-common  ul.check-list {
  padding-left: 20px;
}
.pricing-cards .plan-card-common li {
  list-style: none;
  text-align: left;
  font-size: 14px;
  margin-bottom: 16px;
}
.pricing-cards .plan-card-common {
  background: #a2eefa2e;
  border: 1px solid #3333331f;
  border-radius: 12px;
  margin-top: 0;
  padding: 0 0 40px;
  position: relative;
  width: 32%;
}

.pricing-cards .plan-card-common h3 span {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  text-align: left;
  border-color: #3333331F;
  border-radius: 10px 0 24px 0;
  display: block;
  font-style: normal !important;
  padding: 20px;
  text-align: left;
  width: 86%;
}

.pricing-cards .plan-card-common ul.check-list li img {
  width: 19px;
  vertical-align: middle;
  margin-right: 10px;
}

.pricing-cards .plan-card-common h4 {
  font-size: 20px;
  text-align: left;
  padding: 0 20px;
  color: #333333;
}
/*----------------------This code use of Pricing cards section end here-------------------------------*/


/*----------------------This code use of Why Educators Trust Bloomster Section start here-------------------------------*/

.trust-section.whyedu {
  padding: 60px 20px;
  margin: auto;
  text-align: center;
}
.trust-section.Key{
  margin: auto;
  text-align: center;
}
.trust-section.Easily {
  margin: auto;
  text-align: center;
}
.trust-section .trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.trust-section .card {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: left;
    border: 1px solid #0000001F;
}
.trust-section .card-header i {
    font-size: 1.5rem;
    margin: 0;
}

.trust-section .card img {
    max-width: 50px;
    vertical-align: middle;
}
.trust-section .card-header{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.trust-section .card-header h4 {
  margin: 0;
  font-weight: 600;
  font-family: Poppins;
  font-weight: 500;
  font-size: 23px;
  color: #333333;
  text-transform: capitalize;
}
.trust-section .card p {
    color: #333;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
}
.trust-section ul.slidebuttonlist,.growth-section ul.slidebuttonlist {
  display: flex;
  justify-content: center;
}
  
.trust-section ul.slidebuttonlist li , .growth-section ul.slidebuttonlist li{
  list-style: none;
  margin: 0px 5px 2px;
  position: relative;
}
.trust-section ul.slidebuttonlist li ul a.btn.btn-filled, .growth-section  ul.slidebuttonlist li ul a.btn.btn-filled
Specificity: (0,3,4)
Specificity: (0,3,4)
{
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid;
  color: #1ec1d9;
}
.trust-section ul.slidebuttonlist li ul, .growth-section ul.slidebuttonlist li ul{
  padding: 0;
  border-radius: 5px;
  display: none;
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  left: 0;
  width: 285px;
  background: #e4efcb;
  top: 45px;
  border: 1px solid #0000001F;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.trust-section img.dropicon, .growth-section img.dropicon{
  max-width: 14px;
  vertical-align: middle;
  transform: rotate(90deg)  translateY(-100vh);
  margin-left: 10px;
  filter: invert(100%);
  filter: drop-shadow(0px 100vh 0 #06b6d4);
}
.trust-section .slidebtnitem a.btn.btn-outline,  .growth-section .slidebtnitem a.btn.btn-outline{
  overflow: hidden !important;
}
.trust-section a.btn.btn-outline:hover img.dropicon , 
.growth-section a.btn.btn-outline:hover img.dropicon{
  filter: drop-shadow(0px 100vh 0 #fff);
}
.trust-section .programbuttonlist a, .growth-section .programbuttonlist a {
  width: 100%;
  background: #fff;
  color: #1ec1d9;
  border: 1px solid;
}
.trust-section .slidebuttonlist .slidebtnitem ul li,.growth-section .slidebuttonlist .slidebtnitem ul li {
  display: flex;
  justify-content: center;
}
.trust-section .slidebuttonlist .slidebtnitem ul li a,.growth-section .slidebuttonlist .slidebtnitem ul li a {
     margin: 0px !important;
}
/*----------------------This code use of Why Educators Trust Bloomster Section start here-------------------------------*/


/*----------------------This code use of Help section start here-------------------------------*/
.help-section {
  background-color: white;
  padding: 40px;
}

/*----------------------This code use of Help section end here-------------------------------*/

/*----------------------This code use of Open Button Model start here-------------------------------*/

.demo-wrapper {
    /* background-color: #fff; */
    margin: auto;
    display: flex;
    gap: 40px;
    padding: 0px 0;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
}
.demo-left-section {
    flex: 1;
    text-align: left;
}
.demo-right-section {
    flex: 2;
}
.demo-left-section h2 {
    font-size: 35px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom:0px !important;
    text-align:left !Important;
}

/* flaire download close Popup btn */
.quiz-left .closemodal {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
}
.quiz-left .closemodal img {
  max-width: 15px;
  vertical-align: middle;
}
.quiz-modal {
  align-items: center;
  background: rgba(30,30,30,.85);
  display: none;
  font-family: Segoe UI,sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  z-index: 9999
}

.quiz-content {
  background: #fff;
  border: 1px solid #0000001f;
  border-radius: 20px;
  box-shadow: 1.5px 1.5px 2px 0 #0000000d;
  height: auto;
  max-height: fit-content;
  overflow: hidden;
  width: 600px;
}

.quiz-left,.quiz-right {
  flex: 1;
  padding: 10px 24px;
  position: relative
}

.quiz-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative
}
/*----------------------This code use of Open Button Model end here-------------------------------*/


/* ---------------------------------this css add by alfaiz for media query in moblie device start here----------------------------------------------- */
@media only screen and (max-width: 768px) {
  
   /*Button css start here*/
    .why-footer a.btn{
      margin: 10px 0px !important;
    }
    .why-footer {
        margin-top: 0px;
        text-align: center;
    }
   /*Button css end here*/

  /*common css here*/
  .course-main-div{
    flex-direction: column;
  }

  .section h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .main-container {
    padding: 0 20px;
  }
  .header-sel {
    margin-bottom: 30px !important;
    padding: 50px 10px 50px 20px !important;
  }

  .header-sel h1 {
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-family: 'Poppins' !important;
  }

  .header-sel p {
    margin: 10px 0 40px !important;
    font-size: 18px !important;
    font-family: 'Poppins' !important;
  }
  
  /*informations card section css start here*/
  .informations-card .informations-card-content {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
  }

  .informations-card .container {
    padding-top: 0px;
    flex-direction: column;
    width: auto;
  }
  .informations-card .container .left-side-img {
    max-width: 100%;
    width: 100%;
    margin: 20px 0px;
  }
  /*informations card section css end here*/
  
   /*course highlight section css start here*/
  .course-highlight {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .course-highlight .course-highlight-content {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
  }

  .course-highlight .container {
    flex-direction: column;
    padding-top: 0px;
    width: auto;
    height: auto;
  }

  .course-highlight .container img {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
  }
  /*course highlight section css end here*/
  
  
  /*frequently asked questions section css start here*/
  .frequently-asked-questions-section .faq-title h2 {
    font-size: 25px !important;
    margin-bottom: -10px;
   }
  .frequently-asked-questions-section .faq-container {
    flex-direction: column !important;
    gap: 20px;
    max-width: 100%;
  }
  /*frequently asked questions section css end here*/

  /*course creator experts section css start here*/
  .course-creator-experts .card-container {
    grid-template-columns: 1fr;
  }

  .course-creator-experts .card {
    flex-direction: column;
    text-align: center;
  }

  .course-creator-experts .card img {
    margin-bottom: 20px;
  }

  .course-creator-experts .card-contents {
    padding-left: 0px;
    align-items: center;
  }

  .course-creator-experts .card p {
    text-align: center;
  }
  /*course creator experts section css end here*/
  
  /*course creator experts section css end here*/
  
  /* why educators trust bloomster section css start here */
  .trust-section .trust-grid{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    }
  /* why educators trust bloomster section css end here */
  
  /* pricing card  section css start here */
  .pricing-cards  .plan-card-common {
        margin-top: 20px !important;
        width: 100% !important;
    }
  /* pricing card  section css end here */
  
  /*This code use of growth card section start here*/
   .growth-section {
        margin: 60px auto 60px;
   }
   .growth-cards {
      grid-template-columns: 1fr;
   }
  /*This code use of growth card section end here*/
  
  /*This code use of help section start here*/
  .help-section{
    padding:25px !important;
  }
  /*This code use of help section end here*/
 
  
}

/* Styles for iPad portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  /*informations card section css start here*/
  .informations-card .informations-card-content {
    padding-left: 20px;
    width: 100%;
    padding-right: 0px;
  }

  .informations-card .container {
    padding-top: 0px;
    flex-direction: column;
    width: auto;
  }
  .informations-card .container left-side-img {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
  }
  /*informations card section css end here*/

  /*frequently asked questions section css start here*/
  .frequently-asked-questions-section .faq-container {
    flex-direction: column !important;
    max-width: 100%;
  }
  /*frequently asked questions section css end here*/
  
   /*course highlight section css start here*/
  .course-highlight {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 20px;
   }
   .course-highlight .container {
      height: auto;
      width: 100%;
   }
   /*course highlight section css end here*/
  
  /*Badges section css start here*/
  .slider-track{
	  display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }
  .CourseCreator .slide {
    margin-bottom: 0px;
  }
  /*Badges section css end here*/
  
  
  /*Skills section css start here*/
  .skills-grid{
    display: grid !important; 
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
  /*Skills section css end here*/
  
  /*This code use of growth card section start here*/
   .growth-cards {
      grid-template-columns: repeat(2, 1fr);
   }
  /*This code use of growth card section end here*/
}

/* Styles for iPad Pro (landscape & portrait) */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .main-container {
        padding: 0 20px;
   }
   .informations-card .container {
       padding-top: 20px;
       flex-direction: row;
       width: auto;
   }
   .SelPlusPlan .skill, .courseoverview_wrap {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
  .courseoverviewgrid {
    width: 100%;
  }
  .courseoverviewvideo {
    width: 100%;
  }
  .SelPlusPlan .skills-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    padding-right: 0px;
  }
  .CourseCreator .slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 10px;
  }
  .CourseCreator .slide {
    width: auto;
  }
  .pricing-section .prcing_modification {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .pricing-section .precingsectitle.Sectiontitle {
    width: 100%;
    padding-right: 20px;
  }
  .pricing-section .Sectiontitle h2 {
    padding-top: 0px;
  }
  .pricing-section div#monthly-cards {
    width: 100% !important;
  }
  .pricing-section div#yearly-cards {
    width: 100% !important;
  }
  .pricing-section .pricing-cards, .pricing-section .yearly-cards{
    display: flex;
    padding-top: 20px;
  }
}

/* ---------------------------------this css add by alfaiz for media query in molbie device end here----------------------------------------------- */
