html {
  direction: rtl;
  text-align: right;
}

.box-item-all ul li::after {
  right: 0;
}
.accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

.bord-left {
  border-right: 1px solid #fff;
  border-left: none;
  padding: 1rem 0;
  text-align: center;
  padding-right: 1rem;
  padding-left: 0;
}
.box-True-mark-or-false-mark ul {
    gap: 68px;
}
@media screen and (max-width: 767px) {
    .box-True-mark-or-false-mark ul {
      /* background-color: aqua; */
      gap: 40px;
    }
}
@media screen and (max-width: 767px) {
  .bord-left {
    border-right: none;
    border-left: none;
    padding: 0;
  }
}

.owl-carousel.owl-rtl {
    direction: rtl !important;
}

@media(max-width: 575px) {
    .tabby img {
        width: 35px !important;
    }
  }
