/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.tabs {
  overflow: hidden;
  position: relative;
  background: none;
  border: none;
  position: relative;
  padding-bottom: 1rem;
}
.tabs.tabs-overflow {
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  .tabs > .component-content {
    display: flex;
    padding: 0.4rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .tabs {
    padding: 0;
  }
}
.tabs .wrapper {
  position: relative;
}

.tab-slider {
  position: absolute;
  cursor: pointer;
  vertical-align: center;
  width: 1rem;
  text-indent: -9999px;
  z-index: 10;
  height: 48px !important;
}
@media only screen and (min-width: 1024px) {
  .tab-slider {
    display: none;
  }
}

.tabs-heading {
  position: relative;
  z-index: 1;
  float: none;
  display: flex;
  overflow-x: hidden;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .tabs-heading {
    overflow: hidden;
  }
}
.tabs-heading li {
  position: relative;
  float: left;
  display: block;
  margin-left: 1px;
  background: transparent;
  width: auto;
  cursor: pointer;
  padding: 6px 0px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 1024px) {
  .tabs-heading li {
    margin: 0;
  }
}
.tabs-heading li > div {
  padding: 4px 14px;
  display: block;
  text-decoration: none;
  color: #222;
}
.tabs-heading li > div:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .tabs-heading li > div {
    padding: 4px 8px;
  }
}
.tabs-heading li > div .field-heading {
  color: #929292;
  display: inline-block;
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs-heading li > div > .row {
  display: block;
}
.tabs-heading li .component.content {
  margin: 5px 0;
}
.tabs-heading li.active .field-heading {
  color: #1E1E1E;
}
.tabs-heading li.active:after {
  opacity: 1;
}
.tabs-heading li:first-child {
  margin-left: 0;
}
.tabs-heading li:after {
  content: "";
  height: 5px;
  background: #FF6374;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.tabs-heading li:hover > div .field-heading {
  color: #8522E3;
  text-decoration: none;
}

.tabs-container {
  background: transparent;
  margin-top: -1px;
  padding: 1rem;
  width: 100%;
}

.tab {
  display: none;
  padding: 10px;
}
.tab:after {
  content: "";
  display: table;
  clear: both;
}
.tab.active {
  display: block;
}

@media (max-width: 1023px) {
  #tabs-container .tabs.tabs-scrollable .wrapper {
    height: 42px !important;
  }
  #tabs-container .tabs.tabs-scrollable .wrapper .tabs-heading {
    width: auto !important;
  }
}
/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.tabs.tabs-bottom .tabs-container {
  margin: 0;
}
.tabs.tabs-bottom .tabs-heading {
  position: relative;
  margin-top: -1px;
}
.tabs.tabs-bottom .tabs-heading li {
  margin-bottom: 0;
  border-top: 0px solid #ffffff;
}
.tabs.tabs-bottom .tabs-heading li a {
  border: none;
}
.tabs.tabs-bottom .tabs-heading li.active {
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}
.tabs.tabs-bottom .tabs-heading li.active a {
  border: none;
  position: relative;
}
.tabs.tabs-bottom .tabs-heading li:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  background: #FFFFFF;
}
.tabs.tabs-bottom .tabs-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-top: none;
  background: transparent;
  margin-bottom: 1px;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
  float: right;
  margin-left: -1px;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
  border: none;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
  float: right;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-top: none;
  margin-left: -1px;
  border-left: none;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.tabs.tabs-vertical > .component-content {
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical > .component-content .wrapper {
    overflow: initial;
    width: 20%;
  }
}
.tabs.tabs-vertical .tabs-inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-inner {
    flex-direction: row;
  }
}
.tabs.tabs-vertical .tabs-heading {
  position: relative;
  z-index: 1;
  float: none;
  display: flex;
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-heading {
    position: relative !important;
    width: 100% !important;
    display: block;
    padding-bottom: 15px !important;
  }
}
.tabs.tabs-vertical .tabs-heading li {
  padding: 0px;
  position: relative;
  display: inline-block;
  width: auto;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-heading li {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-heading li.active {
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  }
}
.tabs.tabs-vertical .tabs-heading li.active a {
  border: none;
}
.tabs.tabs-vertical .tabs-heading li.active .field-heading {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  color: #1E1E1E;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-heading li.active .field-heading {
    color: #8522E3;
  }
}
@media only screen and (max-width: 1024px) {
  .tabs.tabs-vertical .tabs-heading li.active:after {
    display: block;
    content: "";
    height: 5px;
    background: #FF6374;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    opacity: 1;
  }
}
.tabs.tabs-vertical .tabs-heading li .field-heading {
  color: #929292;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-heading li .field-heading {
    color: #1E1E1E;
    margin-bottom: -4px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-heading li:first-child {
    margin-top: 26px;
    margin-left: 8px;
  }
}
.tabs.tabs-vertical .tabs-heading li:hover .field-heading {
  color: #8522E3;
  font-weight: 600;
}
.tabs.tabs-vertical .tabs-heading li:after {
  opacity: 0;
}
.tabs.tabs-vertical .tabs-container {
  padding: 1rem;
  background-color: white;
  border: 1px solid white;
  border-radius: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  float: none;
  margin-left: 0px;
}
.tabs.tabs-vertical .tabs-container .testimonial .component-content {
  padding: 3rem 0rem;
}
@media only screen and (max-width: 1024px) {
  .tabs.tabs-vertical .tabs-container {
    width: 98%;
    margin: 10px 0 10px 1%;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-vertical .tabs-container {
    padding: 3.5rem 5.5rem;
  }
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.tabs.tabs-scrollable .tabs-heading {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.tabs.tabs-scrollable .tabs-container {
  margin: 0;
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-scrollable .tabs-container {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  .tabs.tabs-scrollable .tabs-container {
    margin: 10px 0 10px 1%;
  }
}
.tabs.tabs-scrollable .prev {
  width: 32px;
  top: 0;
  left: -8px;
  background: #e9e9e9 url("../images/icons/carousel/chevron-black.png") center center no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tabs.tabs-scrollable .next {
  width: 32px;
  top: 0;
  right: -8px;
  background: #e9e9e9 url("../images/icons/carousel/chevron-black.png") center center no-repeat;
}
.tabs.tabs-scrollable.tabs-bottom .wrapper {
  margin-top: 2px;
  padding-bottom: 6px;
}
.tabs.tabs-scrollable.tabs-bottom .next {
  top: 1px;
}
.tabs.tabs-scrollable.tabs-bottom .prev {
  top: 1px;
}
.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
  margin-top: -4px;
}
@media only screen and (min-width: 1024px) {
  .tabs.tabs-scrollable .wrapper.tabs-vertical {
    width: 20%;
    height: auto !important;
  }
}