/**************************************/
.explorePro p{
	text-align: left;
}
.bookForm{
  padding: 35px;
  background: #e4f9ff;
  border-radius: 10px;
}
.selectSession input[type="radio"]{
  display: none;
}
.selectSession label{
  width: 100%;
  text-align: center;
  padding: 6px;
  border-radius: 30px;
  border: 1px solid #042890;
  color: #042890;
  font-weight: 600;
}
.selectSession input[type="radio"]:checked + label{
  background-color: #042890;
  color: #fff;
}
.bookForm h4{
  font-size: 34px;
  font-weight: 700;
  color: #c80006;
}
.bookForm h5{
  font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
}
.bookForm .form-control{
  min-height: 45px;
  background-color: transparent;
  border-color: #042890;
}
.explorePro {
  transition: all .3s;
  box-shadow: 0 4px 15px #e6e3e375;
  height: 100%;
}
.explorePro:hover {
  transform: scale(1.01);
}
.exploreproIcon{
  height: 110px;
  width: 110px;
  object-fit: contain;
}
.liveclassTeacher img{
  min-width: 120px;
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.liveclassBox{
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.liveclassTeacher h3{
  position: relative;
  font-size: 13px;
  height: 28px;
  background: #001e75;
  color: #fff;
  text-align: center;
  padding: 6px 3px;
  border-radius: 0px;
  margin-top: 0px;
}
.liveclassTeacher h3:before{
     width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0 28px 18px;
    border-color: transparent transparent #001E75 transparent;
    transform: rotate(0deg);
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
}
.classBadge01{
  display: inline-block;
  padding: 1px 10px;
  background: #0aae15;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.classBadge02{
  display: inline-block;
  padding: 1px 10px;
  background: #2ecbf8;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.streamInfo{
    font-size: 12px;
    display: inline-block;
    padding: 0;
    color: #fff;
    border-radius: 5px;
    background: rgb(255, 86, 86);
    background: linear-gradient(180deg, rgba(255, 86, 86, 1) 0%, rgba(182, 2, 2, 1) 100%);
    overflow: hidden;
}
.streamdate {
   padding: 3px 6px;
    background: #ffdcdc;
    color: #c80006;
    font-weight: 500;
}
.streamtime{
padding: 3px 6px;
}
@media(max-width:575px){
  .bookForm{
    padding: 20px;
  }
  .bookForm h4{
    font-size: 24px;
  }
}