/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  /* border-radius: 20px; */
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  color: #101010;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  width: 100%;
  position: relative;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  /* background-color: var(--blue); */
  background-color: var(--secondary_color) !important;
  color: #fff !important;
}
/* Style the tab content */
.tabcontent {
  display: none;
  /* padding: 6px 12px;
    border: 1px solid #ccc; */
  border-top: none;
}
p.intro-text {
  text-align: center;
  margin-bottom: 40px;
}
.size-14 {
  font-size: 14px;
}
.offer-band {
  background-color: #c6deff;
  padding: 8px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* z-index: 1; */
  z-index: 2;
}
.offer-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.offer-band .offer-price {
  font-weight: bold;
  color: var(--secondary_color);
  font-size: 120%;
}
.offer-band p {
  display: inline;
  color: var(--primary_color);
}
.medium {
  font-weight: 500;
}

.packages {
  position: relative;
  margin-top: 30px;
}
.packages .splide__slide {
  margin: 0 10px;
}
.packages img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.offer {
  background-color: #ee6d40;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 24px 24px 0 0;
  padding: 10px;
  margin-bottom: -24px;
  padding-bottom: 34px;
}
.packages .slick-list .slick-track {
  display: flex;
  gap: 20px;
}
.package-box {
  border: 1px solid var(--bookkeeping);
  /* border-radius: 24px; */
  overflow: hidden;
  max-width: 300px;
  width: 300px;
  background-color: #fff;
}
.plan-name {
  /* color: #101010; */
  /* font-size: 30px; */
  background-color: var(--bookkeeping);
  padding: 15px 6px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.border_bottom {
  border-bottom: 1px solid var(--primary_color);
  padding-bottom: 30px;
}
.left_space {
  overflow: hidden;
}
.package-box .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.red {
  color: var(--secondary_color);
  font-weight: 500;
}
.price {
  color: var(--secondary_color);
  font-size: 26px;
  text-decoration: line-through;
  font-weight: 500;
}
.bookkeeping_main_price {
  color: var(--secondary_color);
}
.sale-price {
  color: var(--primary_color);
  font-size: 32px;
  font-weight: bold;
  /* margin-bottom: 18px; */
}
.package-box .theme-btn {
  margin: auto;
  transform: translateY(50%);
  background-color: #fff;
}
.package-box .text-center {
  border-bottom: 1px solid var(--secondary_color);
}

.block-1,
.block-2,
.block-3,
.block-4 {
  padding-inline: 32px;
}

.block-1 {
  padding-top: 20px;
}
.block-2,
.block-3,
.block-4 {
  padding-top: 16px;
}
.block-4 {
  padding-bottom: 24px;
}
.left_space {
  padding-right: 0;
}
.package-box p,
.package-box li,
.package-box div {
  user-select: none;
}

/* .package-box ol li{
    counter-reset: my-sec-counter;
} */
/* .package-box ol li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    font-weight: bold;
    left: -20px;
} */
span.count {
  font-weight: bold;
  position: absolute;
  left: -18px;
}
.package-box p,
.package-box li {
  line-height: 1.4;
  margin-bottom: 15px;
}
.package-box li,
.plans li {
  list-style: none;
  position: relative;
}
ul.plans {
  padding-left: 24px !important;
}
.package-box li.t::before,
.plans li.t::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/img/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -28px;
  top: 5px;
}
.package-box li.c::before,
.plans li.c::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/img/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -28px;
  top: 5px;
}
.package-box .sub-title {
  /* font-size: 20px;
    font-weight: 500;
    margin-top: 18px; */
  margin-bottom: 6px;
}
.package-box ol {
  margin-top: 16px;
}
.package-box ol,
.package-box ul {
  /* padding-left: 24px; */
}

.addons * {
  color: var(--primary_color);
  font-weight: 500;
}
.addons p {
  position: relative;
  cursor: pointer;
}

.addons p::before {
  position: absolute;
  left: -23px;
  top: 0;
  content: "+";
}

.addons {
  padding-left: 24px;
}
.justify-center {
  justify-content: center;
}

@media (max-width: 767px) {
  .offer-band {
    position: relative;
    flex-direction: column;
    gap: 15px;
    padding: 20px 20px;
  }
  .offer-band img {
    height: 30px;
  }
  .tab {
    overflow: auto;
    flex-direction: row;
    justify-content: flex-start;
    top: 10px;
    position: sticky;
  }
  .tab button {
    padding: 10px 16px;
    font-size: 18px;
    white-space: nowrap;
  }
  /* .tab button::after{
        content: "";
        position: absolute;
        right: 20px;
        top: 4px;
        bottom: 0;
        margin: auto;
        background-image: url(/img/down-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    } */
  .icons-subHeadingItem img {
    height: 24px !important;
  }
  .icons-text {
    text-align: left;
    line-height: 1.4;
    font-size: 12px !important;
  }
  .tab button.active::after {
    filter: brightness(100);
  }
  button.splide__arrow {
    display: none !important;
  }
}

/* new */
.package_style_one {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.package_style_one > div {
  background-color: var(--bookkeeping);
  /* border-radius: 24px; */
  /* box-shadow: 0px 6px 8px var(--primary_color)33; */
  padding: 35px 40px;
}
@media (min-width: 992px) {
  .package_style_one > div:first-child {
    min-height: 700px;
  }
  .package_style_one > div {
    width: 120%;
    margin-left: -20%;
  }
  .package_style_one > div:first-child {
    grid-row: span 2;
    grid-column: span 2;
    width: 90%;
    margin-left: 0;
  }
}
span.bookkeeping_sale_price {
  color: var(--primary_color);
}
.package_style_one .sale-price,
.package_style_two .sale-price {
  color: var(--primary_color);
  font-size: 40px;
}
.sale-price.text_md {
  font-size: 26px;
}
.package_style_one select,
.package_style_two select {
  width: 100%;
  font-size: 16px;
  display: block;
  max-width: 350px;
  margin: 30px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 24px;
  border: 2px solid var(--primary_color);
  /* border-radius: 8px; */
}
.package_style_one .theme-btn {
  display: inline-block;
  min-width: 220px;
  padding: 6px;
}
.package_style_one .theme-btn:hover {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  color: #f9f9f9;
  opacity: 0.8;
}
.package_style_one .theme-btn {
  border: 2px solid var(--blue);
}
.price span,
.sale-price span {
  font-size: inherit;
  font-weight: inherit;
}
/* .package_style_one ul {
  padding-left: 19px;
} */
.package_style_one .list {
  max-width: 350px;
  margin: 30px auto 0px auto;
}

.acc_title {
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.acc_title h3 {
  position: relative;
}
.acc_title::after {
  content: "";
  position: absolute;
  right: -45px;
  top: 6px;
  background-image: url(/img/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.acc_title::before {
  content: "";
  position: absolute;
  right: -45px;
  top: 6px;
  background-image: url(/img/minus.svg);
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.acc_title.active::after {
  background-image: url(/img/minus.svg);
}
.acc_title.active::before {
  transition: 0.3s;
  transform: rotate(0deg);
}
.list li {
  /* font-size: 18px; */
  /* padding-bottom: 4px; */
}
.btn_extra_padding {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.margin_auto {
  margin: auto;
}
.package_box {
  background-color: #f2ebea;
  padding: 30px;
}
.package_col {
  height: 100%;
}
.package_col,
.upper_box,
.lists {
  background-color: var(--bookkeeping);
}
.upper_box {
  border-bottom: 1px solid var(--primary_color);
  /* background-color: #fff; */
  padding: 30px 25px 40px 25px;
  /* border-radius: 24px 24px 0 0; */
  overflow: hidden;
}
.upper_box1 {
  border-bottom: 1px solid var(--primary_color);
  /* background-color: #fff; */
  padding: 30px 35px 60px 35px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.list_table ul {
  margin-bottom: 0;
}
.list_table li {
  list-style: none;
  position: relative;
  /* line-height: 1.4;
  margin-bottom: 0;
  padding: 15px 0; */
}
/* .list_table ul li:nth-child(even) {
  background-color: #d4e6ff;
}
.list_table ul li:nth-child(even):after {
  content: "";
  position: absolute;
  left: -71px;
  top: 0;
  width: calc(100% + 120px);
  background-color: #d4e6ff;
  height: 100%;
  z-index: 0;
} */
.list_table ul li span {
  position: relative;
  z-index: 1;
}
.list_table {
  /* border: 1px solid var(--primary_color); */
  border-top: none;
  overflow: hidden;
  /* background-color: #fff; */
  padding: 30px 45px;
}
.package_style_two .theme-btn:hover {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  color: #f9f9f9;
  opacity: 0.8;
}
.package_style_two select {
  font-size: 18px;
  background-position: 95%;
}
@media (max-width: 991px) {
  .package_style_one {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .acc_title::after,
  .acc_title::before {
    top: 3px;
  }
}

@media (max-width: 767px) {
  .package_style_two .row > * {
    padding-right: 0;
    padding-left: 0;
  }
  .package_box {
    margin-bottom: 40px;
  }
}

.tabs {
  display: flex;
  position: relative;
  width: fit-content;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  /* border-radius: 24px; */
  text-align: center;
  margin: auto;
}
.active_box {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary_color);
  /* border-radius: 40px; */
  transition: 0.3s;
  z-index: 0;
}
.tabs .tab {
  padding: 8px 60px;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  background-color: transparent;
  user-select: none;
  font-weight: 500;
}
.tab.active {
  color: #fff;
}
.tabs_content {
  margin-top: 40px;
}
.tabs_content > div {
  display: none;
}
.tabs_content .active {
  display: block;
}

.tabs::-webkit-scrollbar {
  display: none;
}
.tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .tabcontent {
    padding-bottom: 0 !important;
  }
  .tabcontent .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tabcontent .row {
    width: 100%;
    margin: 0;
  }
  .tabcontent .text_xx {
    font-size: 24px !important;
  }
  .tabs {
    width: auto;
    overflow: auto;
  }
  .tabs .tab {
    white-space: nowrap;
    overflow: initial;
    padding: 8px 20px;
    font-size: 14px;
    width: 100%;
  }
  /* .list_table {
    padding: 0 20px;
  } */
  .package_col {
    margin-bottom: 40px;
  }
}

.annual_monthly {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  border: 1px solid var(--primary_color);
  max-width: 350px;
  border-radius: 8px;
  overflow: hidden;
}
.annual_monthly button {
  border: 1px solid var(--primary_color);
  outline: none;
  box-shadow: none;
  background-color: #fff;
  padding: 10px 26px;
  display: block;
  width: 100%;
}

.annual_monthly button.selected {
  background-color: #dceafe;
}

.package_style_two .list {
  /* background-color: #fff; */
  padding: 40px 40px 40px 40px;
  /* border: 1px solid var(--primary_color); */
  border-top: none;
}
/* .package_style_two .list ul {
  padding-left: 19px;
} */
/* .package_style_two .list ul li {
  padding-bottom: 12px;
} */

.min_height_no {
  min-height: auto !important;
}

@media (min-width: 768px) {
  .package_style_two h2 {
    min-height: 77px;
    margin-bottom: 10px;
  }
}

.tooltip {
  position: initial;
  display: inline-block;
  opacity: 1;
  width: 16px;
  height: 16px;
}
.tooltip img {
  position: absolute;
  right: 0;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  height: fit-content;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}
.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.logo_slider .slick-slide {
  background-color: #fff;
  border-radius: 24px;
  height: 170px;
  width: 200px;
  padding: 20px;
}

.logo_slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo_slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_slider .slick-slide {
  margin: 0 25px;
}

.package_style_two .package-box {
  width: 100%;
  max-width: 100%;
}

.sale-price.discuss {
  font-size: 0px !important;
}
.discuss span.bookkeeping_sale_price {
  font-size: 40px !important;
}
.icons-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.icons-subHeadingItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.icons-text {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .icons-top {
    /* flex-direction: column;
    flex-wrap: wrap; */
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .icons-top {
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: row;
    margin: 0;
  }
  .icons-subHeadingItem {
    gap: 8px;
    width: 100%;
    justify-content: flex-start;
  }
}
.info-cta-spacing {
  margin-bottom: 40px;
}

.logos_sec {
  margin: auto;
}
.logos_sec .logos {
  overflow: hidden;
  border: 1px solid #e5eee6;
}
.logos_sec .logos .slick-slide {
  border-right: 1px solid #e5eee6;
  padding: 20px;
}

@media (max-width: 767px) {
  .d_f {
    flex-direction: column;
  }
  .d_f .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .package_style_two .d_f .one,
  .package_style_two .d_f .two,
  .package_style_two .d_f .three {
    display: none;
  }
  #package_in_services {
    padding-bottom: 0px;
  }
  select#select_package_options {
    margin-top: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .package_style_one .sale-price,
  .package_style_two .sale-price {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .package_style_one .sale-price,
  .package_style_two .sale-price {
    font-size: 32px;
  }
}
.package_options .arrow_btn{
  margin-top: 20px !important;
}