/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: #3c4c6a;
  box-shadow: 5px 5px 25px rgba(72, 86, 100, 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: #3c4c6a;
}

.features .nav-link:hover {
  color: #47b2e4;
}

.features .nav-link.active {
  transition: 0.3s;
  color: #fff;
  transition: 0.3s;
  background: #47b2e4;
  border-color: #6bc1e9;
}

.features .nav-link.active h4 {
  color: #ffffff;
}

.features .nav-link.active i {
  color: #ffffff !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: #3c4c6a;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: #47b2e4;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tab-pane .accordion-list {
  padding: 20px 0;
}

.sub-heading {
  position: relative;
  color: #011a41;
  font-size: 1.1rem;
  font-weight: 600;
}
