.integrated {
  /* background: #F0FAFF; */
  padding: 70px 0;
}
.integrated .integrated-solution img{
  box-shadow: 0px 0px 10px 0px rgba(0,27,75,0.41);
  border-radius: 6px;
}

.fadeInRight {
    animation: fadeInRight 1s
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation: fadeInLeft 1s
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.integrated .title-box {
  display: flex;
  justify-content: space-between;
}

.integrated .title-box .title {
  cursor: pointer;
  margin-bottom: 80px;
}

.integrated .title-box .title span {
  font-size: 18px;
  color: #333;
}

.integrated .title-box .title .divider {
  height: 4px;
  margin-top: 8px;
  background: linear-gradient(133deg, rgba(128, 187, 255, 1) 0%, rgba(45, 31, 251, 1) 100%);
  display: none;
}

.integrated .title-box .title.active .divider {
  display: block;
}

.integrated .container .row {
  display: flex;
  align-items: center;
}

.integrated-solution .content-wrap .content {
  display: none;
}

.integrated-solution1 {
  margin-bottom: 95px;
}

.integrated-solution1 .content.active,
.integrated-solution2 .content.active {
  display: block;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}



@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.integrated #bbp h4,
.integrated #bbp p {
  color: #333;
}

.integrated #bbp h4 {
  font-size: 16px;
}

.integrated #bbp p {
  font-size: 14px;
  line-height: 2.5;
}

.integrated #bbp #content1,
.integrated #bbp #content2 a {
  /* color: #eee; */
}

.integrated #bbp #content2 a {
  background: linear-gradient(133deg, rgba(128, 187, 255, 1) 0%, rgba(45, 31, 251, 1) 100%);
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 20px;
}

@media (max-width: 639px) {
  .integrated .container .row {
    display: block;
  }
}

@media (max-width: 414px) {
  .steps {
    height: 14em;
    width: 14em;
  }

  #steps-menu ul li {
    border-left: 90px solid transparent;
  }
}