



.tapasam-tab {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.tapasam-tab .tabs {
  width: 100%;
  box-sizing: border-box;
}

.tapasam-tab .tabs ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "robotoregular", sans-serif;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.tapasam-tab .tabs ul li {
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .tapasam-tab .tabs ul li {
    width: 100%;
    margin-bottom: 2px;
  }
}


.tapasam-tab .tabs ul li a {
 background-color: #571202;
 font-size: 14px;
 color: #fff;
 text-decoration: none;
 padding: 10px;
 border-radius: 9px 9px 0 0 ;
 box-sizing: border-box;
 text-transform: capitalize;
 letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
  .tapasam-tab .tabs ul li a{
    width: 100%;
    display: block;
  }
}


.tapasam-tab .tabs ul li a:hover,
.tapasam-tab .tabs ul li a.active{
  background-color: #280700;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}



.tab-contents {
  width: 100%;
  float: left;
  height: auto;
}

.tab-about-journal-content {
  width: 100%;
  float: left;
  height: auto;
}




.tab-contents h1 {
  display: block;
  margin: 25px 0 15px 0;
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  font-family: "robotoregular", sans-serif;
}
.tab-contents h1 a {
   color: #333;
  text-decoration: none;
  word-break: break-all;
}
.tab-contents h1 a:hover {
  color: #333;
}
.tab-contents h2 {
  display: block;
  margin: 25px 0 20px 0;
  font-size: 26px;
  line-height: 22px;
  font-weight: 500;
  color: #581201;
  font-family: "robotoregular", sans-serif;
  text-transform: capitalize;
}
.tab-contents h2 a {
   color: #333;
  text-decoration: none;
  word-break: break-all;
}
.tab-contents h2 a:hover {
  color: #333;
}
.tab-contents h3 {
  display: block;
  margin: 25px 0 15px 0;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
   color: #333;
  font-family: "robotoregular", sans-serif;
}
.tab-contents h3 a {
   color: #333;
  text-decoration: none;
  word-break: break-all;
}
.tab-contents h3 a:hover {
  color: #333;
}
.tab-contents h4 {
  display: block;
  margin: 25px 0 15px 0;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
  font-family: "robotoregular", sans-serif;
}
.tab-contents h4 a {
   color: #333;
  text-decoration: none;
  word-break: break-all;
}
.tab-contents h4 a:hover {
  color: #333;
}
.tab-contents h5 {
  display: block;
  margin: 25px 0 15px 0;
  font-size: 18px;
  line-height: 16px;
  font-weight: 500;
  color: #333;
  font-family: "robotoregular", sans-serif;
}
.tab-contents h5 a {
   color: #333;
  text-decoration: none;
  word-break: break-all;
}
.tab-contents h5 a:hover {
  color: #333;
}
.tab-contents h6 {
  display: block;
  margin: 25px 0 15px 0;
  font-size: 17px;
  line-height: 15px;
  font-weight: 600;
  color: #333;
  font-family: "robotoregular", sans-serif;
}
.tab-contents h6 a {
   color: #333;
  text-decoration: none;
  word-break: break-all;
}
.tab-contents h6 a:hover {
  color: #333;
}


.tab-contents p {
  display: block;
  margin: 0  0 12px 0;
  font-size: 15px;
  line-height: 28px;
  font-family: "robotoregular", sans-serif;
  word-break: normal;
  -webkit-text-size-adjust: none;
}
.tab-contents p a {
  color: #333;
  text-decoration: none;
  word-break: normal;
}
.tab-contents p a:hover {
  color: #333;
}

.tab-contents address {
  display: block;
  margin: 8px 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "robotoregular", sans-serif;
  word-break: normal;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  font-style: normal;
}


.tapasam-tab .tab-details {
  display: none;
}
.tapasam-tab #tab-about-journal-content {
  display: block;
}