/* ==========================================================================
   08. FEATURES TAB
========================================================================== */
.tab-features.color-bg {
  background-color: #f6f8ff; }

.tab-features .features-title {
  padding-top: 60px;
  text-align: center; }
  .tab-features .features-title h1 {
    color: #3567d8;
    font-weight: 800;
    font-size: 65px;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    line-height: 70px;
    text-align: center; }
    @media (max-width: 991px) {
      .tab-features .features-title h1 {
        font-size: 34px;
        line-height: 40px;
        width: 100%; } }
  .tab-features .features-title p {
    font-weight: 700;
    color: #484848;
    font-size: 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .tab-features .features-title p {
        font-size: 15px;
        font-weight: 200;
        line-height: 18px;
        margin-bottom: 30px; } }

.tab-features .large {
  margin-bottom: 90px; }

.tab-features .panel-container {
  background-color: #f6f8ff; }

.tab-features .etabs {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto; }

.tab-features .etabs .tab {
  margin-right: 50px;
  position: relative; }
  @media (max-width: 991px) {
    .tab-features .etabs .tab {
      margin-right: 20px; } }
  .tab-features .etabs .tab:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #e3e8ff;
    right: -100%;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .tab-features .etabs .tab:after {
        width: 25px; } }
  .tab-features .etabs .tab:last-child {
    margin-right: 0px; }
    .tab-features .etabs .tab:last-child:after {
      display: none; }
  .tab-features .etabs .tab h3 {
    font-weight: 600;
    color: #3567d8;
    background-color: #e3e8ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 24px; }
    @media (max-width: 991px) {
      .tab-features .etabs .tab h3 {
        width: 25px;
        height: 25px;
        font-size: 16px; } }

.tab-features .etabs .tab.active h3 {
  color: #e3e8ff;
  background-color: #3567d8; }

.etabs .icon-sm {
  display: inline-block;
  width: 55px;
  height: auto;
  margin-right: 10px;
  vertical-align: sub;
  color: #ffffff; }

.etabs .icon-sm:hover {
  color: #ffffff; }

.tab-features .tab-content {
  overflow: hidden !important;
  height: 700px;
  padding-top: 100px; }
  @media (max-width: 991px) {
    .tab-features .tab-content {
      padding-top: 40px; } }

.tab-content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #3567d8; }
  @media (max-width: 991px) {
    .tab-content h4 {
      font-size: 18px;
      text-align: center; } }

.tab-content p {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .tab-content p {
      font-size: 12px;
      line-height: 20px;
      text-align: center; } }

.tab-icon {
  margin-bottom: 20px; }

.tab-icon .icon-sm {
  width: 60px;
  margin-bottom: 10px;
  display: inline-block; }

.tab-icon .large {
  margin-bottom: 10px;
  display: inline-block;
  color: #3e3e3e;
  font-size: 20px;
  position: relative;
  bottom: 10px; }

.img-device {
  width: 100%; }

/*single feature-tab fixes*/
/* 2col text left with buttons, image right */
#tab-feature-1 .btn-box {
  padding: 0; }

/*# sourceMappingURL=features_showcase.css.map */
