.tab-item {
  cursor: pointer;
  padding: 22.5px 40px;
  border-left: 1px solid var(--color-gray);
}

.tab-item:first-child {
	padding-top: 0;
}

.tab-item:last-child {
	padding-bottom: 0;
}

.tab-item.active {
	border-left: 6px solid var(--color-magenta);
	padding: 0 35px;
}

.tab-item h5 {
  margin: 0;
  padding: 0;
}

.tab-item:has(+ .tab-item.active) {
	padding-bottom: 45px;
}

.tab-item.active + .tab-item {
	padding-top: 45px;
}

.tab-description {
  margin-top: 10px;
  display: none;
}

.tab-item.active .tab-description {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-description p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-description a {
  font-size: 18px;
}

.tab-description ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-description li {
  font-size: 18px;
}

.tab-description h4 {
  font-size: 36px !important;
  line-height: 48px !important;
}

.tab-details {
  margin-top: 10px;
}

.tabs-content {
	width: 50%;
	text-align: center;
}

.tabs-content img {
  max-width: 415px !important;
}

.special-tabs-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.special-tabs-wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

.tab-mobile-img {
  display: none;
}

@media(max-width: 950px) {
  .tab-item.active .tab-mobile-img {
    margin-top: 30px;
    display: block;
  }

  .tabs-content {
    display: none;
  }

  .special-tabs-menu {
    width: 100%;
  }
}

.elementor-widget-avcspecialtabs {
  width: 100%;
}

.special-tabs-wrapper.theme-top-tabs {
  flex-direction: row;
}

.special-tabs-wrapper.theme-top-tabs .special-tabs-menu {
  width: 100%;
}

.toptabs-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.toptabs-wrapper .image-pane {
  min-height: 335px;
  max-width: 515px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.toptabs-wrapper .content-pane {
  width: 50%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 65px 80px;
  text-align: left;
}

.toptabs-wrapper .content-pane h2,
.toptabs-wrapper .content-pane h3,
.toptabs-wrapper .content-pane h4,
.toptabs-wrapper .content-pane h5,
.toptabs-wrapper .content-pane h6 {
  margin-bottom: 20px;
}

.special-tabs-menu.top-tabs {
  flex-direction: row;
  margin-bottom: 60px;
}

.toptabs-wrapper .tab-item.active .tab-description {
  display: none;;
}

.toptabs-wrapper .tab-item {
  width: 100%;
  max-width: 256px;
  padding: 30px !important;
  background: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none !important;
  text-align: center;;
}

.toptabs-wrapper .tab-item.active {
  color: #FFF;
  background: var(--color-black);
}

.toptabs-wrapper .tabs-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: var(--color-super-light-gray);
  border-radius: 0 0 80px 0;
  font-size: 20px;
  line-height: 28px;
}

@media(max-width: 950px) {
  .special-tabs-menu.top-tabs {
    flex-direction: column;
  }

  .theme-top-tabs .special-tabs-menu .tab-item {
    width: 100%;
    max-width: initial;
    padding: 50px;
  }

  .theme-top-tabs .tab-item.active {
    padding: 40px !important;
    position: relative;
  }

  .theme-top-tabs .tab-item.active:after {
	  content: '';
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: var(--gradient-1);
    height: 10px;
  }

  .theme-top-tabs .tab-item.active .tab-description {
    display: block;
  }

  .theme-top-tabs .tab-item.active .tab-description h4 {
        font-size: 28px !important;
        line-height: 35px !important;
        margin-bottom: 20px;
        margin-top: 30px;
  }

  .theme-top-tabs .tab-item.active .tab-description h4,
  .theme-top-tabs .tab-item.active .tab-description p {
    color: #FFF;
  }

  .toptabs-wrapper .tabs-content {
    display: none;
  }

  .tab-mobile-img {
    margin-bottom: 30px;
  }
}

.tabs-content .content-pane p,
.tabs-content .content-pane a {
  font-size: 20px !important;
  line-height: 28px !important;
}

.toptabs-wrapper .tab-item h5 {
  font-size: 20px !important;
  line-height: 24px !important;
}

.toptabs-wrapper .tab-item h5 img {
  display: block;
  margin: 0 auto 15px;
}

.toptabs-wrapper .tab-item.active h5 {
  color: #FFF !important;
}

.menutabs-wrapper .tab-item {
  font-size: 18px;
  font-weight: 600;
  border: none;
  padding: 10px 30px 30px;
  display: flex;
}

.menutabs-wrapper .tab-item.active {
  text-decoration: none;
  background-image: var(--gradient-1);
  background-size: calc(100% - 60px) 6px;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: var(--color-blue);
}

.menutabs-wrapper .tabs-content > div {
  display: none;
}

.menutabs-wrapper .tabs-content > div.active {
  display: block;
}

.special-tabs-wrapper.theme-menu-tabs {
  display: block;
}

.menutabs-wrapper .tabbed-menu-wrapper {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
}

@media(max-width: 1701px) {
  .menutabs-wrapper .tabbed-menu-wrapper {
    margin-left: -40px !important;
  }
}

.menutabs-wrapper .tabs-content {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 60px 40px 30px;
}

.menutabs-wrapper .special-tabs-menu {
  background: var(--color-super-light-gray);
  width: 100%;
  flex-direction: row;
  padding: 20px 40px 0;
}

.menutabs-wrapper .tab-item.active,
.menutabs-wrapper .tab-item:has(+ .tab-item.active),
.menutabs-wrapper .tab-item.active + .tab-item {
    padding: 10px 30px 30px;
    white-space: nowrap;
}

header .menutabs-wrapper .submenu-container,
.megamenu-drop-container .megamenu-drop-container .menutabs-wrapper .submenu-container,
.tabs-content > div.active .submenu-container,
header .wide-nav-main.pad-small .raven-nav-menu-main .menutabs-wrapper .submenu-container {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.menutabs-wrapper .tab-item .sub-arrow {
	display: block !important;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1.66992 5.12497L6.41992 9.12497L11.1699 5.12497' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	position: relative;
	left: 5px;
	top: 8px !important;
}

.menutabs-wrapper .tab-item.active .sub-arrow {
	height: 12px;
	width: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1.66992 9.12497L6.41992 5.12497L11.1699 9.12497' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.menutabs-wrapper .tab-item .sub-arrow svg {
	display: none;
}