 /*experience learning page css*/
.exp_footer{
    background-color: #CC3029;
    padding: 10px;
  }
  .m-0{
    color: #fff;
  }
  .exp_header p{
    font-size: 2.5rem;
    color: #d24a44;
    margin: 0 !important;
    font-weight: 600;
    text-align: right;
  }
  .exp-blue{
    background-color: #07294d;
  }
  .exp-blue h1{
    font-size: 1.5rem;
    padding: 0.4rem 2rem;
    text-align: center;
    margin: 0 !important;
    color: #fff;
  }
  .banner-bg{
    background-color: #eee9e9;
    background-image: url(../images/banner/JigyasuXBlix_Website_banner_bg.jpg);
    background-position: left;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  .banner-form-wrapper{
    text-align: center;
    padding: 28px;
  }
  .banner-form{
    /* border: 5px solid #df5d57; */
    padding: 25px;
    background: #fff;
    padding: 25px;
    background: #07294d;
    border-radius: 20px;
  }
  /* .banner-img{
    background-image: url(../images/banner/JigyasuXBlix_Website_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 85%;
  }  */
  .banner-form-title{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
  }
  .form-check-inline{
    margin-top: 1rem;
  }
  .form-submit-btn{
  background: #ef476f !important;
  color: #fff !important;
  padding: 8px 25px;
  margin-top: 1rem;
  }

  .form-radio{
    text-align: left;
    margin-top: 1rem;
  }
  .form-checkbox{
    text-align: left;
    margin-top: 1rem;
  }
  .form-datepicker{
    text-align: left;
    margin-top: 1rem;
  }
  .mobile-num-wrapper{
    display: grid;
      gap: 10px;
      align-items: center;
  }
  .exp-learning-mobile{
    font-size: 15px;
      color: #ffffff;
  }
  .anyhelp-txt{
    color: #07294d;
    margin-top: 1rem;
    font-size: 18px;
    display: grid;
    gap: 5px;
    align-items: center;
  }
  .exp_center_title{
    color: #07294d;
    font-size: 27px;
    margin-top: 10px;
  }
  .exp_center_points{
    color: #07294d;
    list-style: disc;
  }
  @media(max-width:360px){
    .exp_header p{
      font-size: 1.6rem;
      text-align: center;
    }
  }
  @media(max-width:412px){
    .exp_header p{
      font-size: 1.6rem;
      text-align: center;
    }
  }
  .exp_center_box{
    height: 100px;
    width: 107px;
      bottom: 106px;
      /* left: 208px; */
      z-index: 9999999;
      position: fixed;
      right: 1%;
      top: 24%;

  }




  .blink_text {
      animation-name: blinker;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      font-size: 18px;
      font-weight: 400;
      color: #ffc21a;
     }

     @keyframes blinker {
      0% { opacity: 1.0; }
      25% { opacity: 0.0; }
      50% { opacity: 1.0; }
      100% { opacity: 1.0; }
     }


     /* notice custom marquee */
  /* .notice-scroll ul li{
      list-style-type: disc;
      color: #fff;
  } */
  .notice-scroll ul li a{
      color: #fff;
  }
  .notice-board{
      background-color: #112958;
  }
  .notice_ul{
      gap: 120px;
  }
  /* experience-learning */
  .robotix-img{
    width: 100%;
  }
  .form-text{
    text-align: left;
  }
  .notice-board-exp{
    background-color: #112958;
    margin-top: 10px;
  }


 /* exp center */
 @media (max-width:768px) {
    .summer_camp_leaflets{
        text-align: center;
      }
      .custombread h1{
        font-size: 1rem!important;
      }
      .contact-info{
        font-size:15px!important;
      }
      /* .sm-alt{
        flex-direction: column-reverse;
      } */
      .banner-form-wrapper{
        padding: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
      }

  }



/* experience learning page css new */
.lp_contact_number {
    background-color: #CC3029;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px;
    border-radius: 15px;
  }
  .exp-landing-banner{
    /* height: 80vh; */
    background: linear-gradient(0deg, rgb(0 0 0 / 86%), rgb(41 41 41 / 27%)),url(../img/exp-center/exp-center-new-bg.webp);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  .exp_lp_form {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    backdrop-filter: blur(4px) saturate(180%);
    -webkit-backdrop-filter: blur(4px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    margin: 10px;
  }
  .exp_lp_form_title{
    background-color: #ef476f;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
  }
  .exp_lp_form_title h6 {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
  }
  .exp_lp_form_title p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .exp_lp_form form .form-group .form-control {
    background-color: #F7F6F9;
    color: #a2a2a2;
    font-size: 14px!important;
    border-radius: 30px;
  }
  .prep-cont{
    background-color: #EFEFEF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
  .prep-cont h2{
    font-size: 29px;
    color: #000;
    font-weight: 700;
  }
  .prep-cont h2 span{
    font-size: 27px;
    font-weight: 600;
    color: #f24080;
  }
  .prep-cont p{
    font-size: 16px;
    line-height: 26px;
    color: #363636;
  }
  .we-offer-text{
    font-size: 32px;
    color: #118ab2;
    font-weight: 700;
    padding: 10px;
    text-align: center;
  }
  .benifits-heading{
    font-weight: 500;
    font-size: 18px;
  }
  .events-btn{
    background-color: #cc3029 !important;
      color: #ffff !important;
      padding: 10px;
      font-size: 17px;
  }
  .cnt-banner{
    background: linear-gradient(0deg, rgb(0 0 0 / 65%), rgb(17 16 17 / 0%)),url(../images/exp-center/cnt-banner.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  .cnt-sec{
    text-align: center;
    padding-top: 10px;
  }
  .got-qust{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    margin: 0;
  }
  .cnt-us-txt{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
  .msg-txt{
    color: #fff;
    font-size: 16px;
  }
  .exp_footer .footer-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #ffffff;
    color: #CC3029;
    text-align: center;
}
.footer-social{
  display: flex;
  justify-content: center;
  padding: 8px;
}
.footer-social li a{
margin: 5px;
}
.bg-box{
  background-color: #ef476f;
  text-align: center;
}
@media(max-width:360px){
  .we-offer-text{
    text-align: left;
    font-size: 26px;
  }
  .prep-cont{
    text-align: left;
    font-size: 25px;
  }
  .montly-cards{
    padding: 10px;
  }
  .cnt-sec{
    padding: 10px;
  }
  .monthly-course-desc{
    padding-top: 10px;
  }
  .welcome-title{
    font-size: 22px !important;
    padding: 10px;
}
  }

.leaflet_btn{
  background: #ef476f  !important;
color: #fff !important;
padding: 8px 25px;
}
.exp_title{
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}
.welcome-title{
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.site-header-lp{
  background-color: #ffffff;
    width: 100%;
    z-index: 10;
}
/* .site-title img{
  height: 86px !important;
} */
.top-header{
  /* background-color: #41246d; */
  background-color: #118ab2;
}
.gridFilter button.active{
  background-color: #ef476f;
    color: white;
    padding: 10px;
    border: 0px;
    margin-bottom: 10px;
}
.banner_tagline h1{
  font-size: 47px;
    color: #fff;
    padding: 20px;
}

.space{
    padding-top: 50px;
    padding-bottom: 20px;
}




.banner_tagline span{
  color: #ef476f;
}
@media (max-width:768px) {
  .banner_tagline h1{
    font-size: 30px;
    color: #fff;
  }
}
  @media (max-width:360px) {
    .banner_tagline h1{
      font-size: 30px;
      color: #fff;
    }
  }


