.accordion-button {
  background-color: transparent;
  border: none;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fffbe6;
  box-shadow: 0px !important;
  color: #006ea6 !important;
}
.rotate-60 {
  transform: rotate(60deg);
}
.accordion-header,
.accordion-body {
  background-color: #fffbe6;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button .collapsed {
  background-color: #fffbe6;
}

#accordionExampleFaq .accordion-button .collapsed {
  background-color: #dcf2fb;
}

#accordionExampleFaq .accordion-header,
#accordionExampleFaq .accordion-body {
  background-color: #dcf2fb;
}

#accordionExampleFaq .accordion-button:not(.collapsed) {
  background-color: #dcf2fb;
}

.accordion-item {
  border-top: 0px solid #fffbe6 !important;
  border-left: 0px solid #fffbe6 !important;
  border-right: 0px solid #fffbe6 !important;
}

.product-video-wrapper iframe {
  height: 300px;
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  border: 1px solid #ededed;
}

.accordion-button {
  border-bottom: 0px !important;
  line-height: normal;
}

.accordion-button::after {
  background-image: url(../images/icons/icon-plus.svg) !important;
  background-repeat: no-repeat;
}

.videosRepeater .productImg {
  width: 18rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/icon-minus.svg) !important;
  background-repeat: no-repeat;
}

.shoper-img .video-btn img {
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.badge-discount {
  position: absolute;
  top: 10px;
  right: -2px;
}

.product-video-wrapper iframe {
  height: 300px;
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  border: 1px solid #ededed;
}

.shoperCards {
  border: 1px solid #dbdfef;
  border-radius: 5px;
}

.most-popular {
  /* position: absolute;
    top: 0; */
  background-color: #005a8d;
  color: white;
  padding: 2px;
  border-color: #005a8d;
  margin-top: -42px;
}

.videosRepeater .play-icon img {
  width: 3rem !important;
  position: absolute;
  z-index: 1;
  top: -8rem;
  left: 11rem;
}

@media (max-width: 700px) {
  .most-popular {
    margin-top: 0px;
  }
}

.card {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
}

.featuresLi {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: normal;
  text-align: start;
}
.checkMark {
  background: url(/wp-content/themes/tally/assets/images/check-mark.svg)
    no-repeat left 7px !important;
  padding-left: 25px;
  background-size: 16px !important;
  height: auto;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn img {
  height: 30px;
  width: 30px;
}
.diamond-img {
  position: relative;
}
.validityTabContainer .active {
  background-color: #006ea6 !important;
}

.validityTabContainer :not(.active) {
  color: #555555 !important;
}

.support-bg {
  background-image: url("../images/prime-page-bg-image.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 490px;
}

.underLineImg {
  background: url("/wp-content/themes/tally/assets/images/yellow-underline-img.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.videosRepeater .play-icon {
  position: absolute;
}

ul.feature-list {
  list-style: none;
  padding: 0;
}

ul.feature-list li {
  position: relative;
  padding-left: 30px;
  /* Space for the icon */
  font-size: 16px;
  color: var(--color-shadded-black);
  margin-bottom: 25px;
}

ul.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/customer/black-tick.svg") no-repeat center;
  background-size: contain;
}

ul.feature-list li:last-child {
  color: var(--color-light-blue);
  /* Blue color for the last item */
  /* font-weight: bold; */
}

ul.feature-list li:last-child::before {
  background: url("../images/customer/blue-tick.svg") no-repeat center;
  background-size: contain;
}

.pricing-card-badge {
  width: max-content;
  position: absolute;
  top: -10px;
  color: var(--color-white);
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 19px;
  padding: 0px 15px 3px 15px;
  background-color: #008000;
}

.off-tag {
  right: -5px;
  top: 32px;
}

.text-red {
  color: #ed1c27 !important;
}

.videosRepeater .play-icon img {
  top: -8rem;
  left: 8rem;
}

.underLineImg {
  height: 3rem;
}

.extimg {
  width: 400px;
}
.tab-btn {
  border: 2px solid #006ea6;
  color: #006ea6;
  background-color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.tab-btn.active {
  background-color: #006ea6;
  color: white;
}

/* Step Styling */
.step-container {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.step-container::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 20px;
  height: 100%;
  width: 2px;
  background-color: #006ea6;
}
.step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #006ea6;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
}
.arrow-down::before {
  display: none !important;
}
.w-fit {
  width: max-content;
}
.responsive button:focus {
  outline: 0px !important;
}

.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
}
.arrow-btn {
  width: 40px;
}
.responsive_one {
  width: calc(100% - 90px);
}
.slick-prev,
.slick-prev:hover {
  background-image: url("/wp-content/themes/tally/assets/images/next-icon-blue.svg");
  background-repeat: no-repeat;
}

.slick-next,
.slick-next:hover {
  background-image: url("/wp-content/themes/tally/assets/images/next-icon-blue.svg");
  background-repeat: no-repeat;
}

.slick-prev {
  transform: translate(0, -50%) rotate(180deg) !important;
}

@media (max-width: 900px) {
  .support-bg {
    background-repeat: no-repeat;
    background-position: -3rem -5rem;
    /* background-position-y: -8rem; */
    background-size: cover;
    height: auto;
    /* padding: 20px 0; */
    /* margin-top: 10px !important; */
  }

  .extimg {
    width: 300px;
  }
  .slick-prev,
  .slick-next {
    display: none;
  }
  .responsive_one {
    width: calc(100% - 0px);
  }
  
}

@media (min-width: 280px) {
  .support-bg {
    background: url("/wp-content/themes/tally/assets/images/mobile-banner-bg-prime-page.svg");
    background-repeat: no-repeat;
    background-position-y: -8rem;
    background-size: cover;
  }

  .primeServerBanner {
    background-position-y: -11rem !important;
  }

  .developerBanner {
    background-position-y: -11rem !important;
  }

  .extensionsBanner {
    background-position-y: -8rem !important;
  }

  .underLineImg {
    height: 6rem;
  }
}

@media (min-width: 425px) {
  .videosRepeater .productImg {
    width: 25rem;
  }

  .support-bg {
    background-position-y: -17rem;
  }

  .primeonAwsBanner {
    background-position-y: -8rem;
  }

  .videosRepeater .play-icon img {
    top: -11rem;
    left: 11rem;
  }
}

@media (min-width: 576px) {
  .videosRepeater .productImg {
    width: 15rem;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .support-bg {
    background-position-y: -30rem;
  }

  .primeonAwsBanner {
    background-position-y: -25rem;
  }

  .underLineImg {
    height: 4rem;
  }

  .developerBanner {
    background-position-y: -27rem !important;
  }

  .primeServerBanner {
    background-position-y: -33rem !important;
  }

  .extensionsBanner {
    background-position-y: -28rem !important;
  }

  .videosRepeater .play-icon img {
    top: -7rem;
    left: 7rem;
  }
}

@media (min-width: 768px) {
  .videosRepeater .productImg {
    width: 21rem;
  }

  .support-bg {
    background-position-y: -48rem;
  }

  .videosRepeater .play-icon img {
    top: -9rem;
    left: 9rem;
  }

  .primeServerBanner {
    background-position-y: -52rem !important;
  }

  .extensionsBanner {
    background-position-y: -48rem !important;
  }

  .developerBanner {
    background-position-y: -47rem !important;
  }
}

@media (min-width: 1024px) {
  .support-bg {
    background-image: url("../images/prime-page-bg-image.svg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 490px;
  }

  .w-lg-40 {
    width: 40 !important;
  }

  .extensionsBanner {
    background-position-y: -3rem !important;
  }

  .primeServerBanner {
    background-position-y: -2rem !important;
  }

  .developerBanner {
    background-position-y: -2rem !important;
  }

  .underLineImg {
    height: 3rem;
    background-position-y: 2.4rem;
  }

  .tssPageHeading {
    font-size: 40px !important;
  }

  .tssPageParagraph {
    font-size: 32px !important;
  }

  .videosRepeater .productImg {
    width: 14rem;
  }

  .videosRepeater .play-icon img {
    top: -7rem;
    left: 6rem;
  }
}

@media (min-width: 1200px) {
  .videosRepeater .productImg {
    width: 16rem;
  }

  .support-bg {
    height: 38rem;
    background-position-y: -3rem;
  }

  .primeServerBanner {
    background-position-y: -3rem !important;
  }

  .videosRepeater .play-icon img {
    top: -7rem;
    left: 7rem;
  }
}

@media (min-width: 1280px) {
  .support-bg {
    height: 38rem;
    background-position-y: -3rem;
  }

  .videosRepeater .play-icon img {
    left: 10rem;
    top: -7.2rem;
  }

  .videosRepeater .productImg {
    width: 17rem;
  }

  .videosRepeater .play-icon img {
    left: 8rem;
    top: -7.2rem;
  }

  .primeServerBanner {
    background-position-y: -10rem !important;
  }

  .developerBanner {
    background-position-y: -3rem !important;
  }

  .underLineImg {
    height: 3.5rem;
    background-position-y: 3rem;
  }
}

@media (min-width: 1366px) {
  .support-bg {
    background-position-y: -5rem;
  }

  .extensionsBanner {
    background-position-y: -6rem !important;
  }

  .developerBanner {
    background-position-y: -6rem !important;
  }
}

@media (min-width: 1440px) {
  .support-bg {
    height: 44rem;
    background-position-y: -7rem;
  }

  .videosRepeater .play-icon img {
    left: 7.5rem;
    top: -7rem;
  }
}

@media (min-width: 1536px) {
  .support-bg {
    background-position-y: -10rem;
  }
}

@media (min-width: 1600px) {
  .support-bg {
    background-position-y: -12rem;
  }

  .extensionsBanner {
    background-position-y: -7rem !important;
  }

  .developerBanner {
    background-position-y: -7rem !important;
  }
}

@media (min-width: 1680px) {
  .support-bg {
    /*height: 600px;*/
    height: 44rem;
    background-position-y: -15rem;
  }

  .developerBanner {
    background-position-y: -10rem !important;
  }

  .extensionsBanner {
    background-position-y: -10rem !important;
  }
}

@media (min-width: 1920px) {
  .support-bg {
    height: 50rem;
    background-position-y: -11rem;
  }

  .videosRepeater .play-icon img {
    top: -7.4rem;
    left: 7rem;
  }

  .developerBanner {
    background-position-y: -11rem !important;
  }

  .extensionsBanner {
    background-position-y: -11rem !important;
  }

  .underLineImg {
    height: 3.5rem;
    background-position-y: 3rem;
  }
}

@media (min-width: 2560px) {
  .support-bg {
    height: 59rem;
    background-position-y: -22rem;
  }

  .developerBanner,
  .extensionsBanner {
    background-position-y: -22rem !important;
  }
}
/* #videoModal .modal-content,
#videoModal .embed-responsive-item {
  min-height: auto !important;
}
@media (min-width: 576px) {
  #videoModal .modal-content,
  #videoModal .embed-responsive-item {
    min-height: auto !important;
  }
}
@media (min-width: 992px) {
  #videoModal .modal-content,
  #videoModal .embed-responsive-item {
    min-height: auto !important;
  }
} */
