@import url("https://qb.toolspire.one/fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
:root {
  --price-accent: #42ba96;
  --beta-accent: #ffa500;
  --switches-bg-color: #869ab8;
  --switches-label-color: white;
  --switch-bg-color: white;
  --switch-text-color: #111;
  --b-shadow: rgb(50 50 93 / 11%) 0px 30px 60px -12px, rgb(0 0 0 / 10%) 0px 18px 36px -18px;
}
html {
  scroll-behavior: smooth;
}
.dark-banner-bg {
  background: #2b354e;
}
.tippy-box {
  background: #fafbfd;
  color: #4a5a71;
  box-shadow: 2px 32px 13px rgba(0, 0, 0, 0.01), 1px 18px 11px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.09), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #869ab8;
  font-size: 12px;
}
.tippy-arrow {
  display: none;
}
/*******************
 * TEAM MEMBER PLAN
*******************/
.price-title-main {
  border-radius: 4px;
  padding: 10px 20px 10px;
  margin: 20px 0 50px;
}
.pricing-banner {
  cursor: pointer;
  margin: 0 0 50px 0;
}
.pricing-banner-1 {
  width: 100%;
  margin: -1px -1px -1px -1px;
}
.pricing-banner-2 {
  display: none;
}
.feature-plan-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
}
.feature-list-group .feature-list-item > i {
  background: #e6f7f5;
  color: #fff;
  border-radius: 30px;
  height: 17px;
  width: 17px;
  min-height: 17px;
  min-width: 17px;
  max-height: 17px;
  max-width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  margin: 0 10px 0px 0;
  font-weight: 900;
  padding: 2px 0 0 0;
  opacity: 80%;
}
.plan-card {
  max-height: 100%;
  /* box-shadow: 0 0 10px -5px #000; */
  border-top: 5px solid var(--price-accent);
  border-radius: 8px;
  /* filter: drop-shadow(5px 53px 21px rgba(0, 0, 0, 0.01)) drop-shadow(3px 30px 18px rgba(0, 0, 0, 0.03)) drop-shadow(1px 13px 13px rgba(0, 0, 0, 0.05)) drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.06)); */
  padding: 20px 20px 20px;
  background: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--b-shadow);
}
.plan-top {
  text-align: center;
}
.plan-card .plan-title {
  font-size: 37px;
  text-align: center;
  font-weight: 800;
}
.plan-card .plan-key-words {
  font-size: 14px;
  color: #869ab8;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 10px;
}
.feature-list-group {
  margin: 5px 0 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.feature-list-group .feature-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 0 10px 0 0;
}
.feature-list-group .feature-list-item .feature-title {
}
.tippy-box,
.feature-list-group .feature-list-item .feature-title {
  text-transform: capitalize;
}

.feature-list-group .feature-list-item .feature-title i {
  color: #777;
}
.feature-list-group .feature-list-item .f-desc {
  font-size: 11px;
  color: #869ab8;
  line-height: 1;
}
.feature-list-group .feature-list-item .beta-tag {
  font-size: 9px;
  font-weight: 900;
  background: var(--beta-accent);
  color: #fff;
  padding: 1px 4px 0px;
  border-radius: 4px;
  margin: 0 0 0 5px;
}
.plan-select-button-main {
  text-align: center;
}
.plan-select-button-main .btn {
  font-size: 16px;
  padding: 7px 10px 6px;
  display: block;
  width: 100%;
  font-weight: 700;
  margin: 30px 0 5px;
  border-radius: 7px;
  font-size: 22px;
}
.plan-select-button-main .btn.btn-outline-success {
  background: transparent;
  box-shadow: none !important;
}
.plan-select-button-main .btn.btn-outline-success:hover {
  color: #fff;
  background-color: #389e7f;
  border-color: #359478;
}
.plan-select-button-main .p-extra-info {
  font-size: 14px;
  font-weight: 500;
}
/*******************
 * PLAN SELECTION
*******************/
.plan-selection-main {
  margin-bottom: 70px;
}
.plan-selection-main .row {
  margin: 0;
}
/*******************
 * PLAN SELECTION 1
*******************/
.plan-selection-step-1 {
}
.plan-selection-step-1 .feature-list-group .feature-list-item {
  width: 100%;
}
/*******************
 * PLAN SELECTION 2
*******************/
.plan-selection-step-2 {
  justify-content: center;
}
.premium-title-main,
.enterprise-title-main {
  margin-bottom: 40px !important;
}
.premium-title,
.enterprise-title {
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
}

.switches-container {
  width: 140px;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--switches-bg-color);
  line-height: 36px;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  margin: 15px auto 20px;
  font-weight: 700;
  user-select: none;
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--switches-label-color);
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 3px 3px 3px;
}

.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--switch-text-color);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

/* commented for special offer */
.plan-user-outline-btn {
  background: #ffffff;
  border: 2px solid #869ab8;
  border-radius: 104.033px;
  text-align: center;
  display: inline-block;
  padding: 6px 20px 5px;
  margin: 0 auto 0;
  line-height: 1;
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 700;
}
.save-on-switch-1 {
}
.save-on-switch-2 {
}
.need-plan-for-teams {
  text-align: center;
}
.need-plan-for-teams b {
  color: #0c83c6;
  cursor: pointer;
}
.essential-price,
.professional-price {
}
.essential-price {
}
.essential-price b {
}
.essential-price span {
  font-size: 14px;
  color: #4a5a71;
  display: inline-block;
  margin: 4px 0 0;
}

.professional-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.professional-price .premium-select-main {
}
.professional-price .premium-select-main .p-user-select {
  border-color: #aaa;
  padding: 8px 10px 9px 10px;
  font-size: 14px;
  height: auto;
}
.essential-price {
  margin: 0;
  font-size: 14px;
  color: #4a5a71;
}
.essential-price {
  text-align: center;
}
.essential-price .p-price-top {
  margin: 20px 0 0;
  font-size: 14px;
  color: #4a5a71;
}
.essential-price .p-price-top b {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 1;
}
.essential-price .p-price-bottom {
  font-size: 14px;
  color: #4a5a71;
  text-align: right;
  margin: 5px 0 0 0;
  text-align: center;
}
.essential-price .p-price-bottom b {
  font-size: 14px;
}
.professional-price .premium-price-main {
}
.premium-price-main {
  margin-right: 20px;
  text-align: right;
}
.professional-price .premium-price-main .p-price-top {
  margin: 20px 0 0;
  font-size: 14px;
  color: #4a5a71;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.professional-price .premium-price-main .p-price-top b {
  font-size: 26px;
  font-weight: 700;
  color: #111;
}
.professional-price .premium-price-main .p-price-top span {
}
.professional-price .premium-price-main .p-price-bottom {
  font-size: 14px;
  color: #4a5a71;
  text-align: right;
}
.professional-price .premium-price-main .p-price-bottom b {
}
.professional-price .premium-price-main .p-price-bottom span {
}
.plan-selection-step-2 button.btn-success[type="button"] {
  margin: 0;
}

/*******************
 * PLAN SELECTION 3
*******************/
.plan-selection-step-3 {
  justify-content: center;
}
.plan-selection-step-3 .plan-title {
  text-align: left;
}
.plan-selection-step-3 .plan-card {
  padding-left: 50px;
  padding-right: 50px;
}
.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px 5px;
  flex-wrap: wrap;
}
.slider-wrapper .slider-main {
  width: 70%;
}
.slider-wrapper .slider-input {
  display: block;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  padding: 0.8125rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f1f4f8;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  width: 20%;
  border-color: #aaa;
  padding: 8px 10px 9px 10px;
  font-size: 14px;
  height: auto;
}
.noUi-tooltip {
  display: none !important;
  font-size: 11px;
  padding: 2px 10px 2px;
  border-radius: 4px;
  margin: 0 0 0;
  font-weight: 200;
}
.noUi-connect,
.noUi-target {
  /* border-radius: 20px !important; */
}
.noUi-connect {
  background: #161c2d !important;
  background: #058c63 !important;!i;!;
}
.noUi-target {
  background: #42ba96 !important;
  border: 1px solid #42ba96 !important;
  box-shadow: inset 0 1px 1px #42ba96, 0 3px 6px -5px #869ab8 !important;
}

.enterprise-choose-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
}
.enterprise-value-main {
}
.enterprise-value-main .e-count-user {
  font-weight: 700;
  color: #4a5a71;
  font-size: 24px;
}
.enterprise-value-main .e-price-main {
  margin: 10px 0 0;
  font-size: 12px;
  color: #4a5a71;
  /* display: flex; */
  /* align-items: baseline; */
  line-height: 1;
  /* justify-content: end; */
  text-align: right;
}
.enterprise-value-main .e-price-main .e-price-1 {
  color: #161c2d;
  font-size: 22px;
  display: block;
  margin: 0 0 2px;
}
.enterprise-value-main .e-price-main-year {
  font-size: 14px;
  color: #4a5a71;
  margin: -3px 0 0;
}
.enterprise-value-main .e-price-main-year .e-price-2 {
}
.enterprise-value-main .e-choose-text {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.enterprise-value-main .switches-container {
  margin: 0 0 0 0;
}
.enterprise-value-main .save-on-switch-3 {
  display: inline-block;
  margin: 20px 0 0;
}
.enterprise-value-main .save-on-switch-3-value {
}
.enterprise-value-main .plan-select-button-main {
}
.enterprise-value-main .plan-select-button-main .btn {
}
.save-percentage {
  font-size: 24px;
  font-weight: 700;
  color: #42ba96;
  margin: 10px 0 0px;
  font-style: italic;
  text-shadow: 1px 1px 2px #efe;
  display: none !important;
}
.e-plan-type-main {
  display: flex;
  align-items: center;
  justify-content: start;
}
.e-plan-type-main .save-percentage {
  margin: 0 0 0 20px;
}
.blur-div {
  filter: blur(8px);
}
.plan-selection-step-1.row > div:last-child,
.plan-selection-step-2.row > div:last-child,
.plan-selection-step-3.row > div:last-child {
  margin-bottom: 0;
}

.faq-bg {
  background: #f1f4f8 !important;
}

.heading-row p {
  color: #fff;
}
.heading-row-types {
}
.heading-row-types h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #2b354f;
}
.heading-row-types p {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #4a5a71;
}
.heading-row-faq h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #161c2d;
}
.faq-wrap {
  padding-right: 60px;
  margin-bottom: 35px;
  cursor: pointer;
}
.faq-wrap h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  color: #000000;

  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.faq-wrap p {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #506690;
  margin-top: 30px 0 0;
}
.p-checker-faq {
  padding-bottom: 50px;
}
.faq-wrap ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #506690;
}
.faq-wrap2 {
}

.faq-wrap2 h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 166%;
  color: #000000;
}

.faq-wrap2 p {
  font-weight: normal;
  font-size: 14px;
  line-height: 166%;
  color: #506690;
}

.faq-line-break {
  display: block;
  margin: 15px 0 0;
}
.faq-collapse {
  cursor: pointer;
}
.faq-collapse i {
  font-weight: 600;
  color: #777;
  font-size: 24px;
}

.faq-wrap .dropdown-divider {
  border-top: 1px solid #a1a1a1;
  margin: 35px 0 -10px;
  opacity: 0.7;
}

.noUi-handle {
  border-radius: 50px;
  height: 33px !important;
  border-color: #506690;
  background: #506690;
  box-shadow: none;
  top: -9px !important;
}
.noUi-handle:before,
.noUi-handle:after {
  background-color: transparent !important;
}

#planContactSupportModal .form-control {
  border-color: #b3b3b3;
  line-height: 1;
  height: auto;
  padding: 8px 13px 8px;
  font-size: 14px;
  border-width: 1px;
  border-radius: 3px;
}
#planContactSupportModal .form-control:hover,
#planContactSupportModal .form-control:focus {
  border-color: #575757;
}
#planContactSupportModal .modal-header {
  /* background: whitesmoke; */
  padding: 12px 20px 9px;
  border-bottom: 1px solid #e0e0e0;
}
#planContactSupportModal .modal-footer {
  border-top: 1px solid #e0e0e0;
  padding: 16px 20px 12px;
}
#planContactSupportModal .modal-title {
  font-weight: 700;
  color: #2d2d2d;
}
#planContactSupportModal .modal-body {
  padding: 7px 20px 11px;
}
#planContactSupportModal .form-group {
  margin-bottom: 7px;
}
#planContactSupportModal label {
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 4px;
  color: #2d2d2d;
}

#planContactSupportModal #submit-plan-support {
  font-size: 14px;
  padding: 6px 20px 5px;
  display: block;
  margin-right: auto;
}
#planContactSupportModal label span {
  color: red;
  font-size: 14px;
  line-height: 0;
}
@media only screen and (max-width: 1300px) {
  .plan-selection-step-2 .essential-price-main,
  .plan-selection-step-2 .professional-price-main {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1025px) {
  .professional-price .premium-price-main .p-price-bottom,
  .professional-price .premium-price-main .p-price-top,
  .essential-price .p-price-top {
    font-size: 11px;
  }
  .essential-price .p-price-top b,
  .professional-price .premium-price-main .p-price-top b {
    font-size: 24px;
  }
  .professional-price .premium-select-main .p-user-select {
    padding: 6px 0px 5px 8px;
    font-size: 12px;
    margin: auto;
    width: 100px;
  }
}

@media only screen and (max-width: 800px) {
  .plan-selection-step-2 .essential-price-main,
  .plan-selection-step-2 .professional-price-main {
    /* flex: 0 0 50%;
    max-width: 50%; */
  }

  .essential-price,
  .professional-price {
    display: block;
    height: 100px;
  }
  .professional-price .premium-price-main .p-price-top {
    justify-content: center;
  }
  .professional-price .premium-price-main .p-price-bottom {
    text-align: center;
    margin: 6px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .plan-selection-step-2 .essential-price-main,
  .plan-selection-step-2 .professional-price-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .professional-price .premium-select-main .p-user-select {
    padding: 9px 9px 7px 9px;
    font-size: 12px;
    width: 110px;
    margin: auto;
    text-align: center;
  }
  .essential-price,
  .professional-price {
    display: block;
    min-height: 50px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  .professional-price {
    display: block;
    height: 100px;
  }
  .professional-price .premium-price-main .p-price-top {
    justify-content: center;
  }
  .professional-price .premium-price-main .p-price-bottom {
    text-align: center;
    margin: 6px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    max-width: 90%;
  }
}
.invalid-user-input {
  border-color: red !important;
  background: #e91e630f !important;
  outline-width: 0px;
}
/* sep special offer */
.special-offer {
  padding: 8px;
  background: rgba(134, 154, 184, 0.1);
  border: 1px solid rgba(134, 154, 184, 0.2);
  border-radius: 4px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.save-on-switch-1,
.save-on-switch-2,
.save-on-switch-3 {
  display: none !important;
}
.ai-checkbox-label {
  margin: 10px 0 -10px;
  display: block;
}
[for="enterprise-ai-chekcbox"] {
  margin: 0 0 10px;
}

.each-card-title {
  background-color: #42ba96;
  /* border: 1px solid #1b906d; */
  border-radius: 80px;
  color: #fff;
  padding: 0 0 6px;
}
.plan-selection-step-2 .essential-price-main,
.plan-selection-step-2 .professional-price-main {
  flex: 0 0 48%;
  max-width: 48%;
}

.feature-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  margin: 20px 0 0;
  padding: 15px 20px;
  border-radius: 10px;
}
.feature-card .feature-list-item {
  width: 50%;
}
.ai-inner-card .feature-list-item {
  width: 100%;
}
.ai-inner-card .feature-plan-title {
  font-weight: 500;
  font-size: 22px;
}

.plan-select-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
.plan-select-main .plan-price {
  transition: all 0.3s;
  margin-left: 0;
  display: flex;
  justify-content: end;
}
.div-select-plan,
.plan-select-main .plan-price {
  font-weight: 600;
  font-size: 22px;
}

.div-select-plan {
}
.label-select-plan {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.label-select-plan input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.label-select-plan .checkmark {
  /* position: absolute; */
  /* top: 3px; */
  /* left: 0; */
  height: 25px;
  width: 25px;
  background-color: #eee;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
}

.label-select-plan:hover input ~ .checkmark {
  background-color: #ccc;
}
.label-select-plan input:checked ~ .checkmark {
  background-color: #e9e9e9;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-select-plan input:checked ~ .checkmark:after {
  display: block;
}

.label-select-plan .checkmark:after {
  left: 50%;
  top: 48%;
  width: 7px;
  height: 14px;
  border: solid #313131;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.new-plan-footer-per-off-with-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0px;
}
.plan-total-title {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0;
}
.p-price-top {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0 !important;
  text-align: right;
}
.enterprise-each-card-title {
  position: relative;
  text-align: center;
}
.enterprise-each-card-title .plan-user-outline-btn {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
}
.enterprise-each-card-title .plan-title {
  text-align: center;
  margin: 0 0 0;
}
.enterprise-each-card-title {
  margin-bottom: 20px;
}
.enterprise-offer-mon-year {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 40px;
}
.special-offer.special-offer-3 {
  margin-right: 20px;
}
.enterprise-col-12 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 70px;
}

.plan-selection-step-3 .plag-inner-card.feature-card {
  margin-top: 0;
  /* padding-top: 0; */
}
.enterprise-choose-title {
  font-size: 26px;
  margin-top: 10px;
}
.e-count-user {
  font-size: 30px;
  font-weight: 700;
  color: #32425f;
}
.enterprise-plan-total-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterprise-plan-total-main .plan-total-title {
  margin: 0;
  font-size: 24px;
}
.enterprise-price-self {
}

.new-plan-footer-per-off-with-price {
  position: relative;
}
.new-plan-footer-per-off-with-price .special-offer-1 {
  margin: auto;
}
.new-plan-footer-per-off-with-price .essential-price {
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
}

.plan-selection-step-1 .plan-card,
.plan-selection-step-2 .plan-card,
.plan-selection-step-3 .plan-card {
  border-top: 0;
}
.plan-selection-step-1 {
}
.plan-selection-step-1 > div {
  margin-bottom: 0 !important;
}
.plan-selection-step-1 .plan-key-words {
  color: #fff;
  font-weight: 700;
  display: none;
}

.plan-selection-step-1 .plan-card {
  padding: 0 0 0;
  filter: none;
  box-shadow: none;
}
.plan-selection-step-1 .plan-top {
  /* filter: drop-shadow(5px 53px 21px rgba(0, 0, 0, 0.01)) drop-shadow(3px 30px 18px rgba(0, 0, 0, 0.03)) drop-shadow(1px 13px 13px rgba(0, 0, 0, 0.05)) drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.06)); */
  background: #fff;
  margin: 0 0 20px;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 8px;
  box-shadow: var(--b-shadow);
}
.plan-selection-step-1 .feature-list-group {
  margin: 20px 10px 0;
}
.plan-selection-step-1 .plan-select-button-main {
  margin: 0 0px 0;
}
.plan-selection-step-1 .ai-inner-card {
  margin: 0;
  border-top: 5px solid var(--price-accent);
  padding: 10px 10px 0;
  /* filter: drop-shadow(5px 53px 21px rgba(0, 0, 0, 0.01)) drop-shadow(3px 30px 18px rgba(0, 0, 0, 0.03)) drop-shadow(1px 13px 13px rgba(0, 0, 0, 0.05)) drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.06)); */
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
  box-shadow: var(--b-shadow);
}
.plan-selection-step-1 .feature-plan-title {
  margin: 0 0 0;
}
.plan-selection-step-1 .ai-inner-card .feature-list-group {
  margin: 6px 0 0;
  width: 80%;
}
.plan-selection-step-1 .feature-list-item {
}
.plan-selection-step-1 .feature-list-item:last-child {
  margin-bottom: 0;
}
.plan-selection-step-2 {
}
.plan-selection-step-2 .plan-card {
  padding: 0 0 20px;
}
.plan-selection-step-2 .plan-card > .row > div {
}
.plan-selection-step-2 .plan-card > .row > div:first-child {
}
.plan-selection-step-2 .feature-card,
.plan-selection-step-2 .plan-select-button-main {
  margin-left: 20px;
  margin-right: 20px;
}
.plan-selection-step-1 .each-card-title,
.plan-selection-step-2 .each-card-title,
.plan-selection-step-3 .each-card-title {
  border-radius: 4px;
}
.plan-selection-step-3 {
}
.plan-selection-step-3 .plan-card {
  padding: 0 0 30px;
}
.plan-selection-step-3 .plan-card > .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.plan-selection-step-3 .plan-card > .row > div:first-child {
  padding: 0;
}
.user-month-text {
  display: block;
  font-size: 12px;
  opacity: 60%;
  margin-left: 35px;
  line-height: 0;
  text-align: left;
}
@media only screen and (max-width: 770px) {
  .container.plan-selection-main {
    max-width: 100%;
  }
  .plan-card .plan-title {
    font-size: 20px;
  }
  .plan-selection-step-2 .essential-price-main,
  .plan-selection-step-2 .professional-price-main {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .feature-list-group {
    font-size: 10px;
  }
  .plan-select-button-main .btn {
    font-size: 14px;
  }
  .plan-select-button-main .p-extra-info {
    font-size: 10px;
  }
  .plan-selection-step-1 > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .premium-title,
  .enterprise-title {
    font-size: 28px;
  }
  .premium-title-main,
  .enterprise-title-main {
    margin-bottom: 30px !important;
  }
  .enterprise-choose-title,
  .plan-selection-step-3 .feature-plan-title {
    font-size: 24px;
  }
  .plan-selection-step-3 .ai-inner-card .feature-plan-title {
    font-size: 18px;
  }
  .plan-selection-step-3 .feature-list-group {
    font-size: 10px;
  }
  .plan-selection-step-3 .plan-select-main {
    font-size: 12px;
  }
  .plan-selection-step-3 .div-select-plan,
  .plan-selection-step-3 .plan-select-main .plan-price {
    font-size: 13px;
  }
  .enterprise-offer-mon-year {
    display: flex;
    flex-direction: column;
  }
  .special-offer-3 {
    margin: 0 0 25px;
  }
  .enterprise-plan-total-main .plan-total-title {
    font-size: 18px;
  }
  .enterprise-value-main .e-price-main .e-price-1 {
    font-size: 24px;
  }
  .plan-selection-step-1 .plan-title,
  .plan-selection-step-2 .plan-title,
  .plan-selection-step-3 .plan-title {
    font-size: 30px;
  }
  .feature-list-group .feature-list-item .beta-tag {
    font-size: 7px;
  }
}
@media only screen and (max-width: 500px) {

  .faq-wrap h3 {
    font-size: 18px;
  }

  .pricing-banner-1 {
    display: none;
  }
  .pricing-banner-2 {
    margin: -2px -1px 40px -2px;
    width: 100%;
    display: block !important;
  }
  .plan-card {
  }
  .plan-selection-step-2 > div {
    padding-left: 0;
    padding-right: 0;
  }
  .plan-selection-step-2 .plan-select-main {
    font-size: 12px;
  }
  .plan-selection-step-2 .div-select-plan,
  .plan-selection-step-2 .plan-select-main .plan-price {
    font-size: 13px;
  }
  .new-plan-footer-per-off-with-price .special-offer-1 {
    margin: 0;
  }
  .new-plan-footer-per-off-with-price .essential-price {
    position: unset;
  }

  .professional-price-main .new-plan-footer-per-off-with-price {
    flex-wrap: wrap;
  }
  .professional-price-main .premium-price-main {
    margin-top: 20px;
    width: 100%;
  }
  .plan-selection-step-3 .plan-card > .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-wrapper {
    margin-left: 15px;
  }
  .e-count-user {
    margin-bottom: 20px;
  }
  .enterprise-offer-mon-year {
    margin-bottom: 20px;
  }
  .plan-selection-step-3 .plan-card > .row > div {
    padding-bottom: 20px;
  }
  .plan-selection-step-3 .plan-card {
    padding-bottom: 0;
  }
  .enterprise-plan-total-main .plan-total-title {
    font-size: 16px;
  }
  .enterprise-value-main .e-price-main .e-price-1 {
    font-size: 22px;
  }

  .enterprise-value-main .e-price-main-year {
    font-size: 10px;
  }
  #professional-plan-select-user {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .special-offer-2 {
    font-size: 10px;
    width: 100% !important;
  }
}

.grey-unselected-price {
  /* opacity: 50%; */
}
.essential-per-month {
  line-height: 1;
  display: block;
  font-weight: 400;
  font-size: 10px;
  margin: -3px 0 0;
}
.professional-per-month {
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  margin: -7px 0 5px;
}

.new-plan-footer-per-off-with-price.ess-tag {
  display: flex;
  justify-content: center;
}
.premium-price-main .p-price-top {
  display: flex;
  margin: 0 0 -20px;
  white-space: pre;
  flex-direction: column;
  text-align: right;
}
.premium-price-main .p-price-bottom {
  margin: 13px 0 -10px;
  font-size: 12px;
}
#professional-selected-price-per-year {
  color: #555;
}
.new-plan-footer-per-off-with-price.prof-tag {
  position: relative;
  justify-content: center;
}
#professional-plan-select-user {
  position: absolute;
  left: 0;
}
.new-plan-footer-per-off-with-price.prof-tag .premium-price-main {
  position: absolute;
  left: auto;
  right: 0;
}
.plan-selection-step-1 .plan-title {
  font-size: 28px;
  margin-top: -10px;
  padding: 10px 0 0;
}
.plan-selection-step-1 .plan-select-button-main .btn {
  font-size: 18px;
  margin: 0;
}
.plan-selection-step-1 .plan-select-button-main .p-extra-info {
  font-size: 12px;
}
/* .premium-title-main {
  display: none;
} */
.enterprise-no-temp1 {
  line-height: 0;
  display: inline-block;
  margin: 0 0 0;
}

/* .step-1-table {
  width: 100%;
}
.step-1-table tr {
}
.step-1-table td {
  width: 33.33%;
  max-width: 33.33%;
  min-width: 33.33%;
  padding: 0 20px;
  margin: 0;
}
.step-1-table td:nth-child(1) {
}
.step-1-table td:nth-child(2) {
}
.step-1-table td:nth-child(3) {
}
.step-1-table .plan-title {
}
.step-1-table .feature-list-group {
}
.step-1-table .feature-list-item {
}
.step-1-table .ai-inner-card {
}
.step-1-table .ai-inner-card .feature-plan-title {
}
.step-1-table .ai-inner-card .feature-list-group {
}
.step-1-table .ai-inner-card .feature-list-item {
}
.step-1-table .btn-success {
} */
.step-1-bottom-btn {
  /* filter: drop-shadow(5px 53px 21px rgba(0, 0, 0, 0.01)) drop-shadow(3px 30px 18px rgba(0, 0, 0, 0.03)) drop-shadow(1px 13px 13px rgba(0, 0, 0, 0.05)) drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.06)); */
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
  padding: 10px;
  margin: 20px 0 0;
  box-shadow: var(--b-shadow);
}
.step-1-starting-at {
  text-align: right;
  padding: 0 10px 0;
}
.step-1-starting-at > div {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
}
.step-1-starting-at span {
  display: block;
  font-size: 15px;
}
.step-1-starting-at .starting-p-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.step-1-starting-at-ai {
  text-align: right;
  padding: 0 10px 10px;
  margin: -30px 0 0;
}
.step-1-starting-at-ai > div {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  position: unset;
}
.step-1-starting-at-ai span {
  display: block;
  font-size: 11px;
}
.step-1-starting-at-ai .starting-p-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}
.step-1-starting-at-ai .free {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  bottom: 13px;
}
.step-1-starting-at-ai > div:not(.free) {
  /* color: grey; */
  color: #000;
}

@media only screen and (max-width: 600px) {
  .plan-selection-step-1 .plan-top {
    height: auto !important;
    min-height: auto !important;
  }
}

.plan-selection-step-2 .plan-select-main {
  position: relative;
}
.plan-selection-step-2 .special-offer {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 170px;
}
.plan-selection-step-3 .plan-select-main {
  position: relative;
}
.plan-selection-step-3 .special-offer {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 170px;
  text-align: center;
}
.plan-selection-step-1 .ai-inner-card,
.plan-selection-step-1 .feature-list-group,
.step-1-bottom-btn {
}

.plan-selection-step-1 .ai-inner-card.feature-card {
  /* min-height: 140px; */
}
@media only screen and (max-width: 1025px) {
  .plan-selection-step-1 .ai-inner-card.feature-card {
    /* min-height: 150px; */
  }
}
@media only screen and (max-width: 777px) {
  .plan-selection-step-1 .ai-inner-card.feature-card {
    /* min-height: 140px; */
  }
}
@media only screen and (max-width: 600px) {
  .plan-selection-step-1 .ai-inner-card.feature-card {
    /* min-height: auto; */
  }
}
.plan-selection-step-1 > div:first-child .ai-inner-card.feature-card .feature-list-item {
}

/* responsive fix */
.plan-top {
  /* height: auto !important; */
}
.plan-selection-step-1 .plan-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-1-top-1 {
}
.p-1-top-2 {
}
.p-1-top-3 {
}
.p-1-top-1,
.p-1-top-2,
.p-1-top-3 {
}

.st-at-1 {
}
.st-at-1 > div {
}
.st-at-2 {
}
.st-at-2 > div {
}
.st-at-3 {
}
.st-at-3 > div {
}
.step-1-starting-at > div {
  position: unset !important;
  padding-bottom: 10px;
}
.inner-card-top,
.ai-1-top-1,
.ai-1-top-2,
.ai-1-top-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ai-1-top-1 {
}
.ai-1-top-2 {
}
.ai-1-top-3 {
}
.feature-list-item-hidden {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1300px) {
  /* 2nd screen */
  .plan-selection-step-2 .div-select-plan,
  .plan-selection-step-2 .plan-select-main .plan-price {
    font-size: 16px;
  }
  .plan-selection-step-2 .user-month-text {
    font-size: 9px;
  }
  .plan-selection-step-2 .special-offer {
    font-size: 8px;
    width: auto;
  }
  /* 2nd screen */

  .plan-selection-step-3 .div-select-plan,
  .plan-selection-step-3 .plan-select-main .plan-price {
    font-size: 18px;
  }
  .plan-selection-step-3 .user-month-text {
    font-size: 10px;
  }
  .plan-selection-step-3 .special-offer {
    font-size: 10px;
    width: auto;
  }
}
@media only screen and (max-width: 1040px) {
  .step-1-starting-at-ai {
    margin-top: 5px;
  }
  .plan-selection-step-1 .ai-inner-card .feature-list-group {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .step-1-starting-at > div {
  }

  /* 2nd screen */
  .plan-selection-step-2 .plan-select-main {
    margin-top: 30px;
  }
  .plan-selection-step-2 .special-offer {
    margin-top: -30px;
    width: max-content;
    text-align: center;
  }
  /* 2nd screen */

  .plan-selection-step-3 .plan-select-main {
    margin-top: 30px;
  }
  .plan-selection-step-3 .special-offer {
    margin-top: -30px;
    width: max-content;
    text-align: center;
  }
}

/* @media only screen and (min-width: 771px) and (max-width: 961px) {
  
} */

@media only screen and (max-width: 900px) {
  /* 2nd screen */

  .plan-selection-step-2 .plan-select-main {
  }
  .plan-selection-step-2 .special-offer {
  }
  /* 2nd screen */

  .plan-selection-step-3 .plan-select-main {
  }
  .plan-selection-step-3 .special-offer {
  }
}
@media only screen and (max-width: 961px) {
  .plan-selection-step-2 .essential-price-main,
  .plan-selection-step-2 .professional-price-main {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  /* .feature-list-item-hidden {
    display: none;
  } */
  .feature-list-item-hidden {
    display: none !important;
  }
  .enterprise-each-card-title .plan-user-outline-btn {
    position: unset;
    transform: none;
  }
  .enterprise-col-12 {
    padding-bottom: 0;
  }
  /* 2nd screen */

  .plan-selection-step-2 .div-select-plan,
  .plan-selection-step-2 .plan-select-main .plan-price {
    font-size: 20px;
  }
  .plan-selection-step-2 .user-month-text {
    font-size: 12px;
  }
  .plan-selection-step-2 .special-offer {
    font-size: 12px;
    width: auto;
    margin: 0;
  }
  /* 2nd screen */

  .plan-selection-step-3 .div-select-plan,
  .plan-selection-step-3 .plan-select-main .plan-price {
    font-size: 20px;
  }
  .plan-selection-step-3 .user-month-text {
    font-size: 12px;
  }
  .plan-selection-step-3 .special-offer {
    font-size: 12px;
    width: auto;
    margin: 0;
  }
}
.grecaptcha-badge {
  z-index: 9999999999999;
}

@media only screen and (max-width: 767px) {
  .plan-selection-step-1 .ai-inner-card.feature-card,
  .plan-top {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 555px) {
  .step-1-starting-at > div {
  }
  /* 2nd screen */
  .plan-selection-step-2 .plan-select-main {
    margin-top: 30px;
  }
  .plan-selection-step-2 .div-select-plan,
  .plan-selection-step-2 .plan-select-main .plan-price {
    font-size: 16px;
  }
  .plan-selection-step-2 .user-month-text {
    font-size: 10px;
  }
  .plan-selection-step-2 .special-offer {
    font-size: 9px;
    margin-top: -30px;
    width: 180px !important;
    text-align: center;
  }
  /* 2nd screen */
  .plan-selection-step-3 .plan-select-main {
    margin-top: 30px;
  }
  .plan-selection-step-3 .div-select-plan,
  .plan-selection-step-3 .plan-select-main .plan-price {
    font-size: 16px;
  }
  .plan-selection-step-3 .user-month-text {
    font-size: 10px;
  }
  .plan-selection-step-3 .special-offer {
    font-size: 10px;

    margin-top: -30px;
    width: max-content;
    text-align: center;
  }

  [data-tippy-root] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 60px !important;
  }
}

@media only screen and (max-width: 500px) {
  .essential-price-main .new-plan-footer-per-off-with-price,
  .professional-price-main .new-plan-footer-per-off-with-price {
    display: flex;
    justify-content: space-between;
  }
  #professional-plan-select-user {
    position: unset;
    margin: 15px 0 0;
  }
}

.essential-price,
.premium-price-main,
.enterprise-price-main {
  pointer-events: none;
}

.plan-selection-step-1 .plan-select-button-main {
  margin-bottom: 70px;
}

.special-offer-1-ai,
.special-offer-2-ai,
.special-offer-3-ai {
  /* opacity: 0; */
}
.paraphrase-top-m {
  margin-top: 20px !important;
}
.label-select-plan {
  font-size: 16px;
}