.card1 {
  top: -30px;
  border-radius: 0px;
  width: 1029px;
  height: 35px;
  border: 0px solid silver;
  position: relative;
}

.card-header1 {
  position: relative;
  top: -5px;
  height: 35px;
  left: 50px;
  float: left;
  justify-content: space-between;
  color: #fff;
  padding: 0px 0px 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 0px solid green;
}

.tab-heads1 {
  top: 0px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 6px;
  margin-top: 0px;
  border: 0px solid red;
}

.tab-head {
  padding: 5px 5px; /* 18px; */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font: Regular 14px/30px Lato;
  font-size: 12pt;
  letter-spacing: 0;
  color: #99a3ae;
  display: inline-block;
  height: 35px;
  background: #f4f5f7 0% 0% no-repeat padding-box;
  border: 1px solid #c1c8ce;
  opacity: 1;
}

.tab-head:hover {
  color: #179aff;
}

.tab-head--active {
  top: -7px;
  background-color: #fff;
  color: #333;
  /*transition: 0.9s; */
  height: 42px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-left: 1px solid #c1c8ce;
  border-top: 1px solid #c1c8ce;
  border-right: 1px solid #c1c8ce;
  border-bottom: 0px solid #c1c8ce;
  border-radius: 4px 4px 0px 0px;
}

.card-body {
  padding: 20px 16px;
}
