

.pagetopbox{
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
}

.pagetopbox h1{
  display: block;
  max-width: 200px;
  margin: 0 auto -5px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5rem 0;
  border-bottom: 5px solid #0e51e6;
}









#programpage{
  max-width: 1140px;
  margin: 0 auto;
}
.roomarea{
    display: -ms-flexbox;
    display: flex;
}
.room_btn1,
.room_btn2{
    font-size:1.25rem; 
    font-weight: bold; 
    padding:10px 35px; 
    color: white; 
    background-color:#8197aa;
    border: none;
}
.room_btn1_on{
    background-color: #96c5b2;
}

#programpage .programarea1,
#programpage .programarea2{
    display: none;
}

#programpage .active{display: block;}




.programflex{
  display: -ms-flexbox;
  display: flex;
}

.programflex1{
  display: -ms-flexbox;
  display: flex;
}


.sesstionflex{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  background-color: #ddd;
  padding:15px 20px;
  text-align: left;
}

.sesstionflex1{
    text-align: right;
}


.programitem1_1{
  width:20%;
  font-weight: bold;
  color:white;
  background:#15294e;
  border-top: 2px solid #15294e;
  border-bottom: 2px solid #15294e;
  text-align: center;  
  /* padding-left:10px; */
}

.programitem1_2{
 width:40%;
  font-weight: bold;
  color:white;
  background:#15294e;
  border-top: 2px solid #15294e;
  border-bottom: 2px solid #15294e;
  text-align: center;
  padding-left:30px;
}

.programitem1_3{
  width:20%;
  font-weight: bold;
  color:white;
  background:#15294e;
  border-top: 2px solid #15294e;
  border-bottom: 2px solid #15294e;
  text-align: center;
}

.programitem1_4{
  width:20%;
  font-weight: bold;
  color:white;
  background:#15294e;
  border-top: 2px solid #15294e;
  border-bottom: 2px solid #15294e;
  text-align: center;
}


.programitem2{
  flex:15;
  color:#FFFFFF;
  background:#67befa;
  text-align: center;

}

.programitem2_1{
  flex:5;
  color:#FFFFFF;
  background:#67befa;
  text-align: center;
}

.programitem3{
  color:#000;
  background:#ddd;
  text-align: center;
}




.program1{
  width:20%;
  font-weight: normal !important;
  text-align: left;
  text-align: center;
  line-height: 2.8;
  background-color: #305eab;
  color: white;
  max-width: 206.8px;
}

.program2{
  width:40%;
  text-align: center;
  line-height: 2;  
/*  max-width: 206.8px;*/
  color: #15294e;
  border: 1px solid #d2e1ff;
}

.program3{
  width:20%;
  font-weight: normal !important;
  padding-left: 16px;
  text-align: center;
  line-height: 1.8;
  background-color: #f6f6f6;
}
.program4{
  width:20%;
  border: 1px solid #d2e1ff;
  font-weight: normal !important;
  padding-left: 16px;
  text-align: center;
  line-height: 1.8;
}



.pgflx_base{
  padding-top:0.8rem; padding-bottom: 0.8rem;
  margin: 1px;
}



@media(max-width:660px){

  #programtoppc{
    display: none;
  }
  #programtopmb{
    display: flex !important;
  }

  .programflex{
    display: block;
    padding: 3px;
  }
  
  .pgflx_base{
    padding-top:0.2rem; padding-bottom: 0.2rem;
  }

  .programitem2{
    color:#FFFFFF;
    background:#96c5b2;
    text-align: left;
    padding-left: 8px;
    flex:1;


  }

  .programitem2_1{
    color:#FFFFFF;
    background:#96c5b2;
    text-align: right;
    padding-right: 8px;
    flex:2;


  }

  .sesstionflex{
    padding:10px 8px;

  }
  .program1{
    width:100%;
    font-weight: normal !important;
    border-bottom:1px solid #fafafa;
    text-align: left;
    padding-left: 8px;
    padding-top: 0.1rem;
    padding-bottom: 0;
    margin: 0;
    max-width: unset;

  }

  .program2{
    width:100%;
    text-align: center;
    padding-left: 8px;
    padding-top: 0.1rem;
    padding-bottom: 0px;
    padding-right:8px;
    margin: 0;
    border-bottom:1px solid #fafafa;
    max-width: unset;
  }
  .program3{
    width:100%;
    font-weight: normal !important;
    padding: 0 8px 0.1rem 8px;
    margin: 0 auto 5px;
    line-height: 2.8;
    max-width: unset;
  }
  .program4{
    width:100%;
    font-weight: normal !important;
    padding: 0 8px 0.1rem 8px;
    border-bottom:1px solid #ddd;
    margin: 0 auto 5px;
    line-height: 2.8;
    max-width: unset;
  }

}
