/* Tabs*/
section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{
  color: #eee;
}
#tabs h6.section-title{
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600 !important;
  background: #ff8e6e;
  padding: 5px;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
}
.tab-content>.active {
  display: block;
  width: 70%;
  padding: 10px;
}
.nav-tabs {
  border-bottom: 1px solid #ff8e6e;
}
.form-control {
  background-color: transparent;
}


