﻿.tab-toggle,
.tabs a {
  padding: 16px 20px;
  cursor: pointer;
  border-bottom: 1px solid #bfd6e1;
}
.tab-content,
.tab-toggle {
  position: relative;
}
.tab-toggle {
  background-color: #fff;
}
.tab-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(/images/icons/chevron-down.svg) center center/100% no-repeat;
}
.tabs {
  background-color: #f2f9fc;
}
.tabs a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.tabs-content-container {
  flex: 1 1 auto;
  max-width: 440px;
}
.tab-content img {
  display: block;
  margin: 0 auto;
}
.tab-content-set-1,
.tab-content-set-2,
.tab-content-set-3 {
  display: none;
  margin: 0;
}
.current-set-1,
.current-set-2,
.current-set-3,
.tabs-set-1 .current-set-1,
.tabs-set-2 .current-set-2,
.tabs-set-3 .current-set-3 {
  display: block;
}
.tabs a:hover,
.tabs-set-1 .current-set-1,
.tabs-set-2 .current-set-2,
.tabs-set-3 .current-set-3 {
  background: url(/images/icons/circle-fill.svg) 95% center/6px no-repeat #e8eff2 !important;
}
.tabs-set-1 .current-set-1:after,
.tabs-set-2 .current-set-2:after,
.tabs-set-3 .current-set-3:after {
  display: block;
  right: -20px;
  z-index: 0;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 992px) {
  .tabs-set-1 .current-set-1:after,
  .tabs-set-2 .current-set-2:after,
  .tabs-set-3 .current-set-3:after {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .tabs-set-1 .current-set-1:after,
  .tabs-set-2 .current-set-2:after,
  .tabs-set-3 .current-set-3:after {
    display: none;
  }
}
