.tabs__caption {
  list-style: none !important;
  padding: 0 !important;
  text-align: center !important;
  margin-bottom: 60px !important;

  color: #e5e5e5 !important;
  height: 46px !important;
  font-size: 14px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 740px){
  .tabs__caption {
    /*margin-top: -30px !important;*/
    transform: scale(.9) !important;
    -webkit-transform: scale(.9) !important;
  }
}

.tabs__caption li {
  background: transparent !important;
  border: solid 2px #e5e5e5 !important;
  border-bottom: solid 2px #e5e5e5 !important;
  color: #999 !important;
  width: 230px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 36px !important;
  padding: 0 5px !important;
  font-weight: bold !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.tabs__caption li a {
  background: transparent !important;
  border: none !important;
  font-weight: bold !important;
  width: 100% !important;
  text-shadow: none !important;
  font-size: 14px !important;
  padding: 0 !important;
  color: #999 !important;
}

.tabs__caption li.active,
.tabs__caption li.ui-state-active {
  color: #c31b78  !important;
  border-color: #c31b78  !important;
  z-index: 20 !important;
}
.tabs__caption li.active a,
.tabs__caption li.ui-state-active a {
  color: #c31b78 !important;
}
.tabs__caption.single-tab li {
  border-color: transparent !important;
  width: auto !important;
}

.tabs__caption li:first-child {
  border-top-left-radius: 35px !important;
  border-bottom-left-radius: 35px !important;
}

.tabs__caption li:last-child {
  border-top-right-radius: 35px !important;
  border-bottom-right-radius: 35px !important;
  margin-left: -2px !important;
}

.tabs__caption li:hover{
  color: #c31b78 !important;
}
