.tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.td-space p {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.profile_cards {
  margin-top: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 1rem !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px !important;
  background: #f9f9f9 !important;
}
.fbox-center .fbox-icon {
  margin-bottom: 0rem !important;
}
.fbox-icon i {
  height: auto !important;
}
.fbox-icon {
  height: 3.5rem !important;
}

@media (min-width: 768px) {
  .profile-card {
    height: 3rem !important;
  }
}

/* css by pooja for hide text */
@media (max-width: 767px) {
.hide-text{
    display: none !important;
}
}

.fbox-plain .fbox-icon i {
    color: #455c51 !important;
}

.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #455c51 !important;
    color: #fff;
}
.fbox-content h3 {
  text-transform: none !important;
}