.buybtn {
  background: #104eef;
  background: linear-gradient(
    90deg,
    rgba(16, 78, 239, 1) 0%,
    rgba(0, 47, 169, 1) 100%
  );
  padding: 3px 3px 3px 20px;
  width: 145px;
}
.btn-arrow {
  background: #2f60e0;
  padding: 10px;
  width: 41px;
  height: 41px;
}
.btn1 {
  background-color: #98ffa1;
  border-radius: 50px;
  padding: 3px 3px 3px 22px;
  color: #000000;
  width: 255px;
  margin: 0 auto;
}

/*--- why-debitam---*/
.covered-under-debitam {
  background: #e9f0ff;
  background: linear-gradient(
    0deg,
    rgba(233, 240, 255, 1) 0%,
    rgba(236, 241, 255, 1) 100%
  );
  padding: 100px 0px;
}
.covered-card {
  border-bottom: 1px solid #d1d1d1;
  border-radius: 30px;
  padding: 45px;
  min-height: 345px;
}

/*----------How it Works----------*/
.fs-21 {
  font-size: 21px;
}
.stepsBg {
  padding: 30px 0 70px;
  border-radius: 30px;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 100%
  );
  border: 1px solid #ebebeb;
}
.accounts-timeline {
  --timeline-color: #2f60e0;
  --line-color: #ededed;
  --card-width: 475px;
  --circle-size: 50px;
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}
.accounts-timeline::before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  background: var(--line-color);
  border-radius: 50px;
  z-index: 0;
}
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 170px;
  margin: 0;
}
.timeline-card {
  position: relative;
  width: var(--card-width);
  max-width: calc(52% - 75px);
  padding: 24px;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 1px #e5e5e5;
  z-index: 2;
}
/* Odd = left */
.timeline-item:nth-child(odd) .timeline-card {
  margin-right: auto;
}
/* Even = right */
.timeline-item:nth-child(even) .timeline-card {
  margin-left: auto;
}
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--circle-size);
  height: var(--circle-size);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--timeline-color);
  border-radius: 50%;
  z-index: 3;
}
.st1 {
  border-right: 6px solid #cdd9f8;
}
.st2 {
  border-left: 6px solid #cdd9f8;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .accounts-timeline {
    width: min(1100px, calc(100% - 0px));
  }
  .timeline-card {
    padding: 20px;
  }
  .timeline-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479.98px) {
  .accounts-timeline {
    padding: 0 0 0 45px;
    width: min(1136px, calc(81% - -52px));
  }
  .accounts-timeline::before {
    display: none;
  }
  .timeline-item {
    display: unset;
    min-height: auto;
  }
  .timeline-marker {
    left: -25px;
    top: 25px;
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
  .timeline-card {
    padding: 20px;
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .timeline-title {
    font-size: 18px;
  }
}

/*--- TP custom slider -----*/
.review-section .trustpilot-widget {
  background-color: #ffffff;
  padding: 8px 15px 14px;
  max-width: 275px;
}
.reviewBox {
  border: 1px solid #d8d8d8;
  height: 100%;
}
.tpslidermain {
  position: relative;
}
.marquee-wrapper {
  height: 700px;
  overflow: hidden;
  position: relative;
}
.marquee-track {
  position: relative;
}
.marquee-row {
  margin-bottom: 16px;
}
.reviewver-img {
  width: 50px;
  height: 50px;
  background-color: #c8f8a9;
}
.bottom-blur {
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgb(255 255 255) 0%,
    rgb(255 255 255 / 0%) 100%
  );
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 150px;
  z-index: 1;
}
.top-blur {
  position: absolute;
  width: 100%;
  top: 0;
  height: 150px;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255) 100%
  );
  z-index: 1;
}
/*--- End TP custom slider -----*/

/*---- FAQs Section ----*/
.faqs {
  padding: 100px 0;
}
.faqs .accordion-item {
  border: 0;
  border-bottom: 1px solid #eaecf0;
  background-color: unset;
  border-radius: 0;
  padding: 30px 0;
}
.faqs .accordion-button {
  color: #101828;
  padding: 0;
  background-color: unset;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}
.faqs .accordion-button:not(.collapsed) {
  color: #104eef;
  background-color: unset;
  box-shadow: none;
  outline: none;
}
.faqs .accordion-button::after {
  background-image: url("../../image/home/plus.svg");
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("../../image/home/minus.svg");
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.faqs .accordion-body {
  padding: 15px 0 0 0;
}
@media (min-width: 1400px) {
  .faqs-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.get-year-end-acc-done {
  background: #e9f0ff;
  background: linear-gradient(
    0deg,
    rgba(233, 240, 255, 1) 0%,
    rgba(236, 241, 255, 1) 100%
  );
  padding: 50px 60px;
  border-radius: 20px;
}
/*---- Support Section ----*/
.supports {
  background-color: #104eef;
  padding: 100px 0 0;
}
.callback-box,
.quickquote-box {
  background-color: #ffffff;
  border: 1px solid #104eef;
  max-width: 400px;
  width: 100%;
}
.callback-box:hover,
.quickquote-box:hover {
  box-shadow: 0px 0px 10px 0px #42495a;
}
.review-bar {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .h2,
  h1,
  .h1,
  .fs-48,
  h2 {
    font-size: 30px;
  }
  .covered-under-debitam {
    padding: 40px 0;
  }
  .covered-card {
    padding: 25px 20px;
    min-height: auto;
  }
  .stepsBg {
    padding: 20px 0 0;
    border-radius: 0;
    background: none;
    border: 0;
  }
  .st1,
  .st2 {
    border: 0;
    border-left: 6px solid #cdd9f8;
  }
  .faqs {
    padding: 40px 0;
  }
  .get-year-end-acc-done {
    padding: 20px;
  }
  .supports {
    padding: 40px 0;
  }
  .support-bg-borderline {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h2,
  h1,
  .h1,
  .fs-48,
  h2 {
    font-size: 30px;
  }
  .stepsBg {
    padding: 20px 0 0;
    border-radius: 0;
    background: none;
    border: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1,
  .fs-48 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 38px;
  }
}
