.tab__header {
  display: block;
  clear: both;
}

.tab__header > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 10px;
    background: #1688ca;
    color: #FFF;font-size: 18px;
    /* -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75); */
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    /* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75); */
}

.innertabsa.tab__header > div,.innertabsa.tab__header > div.tab__header--active {
    background: #dee2e6;
    color: #000;
}


.tab__header > div:hover {
  background: #0288D1;
  cursor: pointer;
}

.tab__header > div.tab__header--active {
    background: #e5cc17;
    color: #006aa5;
}

.tab__content {
    display: block;
    clear: both;
    background: #fafafa;
    color: #212121;
    width: 100%;
    max-width: 100%;
    height: inherit;
     overflow-x: hidden;
     padding: 0px 0px 20px 0px;
}

/*.tab__content .owl-item{width: 315px !important}*/

.innertabsa.tab__header > div {
    padding: 10px 30px;position: relative;
}

.innertabsa.tab__header > div:not(:last-child)::after {
    position: absolute;
    content: '';
    position: absolute;
    content: "";
    border-right: 1px solid #666;
    height: 32px;
    right: 0;
    top: 13px;
}

.tab__content > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  display: none;
}

.tab__content > div.tab__content--active {
  display: block;
}
