ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrapper {
  height: 400px;
  margin: auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  overflow: hidden;
}

#left-side {
  height: 70%;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#left-side ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 34px;
  font-size: 18px;
  color: #15213d;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#left-side ul li:hover {
  color: #3860f4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#left-side ul li.active {
  color: #3860f4;
}

#border {
  height: 390px;
  width: 1px;
  background-color: #d2dbe8;
}
#border #line {
  width: 5px;
  height: 54px;
  border-radius: 2.5px;
  background-color: #3860f4;
  margin-left: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#border #line.one {
  margin-top: 35px;
}
#border #line.two {
  margin-top: 89px;
}
#border #line.three {
  margin-top: 143px;
}
#border #line.four {
  margin-top: 197px;
}
#border #line.five {
  margin-top: 251px;
}
#border #line.six {
  margin-top: 305px;
}

#right-side {
  height: 300px;
  width: 80%;
  overflow: hidden;
}
#right-side #first,
#second,
#third,
#fourth,
#fifth,
#sixth {
  position: absolute;
  height: 300px;
  opacity: 0;
  padding: 20px 0 20px 110px;
}
#right-side #first h1,
#second h1,
#third h1,
#fourth h1,
#fifth h1,
#sixth h1 {
  font-size: 22px;
  font-weight: bold;
  color: #131f3b;
  margin-bottom: 40px;
}
#right-side #first p,
#second p,
#third p,
#fourth p,
#fifth p,
#sixth p {
  color: #4c5a6d;
  font-weight: 500;
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 50px;
}
#right-side #first.active,
#second.active,
#third.active,
#fourth.active,
#fifth.active,
#sixth.active {
  margin-top: 0px;
  opacity: 1;
}
#right-side img {
  width: 28px;
  margin-right: 20px;
}
#right-side .feature-label {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
}

#right-side .feature-detail {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
}
#right-side .feature-detail.row2 {
  margin-left: 157px;
}
#consult {
  width: 100px;
  position: relative;
  bottom: -120px;
  right: 0px;
  color: white;
  background-image: linear-gradient(to left bottom, #3961f4, #5981f7);
}

#consult:hover {
  background-image: linear-gradient(to left bottom, #2641a0, #2641a0);
}
