@import url("bootstrap.css");
@import url("fonts.css");
@import url("owl.carousel.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Barlow: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,700;1,800;1,900&family=Montserrat: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");
@import url('https://fonts.googleapis.com/css2?family=Barlow: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,700;1,800;1,900&family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Montserrat: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');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/avenir');


@font-face {
  font-family: "Comic Sans MS";
  font-style: normal;
  font-weight: 400;
  src: local("Comic Sans MS"), url("../fonts/comic.ttf") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;

}

.bg-primary {
  background-color: #2FBBF7 !important;
  border: none;
}

.btn-primary {
  background-color: #2FBBF7;
  font-size: 18px;
  font-weight: 600;
  border: none;

}

.btn-primary:hover {
  background-color: #19a7e4;
}

/* Container */
.auto-container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* Colors */
.bg-primary-theme {
  background-color: #5CBAF2;
}

.bg-secondary-theme {
  background-color: #FF678F;
}

.bg-warning-theme {
  background-color: #FEDF07;
}

.bg-green-theme {
  background-color: #8ac24f;
}

.text-primary-theme {
  color: #00b2ff;
}

.text-secondary-theme {
  color: #ee728f;
}

.text-warning-theme {
  color: #ffd41f;
}

.text-green-theme {
  color: #8ac24f;
}

.text-dark-blue {
  color: #09418b;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.outline-0 {
  outline: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.shadow-none {
  box-shadow: none !important;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Theme Shadow */
.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

/* Button */
.btn-secondary-theme {
  background-color: #ee728f;
  color: #fff !important;
  border: 2px solid #fff;
}


/* Header */

.fa-bars {
  cursor: pointer;
}

.navbar-light .navbar-toggler {
  border: none;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  background-color: #fff;
}

.header .navbar-light .navbar-nav .active>.nav-link {
  color: #00b2ff;
  font-weight: 600;
}


/* footer */

.fa-facebook {
  background: white;
  padding: 2px 8px;
  border-radius: 50%;
}

.fa-instagram {
  background: white;
  padding: 2px 4px;
  border-radius: 50%;
}


.fa-linkedin {
  background: white;
  padding: 2px 4px;
  border-radius: 50%;
}


/* Home page*/


/* .mobile_strem_btn {
  display: none !important;
} */

.counter {
  font-size: 50px;
}

.certi-cap-icon {
  max-width: 200px !important;

}

.web_geniuslab_card p {
  color: #4F4F4F;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}


.w-stem-img {
  height: 80px;
}

.what-stem-card h5 {
  font-size: 16px;
}

.section-training {
  background-image: url(../images/ninja-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding: 230px 0 50px;
}


.banner_text {
  font-size: 40px;
  font-weight: 700;
  font-family: Montserrat;
}

.section-stream .owl-item .card .stream-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b2ff;
  border-radius: 50%;
}

.section-stream .owl-item.center .card .stream-icon {
  background-color: #ee728f;
}

.section-stream .owl-item .card .stream-icon img {
  height: 20px;
}

.slide-content {
  position: absolute;
  max-width: 635px;
  left: 136px;
  top: 0;
  height: 85%;
  padding-left: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-carousel h3 {
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
}

.banner-carousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  color: #ffffff !important;
  font-size: 50px !important;
  border: 0 !important;
  outline: 0 !important;
}

.banner-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  color: #ffffff !important;
  font-size: 50px !important;
  border: 0 !important;
  outline: 0 !important;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}

.banner-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffffff76;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.banner-carousel .owl-dots .owl-dot.active {
  width: 20px;
  border-radius: 4px;
  background-color: #ffffff;
}

.section-certification .certification-icn {
  max-width: 60%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
}

.section-certification .centered-col {
  border-right: 3px solid #00b2ff;
  border-left: 3px solid #00b2ff;
}

.section-certification .box {
  border-radius: 30px;
  padding: 110px 0 20px;
  background-color: #00B2FF;
  margin: 20px;
}

.title-sec {
  font-size: 40px;
}

.section-single-stream .item .col-lg-5 {
  border-right: 3px solid #00b2ff;
}

.section-stem {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/about-stem.webp);
  padding-top: 220px;
  padding-bottom: 248px;
}

.section-stem p {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}


.rounded-xl {
  border-radius: 20px;
}

.rounded-lg {
  border-radius: 10px;
}

.card-rounded {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.learn-more-btn {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #ffffff;
}

.section-stream .owl-item.center .learn-more-btn {
  background-color: #ee728f;
  color: #ffffff;
}

.section-stream .owl-item.center h3 a {
  color: #ee728f;
}

.learn-more-btn {
  background-color: #00b2ff;
  color: #ffffff;
}

.section-stream .card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;

}

.text-decoration-none:hover {
  text-decoration: none !important;
}


/* home page explor stem section */

.explore-streams-content.owl-nav .owl-next,
.explore-streams-content.owl-nav .owl-prev {
  width: 25px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  /* top: 37%; */
  /* font-size: 60px !important; */
  color: gray;
  top: 30%;
  left: -8%;
  font-size: 45px;
}

/* .explore-streams-content.owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: -8%;
  font-size: 45px;
}

.explore-streams-content.owl-nav .owl-next {
  right: -100px;
} */


#pageExploreStreamsrobotics .card{
  border-radius: 10px;
}

#pageExploreStreamsrobotics .card img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}


#staff .card {
  border-radius: 10px;
}

#staff .card img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#staff3 .card {
  border-radius: 10px;
}
#staff3 .card img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#staff4 .card {
  border-radius: 10px;
}

#staff4 .card img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.robotic-right-border {
  border-right: 4px solid #00b2ff;
}

.iot-right-border {
  border-right: 4px solid #ee728f;
}


.client-carousel.owl-theme .owl-next,
.client-carousel.owl-theme .owl-prev {
  width: 25px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 37%;
  font-size: 60px !important;
  color: gray;

}

.client-carousel.owl-theme .owl-prev {
  left: -100px;
}

.client-carousel.owl-theme .owl-next {
  right: -100px;
}


#staff3.owl-theme .owl-next,
#staff3.owl-theme .owl-prev {
  width: 25px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 37%;
  font-size: 60px !important;
  color: gray;

}

#staff3.owl-theme .owl-prev {
  left: -100px;
}

#staff3.owl-theme .owl-next {
  right: -100px;
}



#staff.owl-theme .owl-next,
#staff.owl-theme .owl-prev {
  width: 25px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 37%;
  font-size: 60px !important;
  color: gray;

}

#staff.owl-theme .owl-prev {
  left: -100px;
}

#staff.owl-theme .owl-next {
  right: -100px;
}

#sync1 .item {
  margin: 5px;
}

#sync2 .item {

  margin: 5px;
  color: #FFF;
  cursor: pointer;

}

#sync2 .item .card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#sync2 .item .card img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.section-stream .card {
  border-radius: 10px;

} 

.section-stream .card img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;

} 




/* #sync2 .current .item {
  border: 4px solid #00b2ff;
  border-radius: 8px;

} */


.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}


#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 25px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  font-size: 65px;
  color: rgb(163, 158, 158);

}

#sync1.owl-theme .owl-prev {
  left: -100px;
}

#sync1.owl-theme .owl-next {
  right: -100px;
}


#sync2.owl-theme {
  position: relative;
}

#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
  width: 25px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  font-size: 65px;
  color: rgb(163, 158, 158);

}

#sync2.owl-theme .owl-prev {
  left: -100px;

}

#sync2.owl-theme .owl-next {
  right: -100px;
}


#staff4 .owl-nav {
  display: none;
}


.owl-next:focus,
.owl-prev:focus {
  outline: none;
}


/* home page slider stage pagdding*/

@media(max-width:575px) {
  #sync2 .owl-stage {
    margin-left: -70px;
  }

  #staff .owl-stage {
    margin-left: -70px;
  }

  #staff4 .owl-stage {
    margin-left: -65px;
  }

  #staff3 .owl-stage {
    margin-left: -70px;
  }

  #stem-slide .owl-stage {
    margin-left: -40px;
  }

}






/* .section-stream .owl-stage,
.single-carousel .owl-stage {
  padding-top: 20px;
  padding-bottom: 10px;
} */



/* .section-stream .owl-next,
.section-stream .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px !important;
  opacity: 0.4;
  border: 0;
  outline: 0;
}

.single-carousel .owl-next,
.single-carousel .owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  font-size: 50px !important;
  opacity: 0.4;
  border: 0;
  outline: 0;
} */

/* .section-stream .owl-next,
.single-carousel .owl-next {
  right: -30px;
}

.section-stream .owl-prev,
.single-carousel .owl-prev {
  left: -30px;
} */



/* .explore-projects {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 110px 0;
} */


.explore-projects {
  background-image: url(../images/projects-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 110px 0;
  background-position: cover;
}

.btn-updates.nav-link {
  border: 1px solid #00b2ff;
  color: #00b2ff;
  background-color: transparent;
}

.btn-updates img,
.btn-legends img,
.btn-spotlight img {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  vertical-align: text-bottom;
}

.btn-updates.nav-link.active {
  background: #00b2ff;
  border: 1px solid #00b2ff;

}

.btn-legends.nav-link {
  border: 1px solid #ee728f;
  color: #ee728f;
  background-color: transparent;
}

.btn-legends.nav-link.active {
  border: 1px solid #ee728f;
  background: #ee728f;
}

.btn-spotlight.nav-link {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}

.btn-updates.nav-link.active,
.btn-legends.nav-link.active,
.btn-spotlight.nav-link.active {
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.btn-spotlight.nav-link.active {
  background: #000000;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgb(193 193 193 / 62%) inset;
}

.btn-updates .icon {
  filter: invert(59%) sepia(76%) saturate(3535%) hue-rotate(166deg) brightness(102%) contrast(103%);
}

.btn-updates.active .icon {
  filter: invert(0);
}

.btn-legends .icon {
  filter: invert(51%) sepia(68%) saturate(427%) hue-rotate(297deg) brightness(98%) contrast(90%);
}

.btn-legends.active .icon {
  filter: brightness(5);
}

.img-offset-top {
  margin-top: -77px;
  box-shadow: 0px 5px 37px 0px rgba(0, 0, 0, 0.45);
}

.card-main {
  box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

.mt-offset-170 {
  margin-top: 100px;
}

.card-shadow {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.38);
}

.section-training {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding: 230px 0 50px;
}

.client-carousel .client-box {
  border-radius: 10px;
  box-shadow: 0px 3px 12px 2px rgb(0 0 0 / 15%);
  width: 100%;
  height: 280px;
  margin: 0 auto;
  padding: 15px;
}

.client-carousel .client-box img {
  height: 100%;
  object-fit: contain;
}

.client-carousel .owl-stage {
  padding: 20px;
}

.client-carousel .owl-next,
.client-carousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px !important;
  opacity: 0.4;
  border: 0;
  outline: 0;
}

.client-carousel .owl-next {
  right: -30px;
}

.client-carousel .owl-prev {
  left: -30px;
}

.social-icons a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
  font-size: 28px;
}


.page-explore-streams {
  /* padding-top: 120px; */
  /* padding-bottom: 50px; */
  /* margin-bottom: 120px; */
}

.nav-primary-tabs {
  margin-left: -10px;
  margin-right: -10px;
}

.nav-primary-tabs .nav-item {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-primary-tabs .nav-item .nav-link {
  border-radius: 5px;
  border: 2px solid #00b2ff;
  text-align: center;
  color: #00b2ff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-primary-tabs .nav-item .nav-link.active {
  border: 2px solid #00b2ff;
  background-color: #00b2ff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  font-weight: 500;
}

.nav-primary-tabs .nav-item .nav-link .tab-icn {
  height: 40px;
  width: 40px;
}

.nav-primary-tabs .nav-item .nav-link.active .tab-icn {
  filter: invert(85%) sepia(100%) saturate(4023%) hue-rotate(5deg) brightness(191%) contrast(98%);
}

.border-left-desktop {
  border-left: 2px solid #a4a4a4;
  padding-left: 40px;
}

.page-explore-streams .tab-pane {
  display: none;
}

.page-explore-streams .tab-pane.fade.active.show {
  display: block;
}

.age-limit li span {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
}

.age-limit li span img {
  height: 24px;
  vertical-align: middle;
}

.robotics-curriculum .card .card-header {
  position: absolute;
  top: -30px;
  right: 30px;
  background-color: #ee728f !important;
  border-radius: 10px;
  padding: 10px 20px;
}

.robotics-curriculum .card .card-header h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.robotics-curriculum .card {
  padding-top: 20px;
}

.columns-custom-margin {
  margin-bottom: 70px;
}

.age-limit li div {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
}

.age-limit li:nth-child(1) span {
  background-color: #828282;
}

.age-limit li:nth-child(1) div {
  background-color: #a4a4a4;
}

.age-limit li:nth-child(2) span {
  background-color: #2d9cdb;
}

.age-limit li:nth-child(2) div {
  background-color: #00b2ff;
}

.age-limit li:nth-child(3) span {
  background-color: #2d9cdb;
}

.age-limit li:nth-child(3) div {
  background-color: #00b2ff;
}

.age-limit li:nth-child(4) span {
  background-color: #df2450;
}

.age-limit li:nth-child(4) div {
  background-color: #ee728f;
}

.robotics-curriculum::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  background: url(../images/robotics-curriculum.webp);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

/* Stem Dropdown */

.stem-dropdown .nav-link {
  border-bottom: 1px dashed #b7b7b7;
}

.stem-dropdown li:last-child .nav-link {
  border-bottom: 0;
}

.stem-dropdown {
  position: absolute;
  box-shadow: 0px 0px 25px 2px #0000001a;
  left: unset;
  background-color: #fdfbfb;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: none;
  width: 300px;
  right: 0;
  /* right: -89px; */
  height: calc(100vh - 120px);
  overflow-y: auto;
}

.stem-dropdown::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}

.stem-dropdown::-webkit-scrollbar-thumb {
  background-color: #333333;
}

.stem-dropdown .close {
  background-color: #f9f383;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  max-width: 198px;
  margin-left: auto;
  padding: 18px 30px;
  opacity: 1 !important;
  margin-top: 30px;
  width: 100%;
}

.toggle-stem-menu {
  font-size: 20px;
}

.toggle-stem-menu::after {
  display: none;
}

/* Stem Daily Dose */

.stem-daily-dose .dashed-border {
  border: 1px dashed #8d8d8d;
}

.stem-tab-container {
  margin-top: 100px;
}

.stem-tab-container li {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.stem-btn {
  border: 3px solid #2fbbf7;
  position: relative;
  padding: 12px 15px;
  height: 199px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  max-width: 300px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: #2fbbf7;
  text-decoration: none !important;
}

.stem-btn.active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #2fbbf7;
  color: #fff;
}

.stem-btn img {
  height: 90px;
  position: absolute;
  top: -60px;
}

.stem-btn-program img {
  top: -68px;
}

.vip-programs {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}

.membership {
  position: relative;
  color: #09418b;
  background-color: #96ff03;
  padding: 30px 15px;
  border-radius: 25px;
  max-width: 320px;
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 30px;
  font-weight: 600;
}

.membership .free-text {
  position: absolute;
  top: 25px;
  background-color: red;
  right: -28px;
  color: #fff;
  transform: skewX(13deg) rotate(59deg);
  width: 145px;
  padding-left: 5px;
  padding-right: 5px;
}

.membership .member-text {
  position: relative;
  left: -32px;
  background-color: transparent;
  top: unset;
  right: unset;
  transform: unset;
}



/* program page */



.card-clock-img {
  height: 28px;
  width: 28px;
  position: top;
  position: absolute;
  top: 56%;
}


.join_mbtn1 {
  padding: 10px 9px;
}

.join_mbtn2 {
  padding: 10px 9px;
}

.join_mbtn3 {
  padding: 10px 9px;
}


.batch_img {
  margin-top: 0px;
  margin-right: 5px;
}

.program-card {
  background-image: url(../images/bg-without-corve.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  /* padding: 18px 2px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.program-card h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #685e67;
}


/*  program page member button */

.geni-vip {
  color: #09418b;
  font-size: 18px;
  text-align: center;
}


[data-ribbon] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 26px;
  background: #96ff03;
  text-align: center;
  color: #24527e;
  text-decoration: none;
  width: 180px;
  height: 55px;
  border-radius: 10px;

}

[data-ribbon]:after {
  content: attr(data-ribbon);
  position: absolute;
  top: 6px;
  right: -22px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  height: 0;
  border-bottom: 17px solid #de1c24;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: rotate(45deg);
}

.top_card_section {
  background-image: url(../images/starbg.webp);
  width: 100%;
  height: 655px;
  background-size: cover;
  background-repeat: no-repeat;
  /* position:relative; */
}

.bottom_card_section {
  background-image: url(../images/starbg.webp);
  width: 100%;
  height: 730px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 280px;
  /* position:relative; */
}

.card_paragraph p {
  font-size: 20px;
  font-weight: 500;
  /* padding: 20px 10px; */
  letter-spacing: 1px;

}


.nav-link {
  font-weight: 600;
  font-size: 18px;
}

h2 {
  color: #092139;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  word-spacing: 8px;
}

.listing-stem {
  display: flex;
  gap: 40px;
}

.listing-stem li {
  font-weight: 600;
  font-size: 20px;

}

.buttons_icons img {
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 40px;
  left: 57px;

}

/* 
.game_btn {
  width: 178px;
  padding: 9px 25px;
  border: 3px solid #2FBBF7;
  border-radius: 10px;
  background-color: white;
  color: #2FBBF7;
  font-weight: 600;
  font-size: 20px;

} */

.responsive_button {
  display: none;
}


.arrow {
  position: relative;
  width: 97px;
  background: #b9e5ff;
  line-height: 40px;
  margin-bottom: 60px;
  padding-left: 3px;
  font-weight: 700;
  height: 70px;
  margin-top: 9px;

}

.arrow-right:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 25px solid #b9e5ff;
  /* border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #9cd6f8;  */
  /* height: 65px; */
  font-family: Lexend;
}

.top-trangl h4 {
  font-size: 16px;
  margin-top: 5px;
}

.top-trangl2 h4 {
  font-size: 16px;
}

.top-trang2 h4 {
  font-size: 16px;
  margin-top: 5px;
}

.top-trangl4 h4 {
  font-size: 16px;
}


.top-trangle {
  width: 100px;
  height: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 37px solid pink;
  position: absolute;
  top: -37px;
  right: 160px;
  font-size: 20px;

}

.top-trangle2 {
  width: 100px;
  height: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 37px solid #FF678F;
  color: white;
  position: absolute;
  top: -37px;
  right: 52px;
  font-size: 20px;
}

.top-trangle3 {
  width: 100px;
  height: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 37px solid pink;
  position: absolute;
  top: -37px;
  right: 160px;
  font-size: 20px;

}

.top-trangle4 {
  width: 100px;
  height: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 37px solid #FF678F;
  color: white;
  position: absolute;
  top: -37px;
  right: 52px;
  font-size: 20px;
}


.bottom-slider {
  width: 100%;
  margin-top: 183px;
  border-radius: 14px;

}


.res_clock {
  position: absolute;
  top: 47%;
  left: 3%;
}

/* curricurm details */


.machine_img {
  width: 130px !important;
  height: 178px !important;
}


.point_img img {
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: end;
}


.point_img {
  display: flex;
  justify-content: end;
}

.fruits_img {
  width: 169px;
  height: 108px;
}

.trophy_section .line_dotted {
  width: 43vw;
  height: 3px;
  margin-top: 78px;
}

.trophy_heading {
  position: absolute;
  top: 554px;
  left: 54%;
  font-size: 35px;
  font-family: Lexend;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  color: white;
}


.right_left_card_space {
  margin: 0px 20px;
}

.top_card_two_header {
  position: relative;
  top: 13px;
  z-index: 1;
}

.list_para {
  padding: 10px 25px;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
}

.card-header {
  border-bottom: 2px dotted rgb(151, 147, 147);
  margin-bottom: 10px;
}


.top-heading {
  border-bottom: 2px dotted #B7B7B7;
}

.top_box {
  width: 100%;
  height: 318px;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: linear-gradient(270deg, #F9F383 63.51%, #FFF 99.92%);
}


.top_box_1img {
  width: 280px;
  height: 142px;
}


.top_box_2img {
  width: 173px;
  height: 174px;
}

.price_heading {
  position: absolute;

}

.Session-that h4 {
  padding: 15px 149px;
}

.cd-paragraph {
  color: #073763;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 19px;
  padding: 10px 247px;

}


.Session-that {
  width: 100%;
  height: 158px;
  border-radius: 15px;
  border: 1px solid #D9D9D9;
  background: linear-gradient(180deg, rgba(146, 214, 255, 0.64) 0%, #FFF 52.34%);
}

.session-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Session-that h6 {
  font-size: 20px;
  color: #1C4587;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: Lexend;
}

.Session-that img {
  height: 40px;
  width: 40px;
}

.top_right_circle {
  background-image: url(../images/circle-vector.png);
  background-repeat: no-repeat;
  background-position: right;

}

.card-right-bg h6 {
  transform: rotate(-90deg);
  font-family: Lexend;
  font-size: 15px;
  margin-top: 56px;


}

.card-right-bg {
  width: 47px;
  height: 141px;
  background: #BBE4FE;

}


.descraption {
  /* width: 742px; */
  height: 265px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  display: flex;
  padding: 10px;
  overflow: hidden;
  background: white;
  /* margin-top: -20px; */
  /* margin-left: 20px; */
}

.card_bottom_yellow {
  padding: 10px 30px;
  border-radius: 20px;
  background: #F9F383;
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.67);
  border: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}


.right_box_data {
  position: absolute;
  top: 34%;
  left: -5%;
  border-radius: 0px 12px 12px 0px;
  border: 2px solid #5CBAF2;
  background: #FFF;
  z-index: -1;

}


.right_box_data p {
  font-size: 11px;
  padding: 8px 75px;
  font-weight: 600;
  margin-bottom: 0px;

}

.top_warning_bg {
  margin: 0px 60px 0px 63px;
  padding: 5px 57px;
  font-weight: 600;
  font-size: 12px;
  background: #FEDF07;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
}

.top_warning_bg p {
  font-family: Lexend;
  font-size: 12px;
  font-weight: 600;
  margin: 0;

}

.left_box_card {
  border-radius: 12px 12px 20px 20px;
  border: 2px solid #5CBAF2;
  background: #FFF;
  z-index: 1;

}

.top_text {
  color: #FFF;
  text-align: justify;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top_right_text {
  color: #FFF;
  text-align: justify;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c_top_bg {
  border-radius: 9px 9px 0px 0px;
  background: #5CBAF2;
}

.session-box img {
  margin-right: 20px;
}

.day_heading {
  margin-top: 50px;
  font-weight: 600;
  font-size: 49px;
}

.left_box_card p {
  font-size: 15px;
}

.trophy_btn_img {
  width: 40%;
}

.line_img {
  width: 499px;
  height: 50px;
  margin-top: 10px;
  object-fit: contain;
}

.price span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #666;


}

.p-second {
  padding-left: 20px;
}

.offer-price {
  margin-top: 20px;
}

.brectes-list {
  margin-top: 20px;


}


.fly_img img {
  width: 226px;
  height: 183px;
}

/* .fly-image{
  width: 226px;
  height: 176px;
} */

.claender_img {
  width: 100%;
  height: 400px;
}

.f-data {
  padding-right: 10px;
}

.s-data {
  padding-right: 10px;
}


.top-heading h2 {
  color: #073763;
  font-family: Barlow;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.arrow-btn {
  position: absolute;
  top: 277px;
  left: 26px;
}

.arrow-btn1 {
  position: absolute;
  top: 260px;
  left: 26px;
}

.arrow-btn2 {
  position: absolute;
  top: 277px;
  left: 26px;
}

.arrow-btn3 {
  position: absolute;
  top: 277px;
  left: 26px;
}

.Hide {
  display: none;
}

.Hide1 {
  display: none;
}

.Hide2 {
  display: none;
}

.Hide3 {
  display: none;
}

.apple_image {
  height: 90px;
  width: 140px;
}

.crystal_image {
  height: 64px;
  width: 150px;
}


.yellow_p_class {
  top: 78%;
  left: 67%;
}

/* booking details page */



.form-control:focus {
  color: #495057;
  background-color: #fff;
  /* border-color: #80bdff; */
  outline: 0;
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}



.selectable-dropdown {
  border: 1px solid #969696;
  border-radius: 5px;
  width: 394px;
}

.selectable-dropdown input {
  border-radius: 5px;
}

.selectable-dropdown .sub-dropdown {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  height: auto;
}

.dropdownArrowInput {
  background: url(../images/select-arrow.png) 96% / 6% no-repeat;
  height: 50px;


}


.dropdownArrowInput2 {
  background: url(../images/select-arrow.png) 96% / 7% no-repeat;
  height: 50px;

}


.dropdownArrowInput3 {
  background: url(../images/select-arrow.png) 96% / 7% no-repeat;
  height: 50px;

}


.fa-arrow-down {
  transform: rotate(0deg);
  transition: transform 1s linear;
}


.sub-dropdown li {
  margin: 10px;
}


.batchDropdown {
  width: 320px;

}

.ageDropdown {
  width: 320px;
}

.booking-btn {
  width: 240px;
  height: 50px;
  border-radius: 5px;
  background: rgba(146, 214, 255, 0.89);
  color: #000;
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border: none;
}

.booking-form label {
  color: #000;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.booking-card {
  background-image: url(../images/booking-card-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.booking-edit-btn {
  border-radius: 20px;
  border: 3px solid #FF1818;
  background: #FFF;
  padding: 8px 40px;
  color: #FF1818;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}

.booking-submit-btn {
  border-radius: 20px;
  border: 3px solid #D9D9D9;
  background: #D9D9D9;
  padding: 8px 40px;
  color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;

}


.p-main {
  color: #073763;
  font-family: Lexend;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}


/* policy page */


.list_color li {
  color: #073763;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.policy_section p {
  color: #685E67;
  font-family: Barlow;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}

.smily_img {
  margin-top: 12px;
  height: 100px;
  width: 100px;
}





/* schdule page */



.rectrangle_data {
  position: absolute;
  /* top: 60%; */
  top: -77%;
  color: #1C4587;
  font-family: Lexend;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  z-index: 1;

}

.v-shave-div {
  position: absolute;
  /* top: 58%; */
  top: -79%;
  left: 64%;
  z-index: 0;
}

.s-bottom-img {
  border-radius: 10px;
  border: 1px solid rgba(243, 243, 243, 0.87);
  background: linear-gradient(270deg, #F9F383 78.56%, #FFF 98.84%);
}

.stem_logo {
  width: 100%;
}

.tragle_image_box {
  background-image: url(../images/tranglenew.png);
  padding: 38px 35px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-width: calc(100% + 60px);
  display: none;
}

.tragle_image_box p {
  color: #1C4587;
  font-family: Lexend;
  font-size: 12px;
}


.tragle_image_box a {
  color: #000;
  font-family: Barlow;
  font-size: 14px;
}


.schedule_card .stem-column {
  display: none;
}

.schedule_card .calendar-column {
  display: none
}

.schedule_card.active-card .stem-column {
  display: block;
  order: 3 !important;
}

.schedule_card.active-card .calendar-column {
  display: block;
  order: 2 !important;
}

.schedule_card.active-card .friendly-column {
  margin-top: 25px;
  order: 4;
}

.schedule_card.active-card .tragle_image_box {
  display: block;
  margin-top: 22px;
}

.schedule_card.active-card .toggle-btn {
  transform: rotate(180deg);
}


.fa-angle-up {
  bottom: -50px;
  left: 15px;
  z-index: 1;
  padding: 8px 15px;

}

.angle-up2 {
  bottom: -53px;
  left: 15px;
  z-index: 1;
  padding: 9px 16px;

}

/* .angle-up3 {
  bottom: -51px;
  left: 25px;
  z-index: 1;
  padding: 8px 13px;

} */

.angle-up3 {
  bottom: -51px;
  left: 18px;
  z-index: 1;
  padding: 9px 16px;
}

.angle-up4 {
  bottom: -50px;
  left: 15px;
  z-index: 1;
  padding: 9px 16px;
}

.fa-angle-down {
  padding: 8px 15px;
  bottom: -14px;
  left: -16px;
}

.section-batch .btn-link {
  width: 50px;
  height: 50px;
  background: #434343;
  padding: 00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -15px;
  left: 15px;
}

.section-batch .card .card-body {
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.67);
  border-radius: 5px;
}

.section-batch {
  background-image: url(../images/schudlebg.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.batch-value {
  background-image: url(../images/bestvalue-1.png);
  position: absolute;
  right: -5px;
  top: -29px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
}

.batch-blue-header {
  border-radius: 10px 10px 0px 0px;
  background: #5cbaf2;
  min-width: 286px;
  padding: 10px 30px;
  color: #000;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.batch-pink-header {
  border-radius: 10px 10px 0px 0px;
  background: #FF6791;
  min-width: 286px;
  padding: 10px 30px;
  color: #000;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.batch-yellow-header {
  border-radius: 10px 10px 0px 0px;
  background: #FFEE55;
  min-width: 286px;
  padding: 10px 30px;
  color: #000;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bg-light-grey {
  background-color: #D9D9D9;
}

.border-light-blue {
  border: 1px solid #5CBAF2;
}

.spam-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.Curriculum {
  width: 280px;
  height: 143px;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 48%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 48%, 0% 0%);
  border: 1px dashed lightblue;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

/* .Curriculum::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  left: 210px;
  top: 0;
  border-left: 70px solid #1e90ff;
  border-right: 70px solid transparent;
  border-top: 140px solid transparent;
  border-bottom: 140px solid transparent;
} */
.hidden-card {
  display: none;
}


.start-date-box {
  background: linear-gradient(180deg,
      #fff 52.08%,
      rgba(146, 214, 255, 0.64) 100%);
  padding: 26px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #ededed;
}



.openning-count {
  background-color: #feb1c6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.opening-box {
  border-radius: 10px;
}

.book-now {
  background-color: #56cc56;
  padding: 13px 45px;
  border-radius: 10px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600;
}

.square-brackets {
  font-size: 50px;
  color: #5e87c2;
}

.figureImg {
  position: relative;
}

.figBtn {
  position: absolute;
  bottom: 28px;
  left: 10px;
  transform: translate(10px, 10px);
}

.study_img {
  width: 80px;

}



.users_img img {
  height: 36px;
}

.blog_btns {
  text-align: center;
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.iot_btn {
  background-color: #EE728F;

}

.iot_card_heading {
  color: #EE728F !important;
}

.r_card_heading {
  color: #00b2ff !important;
}

.iot_card_icon img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #EE728F;
  border-radius: 50%;
}

.r_card_icon img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b2ff;
  padding: 10px;
  border-radius: 50%;
}

.pkids_cars_had {
  color: #EE728F;
}

.p_kids_btn {
  background-color: #EE728F;
}

.traning_card_h {
  color: #EE728F;

}

.traning_card_btn {
  background-color: #EE728F;
}

.child_card_h {
  font-size: 25px
}

/* .owl-nav {
  display: none;
} */


/* .fa {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */


.blog_card_heading {
  font-size: 28px;
}


.join_btn_toptext a {
  font-family: Lexend;
  border-radius: 10px;
}


.p_card_list li {
  color: #0B5394;
  font-size: 16px;
}

/* .card_bottom_btn{
  padding: 15px 40px;
} */
/* 
.join_now_btn {
  padding: 10px 9px;
} */




.bottom_other_program {
  color: #092139;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.open_data {
  padding: 12px;
  margin-top: 5px;

}

.light_img {
  padding: 12px;
  margin-top: 5px;

}

.toggle-btn {
  padding: 0px 0px;
  background: black;
  border-radius: 50%;
  position: relative;
  top: -15px;
  left: 15px;
}

.line_img {
  width: calc(100% - 112px)
}


.fa-angle2 {
  bottom: -32px;

}

.top-card-margin {
  margin-top: 144px;
}

.users_img {
  display: flex;
  margin: auto;

}

.batch_img {
  height: 35px;
}

.certificate_img {
  height: 45px;
}


.bottom-card-margin {
  margin-top: 120px;
  z-index: 111;
}


.batch-certificate-icons {
  margin-right: 10px;
}

.member-btn {
  width: 100%;
}

.study_icon {
  height: 40px;
}

.certificate_icon {
  height: 30px;
}

.m_home_top_card img {
  width: 75%;
}


.explore-arrow {
  height: 42px;
  display: none;
}


.box p {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}




/* 
.robotic-right-border .learn-more-btn .iot_btn{
  display: block;
} */



/* booking-details page */


.edit-text {
  color: black;
  font-size: 20px;
  text-decoration: underline;
}



/* .program-name-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  width: 431px;
  height: 52px;
  color: #969696;
  background: url(../images/select-arrow.png) 96% / 5% no-repeat;


} */


/* .batch-name-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  width: 332px;
  height: 52px;
  color: #969696;
  background: url(../images/select-arrow.png) 95% / 6% no-repeat;
} */


.student-name-input {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 431px;
  height: 52px;

}

.phone-number-input {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 343px;
  height: 52px;
}

.student-age-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  width: 220px;
  height: 52px;
  color: #969696;
  background: url(../images/select-arrow.png) 92% / 9% no-repeat;
}


.phone-small-text {
  font-size: 11px;
  background: #d3d0d059;
  padding: 2px;

}


.move-link {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
}

.verify_icon {
  width: 40px;
}

.pending_icon {
  width: 50px;

}

.batch_icon {
  width: 40px;
}

.booking_right_box {
  position: absolute;
  top: 27%;
  right: 30px;
  z-index: 1;

}

.booking-page-para {
  font-size: 19px;
}

.batch_icon {
  position: absolute;
  bottom: -12px;
  right: 21px;
}


/* blog page */

.blog_para p {
  color: #000;
  font-weight: 500;
}


.winner-card-icon {
  color: #A4A4A4;
}

.blog-card-section {
  background-image: url(../images/blog-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}



@media screen and (min-width:1025px) and (max-width:1199px) {

  /* peogram page  */

  .p_card_list li {
    color: #0B5394;
    font-size: 15px;
  }

  .join_mbtn1 {
    padding: 12px 12px;
  }

  .join_mbtn2 {
    padding: 12px 12px;
  }

  .join_mbtn3 {
    padding: 12px 12px;
  }


}

@media screen and (min-width:769px) and (max-width:991px) {

  /* program page */

  .top_card_section {
    background-image: none;

  }

  .top-card-margin {
    margin-top: 65px;
  }

  .bottom-card-margin {
    margin-top: 25px;
    z-index: 111;

  }


  .join_mbtn1 {
    padding: 10px 15px;
  }

  .join_mbtn2 {
    padding: 10px 15px;
  }

  .join_mbtn3 {
    padding: 10px 15px;
  }

  footer {
    margin-top: 100px;
  }


}

@media (max-width:1440px) {


  /* program page */

  .join_mbtn1 {
    padding: 13px 23px;
  }

  .join_mbtn2 {
    padding: 13px 23px;
  }

  .join_mbtn3 {
    padding: 13px 23px;
  }


  .game_btn {
    width: 194px;
    padding: 5px 25px;
  }

  /* schdule page */


  .tragle_image_box p {
    font-size: 11px;
  }

  .price-cut-line {
    top: -5px;
    right: 69px;
  }

  .toggle-btn {
    padding: 0px;
  }

  .top_warning_bg {
    padding: 5px 39px;
  }

  .line_img {
    width: calc(100% - 99px);
  }


  .tragle_image_box {
    padding: 38px 20px;
  }

  .open_data {
    padding: 8px;
    margin-top: 8px;
    font-size: 13px;
  }

  .light_img {
    padding: 8px;
    margin-top: 5px;

  }


  .claender_img {
    width: 100%;
    height: 384px;
  }

  .start-date-box {
    padding: 18px;
  }


  .price span {
    font-size: 14px;

  }

  .list_para {
    padding: 10px 20px;
    font-size: 14px;

  }

  .crystal_image {
    height: 64px;
    width: 165px;
  }

  .apple_image {
    height: 90px;
    width: 185px;
  }

  .right_box_data p {
    font-size: 12px;
    padding: 5px 34px;
  }

  .day_heading {
    margin-top: 25px;
    font-size: 39px;
  }

  .trophy_section .line_dotted {
    margin-top: 51px;
  }



}

@media (max-width:1024px) {

  /* program page */

  .join_mbtn1 {
    padding: 12px 19px;
  }

  .join_mbtn2 {
    padding: 12px 19px;
  }

  .join_mbtn3 {
    padding: 12px 19px;
  }

  .toggle-btn {
    padding: 0px;
  }


  .game_btn {
    width: 199px;
    padding: 6px 20px;
    font-weight: 700;
    font-size: 18px;
  }

  /* curriculum page */

  .top_warning_bg {
    padding: 5px 14px;
  }

  .line_img {
    width: calc(100% - 107px);
  }

  .arrow-btn {
    top: 288px;
  }

  .arrow-btn2 {
    top: 289px;
  }

  .arrow-btn3 {
    top: 288px;
  }

  .tragle_image_box a {
    font-size: 11px;
  }

  .tragle_image_box p {
    font-size: 8px;
  }

  .tragle_image_box {
    padding: 22px 8px;
  }

  .claender_img {
    width: 100%;
    height: 264px;
  }

  .price-cut-line {
    width: 41px;
    top: 4px;
  }

  .price span {
    font-size: 8px;
  }

  .offer-pricbox-dive {
    font-size: 12px;
  }

  .brectes-data p {
    font-size: 10px;
  }

  .square-brackets {
    font-size: 34px;
  }

  .book-now {
    padding: 8px 12px;
  }

  .f-company-text a {
    font-size: 12px;
  }

  .light_img img {
    height: 38px;
  }

  .open_data {
    margin-top: 3px;
  }

  .open_data h6 {
    font-size: 9px;
  }

  .open_data p {
    font-size: 10px;
  }

  .start-date-box {
    padding: 9px;
  }

  .day_heading {
    margin-top: 17px;
    font-size: 39px;
  }

  .trophy_section .line_dotted {
    width: 344px;
    margin-top: 41px;
  }

  .trophy_btn_img {
    width: 35%;
    height: 54%;
  }

  .figBtn {
    position: absolute;
    bottom: 72px;
    left: -2px;
    transform: translate(10px, 10px);
  }

  .card_bottom_yellow {
    padding: 8px 16px;
    font-size: 16px;
  }

  .cd-paragraph {
    font-size: 15px;
    padding: 10px 64px;
  }

  .list_para {
    font-size: 11px;
    padding: 5px 10px;
  }

  .fly_img img {
    width: 152px;
    height: 136px;
  }

  .crystal_image {
    height: 40px;
    width: 155px;
  }

  .apple_image {
    height: 90px;
    width: 127px;
  }

  .right_box_data p {
    font-size: 10px;
    padding: 7px 14px;
  }

  .top_warning_bg {
    margin: 0px 28px 0px 36px;
  }

  .left_box_card p {
    font-size: 11px;
  }


  .buttons_icons img {
    left: 80px;
  }

  .card_paragraph p {
    font-size: 18px;
  }

  .join_btn_toptext {
    font-size: 12px;
  }

  .bg-primary-theme {
    font-size: 10px;

  }

  .bg-warning-theme {
    font-size: 10px;
  }

  .bg-secondary-theme {
    font-size: 10px;
  }

  .users_img img {
    height: 35px;
  }

  .program-card {
    padding: -2px 0px;
  }

  .card_bottom_btn {
    padding: 25px 24px;
  }

  .program-card h6 {
    font-size: 14px;
  }

  .arrow {
    width: 68px;
  }

  .p_card_list li {
    font-size: 14px;
  }

  .batch_img {
    margin-top: 3px;
    margin-right: 5px;
  }

  .p_card_top {
    padding: 0px;
  }

}

@media only screen and (min-width:425px) {

  /* all pages */

  .auto-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
  }

}


@media (max-width:1200px) {

  /* all pages */
  .auto-container {
    max-width: 1140px;
  }

  /* schedule page */
  .Session-that h4 {
    margin-left: 40px;
  }

}

@media (min-width:1366px) {

  /* all page */

  .auto-container {
    max-width: 1320px;
  }

  /* schedule page */

  .list_para {
    font-size: 14px;
  }

}

@media (min-width:1600px) {

  /* all pages */
  .auto-container {
    max-width: 1150px;
  }


}

@media (min-width:1920px) {

  .auto-container {
    max-width: 1626px;
  }

  /* curriculum page */

  .point_img {
    display: flex;
    justify-content: end;
  }


  .fa-angle-down {
    bottom: -38px;
  }

  .figBtn {
    bottom: 28px;
  }

  .top_warning_bg {
    margin: 0px 46px 0px 81px;
  }

  .right_box_data p {
    padding: 5px 20px 5px 110px;
  }

  .top_warning_bg {
    margin: 0px 83px 0px 164px;
    padding: 5px 96px;
    font-weight: 600;
    font-size: 12px;
  }

  .right_box_data {
    width: 582px;
    height: 91px;
  }

  .right_box_data {
    top: 32%;
    left: -32%;
  }


  .left_box_card {
    width: 377px;
    height: 134px;
  }

  .list_para {
    padding: 10px 45px;
    font-size: 16px;
  }

  .left_box_card p {
    font-size: 18px;
  }

  .Session-that {
    height: 198px;
  }

  .Session-that h6 {
    font-size: 32px;
  }


  .Session-that h4 {
    margin-left: 141px;
    font-size: 32px;
  }

  .day_heading {
    font-size: 64px;
    margin-top: 41px;
  }

  .cd-paragraph {
    font-size: 24px;
    padding: 10px 281px;
  }

  .auto-container {
    max-width: 1626px;

  }

  .cd-page {
    font-size: 24px;
  }

  .p_card_top h6 {
    font-size: 30px;
  }

  .arrow {
    width: 100px;
    height: 81px;
    font-size: 24px;
  }

  .arrow-right:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 25px solid #b9e5ff;

  }

  /* program page */

  .top-card-margin {
    margin-top: 60px;
  }

  .bottom_card_section {
    margin-top: 565px;

  }

  .top-trangle {
    right: 174px;
    width: 115px;
    font-size: 24px;
  }

  .top-trangle2 {
    width: 115px;
    font-size: 24px;

  }

  .top-trangle3 {
    right: 174px;
    width: 115px;
    font-size: 24px;
  }

  .top-trangle4 {
    width: 115px;
    font-size: 24px;
  }

  .game_btn {
    width: 321px;
    padding: 17px 0px;
    font-size: 30px;
    border-radius: 15px;
  }

  .member-btn {
    width: 100%;
  }

  .users_img img {
    width: 47px;
    height: 47px;
    margin-right: 66px;
  }

  .users_img img {
    width: 47px;
    height: 47px;
  }

  .card-clock-img {
    width: 38px;
    height: 38px;
  }


  .batch_img {
    width: 45px;
    height: 47px;
    margin-top: 8px;
  }

  .p_card_list li {
    font-size: 20px;
  }

  .res_clock {
    position: absolute;
    top: 43%;
    left: 2%;
  }

  .join_btn_toptext i {
    font-size: 20px;
  }

  .join_now_btn {
    font-size: 20px;
    padding: 16px 20px;
    margin-right: 23px;
  }

  .card_paragraph p {
    font-size: 30px;
    margin-top: 40px;

  }

  .progrma-main-heading h2 {
    font-size: 40px;
    margin-right: 20px;
  }

  .listing-stem li {
    margin-top: -5px;
    font-weight: 600;
    font-size: 30px;
  }


  /* home page */


  .certificate_img {
    width: 80px;
    height: 82px;
  }


  .batch-certificate-icons {
    margin-right: 20px;
  }


  /* schedule page */

  .card_bottom_btn {
    padding: 36px 30px;
  }

  .buttons_icons img {
    height: 66px;
    width: 65px;
    bottom: 80px;
    left: 136px;

  }

  .study_icon {
    height: 60px;
  }

  .certificate_icon {
    height: 40px;
  }



  /* footer */

  footer {
    margin-top: 50px;
  }

}


@media (max-width:768px) {

  /* footer */

  footer img {
    width: 169px;
    height: 56px;
  }

  /* header */
  .btn-m-header {
    font-size: 12px;
  }

  .navbar-brand img {
    width: 169px;
    height: 56px;
  }

  .fa {
    display: none;
  }

  /* booking details */

  .selectable-dropdown {
    width: 157px;
  }

  .batch_icon {
    position: absolute;
    bottom: -6px;
    right: -16px;
  }

  .ageDropdown {
    width: 181px;
  }

  .batchDropdown {
    width: 157px;

  }

  .dropdownArrowInput2 {
    background: url(../images/select-arrow.png) 96% / 9% no-repeat;
    height: 38px;
    font-size: 11px;
  }

  .dropdownArrowInput3 {
    background: url(../images/select-arrow.png) 96% / 9% no-repeat;
    height: 38px;
    font-size: 11px;
  }


  .sub-dropdown li {
    font-size: 11px;
  }

  .dropdownArrowInput {
    background: url(../images/select-arrow.png) 96% / 9% no-repeat;
    height: 38px;
    font-size: 13px;

  }

  .booking-btn {
    width: 135px;
    height: 40px;
    font-size: 14px;
  }

  .booking-card {
    background-image: url(../images/booking-card-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 151px;
  }

  .booking_right_box {
    top: 31%;
    right: 30px;

  }

  .edit-text {
    font-size: 14px;
  }

  .batch_icon {
    width: 24px;
    height: 24px;
  }

  .verify_icon {
    width: 24px;
    height: 24px;
  }

  .pending_icon {
    width: 32px;
    height: 28px;
  }

  .move-link {
    font-size: 13px;
    display: block;
    margin: auto;
  }

  .booking-submit-btn {
    padding: 4px 19px;
    font-size: 12px;
  }

  .booking-edit-btn {
    padding: 4px 19px;
    font-size: 12px;
    border: 1px solid #FF1818;
    border-radius: 20px;
    font-size: 14px;
  }

  .program-name-input {
    width: 160px;
    height: 39px;
    font-size: 10px;
  }

  .batch-name-input {
    width: 132px;
    height: 39px;
    font-size: 10px;
  }

  label {
    font-size: 13px;
  }

  .booking-card {
    border: 1px solid lightgray;
    border-radius: 0px;

  }

  .booking-card p {
    font-size: 10px;
    margin-top: 5px;

  }

  .s-date-text {
    font-size: 9px;

  }

  .p-seat-text {
    font-size: 9px;

  }

  .student-name-input {
    width: 290px;
    height: 39px;
  }

  .student-age-input {
    width: 160px;
    height: 39px;
    font-size: 10px;

  }

  .phone-number-input {
    width: 258px;
    height: 39px;
  }

  .phone-small-text {
    font-size: 9px;
    background: #d3d0d059;
  }

  .booking-page-para {
    font-size: 12px;
  }


  /* home page */

  .banner-carousel .owl-nav {
    display: none;
  }

  .banner-carousel.owl-dots {
    display: block;
  }

  #staff .owl-nav {
    display: none;
  }

  #staff3 .owl-nav {
    display: none;
  }

  .section-training {
    background-size: 100% 100%;
    background-position: right;
    padding: 112px 0 0px;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-image: url(../images/meet-traning-bg.png);
    margin-top: -115px;

  }

  .section-stem {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/gblog-bg-mobile.png);
    padding-top: 220px;
    padding-bottom: 248px;
  }



  .robotic_icon_mobile img {
    margin-left: 174px;
    width: 25px;
    height: 25px;
  }

  .robotic-right-border p {
    color: #4F4F4F;
    font-size: 14px;
    font-family: 'Avenir', sans-serif;
    font-size: 12px;
    font-style: normal;

  }

  .iot-right-border p {
    color: #4F4F4F;
    font-size: 14px;
    font-family: 'Avenir', sans-serif;
    font-size: 12px;
    font-style: normal;

  }

  .robotic-right-border {
    border-right: none !important;
  }

  .iot-right-border {
    border-right: none !important;
  }

  .client-carousel.owl-theme .owl-next,
  .client-carousel.owl-theme .owl-prev {
    margin-top: -10px !important;

  }

  .client-carousel.owl-theme .owl-prev {
    left: -12px !important;
  }

  .client-carousel.owl-theme .owl-next {
    right: -12px !important;
  }

  .w-stem-img {
    height: 50px;
  }

  .toggle-btn {
    padding: 0px 2px;
  }


  .fa .fa-chevron-right {
    display: none !important;
  }

  .fa .fa-chevron-left {
    display: none !important;
  }

  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    display: none;
  }

  #sync1.owl-theme .owl-prev {
    display: none;
  }

  #sync1.owl-theme .owl-next {
    display: none;
  }

  #sync2.owl-theme .owl-next,
  #sync2.owl-theme .owl-prev {
    display: none;
  }

  #sync2.owl-theme .owl-prev {
    display: none;
  }

  #sync2.owl-theme .owl-next {
    display: none;
  }



  .explore-projects {
    background-image: url(../images/explor-m-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 71px 0;
    background-position: cover;
  }

  section-stream-web .section-stream .owl-stage,
  .single-carousel .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .what-stem-card h5 {
    font-size: 9px;
  }

  .section-stem {
    padding-bottom: 82px;
  }

  .section-stem p {
    font-size: 13px;

  }

  .certi-cap-icon {
    max-width: 85px !important;

  }

  .section-certification .box {
    margin: -4px;
  }

  .counter {
    font-size: 22px;
  }

  .box p {
    font-size: 12px;

  }

  .explore-arrow {
    height: 25px;
    display: block;
    margin-top: 1px;
  }

  .section-affiliations h2 {
    font-size: 20px;
  }

  .web_geniuslab_card {
    display: none;
  }


  .bottom_other_program {
    font-size: 18px;
  }

  .open_data p {
    font-size: 8px;
  }

  .users_img img {
    height: 30px;
  }

  .bottom-card-margin {
    display: none;

  }

  .batch_img {
    height: 27px;
  }

  .certificate_img {
    height: 30px;
  }

  .traning_card_h {
    font-size: 22px
  }

  .traning_card_p {
    font-size: 13px;
    font-family: 'Avenir', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
  }

  .traning_card_bh {
    font-size: 22px
  }

  .traning_card_bp {
    font-size: 13px;
    font-family: 'Avenir', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
  }

  .child_card_h {
    font-size: 22px
  }

  .child_card_p {
    font-size: 13px
  }



  .bkids_cars_had {
    font-size: 15px;
  }

  .bkids_cars_para {
    font-size: 12px;
  }

  .pkids_cars_had {
    font-size: 15px;
    color: #EE728F;
  }

  .pkids_cars_para {
    font-size: 12px;
  }

  .iot_btn {
    background-color: #EE728F;

  }

  .iot_card_heading {
    font-size: 28px;
    color: #EE728F;
  }

  .iot_card_paragrph {
    font-size: 12px;
  }

  .r_card_icon img {
    height: 28px;
    padding: 6px;
  }

  .iot_card_icon img {
    height: 28px;
    padding: 6px;
  }


  .r_card_heading {
    font-size: 15px;
    color: #00b2ff;

  }

  .r_card_paragrph {
    font-size: 12px;
  }

  .certification-heading {
    color: white;
  }





  .section-stem {
    padding-top: 82px;
  }


  .section-certification .box {
    border-radius: 8px;
    padding: 42px 0px 5px;
  }

  .section-certification .certification-icn {
    top: -52px;
  }


  .trophy_btn_img {
    width: 48%;
  }

  .banner_text {
    font-size: 16px;
    width: 55%;
    margin-left: 10px;

  }

  .m_home_top_card img {
    width: 60%;
  }

  .m_home_top_card p {
    color: #4F4F4F;
    font-family: 'Avenir', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
  }

  .m_home_top_card h2 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
  }


  .client-carousel .client-box {
    height: 129px;
    padding: 10px;
  }

  .mobile_strem_btn {
    text-align: center;
    display: block !important;
  }

  .g-blog-btn {
    padding: 8px 25px;
    border: none;
    color: white;
    font-family: Avenir;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    border-radius: 8px;
    background: #00B2FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }

  .g-blog-btn2 {
    padding: 11px 25px;
    border: none;
    color: white;
    font-family: Avenir;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    border-radius: 8px;
    background: #EE728F;

  }

  .g-blog-btn3 {
    padding: 11px 19px;
    border: none;
    color: white;
    font-family: Avenir;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    border-radius: 8px;
    background: #FFD41F;

  }




  .stem_lern_btn {
    background-color: #00b2ff;
    color: #ffffff;
    position: absolute;
    /* top: 330px; */
    left: 95px;
    border: none;
  }


  .explor_list {
    font-size: 12px;
  }

  .section-single-stream .item .col-lg-5 {
    border-right: none;
  }

  .sec-title {
    /* text-align: center; */
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 11px;
  }


  .display-4 {
    font-size: 35px;
  }

  .rounded-xl {
    border-radius: 10px;
    padding: 8px 4px;
  }


  .section-certification .centered-col {
    border-right: none;
    border-left: none;
  }

  .title-sec {
    font-size: 23px;
    /* text-align: center; */
  }

  .section-certification .box {
    margin-bottom: 25px;
  }

  .banner-carousel h3 {
    font-size: 20px;
  }

  .slide-content {
    position: absolute;
    top: 4%;
    left: 15px;
    padding: 0px;

  }

  /* program page */

  .game_btn {
    width: 180px;
    padding: 8px 8px;
    border: 3px solid #2FBBF7;
    border-radius: 10px;
    background-color: white;
    color: #2FBBF7;
    font-weight: 600;
    font-size: 18px;
    margin-top: 45px;
  }

  .arrow {
    position: relative;
    width: 65px;
    background: #b9e5ff;
    line-height: 40px;
    margin-bottom: 60px;
    padding-left: 0px;
    font-weight: 700;
    height: 57px;
  }

  .arrow-right:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 26px solid #b9e5ff;
    font-family: Lexend;
  }

  .responsive_button .game_btn {
    width: 115px;
    padding: 4px 5px;
    border: 3px solid #2FBBF7;
    border-radius: 8px;
    background-color: white;
    color: #2FBBF7;
    font-weight: 600;
  }

  /* .responsive_button .game_btn {
    font-size: 13px;
    margin-top: 50px;
  } */

  .responsive_button .res-btn-member h5 {
    font-size: 10px;

  }

  .batch-blue-header .res-btn-member {
    margin-top: 4px;
  }


  .res_clock {
    position: absolute;
    top: 47%;
    left: 4%;
  }

  .card-clock-img {
    height: 20px;
    width: 20px;
  }

  .top-trangle3 {
    width: 77px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 29px solid #fea3bc;
    margin-top: 10px;
    font-size: 12px;
    position: absolute;
    top: -29px;
    right: 133px;
  }


  .top-trangle4 {
    width: 77px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 29px solid #ff678f;
    margin-top: 10px;
    font-size: 12px;
    position: absolute;
    top: -29px;

  }



  .program-card h6 {
    font-size: 14px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #685e67;
  }

  .program-card {
    border-radius: 12px;
  }

  .join_mbtn1 {
    padding: 7px 6px;
    border-radius: 5px;
    border-top: 1px solid #073763;
  }

  .join_mbtn2 {
    padding: 7px 6px;
    border-radius: 5px;
    border-top: 1px solid #C9B000;
  }

  .join_mbtn3 {
    padding: 7px 6px;
    border-radius: 5px;
    border-top: 1px solid #FF003C;
  }


  .card_bottom_btn {
    padding: 13px 18px;
  }

  .top-trangle {
    width: 100px;
    height: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 33px solid pink;
    position: absolute;
    top: -35px;
    right: 142px;
    font-size: 17px;
  }

  .top-trangle2 {
    width: 100px;
    height: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 33px solid #FF678F;
    color: white;
    position: absolute;
    top: -35px;
    right: 38px;
    font-size: 17px;
  }

  .top-card-margin {
    margin-top: 50px;
  }

  .top_card_section {
    background-image: none;
    overflow: hidden;
  }

  .offer-pricbox-dive {
    font-size: 9px;
  }

  .brectes-data p {
    font-size: 8px;
  }

  .f-company-text a {
    font-size: 9px;
  }

  .progrma-main-heading {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .program_btn {
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  }

  .res-btn-member {
    margin-top: 31px;
    margin-right: 5px;
  }

  .cd-page {
    font-size: 12px;
  }


  .media-body li {
    font-size: 11px;
    white-space: pre;

  }

  /* schedule page */

  .iit-heading {
    font-size: 10px;
  }

  .stem_logo {
    width: 99px;
    height: 43px;
  }

  .open_data {
    font-size: 10px;
    padding: 5px;
  }

  .open_data h6 {
    font-size: 7px;

  }

  .light_img img {
    height: 33px;
    width: 15px;

  }

  .opening_no {
    width: 19px;
    height: 54px;
  }

  .batch-yellow-header {
    font-size: 13px !important;
    max-width: 185px !important;
  }

  .start-date-box {
    font-size: 12px;
  }

  .price {
    padding: 0px;
    margin-left: 5px;
  }

  .brectes-list {
    margin-top: 5px;

  }

  .book-now {
    padding: 8px 12px;
    font-size: 10px;
  }

  .brectes-data {
    font-size: 9px;
  }

  .square-brackets {
    font-size: 25px !important;


  }

  .offer-price {
    margin-top: 0px;
    font-size: 9px;
  }

  .p-second {
    padding-left: 0px;
  }

  .price span {
    font-size: 7px;

  }

  .price-cut-line {
    width: 42px;
    top: 0px;
  }



  .top_right_circle {
    background-image: none;
  }

  .toggle-stem-menu {
    display: none;
  }

  .card-right-bg h6 {
    font-size: 12px;

  }

  .batch-blue-header {
    min-width: 205px !important;
  }

  .batch-yellow-header {
    min-width: 205px !important;
  }

  .batch-pink-header {
    min-width: 205px !important;
  }


  .top-heading h2 {
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
  }

  .s-bottom-img {
    height: 65px;
  }

  .s-bottom-img img {
    height: 65px;

  }

  .top_title {
    font-size: 16px;
  }

  .section-batch {
    background-image: none !important;

  }

  .section-batch .btn-link {
    height: 40px !important;
    width: 40px !important;
  }

  .section-batch .btn-link svg {
    width: 20px;
  }

  .f-data {
    padding-right: 0px;
    justify-content: start;
  }

  .s-data {
    padding-right: 0px;
    justify-content: end;
    white-space: pre;

  }

  .s-data p {
    margin-top: 8px;
  }


  .v-shave-div img {
    height: 134px;
    width: 37px;

  }

  .rectrangle_box {
    width: 148px;
    height: 130px;
  }

  .rectrangle_data {
    top: -128px !important;
    font-size: 6px !important;
    ;
  }

  .v-shave-div {
    top: -139px !important;
    left: 160px !important;
    z-index: 1 !important;
  }

  .claender_img {
    height: 174px;
    display: block;
    margin-left: auto;
  }

  .batch-blue-header {
    font-size: 13px !important;
    max-width: 185px !important;
  }

  .batch-pink-header {
    font-size: 13px !important;
    max-width: 185px !important;
  }

  .tragle_image_box img {
    height: 12px;
    width: 12px;
  }

  .schedule_card.active-card .friendly-column {
    margin-top: -6px;
    order: 4;
  }

  .schedule_card.active-card .tragle_image_box {
    display: block;
    margin-top: 7px;
  }

  .tragle_image_box a {
    font-size: 10px;
  }

  .tragle_image_box p {
    font-size: 7px;
  }

  .tragle_image_box {
    background-image: url(../images/tranglenew.png);
    padding: 14px 5px;

  }

  .trangle_mobile_box {
    margin-top: -135px !important;
  }

  /* policy page */

  .s-policy-link {
    font-size: 9px;
  }

  .policy_section p {
    font-size: 18px !important;

  }

  /* curriculum page */

  .trophy_section .line_dotted {
    width: 84px;
    margin-top: 20px;
    height: 1px;
  }

  .study_img {
    width: 40px;

  }

  .trophy_heading {
    position: absolute !important;
    top: 397px !important;
    left: 55%;
    font-family: Lexend;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 600;
    color: white;
  }

  .list_para {
    font-size: 9px !important;
    margin-top: 15px;
    padding: 0px 10px !important;
  }

  .point_img img {
    height: 14px !important;
    width: 14px !important;
    margin-top: 10px !important;

  }

  .fruits_img {
    width: 122px !important;
    height: 70px !important;
  }


  .Session-that h4 {
    font-size: 13px;
  }

  .left_box_card {
    border-radius: 12px 12px 20px 20px;
    border: 2px solid #5CBAF2;
    background: #FFF;
    z-index: 1;
    width: 175px;
    height: 99px;
    font-size: 11.5px;
  }

  .right_box_data p {
    font-size: 7px;
    padding: 9px 6px;

  }


  .right_box_data {
    height: 68px;
    padding: 0px;
    margin: 0px;
    font-size: 4px;
  }

  .top_warning_bg {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 5px 21px;
    border-radius: 0px 0px 10px 10px;
    background: #FEDF07;
    margin: 0px 2px;
    font-size: 9px;
    font-weight: 600;
  }

  .card_bottom_yellow {
    padding: 0px;
  }

  .card_bottom_yellow {
    font-size: 12px;
    position: absolute;
    padding: -6px 56px;
    padding: 10px;
    white-space: nowrap;
  }


  .left_box_card p {
    padding: 5px;
    font-size: 9px;
  }

  .list_para {
    font-size: 10px;
    padding: 10px 20px;

  }

  .card-right-bg {
    font-size: 14px;
    width: 30px;
    height: 91px;
  }

  .card-right-bg h6 {
    margin-top: 45px;
  }

  .descraption {
    height: 100%;
    margin-left: 0px;
    width: 100%;
    border: 1px dashed #CCC;
  }

  .fa-angle-up {
    top: 101px;
    left: 20px;
    z-index: 1;
    padding: 5px 10px;

  }

  .fa-angle-down {
    left: -3px;
  }

  .fa-angle-down {
    top: -21px;
    padding: 1px 7px;
  }

  .fa-angle2 {
    top: -5px;
    padding: 2px 7px;

  }

  .arrow-btn3 {
    position: absolute;
    top: 200px;
    left: 12px;
  }

  .arrow-btn {
    position: absolute;
    top: 206px;
    left: 12px;
  }

  .arrow-btn1 {
    position: absolute;
    top: 186px;
    left: 12px;
  }



  .fa-angle-up {
    left: 20px;
    z-index: 1;
    padding: 2px 7px;
    bottom: -36px;
  }

  .arrow-btn2 {
    position: absolute;
    top: 201px;
    left: 12px;
  }

  .right_box_data {
    padding: 0px 10px 0px 35px;
    position: absolute;
    top: 30%;
    left: -15%;
    border-radius: 0px 12px 12px 0px;
    border: 2px solid #5CBAF2;
    background: #FFF;
    z-index: -1;

  }

  .Session-that {
    width: 100%;
    height: 100px;

  }


  .session-box h6 {
    font-size: 9px;
    margin-top: 0px;
  }

  .session-box img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  .day_heading {
    margin-top: 10px;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 800;
  }


  .top_box {
    width: 100%;
    height: 182px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: linear-gradient(270deg, #F9F383 63.51%, #FFF 99.92%);
  }

  .cd-paragraph {
    font-size: 12px;
    margin-top: 22px;
    padding: 10px;

  }

  .top_box_1img {
    width: 100px;
    height: 80px;
  }

  .top_box_2img {
    width: 100px;
    height: 80px;
  }

  .fly_img img {
    width: 115px;
    height: 115px;
  }

  .fly-image {
    width: 226px;
    height: 82px;
  }

  .yellow_p_class {
    top: 78%;
    left: 233px !important;
  }

  .apple_image {
    height: 55px !important;
    width: 115px !important;
  }

  .crystal_image {
    height: 32px !important;
    width: 85px !important;
  }

  .top_right_text {
    font-size: 12px;
  }

  .top_text {
    font-size: 18px;

  }

  .figBtn {
    bottom: 80px !important;
    left: 0px !important;
  }

  .line_img {
    width: calc(100% - 83px);
    height: 50px;
    margin-top: 12px;
    object-fit: contain;
  }

  /* blog page */

  .webview-stem-btn {
    display: none;
  }

  /* all pages */

  h2 {
    font-size: 25px;
  }

  .listing-stem {
    display: none;
  }

  .responsive_button {
    display: block;
  }

  .web_buttons {
    display: none !important;

  }


  .card-footer a {
    font-size: 10px;

  }

  .top_heading {

    font-size: 10px;
    white-space: nowrap !important;
  }

  .text-right {
    font-size: 10px;
  }

}


/* program page buttons */
.member-in-program {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

@media (max-width:768px) {
  .btn-updates.nav-link {
    font-size: 13px;
    width: 100px;
    height: 34px;
    padding: 0px;
    border-radius: 8px;

  }

  .geni-vip {
    font-size: 11px;
    margin-bottom: 2px;
    padding-bottom: 2px;
  }

  .member-in-program {
    width: 100px;
    height: 32px;
    font-size: 12px;
    padding: 8px 0px;
    border-radius: 8px;
    margin-top: 4px;


  }

  [data-ribbon]:after {
    border-bottom: 15px solid #de1c24;
    font-size: 10px;
  }
}

/* all pages sidebar  mobile and web view */


.sidenav {
  height: 100vh;
  position: fixed;
  z-index: 5;
  top: 0;
  right: -300px;
  background-color: #FDFBFB;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #2b2a2a;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar-nav-item {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
}


@media screen and (max-height: 768px) {

  .sidenav .closebtn {
    top: 12px;
    right: 12px;

  }

  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 17px;
  }
}

.close-btn-sidebar {
  background-color: #f9f383;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  max-width: 198px;
  margin-left: auto;
  padding: 12px 60px;
  margin-top: 20px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}


/* blog page */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  width: 105px;
  height: 110px;
  font-size: 13px;
}


.yellow_tab {
  border: 2px solid #ffd41f;
  color: black;
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  font-weight: 900;

}


.blue_tab {
  border: 2px solid #00B2FF;
  color: #00B2FF;
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  font-weight: 900;

}

.pink_tab {
  border: 2px solid #ee728f;
  color: #ee728f;
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  font-weight: 900;


}

.blue_tab.active {

  background-color: #00B2FF !important;
}

.blue_tab .icon {
  filter: invert(59%) sepia(76%) saturate(3535%) hue-rotate(166deg) brightness(102%) contrast(103%);

}

.blue_tab.active .icon {
  filter: brightness(0) invert(1);

}

.pink_tab.active {

  background-color: #ee728f !important;
}

.pink_tab.active .icon {
  filter: brightness(0) invert(1);

}

.yellow_tab.active {

  background-color: #ffd41f !important;
}

.yellow_tab.active .icon {
  filter: brightness(0) invert(1);
  color: white;

}

@media (max-width:768px) {
  .mobile_blog_section .child_card_h {
    font-size: 14px;
  }

  .blog-date-text {
    font-size: 12px;

  }

  .blog-m-card-text {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;

  }


}

/* blog post page */

.blog-post-card-section p {
  font-size: 16px;
  font-weight: 500;
}

.right-section-card {
  height: 228vh;
  background-color: #00b2ff;
  margin-right: 50px;
  margin-top: 60px;
  padding: 45px;
}

.child_card_blog {
  font-size: 27px;
}

.right-section-card img {
  height: 220px;
}

.post1_img {
  height: 70vh;
  width: 26.5vw;
}

.post2_img {
  height: 38vh;
  width: 26.5vw;
}


.blog-post-heading {
  font-size: 35px;
}

@media (max-width:768px) {
  .blog-post-heading {
    font-size: 23px;
  }
  .post1_img {
    height: auto;
    width: 100%;
}

.post2_img {
    height: auto;
    width: 100%;
}

.blog-post-mobile-section p {
    font-size: 13px;
    font-weight: 600;
}

.mobile_post1_img {
    height: 65vh;
    width: 41vw;
}

}


/* stem streams web page */

.section-stream-web {
  background-image: url(../images/stem-web-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* padding: 48px; */
  padding: 280px 0px 0px;
  background-position: cover;
  margin-top: -225px;
}


.explore-streams-content .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: -9%;
  font-size: 60px !important;
  color: gray !important;
}

.explore-streams-content .owl-nav .owl-next {
  position: absolute;
  font-size: 60px !important;
  color: gray !important;
  top: 30%;
  right: -9%;
}


@media (max-width:768px) {

  .robotics-urriculum-slider .card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;

  }

  .nav-primary-tabs .nav-item .nav-link {
    font-size: 12px;
  }

  .nav-primary-tabs .nav-item .nav-link .tab-icn {
    height: 30px;
    width: 30px;
  }

  .section-stream-web {
    padding: 0px;

  }

  .section-stream-web {
    background-image: url(../images/stem-mobile-bg.png);
    margin-top: 0px;
  }

  .explore-project-heading {
    color: white;
    font-size: 22px;
  }

  .robo-mission {
    color: #00b2ff;
  }

  .explor-m-heading {
    font-size: 19px;
  }

  .robotics-curriculum::before {
    background: url(../images/rc-mobile-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: -160px;
  }

  .robotics-curriculum .card .card-header h4 {
    font-size: 18px;
  }

  .age-limit li div {
    font-size: 13px;
  }

  .age-limit li span {
    font-size: 13px;
  }

  .robotics-urriculum-slider .card {
    box-shadow: none;
    margin-top: 28px;
  }

  .robotics-urriculum-slider .owl-nav .owl-prev {
    left: 0;
    display: none;
  }

  .robotics-urriculum-slider .owl-nav .owl-next {
    position: absolute;
    font-size: 38px !important;
    color: #092139 !important;
    font-weight: bolder;
    top: 39%;
    right: -3%;


  }

  .robotics-urriculum-slider .owl-next span {
    background: white;
    padding: 0px 18px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }



  .page-explore-streams {
    margin-bottom: -130px;
  }


}


/* stem projects page */

.robo-curri-heading{
  font-size: 16px;
}

.robo-curri-para{
  font-size: 12px;
}

.stem-projects-card-section {
  background-image: url(../images/stem-web-bg.png);
  background-repeat: no-repeat;
  background-position: center;


}

.stem-projects-card-section .card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width:768px) {


  .mobile-stem-projects-card-section .card {
    border: 4px solid #00B2FF;
    border-radius: 8px;

  }

  .mobile_card_bg {
    background-image: url(../images/stem-projects-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }

}


/* stem streams web 2 page  */




.slider_main_secction {
  background-image: url(../images/ssweb-bg.png);
  background-repeat: no-repeat;
  background-position: initial;
  background-size: contain;
}


.student_card_section .card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.other_projects-section .card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ssweb-section .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: -9%;
  font-size: 60px !important;
  color: gray !important;
}

.ssweb-section .owl-nav .owl-next {
  position: absolute;
  font-size: 60px !important;
  color: gray !important;
  top: 30%;
  right: -9%;
}

@media (max-width:768px) {



  .ssweb-single-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    top: 156px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }

  .ssweb-single-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff76;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .ssweb-single-carousel .owl-dots .owl-dot.active {
    width: 20px;
    border-radius: 4px;
    background-color: #ffffff;
  }


  .ssweb-single-carousel .owl-nav .owl-prev {
    display: none !important;
  }

  .ssweb-single-carousel .owl-nav .owl-next {
    display: none !important;
  }

  .slider_main_secction {
    background-image: url(../images/rc-mobile-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding: 150px 0px 0px 0px;
    margin-top: -100px;
  }

  .ssweb_first_slider .item {
    margin-top: 8px;
  }

  .ssweb-follow-student-heading {
    /* margin-top:150px; */
    font-size: 17px;
    color: white;
  }

  .ssweb-single-carousel p {
    font-size: 12px;
    font-weight: 500;

  }

  .mobile-ssweb-list li {
    font-size: 12px;
  }


}




/* all pages button */

.learn-more-btn:hover {
  background-color: white;
  color: #00b2ff;
  border: 2px solid #00b2ff !important;
}


.p_kids_btn:hover {
  background-color: white;
  color: #EE728F;
  border: 2px solid #EE728F;
}


/* slide page arrow */

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00B2FF;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: -3px;
  top: -6px;  
  font-size: 38px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width:768px) {
  #return-to-top i {
    left: 6px;
    top: 2px;
  }
  
}


/* blog post page  */

.right-section-card .card{
  border-radius: 10px;
}