.chkpt-package-card {
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  border-radius: 0px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  box-shadow: none;
}
.chkpt-package-header {
  background-color: #212121;
  padding: 30px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.chkpt-package-header h2 {
  color: #ffffff;
  font-size: 30px;
  font-family: Arial;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 25px 0px 0px 0px;
  padding: 0px 0px 11px 0px;
}
.chkpt-package-subtitle {
  color: #bdbdbd;
  font-size: 20px;
  font-family: Arial;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.chkpt-package-description p {
  background-color: #ffffff;
  color: #4d4d4d;
  font-size: 13px;
  font-family: Arial;
  font-weight: normal;
  text-align: center;
  margin: 50px 40px 0px 40px;
  padding: 0px 0px 0px 0px;
}
.chkpt-package-price {
  background-color: transparent;
  color: #404040;
  font-size: 27px!important;
  font-family: Arial;
  font-weight: bolder;
  text-align: center;
  margin: 30px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
}
.chkpt-package-discount-price {
  color: #000000;
  font-size: 20px;
  font-family: Verdana;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.chkpt-package-price-subtext {
  color: #000000;
  font-size: 19px;
  font-family: Verdana;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.chkpt-package-accordions h3.active {
  background-color: #474747;
  color: #ffffff;
  font-size: 22px;
  font-family: Century Gothic;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 13px 13px 13px 13px;
}
.chkpt-package-accordions h3.active:hover {
  background-color: #ffffff;
  color: #000000;
}
.chkpt-package-accordion-content {
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  font-size: 12px;
  font-family: Verdana;
  font-weight: normal;
  text-align: left;
}
.chkpt-package-accordion-content p {
  color: #ffffff;
  font-size: 12px;
  font-family: Verdana;
  font-weight: normal;
  text-align: left;
}
.chkpt-package-accordion-content ul li {
  color: #ffffff;
  font-size: 12px;
  font-family: Verdana;
  font-weight: normal;
  text-align: left;
}
.accordion-toggle-icon {
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 32%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: auto;
}
.chkpt-package-accordion-header {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #474747;
  color: #ffffff;
  font-size: 22px;
  font-family: Century Gothic;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 13px 13px 13px 13px;
  transition: background-color 0.3s ease;
  justify-content: space-between;
}
.chkpt-package-compare-checkbox-container {
  flex-shrink: 0;
}
.accordion-title {
  flex-grow: 1;
  text-align: center;
}
.accordion-toggle-icon {
  flex-shrink: 0;
}
.broadband_label_company_name {
  text-align: left;
}
.broadband_label_plan {
  text-align: left;
}
.broadband_label_plan_type {
  text-align: left;
}
.broad_band_label_monthly_price {
  text-align: left;
}
.chkpt-package-accordion-header.accordion-open .accordion-toggle-icon {
  transform: translateY(-40%) rotate(135deg);
}
.broad_band_label_body_heading {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.chkpt-package-accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.chkpt-package-compare-checkbox-container {
  margin-right: 8px;
}
.chkpt-package-compare-checkbox {
  cursor: pointer;
}
.chkpt-package-featured-inner {
  background-color: #808080;
  width: 320px;
  position: relative;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0px 0px 6px 0px;
  color: #b3b3b3;
  font-size: 16px;
  font-family: Arial;
}
.chkpt-package-accordions table tr td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -moz-hyphens: auto;
  border-top: 0px;
  padding: 0px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--next {
  right: 1em;
}
.chkpt-package-image img {
  width: 100%;
  height: auto;
}
.chkpt-selected-package {
  border: 2px solid #777;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.splide__pagination__page.is-active {
  background-color: #333;
}
.splide__pagination__page {
  background-color: #333;
}
.splide__arrow {
  color: #ffffff;
  background-color: #333;
  width: 20px;
  height: 20px;
}
.splide__arrow svg {
  fill: #ffffff;
  width: 12.5px;
  height: 12.5px;
}
