.page-bar-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 90px;
  min-height: 600px;
  display: flex;
  background-color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-size: cover;
  position: relative;
}

.title-des h2 {
  color: #ffffff;
  font-weight: 10;
  font-size: 20px;
  line-height: 1.5;
}

.title-des h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 50px;
}

.person-cfp-row {
  padding: 15px;
}

.person-cfp-row div h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #5c5c61;
}

.text-green {
  color: #6bb648;
  font-weight: 300;
  font-size: 40px;
}

.text-green-title {
  color: #6bb648;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.5;
}

.text-small {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
}

.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}

.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav.nav-tabs li {
  background: none;
  border: none;
}

a {
  cursor: pointer;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}
.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
  display: block;
}

.nav > li > a i {
  margin-right: 0px;
}

.wrapper-content {
  padding: 20px 10px 40px;
}

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}

.tabs-container .tab-pane .panel-body {
  border-top: none;
}

.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.panel-body {
  padding: 15px;
}

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}

.text-content-ul > ul > li,
.text-content-ul > h {
  line-height: 2;
}
.piece-title{
  width: 10%;
  display: flex;
  flex-direction: column;
}
.piece-title  > div{
  width: 80px;
  height: 80px;
  background-color: #4b9871;
  text-align: center;
  font-size: 20px;
  line-height: 80px;
  color: #fff;
  margin: 10px 0;
}
.piece-box{
  width: 90%;
}
.piece-item{
  width: 33%;
  float: left;
}
.piece-item div{
  height: 100px;
  border: 1px dashed #787878;
  border-top:none;
  border-left:none;
}
.piece-item >div>img{
  width: 30px;
}
.piece-item h2{
  font-size: 20px !important;
  color: #2d875a !important;
}
.piece-item h3{
  display: inline-block;
  font-size: 12px !important;
  height: 100px;
  border: 1px dashed #787878;
  padding: 6px;
  border-top:none;
  border-left:none;
  margin: 0 !important;
}
.piece-box :nth-child(3) div{
  border-right: none;
}
.piece-box :nth-child(3) h3{
  border-right: none;
}
.transverse-card{
  display: flex;
  margin: 20px 0;
}
.transverse-card > .feature-icon img{
  width: 50px;
}
.transverse-card > .feature-content h3{
  color: #398b5d;
}
.tab-top{
  display: flex;
  justify-content: space-between;
  height: 40px;
  margin: 20px auto 0;
}
.tab-top>div{
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0px 20px;
  border: 1px solid #e4e7ed;
  border-radius:5px;
}
.tab-top div.selected {
  color: #fff;
  background: #4b9871;
}
.tab-content {
  height: 400px;
  margin: 10px auto;
}
.tab-content > .content-item {
  float: left;
  height: 400px;
  width: 100%;
}
.baBox{
  position: absolute;
  height: 260px;
  background-color: #2d875a;
  top: 45px;
  width: 100%;
  z-index: -1;
}
.right-arrow{
  position: absolute;
  top: 50px;
  top: 140px;
  left: 530px;
  width: 60px;
}
.imgBox{
  float: left;
  width: 60%;
  height: 100%;
}
.imgBox > div {
  height: 50%;
  text-align: center;
}
.imgBox > div >p{
  margin-top: 30px;
  font-weight: 600;
  font-size: 24px;
}
.imgBox > div >img{
  width: 200px;
}
.content{
  float: left;
  width: 30%;
  height: 100%;
}
.content > img{
  position: absolute; 
  left: -50px;
  top: -10px;
  width: 50px;
}
.steps-vertical{
  height: 100%;
  width: 40%;
  flex-flow: column;
  display: flex;
}
.step{
  flex-basis: 25%;
  display: flex;
  position: relative;
  flex-shrink: 1;
}
.step-head{
  flex-grow: 0;
  width: 40px;
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
}
.step-head .step-line{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;

  border: 1px dashed #9dc2b0;
  z-index: -1;
}
.step-head .step-img{
  border-radius: 50%;
  border-color: inherit;
}
.step-img img{
  width: 30px;
  height: 30px;
}
.step-img1 img{
  width: 40px;
}
.step-img2 img{
  width: 35px;
}
.step-main{

  /* margin-top: 5px;
  height: 95%; */
}
.step-main h1{
color: #000;
font-size: 20px;
}
.step-main p{
  color: #666;
  }
/*  */
.module-container{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.module-card{
  display: flex;
  height: 40%;
  margin: 5% 0;
  justify-content: center;
}
.module-icon{
  max-width: 60px;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
.module-icon img{
  width: 50px;
}
.module-content h3{
font-size: 20px;
color: #000;
}
.module-content p{
  width: 300px;
  font-size: 14px;
  color: #666;
}
.segmentation{
  position: relative;
  height: 100%;
}
.s-selected{
  background-color: #2d875a !important;
  color: #fff;
}
.s-selected h2{
  color: #fff;
}
.img-center{
  text-align: center;
  margin-bottom: 10px;
}
.img-center img{
  width: 50px;
  height: 50px;
}
.segmentation-item{
  padding: 10px;
  height: 50%;
  background-color: #f2f2f2;
}
.segmentation-item p{
  padding:0 10px;
}
.segmentation-item h2{
  text-align: center;
}
.circle-content{
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  background-color: #2d875a;
  color: #ffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 1px solid #fff;
}
.circle-content img{
  width: 40px;
  height: 40px;
}
.circle-content p{
  margin-top: 5px;
  text-align: center;
  width: 80px;
  line-height: 17px;
}