/* CSS Document */

.tab_fblue {
  color: #10208B;
}

.tab {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.tab button {
  width: 24.5%;
  padding: 10px;
  border: none;
  background: #015FB0;
  color: #FFFFFF;
}
.tab button.active {
  background: #007BFF;
  font-weight: bold;
}
.tabcontent {
  display: none;
  padding: 15px;
  background-color: #FAFAFA;
}
.tabcontent.active {
  display: block;
}


@media screen and (max-width:991px) {
  .lg_fs28 {
    font-size: 28px!important;
  }
}

@media screen and (max-width:576px) {
  .sm_fs18 {
    font-size: 18px!important;
  }
  .sm_fs21 {
    font-size: 21px!important;
  }
  .sm_fs26 {
    font-size: 26px!important;
  }
}





		
