.type-13 {
  padding-top: 76px;
  padding-bottom: 260px;
  background-color: #0d86c8;
}

.type-13 .tabberContainer .sstTitles ul {
  display: flex;
  font-size: 0;
}
.type-13 .tabberContainer .sstTitles ul li.oneTab a {
  background-color: #0a519e !important;
}
.type-13 .tabberContainer .sstTitles ul li.oneTab a span {
  color: white !important;
}
.type-13 .tabberContainer .sstTitles ul li.oneTab a:after {
  content: none !important;
}
.type-13 .tabberContainer .sstTitles ul li {
  display: inline-block;
  vertical-align: top;
  /* width: 50%; */
  width: 100%;
  height: 70px;
  background-color: #0a519e;
}

.type-13 .tabberContainer .sstTitles ul li a {
  padding-left: 104px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
  -webkit-transition:
    color 0.3s,
    background-color 0.3s;
  -moz-transition:
    color 0.3s,
    background-color 0.3s;
  -o-transition:
    color 0.3s,
    background-color 0.3s;
  transition:
    color 0.3s,
    background-color 0.3s;
}

.type-13 .tabberContainer .sstTitles ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.type-13 .tabberContainer .sstTitles ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fafafa;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.type-13 .tabberContainer .sstTitles ul li.active a {
  height: 74px;
  margin-top: -4px;
  color: #0d86c8;
  background-color: #ffffff;
  border-top: 4px solid #0a519e;
}

.type-13 .tabberContainer .sstTitles ul li.active a:after {
  opacity: 1;
}

.type-13 .tabberContainer .sstContentItems {
  background-color: #ffffff;
}

.type-13 .tabberContainer .sstContentItems .sstItemDetails {
  padding: 82px 105px;
}

@media all and (max-width: 767px) {
  .type-13 {
    padding-top: 35px;
    padding-bottom: 100px;
  }

  .type-13 .gridWrapper {
    padding: 0 15px;
  }

  .type-13 .tabberContainer .sstTitles ul li {
    /*width: 39%;*/
    height: 50px;
    /*&:first-child {
            width: 61%;
        }*/
  }

  .type-13 .tabberContainer .sstTitles ul li a {
    padding-left: 10px;
    font-size: 13px;
    padding-right: 10px;
  }

  .type-13 .tabberContainer .sstTitles ul li.active a {
    height: 54px;
  }

  .type-13 .tabberContainer .sstContentItems .sstItemDetails {
    padding: 21px 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .type-13 {
    padding-top: 56px;
    padding-bottom: 120px;
  }

  .type-13 .tabberContainer .sstTitles ul li {
    height: 60px;
  }

  .type-13 .tabberContainer .sstTitles ul li a {
    padding-left: 60px;
    font-size: 14px;
  }

  .type-13 .tabberContainer .sstTitles ul li.active a {
    height: 64px;
  }

  .type-13 .tabberContainer .sstContentItems .sstItemDetails {
    padding: 55px 58px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .type-13 {
    padding-top: 56px;
    padding-bottom: 120px;
  }

  .type-13 .tabberContainer .sstTitles ul {
    display: flex;
    font-size: 0;
  }

  .type-13 .tabberContainer .sstTitles ul li {
    height: 60px;
  }

  .type-13 .tabberContainer .sstTitles ul li a {
    padding-left: 60px;
    font-size: 14px;
  }

  .type-13 .tabberContainer .sstTitles ul li.active a {
    height: 64px;
  }

  .type-13 .tabberContainer .sstContentItems .sstItemDetails {
    padding: 55px 58px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .type-13 {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .type-13 .tabberContainer .sstTitles ul {
    display: flex;
    font-size: 0;
  }

  .type-13 .tabberContainer .sstTitles ul li a {
    padding-left: 59px;
  }

  .type-13 .tabberContainer .sstContentItems .sstItemDetails {
    padding: 68px 99px;
  }
}

@media all and (min-width: 1400px) and (max-width: 1599px) {
  .type-13 {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .type-13 .tabberContainer .sstTitles ul {
    display: flex;
    font-size: 0;
  }

  .type-13 .tabberContainer .sstTitles ul li a {
    padding-left: 59px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
  }

  .type-13 .tabberContainer .sstContentItems .sstItemDetails {
    padding: 68px 99px;
  }
}
