.container {
  max-width: 1180px;
}

.overview_scn table tr td p {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 1rem 16px;
  letter-spacing: 0.25px;
  line-height: 14px;
  padding: 8px 10px;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.overview_scn h3 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  padding: 0 0 20px;
}

.overview_scn table {
  margin: 0 0 50px;
  border-collapse: collapse;
  border: none;
}

.overview_scn table td {
  border-left: 5px solid #fff;
  border-bottom: 1px solid #ececfd;
  vertical-align: top;
  font-family: 'Inter', sans-serif;
}

.overview_scn table tr:first-child td strong.date {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 12px 0;
  line-height: 24px;
  text-transform: uppercase;
}

.overview_scn table tr:first-child td strong.date .day {
  font-style: normal;
  font-size: 24px;
  color: #01033c;
}

.overview_scn table tr td strong.hall {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding: 12px 10px;
}

.overview_scn table tr td p {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 14px;
  padding: 8px 10px;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.overview_scn table tr td p a {
  display: block;
  color: #000;
}

.overview_scn table tr td p a b {
  color: #000;
}

.overview_scn table tr td span {
  display: block;
  color: #000;
  /* font-weight: 600; */
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 14px;
padding: 8px 0px;
}

.overview_scn table tr td .pointlist {
  display: block;
  color: #000;
  /* font-weight: 600; */
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 14px;
padding: 8px 31px;
margin-top: 1rem;
}

.by{
    padding-left: 42px;
    border-bottom: 1px solid #f5efefab;
}
.by2{
  padding-left: 72px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5efefab;
}

.overview_scn table tr td .pointlist2 {
  display: block;
  color: #000;
  /* font-weight: 600; */
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 14px;
padding: 8px 50px;
}
.pointlist2 i {
  color: #a4a4af !important;
}


.overview_scn table tr td ul {
  display: block;
  padding: 0 0 8px 30px;
  list-style: circle;
}

.overview_scn table tr td ul li {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px;
  list-style: circle;
  font-family: 'Inter', sans-serif;
}

.overview_scn table tr.bg td p {
  font-weight: 500;
}

.overview_scn table tr.bg td span {
  color: #fff;
}

.overview_scn table tr td p.normal {
  font-weight: normal;
}

.overview_scn table.multi tr td strong.hall {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: normal;
  padding: 12px 10px;
}

.overview_scn table.multi tr td strong {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  padding: 10px 5px;
  font-weight: 600;
}

.overview_scn table.multi tr td p {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding: 10px 5px;
  font-weight: 600;
}

.overview_scn table.multi tr td p.normal {
  font-weight: 400;
}

.overview_scn table.multi tr td p a {
  font-weight: 600;
}

.overview_scn table.multi tr td span {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding: 8px 3px;
  font-weight: 600;
}

.overview_scn table.multi tr td span small {
  font-size: 9px;
  display: block;
  font-weight: 400;
}

.starts_tx {
  font-style: normal;
  font-size: 10px;
  display: block;
  color: #e16a4c;
}


@media all and (max-width:1150px) {
  .scroll_scn {
    overflow-x: scroll;
  }

  /* .overview_scn table {
    width: 1050px;
} */
}




.tab-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.tab-button.active {
  background-color: #0056b3;
  /* Adjust the active state background color as needed */
}

/* .bt2{
    background-color: #663399; 

  }

  .bt2.active{
    background-color: #663399; 

  } */

.tab-content {
  display: none;
  margin-top: 20px;
}

#inauguralContent {
  display: block;
}

.tab-content p {
  margin: 0;
}

.page-header{
  background-image: url(../images/coming-soon-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #172238;
  padding: 0px 0px;
  width: 100%;
    max-width: 100%;
}
.text-yellow{
  color: #FFC107;
  padding: 0px 10px;
  font-size: 27px;
  border: 2px solid;
}
.text-white-new{
  color: #fff;
  font-size: 34px;
}
.program-section{
  min-height:60vh; padding: 60px 0;
}
.reg-title{
  font-size: 15px;margin: 0;padding: 0;padding-bottom: 15px;
}
#tech_programContent{
  margin-top: 5px !important; margin-bottom: 5px !important; display: none;
}
#tech_programContent p{
  font-size: 15px;margin: 0;padding: 0;padding-bottom: 15px;
}


.time_session{
    border-left: 5px solid #fff;
    border-bottom: 1px solid #ececfd;
    vertical-align: top;
    font-family: 'Inter', sans-serif;
    background: #ececfd;
}