.top {
  text-align: center;
}

.content_body {
  padding: 80px 0px;
}

.lastupdated {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #002A5D;
}
.change-content{
    margin: 16px 0px;
}
.title {
  font-family: Roboto;
  font-size: 56px;

  display: none;
  font-weight: 500;
  line-height: 67px;
  letter-spacing: 0em;
  text-align: center;
  margin: 16px 0px;
  color: #002A5D;
}

.nav_tabs {
  margin-bottom: 40px;
  display: flex;
  border: none;
  justify-content: center;
}

.tab-content {
  width: 1070px;
  max-width: 100%;
  padding: 0px;
  margin: auto;
  margin-top: 40px;
}
.pp-content .nav-pills{
  width: 600px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  gap:40px;
}
.pp-top-content h1{
  font-family: 'Roboto';
  font-size: 56px;
  line-height: 67px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  color: #002A5D;
}
.pp-top-content h6{
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  color: #002A5D;
}
.hide {
  display: none;
}

.tab-content p{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-transform: capitalize;
  color: #265186;
  margin-bottom: 20px;
}

.tabs_nav {
  border: none;
}
h1[class*="content-"] { 
  display:none;
}

h1.active { 
  display:block;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #002A5D;
  background-color: transparent;
}


.nav-link {
  text-decoration: none;
  color: var(--core-teal, #1D7874);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  text-transform: capitalize;
  padding: 0px;
  border: 0px !important;
}

.nav-link:hover {
  color: var(--core-navy-h, #002A5D);
}
.pp-content{
  padding: 6rem 0 3rem;
}
.contents {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #265186;
}