.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block7-outer {
  display: flex;
  min-height: 627px;
  position: relative;
}
@media (max-width: 1365.98px) {
  .features-block7-outer {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .features-block7-outer {
    max-width: 992px;
  }
}
@media (max-width: 991.98px) {
  .features-block7-outer .feature-layout {
    width: 100%;
  }
}
.features-block7-outer .features-block-style7 {
  margin-bottom: 0;
}
.features-block7-outer .features-block-style7 .inner-box {
  padding: 0;
}
.features-block7-outer .features-block-style7 .inner-box.active .title-box {
  background: var(--theme-color1);
}
.features-block7-outer .features-block-style7 .inner-box.active .title-box .count {
  color: var(--theme-color1-text-color);
}
.features-block7-outer .features-block-style7 .inner-box.active .title-box .features-title {
  cursor: pointer;
  color: var(--theme-color1-text-color);
}
.features-block7-outer .features-block-style7 .inner-box.active .title-box .features-title:hover {
  color: var(--theme-color1-text-color);
}
.features-block7-outer .features-block-style7 .inner-box.active .title-box .features-title:hover a {
  color: var(--theme-color1-text-color);
}
.features-block7-outer .features-block-style7 .inner-box.active .title-box .icon-box {
  background-color: #0D0D0D;
  color: var(--theme-color1);
  transform: rotate(0deg);
}
.features-block7-outer .features-block-style7 .inner-box.active .content-box {
  opacity: 1;
  height: auto;
  visibility: visible;
  transform: translate(0) scaleY(1);
}
.features-block7-outer .features-block-style7 .inner-box .title-box {
  background: rgba(33, 33, 38, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 30px 40px 30px;
  position: relative;
  min-width: 648px;
  margin-bottom: 20px;
  z-index: 2;
  transition: all 300ms ease;
}
@media (max-width: 1365.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box {
    min-width: 510px;
    max-width: 510px;
    padding: 28px 30px;
  }
}
@media (max-width: 1199.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box {
    padding: 22px 15px;
    min-width: 460px;
  }
}
@media (max-width: 991.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box {
    max-width: none;
    width: 100%;
    background-color: #1d1d3c;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    min-width: auto;
  }
}
.features-block7-outer .features-block-style7 .inner-box .title-box .count {
  color: #fff;
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.28;
  margin-right: 46px;
  transition: all 300ms ease;
}
@media (max-width: 1365.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box .count {
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box .count {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box .count {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.features-block7-outer .features-block-style7 .inner-box .title-box .features-title {
  color: #fff;
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box .features-title {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.features-block7-outer .features-block-style7 .inner-box .title-box .icon-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 24px;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  top: 0.5px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  transform: rotate(-30deg);
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block7-outer .features-block-style7 .inner-box .title-box .icon-box {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.features-block7-outer .features-block-style7 .inner-box .content-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  max-width: 596px;
  display: none;
  align-items: center;
  transform: translateY(10px) scaleY(0);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1365.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box {
    max-width: 590px;
  }
}
@media (max-width: 1199.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box {
    max-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box {
    max-width: 460px;
  }
}
@media (max-width: 991.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box {
    height: auto;
    width: 100%;
    max-width: none;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(10px) scaleY(1);
    transform-origin: top;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box {
    padding: 0;
    border-radius: 30px;
  }
}
.features-block7-outer .features-block-style7 .inner-box .content-box.active {
  display: block;
}
.features-block7-outer .features-block-style7 .inner-box .content-box.active .inner-content {
  transform: translate(0) scaleY(1);
}
.features-block7-outer .features-block-style7 .inner-box .content-box .inner-content {
  background: #000002;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 30px 0 0 50px;
}
@media (max-width: 1199.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box .inner-content {
    padding: 30px 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box .inner-content {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box .inner-content {
    padding: 30px 0 0 15px;
  }
}
.features-block7-outer .features-block-style7 .inner-box .content-box .inner-content .features-title {
  margin-bottom: 14px;
}
.features-block7-outer .features-block-style7 .inner-box .content-box .inner-content .image {
  margin-top: 50px;
}
.features-block7-outer .features-block-style7 .inner-box .content-box .inner-content .image img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .features-block7-outer .features-block-style7 .inner-box .content-box .inner-content .image img {
    max-height: 415px;
    object-fit: cover;
  }
}