.elementor-39434 .elementor-element.elementor-element-6e3227cb{padding:0px 0px 0px 0px;}.elementor-39434 .elementor-element.elementor-element-2a822264 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-55fa76bc */#bone-tab:checked ~ .tab-content.reverse .left-content-side::after {
    left: -50px;
    right: unset;
}

#bone-tab:checked ~ .tab-content.reverse .bone-content {
    flex-direction: row-reverse;
}

.types-sarc-list {
  list-style: none;
  padding: 0;
}

.accordion-desc {
  display: block;
  cursor: pointer;
}

.accordion-content {
  margin-left: -20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: #fff;
  padding: 0 12px;
  position: relative;
}

.accordion-content::after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: #00226c;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    rotate: 45deg;
    margin-left: 10px;
}

.accordion-content h3 {
  color: #a7b9d5 !important;
  border-bottom: 2px solid #a7b9d5;
}

.accordion-content p {
    font-weight: normal !important;
}

.accordion-desc.active {
  color: #fff;
}

.accordion-desc.active + .accordion-content {
  max-height: fit-content;
  padding-top: 30px;
  margin-top: 20px;
  padding: 18px;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}/* End custom CSS */
/* Start custom CSS */.white-tab .elementor-tab-title.elementor-active {
    border:0 !important;
}/* End custom CSS */