@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");

.k-navbar {
  transition: background-color 100ms linear !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1260px !important;
  }
}

/* main css  */

.sp-mt77 {
  margin-top: 73px !important;
}

.section-1 {
  padding: 7rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
}

#calliq-pricing .section-1,
#prospectiq-pricing .section-1, #dialiq-pricing .section-1{
  padding: 12rem 0 2rem;
}

.padbot4 {
  padding-bottom: 5rem;
}

.selectTab {
  width: 76%;
  position: sticky;
  top: 80px;
}

.hrline {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tab-container {
  display: flex;
  flex-direction: column;
}

.inputContainer {
  display: none;
}

.tab {
  position: relative;
  bottom: -3px;
  cursor: pointer;
  padding: 1rem;
}

.tab:hover {
  text-decoration: none;
}

.tab img {
  margin-bottom: 0.75rem;
}

.tab p {
  color: #0e0d59;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.tab span {
  display: block;
  color: #3d3c7d;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.25rem;
}

.tab.active p {
  color: #504ee4;
}

.tab.active img path {
  fill: #05034e;
}

.tab.active {
  border-radius: 0.375rem;
  border-bottom: 2px solid #7474ff;
  background: #ececff;
  margin: 0.75rem 0;
}

#black-friday .tab.active {
  border-bottom: 0;
}

.black-friday {
  margin-top: 2rem;
  border-radius: 0.375rem;
  border: 1px solid #ebe8f3;
  position: relative;
}

.black-friday .discount-tab {
  border-radius: 0.97225rem;
  background: #d6f4e2;
  padding: 0.2rem 0.5rem;
  color: #0eb54e;
  font-size: 0.69444rem;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.black-friday.active {
  background: #ececff;
}

.black-friday .d-flex {
  flex-direction: column;
  align-items: flex-start !important;
}

.black-friday .tab-icon {
  display: block;
}

.black-friday:hover .animateArrow {
  animation: rightanimate 0.4s ease-out;
}

@keyframes rightanimate {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  48% {
    opacity: 1;
    transform: translate(15px);
  }
  49% {
    opacity: 0;
    transform: translate(15px);
  }
  50% {
    opacity: 0;
    transform: translate(-15px);
  }
  51% {
    opacity: 1;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.circle-arrow {
  background: #ececff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  overflow: hidden;
}

.bg-white {
  background: #fff !important;
}

.circle-arrow img {
  margin-bottom: 1px;
}

.tab-icon {
  display: none;
}

.ranger-contianer {
  /* border-radius: 12px; */
  /* border: 1px solid #e5e2f1; */
  background: #fff;
  padding: 2rem 0;
  margin-top: 2rem;
}

.selecterCont {
  width: 54%;
}

.selecterCont hr {
  margin: 2.5rem 0 2.5rem auto;
  border-bottom: 1px solid #dfd9f0;
  width: 97%;
}

.selecter {
  width: 100%;
}

.priceCard {
  width: 32%;
  text-align: center;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  width: 94%;
  margin: auto;
  height: 8px;
  border-radius: 20px;
  background: #eeeef7;
}

input[type="range"]::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  border: 0px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 27px 27px 27px 27px;
  background: #7352d8;
  cursor: pointer;
  -webkit-appearance: none;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.12));
  background-image: var(--thumb-bg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.dataheading {
  position: relative;
  left: 12px;
  font-weight: 600;
  color: #120155;
  margin-bottom: 1.75rem;
}

.dataheading img {
  position: relative;
  top: -2px;
}

.range-holder {
  text-align: center;
}

.credit {
  position: relative;
}

#cowbell,
#phoneCredit {
  background: linear-gradient(to right, #b09af5 20%, #f1f1f9 20%);
}

.credit1box,
.credit2box,
.credit3box,
.credit4box {
  position: absolute;
  z-index: 3;
  top: -35px;
  right: 16px;
  width: 6px;
  height: 16px;
  border-radius: 4px;
  background: #e6e6fb;
  cursor: pointer;
}

.credit1box {
  position: absolute;
  z-index: 1;
  top: -35px;
  right: 16px;
  width: 6px;
  height: 16px;
  border-radius: 4px;
  background: #e6e6fb;
  cursor: pointer;
}

.credit1 {
  margin-left: -16px !important;
}

.credit5 {
  position: relative;
}

.creditScore {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: auto;
  margin-top: 1rem;
  align-items: center;
}

.creditScore p {
  color: #6b6c98;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137.543%;
  width: 40px;
  margin: 0;
}

/* pricing container */

#prospect-iq .priceCard {
  border-radius: 0.5rem;
  border: 1px solid #504ee4;
  border-top: 12px solid #504ee4;
  background: #fff;
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.priceCard hr {
  border-color: #dfd9f0;
}

.totalPay {
  color: #3d3c7d;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 0.75rem;
}

.totalAmount {
  color: #120155;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.totalDesc {
  color: #3d3c7d;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}

.totalDesc span {
  text-transform: lowercase;
}

.packageSelector {
  display: flex;
  align-items: center;
  justify-content: center;
}

.packageSelector p {
  color: #504ee4;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.totalCredits {
  color: #120155;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 1.25rem;
}

.leftCont {
  text-align: left;
}

.creditsCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.creditCategory {
  color: #120155;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.creditValue {
  color: #3d3c7d;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.creditValue span {
  font-weight: 600;
}

.rightCont {
  padding: 0.5rem 1.5rem;
  background: #f3f3ff;
  border-radius: 8px;
}

.categoryAmount {
  color: #3d3c7d;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.categoryAmount span {
  font-size: 1.125rem;
  font-weight: 600;
}

.categorybilled {
  color: #3d3c7d;
  text-align: center;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.categorybilled span {
  text-transform: capitalize;
}

/*  */

/* toogle button */
.toggleContainer {
  position: relative;
  height: 28px;
}

.toggle {
  position: absolute;
  visibility: hidden;
}

.label {
  background-color: #cdccff;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin: 0 15px;
  position: relative;
  width: 56px;
}

.toggle:checked + label {
  background-color: #cdccff;
}

.ball {
  align-items: center;
  animation: slideOff 0.2s linear forwards;
  background-color: #504ee4;
  border-radius: 50%;
  height: 20px;
  justify-content: center;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.32);
}

.toggle:checked + label .ball {
  animation: slideOn 0.2s linear forwards;
}

@keyframes slideOn {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(28px);
  }
}

@keyframes slideOff {
  0% {
    transform: translateX(28px);
  }
  100% {
    transform: translateX(0);
  }
}
/* toogle button */

.product-container {
  background-color: #f8f3ff;
  padding: 1.5rem 2.5rem;
  border-radius: 0.5rem;
}

#black-friday .product-container img {
  position: relative;
  left: -32px;
}

.plan-description {
  color: #3d3c7d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  margin-top: 1rem;
}

.plan-subTitle {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e8e8f4;
}

.plan-title {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #120155;
  margin-bottom: 0.25rem;
}

.plan-desc {
  color: #3d3c7d;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.plan-title span {
  color: #504ee4;
  font-family: "Paytone One", sans-serif;
}

#black-friday .plan-title span {
  color: #fff;
  font-family: "Poppins" !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 0.375rem;
  background: #0eb54e;
  padding: 0.25rem 0.75rem;
  position: relative;
  top: -6px;
}

.black-friday-pricing .pricingtab {
  border-radius: 0.5rem;
  background: #fbfbff;
  border: 1px solid #e5e2f1;
  width: 62%;
  margin: auto;
  margin-top: 5rem;
  padding: 1.5rem 2rem;
}

.black-friday-pricing .secondcol {
  margin-left: 54px;
}

.black-friday-pricing .thirdcol {
  border-radius: 0.5rem;
  border-top: 24px solid #504ee4;
  border-right: 1px solid #504ee4;
  border-bottom: 1px solid #504ee4;
  border-left: 1px solid #504ee4;
  background: #fff;
  position: relative;
  width: 272px;
  left: 48px;
  top: -8px;
  text-align: center;
  margin: -3rem 0;
  padding: 3.5rem 0;
}

.black-friday-pricing .activeImg {
  margin-bottom: 0.5rem;
}

.black-friday-pricing .thirdcol .headtext {
  color: #120155;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 88px;
}

.pricingtab {
  display: flex;
}

.plan-sub-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.plan-sub-box-row {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.plan-subtitle {
  color: #3d3c7d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.00875rem;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

#black-friday .plan-subtitle {
  font-size: 0.8125rem;
}

.plan-subtitle svg {
  color: #0eb54e;
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}

#black-friday .plan-subtitle svg {
  width: 1.5rem;
  height: 1.5rem;
}

.plan-subtitle i {
  padding-left: 7px;
}
.main-comparision-box {
  transition: 0.3s;
  opacity: 0;
  height: 0px;
  position: relative;
  z-index: -1;
}
.height-all {
  opacity: 1;
  height: 100%;
  z-index: 1;
}

/* toggle navbar */

/* prospectiq */

.panel-body ol {
  padding-left: 12px;
}

.panel-body ol li {
  padding-left: 8px;
  margin-bottom: 8px;
  color: #3d3c7d;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  width: 91%;
}

.martop-auto {
  margin-top: 75px !important;
}

.planSelecttext {
  color: #3d3c7d;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
  margin-bottom: 2px;
}

.dropDownBasic,
.dropDownPremium {
  position: relative;
}

.changeBasicPlan,
.changePremiumPlan {
  border-radius: 4px;
  border: 1px solid #d2d1e3;
  background: #f2f1fe;
  width: 100%;
  color: #43428c;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  padding: 8px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.rightposition {
  position: absolute;
  right: 4px;
}

#prospect-iq .rightposition {
  top: 7px;
}

.basicPlanList,
.premiumPlanList {
  border-radius: 6.784px;
  background: #fff;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08),
    0px -12px 16px 0px rgba(0, 0, 0, 0.06);
  margin-top: 4px;
  position: absolute;
  width: 96%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  margin-left: 6px;
}

.basicPlanList ul,
.premiumPlanList ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.basicPlanList ul li,
.premiumPlanList ul li {
  list-style: none !important;
  padding: 0.75rem;
  margin-bottom: 0 !important;
  /* transition: all 0.3s; */
  cursor: pointer;
  user-select: none;
}

.basicPlanList ul li:hover,
.premiumPlanList ul li:hover {
  color: #504ee4;
  font-size: 0.8125rem;
  font-weight: 600;
}

.basicPlanList.open,
.premiumPlanList.open {
  border: 0.848px solid #504ee2;
  height: 216px;
  overflow: auto;
}

.basicPlanList.open::-webkit-scrollbar,
.premiumPlanList.open::-webkit-scrollbar {
  display: none;
}

.basicPlanList ul li:not(:last-child),
.premiumPlanList ul li:not(:last-child) {
  border-bottom: 1px solid #f2f2f9;
}

/*  */

/* pricing toggle  ------------*/

.toggle-container {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
}

.toggle-box {
  display: flex;
  justify-content: center;
  border: 1px solid #b499ff;
  box-sizing: border-box;
  border-radius: 6px;
}

.toggle-item {
  text-align: center;
  width: 100px;
  color: #05034e;
  border-radius: 6px;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.toggle-item:hover {
  background: #504ee41c;
}

.toggle-item p {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.toggle-box .active {
  color: #4200ff;
  font-weight: 400;
  font-size: 14px;
  background: #e5dfff;
}

.discount-text {
  padding: 5px 8px;
  color: #0e970f;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: #e7f8ef;
  width: 112px;
  transform: rotate(-5.741deg);
  margin-bottom: 0.5rem;
}

.discount-box {
  position: absolute;
  top: -40px;
  left: -80px;
}

.black-friday-pricing .discount-box {
  left: 36px;
  top: -52px;
}

.black-friday-pricing .discount-text {
  background: #0e970f;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.save-box {
  position: absolute;
  padding: 5px 8px;
  font-weight: 600;
  font-size: 10px;
  color: #08b455;
  background: #1abf6438;
  border-radius: 2px;
  top: -40px;
  left: 5px;
}

.save-box {
  display: none;
}

.toggle-box .active .save-box {
  display: block;
}

/*  */

/* pricing container */

.plan-table-wrapper {
  margin-top: 2rem;
}

.table-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* pricing card */

.plan-item {
  border-radius: 0.75rem;
  border: 1px solid #e5e2f1;
  background: #fff;
  padding: 1.5rem 0.875rem;
  flex: 1;
  max-width: 315px;
  margin: 0 auto;
}

#call-iq .plan-item,
#schedule-iq .plan-item {
  max-width: 254px;
}

#call-iq .table-wrapper,
#schedule-iq .table-wrapper {
  gap: 32px;
}

.plan-item .kt-btn--secondary {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plan-item .kt-btn--primary {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plan-heading {
  color: #120155;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.plan-heading span {
  color: #504ee4;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0.25rem;
  background: #e1e0ff;
  padding: 0.25rem 0.5rem;
  position: relative;
  top: -4px;
  left: 4px;
}

.popular {
  border-radius: 8px;
  border-top: 4px solid #504ee4;
  border-right: 1px solid #504ee4;
  border-bottom: 1px solid #504ee4;
  border-left: 1px solid #504ee4;
  background: #fff;
  /* box-shadow: -24px 16px 40px 0px rgba(0, 0, 0, 0.06),
    24px -16px 40px 0px rgba(0, 0, 0, 0.06); */
  position: relative;
  margin-top: -4px !important;
}

.highlighter {
  border-radius: 14px;
  border: 2px solid #fff;
  background: #0eb54e;
  width: fit-content;
  padding: 2px 20px;
  position: absolute;
  top: -16px;
  right: 16px;
}

.highlighter p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.second-plan-card {
  padding: 2.5rem 1.5rem;
}

.plan-sub-heading {
  color: #3d3c7d;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0.875rem;
}

.marmin24 {
  margin: 0 0 0 -24px;
}

.plan-price-wraper {
  display: flex;
  /* justify-content: center; */
}

.plan-table-wrapper .plan-price-wraper {
  flex-direction: column;
  height: 80px;
}

.black-friday-pricing .plan-price-wraper {
  flex-direction: column;
  height: auto;
}

#schedule-iq .plan-table-wrapper .plan-price-wraper {
  height: 72px;
  justify-content: start;
}

.comparision-wrapper .plan-price-wraper {
  transform: translateX(0) !important;
}

#prospect-iq .price-wraper {
  justify-content: center;
}

.price-wraper {
  display: flex;
}

.price-wraper-strike {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 0.75rem 0 0.5rem;
}

.price-wraper-strike::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #f00;
  top: 16px;
}

.black-friday-pricing .price-wraper {
  justify-content: center;
  align-items: end;
  margin-bottom: 1rem;
}

.strike {
  position: relative;
  margin-right: 1rem;
}

.strike::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 44%;
  left: 0;
  background-color: #827aa1;
}

.strike-price-doller {
  color: #827aa1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.543%;
  margin: 0;
}

.priceDollorWrapper {
  display: flex;
  align-items: flex-start;
}

.price-doller-strike {
  color: #a099bb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  position: relative;
  top: 3.5px;
}

.price-tag-strike {
  color: #a099bb;
  font-family: Poppins;
  font-size: 26.197px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.543%;
  margin: 0;
}

.price-doller {
  color: #120155;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.price-tag {
  color: #120155;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 99%;
  margin: 0;
  margin-bottom: 4px;
}

.black-friday-pricing .price-tag {
  margin-bottom: 0;
  font-size: 56px;
}

.plan-price-user {
  color: #3d3c7d;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.black-friday-pricing .plan-price-user {
  color: #3d3c7d;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}

.customizeText {
  color: #120155;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.plan-btn a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1rem 0 1.5rem;
}

#calliq .li-everything,
#calendar .li-everything {
  margin-top: -4px;
  margin-bottom: 4px;
}

.li-everything {
  color: #43428c;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625rem;
}

.plan-item ul .heading {
  display: block;
  color: #43428c;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: -18px;
  margin-bottom: 6px;
}

.black-friday-pricing ul .heading {
  display: block;
  color: #43428c;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: -24px;
  margin-bottom: 10px;
}

.plan-item ul {
  padding-left: 18px;
  margin-bottom: 12px;
}

.plan-item ul li {
  list-style: url(<%=gitSha%>/assets/images/price/litick.svg);
  color: #43428c;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

.black-friday-pricing ul {
  padding-left: 24px;
  margin-bottom: 0;
  position: relative;
}

.black-friday-pricing ul li {
  /* list-style: url(/assets/images/price/litick.svg); */
  list-style: none;
  color: #43428c;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
  position: relative;
}

.black-friday-pricing ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--tick);
  background-repeat: no-repeat;
  background-size: contain;
  left: -24px;
  top: 1px;
}

.black-friday-pricing hr {
  margin: 1rem 0;
}

.black-friday-pricing .productName {
  color: #120155;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.plan-view-comparison {
  color: #504ee4;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.plan-view-comparison i {
  position: relative;
  left: 4px;
  transition: all 0.3s;
}

.plan-view-comparison:hover i {
  left: 8px;
}

/*  */

.tabContent {
  /* opacity: 0;
  position: absolute;
  top: 0; */
  transition: all 0.3s;
  z-index: 1;
}

.tabActiveState {
  opacity: 1 !important;
  position: relative;
  z-index: 2;
}

/* pricingPlan */

.pricingPlan {
  padding: 5rem 0;
}

.pricingPlan h2 {
  color: #120155;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}

.company-logo {
  margin-bottom: 1.25rem;
}

.profile-feedback {
  color: #3d3c7d;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.75rem;
}

.profile-image {
  margin-right: 1rem;
}

.profile-name {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.profile-JD {
  color: #7b7496;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.profile {
  padding-right: 1.875rem;
  height: 100%;
  border-right: 1px solid #ece8fa;
}

/*  */

/* drive pipeline */

.drive-pipeline {
  padding: 5rem 0 1rem;
  background: #f7fbff;
}

.drive-pipeline h2 {
  color: #120155;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}

.imgheight {
  height: 42px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.drive-pipeline .row .col-6:not(:last-child) .driveCard {
  border-right: 1px solid #cbddee;
  min-height: 132px;
}

.driveCard {
  margin-bottom: 4rem;
}

.driveCard p {
  color: #3d3c7d;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.driveCard .driveCardhead {
  color: #3d3c7d;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.25rem;
}

.driveCard .driveCarddesc {
  color: #3d3c7d;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90%;
}

/*  */

/* g2badges */

.g2badges {
  padding: 3rem 0;
}

.g2badges h2 {
  color: #120155;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5rem;
  text-align: center;
}

.g2badges h2 img {
  position: relative;
  top: -6px;
  right: -6px;
}

.badgesContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 88px;
}

/*  */

/* customertrust */

#prospectBody .customertrust {
  padding: 5rem 0;
}

.customertrust {
  padding: 3rem 0;
}

.customertrust h2 {
  color: #0e0d59;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.image-grouping {
  position: relative;
  width: 380px;
  height: 380px;
}
.bigCircle {
  position: absolute;
  width: 380px;
  height: 380px;
  animation: rotate 4s infinite;
  transition-delay: 0.5s;
}
.smallcircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate1 4s infinite;
}
.shieldImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.badge-1 {
  position: relative;
  left: -16%;
  top: 12%;
}
.badge-2 {
  position: absolute;
  right: 7%;
  top: 4%;
}
.badge-3 {
  position: absolute;
  right: -6%;
  bottom: 0%;
}
.badge-4 {
  position: absolute;
  bottom: 4%;
  left: 4%;
}

/* @keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
} */

@keyframes rotate {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes rotate1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/*  */

/* businessgrowth */

.businessgrowth {
  padding: 3rem 0 6rem;
}

.businessgrowth h2 {
  color: #0e0d59;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}

.businessgrowth ul {
  padding-left: 24px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.businessgrowth ul li {
  color: #3d3c7d;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-bottom: 1.5rem;
}

.businessgrowth ul li:last-child {
  margin: 0;
}

.quote {
  color: #504ee4;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -52px;
}

.clientFeedback {
  border-radius: 12px;
  background: #f9f6ff;
  position: relative;
  padding: 2.75rem 1.875rem;
}

.clientFeedback .feedback {
  color: #3d3c7d;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
  width: 81%;
}

.clientFeedback .feedback strong {
  color: #504ee4;
}

.profile-name {
  color: #0e0d59;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.profile-main-image {
  position: absolute;
  bottom: -24%;
  right: -18%;
  animation: goggleEffect 2s infinite;
}

@keyframes goggleEffect {
  0% {
  }
  100% {
  }
}

/*  */

/* slider css */
.logo-scrolling {
  padding: 3rem 0 2rem;
}

.powering {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #3d3c7d;
  margin-bottom: 24px;
  padding: 0 1rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-223.19rem);
  }
}

.slider {
  background: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 223.19rem;
}

.slider .slide {
  padding: 1rem 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}
/*  */

/* -FAQ-section------------------------------------------- */

.FAQ-section {
  padding: 5rem 0px;
}
.faq-heading {
  font-family: "Paytone One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 40px;
  color: #1f2128;
  margin-bottom: 0.5rem;
  color: #05034e;
}
.faq-description {
  color: #3d3c7d;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}
.showDemoRequest5 {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 5rem;
}
.FAQ-section .col-12 {
  padding: 0px 60px;
}

.panel-default > .panel-heading {
  color: #333;
  padding: 0;
}
.panel-title {
  margin-bottom: 0px !important;
}
.panel-default > .panel-heading a {
  display: block;
  text-decoration: none;
  color: #3d2d7c;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 25px 6px 25px 0px;
}
.FAQ-section .panel-body {
  color: #3d3c7d;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 91%;
  margin-bottom: 20px;
}
.panel-body a {
  cursor: pointer;
  color: #007bff !important;
  text-decoration: underline !important;
}
.FAQ-section .panel:not(:last-child) {
  border-bottom: 0.5px solid;
  border-color: #eeedf2;
}
.plus {
  font-size: 26px;
  margin-right: 20px;
  color: #8b77b4;
  font-weight: 400;
  float: right;
  position: relative;
  z-index: -1;
  top: -4px;
  right: -20px;
  background: #f3edff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-heading a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.pos-top {
  position: relative;
  top: -1px;
}

/* --------------------- */

/* cta-section */

.cta-section {
  background: var(--cta-section);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 1rem;
  text-align: center;
}

.cta-section h2 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.75rem;
}

.startbutton {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151442 !important;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  height: 2.75rem;
}

.demobutton {
  padding: 0.6875rem 1.5rem;
  border: 1px solid #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-left: 1rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  height: 2.75rem;
}

/*  */

.popup .showDemoRequest5 {
  display: none;
}

/* Cyber Monday */

.cyberMondayOfferBanner {
  background: #0e0d59;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 0 1.6rem;
}

.cyberMondayOfferBanner .gap {
  gap: 1rem;
}

.strikeBg {
  background: var(--strikeBg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 1.6rem 1rem 0;
}

.strikeBg .flat {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.validText {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 8px;
}

.strikeBg .twenty {
  color: #1bc468;
  font-size: 36px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.strikeBg .percentage {
  color: #1bc468;
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0;
  text-align: center;
}

.strikeBg .offer {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 0;
}

.cyberBannerText {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.cyberText {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.cyberDealDesc {
  color: #c2c2eb;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

/*  */

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

@media only screen and (max-width: 992px) {
  .plan-sub-box {
    gap: 4rem;
  }
  .image-grouping {
    width: 100%;
  }
  .bigCircle {
    width: 100%;
  }
  .badge-1 {
    left: -10%;
    top: 2%;
    transform: scale(0.75);
  }
  .badge-2 {
    transform: scale(0.8);
    right: 6%;
    top: 6%;
  }
  .badge-3 {
    transform: scale(0.75);
  }
  .badge-4 {
    transform: scale(0.8);
  }
  .tab {
    min-width: auto;
  }
  .credit1box,
  .credit2box,
  .credit3box,
  .credit4box {
    top: -39px;
  }
  .credit1 {
    margin-left: -6px !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-mt77 {
    margin-top: 0 !important;
  }
  .ranger-contianer .mobileView {
    flex-direction: column;
  }
  .priceCard {
    margin: auto;
    margin-top: 4rem;
    width: 80% !important;
  }
  .selecterCont {
    width: 100%;
  }
  .table-wrapper {
    flex-direction: column;
  }
  .popular {
    margin-top: 8px !important;
  }
  .toggle-container {
    margin-top: 5.5rem;
  }
  .plan-item {
    max-width: 300px;
    min-width: 224px;
    margin: auto;
    padding: 1.5rem;
  }
  .profile {
    border: none;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  .profile .d-flex {
    justify-content: center;
  }
  .profile-name {
    text-align: left;
  }
  .drive-pipeline .row .col-6:not(:last-child) .driveCard {
    border: none;
  }
  .w-90 {
    width: initial;
  }
  .profile-main-image {
    right: -8px;
    bottom: -20%;
    width: 120px;
    height: 120px;
  }
  .customertrust {
    padding: 6rem 0;
  }
  .badgesContainer {
    gap: 20px;
  }
  .badgesContainer img {
    width: 29%;
    height: auto;
  }
  .badgesContainer img:first-child {
    order: 4;
  }
  .badgesContainer img:last-child {
    order: 5;
    width: 23%;
  }
  .clientFeedback {
    margin-top: 4rem;
  }
  .clientFeedback .feedback {
    width: 90%;
  }
  .creditsWord {
    display: none;
  }
  .marmin24 {
    margin-left: initial;
    margin-right: initial;
  }
  .product-container {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  .plan-desc {
    margin-bottom: 1rem;
  }
  .plan-sub-box {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .plan-sub-box {
    margin-top: 0.5rem;
    gap: 1rem;
  }
  .product-container .activeImg {
    display: none;
  }
  .plan-title,
  .plan-desc {
    text-align: center;
  }
  #black-friday .plan-sub-box-row {
    justify-content: center;
    margin-bottom: 2rem;
  }
  #black-friday .col-md-4 {
    text-align: center;
  }
  .black-friday-pricing .pricingtab {
    width: 100%;
  }
  .black-friday-pricing .firstcol {
    order: 2;
  }
  .black-friday-pricing .secondcol {
    margin-left: 0;
    order: 3;
  }
  .black-friday-pricing .thirdcol {
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
    order: 1;
  }
  .black-friday .d-flex {
    flex-direction: row;
    align-items: center !important;
  }
  #black-friday .product-container img {
    left: 0;
  }
  .black-friday-pricing .pricingtab {
    background: none;
    flex-direction: column;
    border: none;
  }
  .black-friday-pricing hr {
    margin: 2rem 0;
  }
  #prospect-iq .rightposition {
    top: 4px;
  }

  /*  */
  .cyberMondayOfferBanner {
    padding: 0;
    margin-top: 2rem;
  }

  .cyberBannerText {
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem;
  }

  .cyberBannerText img {
    width: 20px;
  }

  .strikeBg {
    padding: 1rem 2rem;
    padding-right: 1.75rem;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /*  */
}

.marginTop {
  margin-top: 52px;
}

@media only screen and (max-width: 576px) {
  .arrowSelect img {
    transform: rotate(90deg);
  }

  .marginTop {
    margin-top: 0px;
  }

  /* slider */
  .slider::before,
  .slider::after {
    width: 80px;
    height: 68px;
  }
  .plan-title {
    font-size: 2rem;
  }

  .quote {
    top: -32px;
  }

  /* dropdown */
  .mobilesticky {
    position: sticky;
    top: 61px;
    z-index: 5;
    background: #fff;
    padding-top: 0.5rem !important;
  }

  .selectTab {
    width: 100%;
    position: initial;
  }

  .hrline {
    display: none;
  }
  .inputBox {
    position: relative;
    z-index: 1;
  }
  .tab-container {
    flex-direction: column;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
    margin: 0;
    position: absolute;
    width: 100%;
    top: 62px;
    height: 0;
    overflow: hidden;
    border: none;
    transition: all 0.5s;
    z-index: 1;
  }
  .tab-container::-webkit-scrollbar {
    display: none;
  }
  .dropdown-hide {
    height: 206px;
    /* height: 154px; */
    overflow: auto;
    border: 1px solid #e4e4ea;
    transition: all 0.5s;
    z-index: 1;
  }
  .black-friday {
    margin-top: -1px;
    border-radius: 0;
    border: none;
  }

  .tab {
    padding: 1.25rem 1.5em;
    position: initial;
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .tab img {
    height: 20px;
  }
  .tab.active {
    border-radius: 0;
    border-bottom: none;
    background: none;
    margin: 0;
  }
  .tab .activeImg {
    display: none;
  }
  .tab.active .activeImg {
    display: block;
  }
  .tab .inactiveImg {
    display: block;
  }
  .tab.active .inactiveImg {
    display: none;
  }
  .tab.active p {
    font-weight: bold;
  }
  .tab .text-center {
    display: flex;
    align-items: center;
  }
  .tab-icon img {
    height: 20px;
  }
  .tab-icon {
    width: 54px;
    display: block;
  }
  .tab .tab-icon img,
  .tab .tab-text p {
    margin-bottom: 0;
  }
  .tab span {
    display: none;
  }
  .inputContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e4e4ea;
    background: #fff;
  }
  .tab-text p {
    color: #6b6c98;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }
  input[type="range"] {
    height: 6px;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
  }

  .credit1box,
  .credit2box,
  .credit3box,
  .credit4box {
    top: -27.5px;
    width: 5px;
    height: 14px;
  }
  .price-tag {
    font-size: 2.5rem;
  }
  .ranger-contianer {
    padding: 2rem 1rem;
  }
  .ranger-contianer .kt-btn--secondary {
    padding: 0.5rem 0.25rem !important;
  }
  .plan-subTitle {
    display: none;
  }
  .plan-table-wrapper .plan-price-wraper {
    height: fit-content;
  }
}
