
.tabs {
  width: 100%
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d6d6d6
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
    display: block;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    color: #9a114a;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: .5s all;
    border: 1px solid #efefef;
    border-bottom: 0px;

}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #9a114a;
  color: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #fff;
  background: white;
  box-shadow: 0 0 30px #c3c3c3;
  min-height: 300px
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

.tabs p{
     padding: 40px 10px;
    line-height: 1.5;
    display: inline-block;
    font-size: 16px;
}


.banner-content {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    top: 210px;
    left: 200px;
}


.routine-tab select{
    padding: 15px 40px;
    border-radius: 4px;
    margin-top: 30px;
    margin-left: -10px;
    width: 100%;
}

.routine-tab .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.routine-tab .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #9a114a;
  font-size: 14px;
  font-weight: 600;
}

.routine-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  background: #9a114a;
  color: #fff !important;
}