
/** journal-section **/

.journal-section{
  position: relative;
  padding: 143px 0px 120px 0px;
}

.journal-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 917px;
  height: 578px;
  background-repeat: no-repeat;
}

.journal-section .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.journal-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 30px;
  padding: 9px 23px;
  cursor: pointer;
  transition: all 500ms ease;
}

.journal-section .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.journal-section .tab-btn-box .tab-btns li.active-btn,
.journal-section .tab-btn-box .tab-btns li:hover{
  color: #fff;
}

.journal-section .tabs-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 40px 40px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 10px 50px rgb(0 0 0 / 10%);
}

.journal-section .tabs-box .single-item h4{
  margin-bottom: 10px;
  line-height: 24px;
}

.journal-section .tabs-box .single-item .discription{
  position: relative;
  display: block;
}

.journal-section .tabs-box .single-item .discription p span{
  color: #142441;
}

.journal-section .tabs-box .single-item .text{
  position: relative;
  display: block;
  margin-bottom: 16px;
  margin-top: 17px;
}

.journal-section .tabs-box .single-item .odi-code{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.journal-section .tabs-box .single-item .odi-code p span{
  font-weight: 600;
}

.journal-section .tabs-box .single-item .download-option a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
}

.journal-section .tabs-box .single-item .download-option a i{
  margin-right: 8px;
}

.journal-section .tabs-box .single-item .download-option a:hover{
  color: #fff;
}