.robot svg {
  translate: scale(.8) !important;

}


.navBar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nice-select .list {
  right: unset;
  left: 0;
}

body{
  counter-reset: section;
}


.navMob {
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.dropDownM {
  margin-top: 5px;
  list-style: none;
  padding-right: 10px;
  display: none;
}

.dropDownM li {
  margin-top: 10px;
}

.navMob {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.navMob .header-acttion-btns {
  display: flex !important;
  margin: auto;
  /* margin-bottom: 40px; */
}

.navMob li a {
  font-size: 16px;
}

.mfp-iframe {
  width: 100% !important;
  height: 450px;
}

.puplic-ads-video-autoplay {
  width: 100% !important;

}
.accordion-button{
  padding: 12px 20px;
}
.accordion-button:hover{
  background-color: #ebebeb2d !important;
}
.accordion-button:not(.collapsed){
  background-color: #ebebeb2d !important;
}
.accordion-collapse{
  background-color: #ebebeb2d;
}
.accordion{
  border-radius: 30px;
  border: none !important;
  background-color: transparent;
}
.accordion-button:not(.collapsed){
  background-color: #fff;
  color: #000;
}

.accordion-button:focus{
  box-shadow: none;
  outline: none;
}

.accordionUser{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.accordionUser p{
  margin-bottom: 0;
}
.UserAccord{
  display: flex;
  gap: 10px;
  align-items: center;
}
.UserAccord p:nth-child(1){
  margin-bottom: 0;
  font-weight: 700;
}
.UserAccord p{
  margin-bottom: 0;
}
.imgUser{
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.accordion-button::after{
  margin-right: 15px;
}

.accordion-item{
  border: 1px solid #c5c5c549;
  box-shadow: rgba(163, 162, 162, 0.103) 0px 3px 8px;
  border-radius:20px !important;
  overflow: hidden;
  border-top:  1px solid #c5c5c549 !important;
  margin-bottom: 10px;
}

/* .accordion-item:first-of-type{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
} */
/* .accordion-item:last-of-type{
  border-bottom-left-radius: 20px ;
  border-bottom-right-radius: 20px ;
  overflow: hidden;
} */
.fontB{
  font-weight: 600;
}

.accordion-body{
  border-top: 1px solid #d3d3d3b0;
}

.standardItem{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbbbbb7a;
  padding-bottom: 10px;

}
.standardItem:last-child{
  border-bottom: none ;
}
.standardItem  span{
  display: flex;
  align-items: center;
  gap: 10px;
}
.standardItem  span:first-child:before{
  counter-increment:section ;
  content:counter(section) " " ;
  background-color: aqua;
  width: 30px ;
  height: 30px ;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.standardItem span:nth-child(2){
  background-color: rgba(127, 255, 212, 0.425);
  padding: 2px 10px;
  border-radius: 15px;
}

.accordion{
  margin-top: 30px;
}
.stagUser{
  margin-right: auto;
}
.allTotal{
  /* margin-right: auto; */
  display: flex;
  gap: 5px;
}
.allTotal  {
  background-color: rgba(194, 255, 235, 0.425);
  padding: 8px 10px;
  border-radius: 10px;
}
.allTotal span span{
  font-weight: 700;
  margin-right: 4px;
}

.footer__social span a{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:1500px) {

  #mobile-menu>ul {
      display: flex;
      gap: 20px;
  }

  .main-menu ul li {
      margin: 0;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 95%;
  }

  .stem-testimonial__arrows .slick-arrow.slick-next {
      left: -30px;
  }

  .stem-testimonial__arrows .slick-arrow {
      right: -30px;
  }

  .stem-hero__img img {
      width: 50% !important;
      margin: auto;
      display: flex;
      margin-top: 20px;
  }
  .slide__item_two .slide__img img{
      width: 27rem;
      height: 27rem;
  }
  .image-slide{
      width: 30rem;
      height: 30rem;
  }
  
}

@media (max-width:1200px) {

  /* .container, .container-lg, .container-md, .container-sm, .container-xl{
      max-width: 99% !important;
  } */
  .robot {
      transform: scale(0.8);
      top: 0;
  }

  .stem-event-2__shapes-1 {
      position: absolute;
      top: 13px !important;
      left: 16%;
  }
}

@media (max-width:991px) {

  .robot {
      transform: scale(0.5);
  }

  .stem-event-2__shape-2 {
      transform: rotate(180deg) scale(0.5) !important;
      top: -32px !important;
      left: 0 !important;
  }

  .stem-courses__section .stem-event-2__shapes-1 img {
      display: none;
  }

  .slide__item_two .slide__img img {
      height: 100%;
  }

  .image-slide {
      width: 100%;
      max-width: 400px;
      height: 400px;
      margin: auto;
  }

  .stem-cta__title {
      font-size: 20px;
      max-width: 300px;
  }

}

@media (max-width:500px) {
  .image-slide {
      width: 100%;
      max-width: 330px;
      height: 300px;
      margin: auto;
      margin-top: 30px;
  }

  .stem-hero__title {
      font-size: 35px;
  }

  .mfp-iframe {
      width: 100% !important;
      height: 300px;
  }

  .stem-hero__title {
      font-size: 30px;
  }
  .imgUser{
      width: 35px;
      height: 35px;
  }
  .allTotal > span{
      font-size: 14px !important;
  }
}