body {
  overflow-x: hidden !important;
  width: 100vw !important;
}

html {
  scroll-behavior: smooth;
}
/* hero form */

.color-pink {
  color: #6734fa !important;
}

.color-blue {
  color: #504ee4 !important;
}

.hero-form {
  display: flex;
  justify-content: center;
}
.hero-form form {
  display: flex;
}
.main-hero-titie1 {
  font-family: var(--paytone);
  font-size: 46px;
  margin-bottom: 24px;
  color: var(--color-dark-blue);
}
.main-hero-titie2 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
  color: #343434;
  max-width: 565px;
}
.company-logos {
  margin-top: 86px;
}
.hero-img {
  transform: scale(0.8);
  position: relative;
  left: 40px;
  border-radius: 10px;
}
.hero-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50vw;
  z-index: -1;
}

.feature-box-left-item-subtitle img {
  margin-top: -4px;
}

.video-box-wrapwer {
  position: absolute;
  top: 0px;
  left: 0px;
}

.vid-bg-blue {
  position: absolute;
  bottom: 0px;
  height: 477px;
  width: 100%;
  clip-path: polygon(1% 33%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(
    354.9deg,
    #ebf7ff 29.33%,
    rgba(235, 246, 255, 0) 132.18%
  );
  z-index: -1;
}
.k-video {
  position: relative;
  padding: 45px 40px;
  width: 60%;
  border: 1px solid #99d0ff;
  box-sizing: border-box;
  border-radius: 50px;
  height: 100%;
  backdrop-filter: blur(40px);
}

.k-vid {
  display: none;
}
.k-video:hover .hero-play-icon {
  opacity: 1;
  cursor: pointer;
}
.hero-play-icon {
  cursor: pointer;
  transform: scale(0.4);
}
.pos-abosolute-center {
  position: absolute;
  left: 56%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-form .form-control {
  width: 250px !important;
  width: 60%;
  padding: 8px 14px !important;
  font-weight: 500;
  font-size: 14px !important;
  border: 1px solid #504ee4;
  color: #504ee4;
  margin-right: 20px;
}
.txt-blue {
  color: #504ee4;
}

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4e1;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}
.video-box {
  display: none;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video {
  width: 70vw !important;
  height: 80vh !important ;
}
.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  width: 70vw;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.landing-section .pos-abosolute-center:hover .hero-img {
  /* opacity: .5  !important; */
  cursor: pointer !important;
}
.hero-play-icon:hover .hero-img {
  cursor: pointer !important;
  /* opacity: .5 !important; */
}
.hero-img:hover {
  /* opacity: .5 !important; */
  cursor: pointer !important;
}

/* ----------- */

.hero-company-logos {
  margin-top: 100px;
}
.landing-section {
  position: relative;
  padding: 100px 0 40px;
  overflow: hidden;
}
.section-2 {
  padding-bottom: 1px;
}
.kl-heading2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: var(--paytone);
  color: #120155;
  padding-top: 140px;
}
.sticky-nav-tab-box {
  z-index: 30;
  position: sticky;
  background-color: white;
  top: 20px;
}
.sticky-nav-tab-box .container {
  position: relative;
  top: 40px;
}
.sticky-nav-tab {
  z-index: 10;
  background: white;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}
.scale9 {
  transform: scale(0.8);
}
.sticky-nav-tab a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9b;
}
.sticky-nav-tab .active a {
  color: #504ee4 !important;
  text-decoration: none !important;
}
.sticky-nav-tab a:hover {
  color: #504ee4;
  text-decoration: none !important;
}
.sticky-nav-tab-item {
  border-bottom: 2px solid #cacaca;
  padding: 10px 0px;
  color: #9b9b9b;
  width: 220px;
  z-index: 2;
  text-align: center;
}
.sticky-slider {
  border: 2px solid #504ee4;
  width: 220px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  transition: 0.07s;
  z-index: 10;
}

/* "section-2-item" */

.bold {
  font-weight: 700;
}

.bg-color-green {
  color: #3ccc87;
}
.bg-color-blue {
  color: #53b0ff;
}

.bg-color-violet {
  color: #b499ff;
}
.bg-color-orange {
  color: #ff993a;
}
.bg-color-pink {
  color: #ff56b1;
}
.section-2-item {
  padding-top: 100px;
  height: 500px;
}
.section-2-item img {
  transform: scale(0.85);
}
.item-top-subheading {
  text-transform: capitalize;
  border-radius: 28px;
  margin-top: 70px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}
.section-2-item1 img {
  position: relative;
  left: 50px;
}
.item-subheading {
  display: flex;
}
.item-subheading p {
  font-weight: 600;
  font-size: 16px;
  color: #343434;
  margin-left: 20px;
  width: 105%;
}
.border-left1 {
  height: 24px;
  width: 4px;
}

.section-2-item1 .border-left1 {
  border-left: 4px solid #99ffce;
}
.section-2-item2 .border-left1 {
  border-left: 4px solid #b499ff;
}

.section-2-item3 .border-left1 {
  border-left: 4px solid #99d0ff;
}
.section-2-item4 .border-left1 {
  border-left: 4px solid #ffca99;
}
.section-2-item5 .border-left1 {
  border-left: 4px solid #ff99d0;
}
.pos-left50 {
  position: relative;
  left: -50px;
}
.item-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 32px;
  margin-bottom: 14px;
  color: #05034e;
}
.section-2-item ul {
  list-style: none;
  margin-left: 30px;
  width: 90%;
  margin-bottom: 25px;
}
.section-2-item li::before {
  content: "\2022";
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 7px;
}
.section-2-item li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #505050;
  line-height: 170% !important;
}
.section-2-item1 li::before {
  color: #99ffce;
}
.section-2-item2 li::before {
  color: #b499ff;
}
.section-2-item3 li::before {
  color: #99d0ff;
}
.section-2-item4 li::before {
  color: #ffca99;
}
.section-2-item5 li::before {
  color: #ff99d0;
}
.item-para {
  font-size: 16px;
  color: #3d3d3d;
}
.section-2-item2 .img-1 {
  position: absolute;
  top: -30px;
  right: 20px;
}
.italic {
  font-style: italic;
}
.img-2 {
  width: 90%;
}
.w-90 {
  width: 90%;
}
.relative {
  position: relative;
}
.section-2-item5 {
  margin-bottom: 120px;
}
.section-2-item .last-title {
  padding-left: 20px;
  position: relative;
}
.section-2-item .border-left {
  border-bottom: 4px solid;
  transform: rotate(90deg);
  width: 20px;
  position: absolute;
  left: -10px;
  top: 8px;
}
.section-2-item1 .border-left {
  border-color: #99ffce;
}
.section-2-item2 .border-left {
  border-color: #b499ff;
}
.section-2-item3 .border-left {
  border-color: #99d0ff;
}
.section-2-item4 .border-left {
  border-color: #ffca99;
}
.section-2-item5 .border-left {
  border-color: #ff99d0;
}

.sticky-nav-tab .active a {
  text-decoration: underline;
}

.linkStyle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #504ee4 !important;
  cursor: pointer;
  transition: all 0.3s;
}

.linkStyle:hover img {
  transition: all 0.3s;
  transform: translateX(4px);
}

.arrowImg {
  margin-top: -4px;
  margin-left: 2px;
}

.testimonial-bg {
  margin-top: 200px;
  background: linear-gradient(
    25.65deg,
    rgba(239, 234, 255, 0.4) 45.67%,
    rgba(239, 234, 255, 0) 130.41%
  );
}

/* automation-execute css starts */
.section-automation-execute {
  padding: 80px 0;
}

.section-automation-execute .d-flex {
  flex-direction: column;
}

.section-automation-execute h2 {
  font-family: "Paytone One";
  font-size: 34px;
  line-height: 47px;
  text-align: center;
  color: #0d144a;
  margin-bottom: 80px;
}

.section-automation-execute h2 span {
  color: #504ee4;
}

.section-automation-execute h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #393c56;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}
/* automation-execute css ends */

/* testimonial-section */
.section-testimonials {
  padding: 80px 0;
}

.section-testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.section-testimonials .item {
  max-width: 730px;
  margin: auto;
}

.section-testimonials .item img {
  width: 73px;
  height: 60px;
  margin-bottom: 32px;
}

.section-testimonials .item h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #0d144a;
  margin-bottom: 24px;
}

.section-testimonials .item .row img {
  width: 24px;
  height: 24px;
  margin: 0;
}

.section-testimonials .item .row h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0;
  margin-left: 8px;
}

/* sign up section */
.signup-container {
  background: radial-gradient(
      90.91% 90.91% at 50% 0%,
      #390096 0%,
      rgba(57, 0, 150, 0) 100%
    ),
    #0d144a;
  background-blend-mode: normal, darken;
  border-radius: 40px;
  padding: 40px 140px 62px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: -156px;
}

.signup-container h2 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 52px;
}

/* Outbound sales process --start */

.section-outBound-sales {
  background: radial-gradient(
      100.11% 118.6% at 50% 50%,
      #f3f0ff 0%,
      rgba(243, 240, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  background-blend-mode: darken;
  padding: 62px 0;
  height: 824px;
}

.section-outBound-sales h2 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 34px;
  line-height: 47px;
  color: #0d144a;
  text-align: center;
}

/* Outbound sales process --end */

/* feature-box  */

.feature-box {
  padding-top: 100px;
  min-height: 480px;
}
.feature-box-left-item {
  padding-bottom: 25px;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
}
.feature-box-item-active {
  animation: autoheight 0.3s ease-out;
  height: 100% !important;
}

@keyframes autoheight {
  0% {
    height: 50px !important;
  }
  100% {
    height: 100% !important;
  }
}

.feature-box-left-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #888a98;
}
.feature-box-left-item-title:hover {
  color: #120155;
  font-weight: 600;
}
.feature-box-left-item-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #0d144a;
  mix-blend-mode: normal;
}
.feature-box-left-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #504ee4;
}
.circle-box {
  position: absolute;
  left: 5px;
  top: 0px;
  z-index: 2;
}

.circle-box p {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  left: 6px;
  top: 1px;
  color: #fff;
}

.left-8 {
  left: 8px !important;
}

.circle1 {
  width: 27px;
  height: 27px;
  background: #b499ff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
}
.featureBox1 .feature-box-item-active .circle1 {
  background: #7a4dfa;
}
.featureBox2 .feature-box-item-active .circle1 {
  background: #ff9838;
}
.featureBox3 .feature-box-item-active .circle1 {
  background: #0dc87b;
}
.featureBox4 .feature-box-item-active .circle1 {
  background: #b499ff;
}
.feature-box-item-active .feature-box-left-item-title {
  color: #120155;
}
.feature-box-progress {
  display: block;
  /* background-color: #343434; */
  height: 100%;
  /* width: 1px; */
  position: absolute;
  transform: rotate(0deg);
  left: 17px;
  top: 1px;
  border-left: 2px dashed #b499ff;
}

.feature-box .feature-box-left-item7 .feature-box-progress {
  display: none;
}
.feature-box-item-active .feature-box-progress {
  display: block !important;
  border: none;
  border-left: 2px dashed #b499ff;
}
.feature-box-item-active .feature-box-progress::before {
  content: "" !important;
  width: 4px;
  height: 100%;
  display: block !important;
  animation: progressBarForTabs1 5s linear forwards infinite !important;
  position: relative;
  left: -1px;
}
.featureBox1 .feature-box-item-active2 .feature-box-progress {
  background-color: #7a4dfa !important;
  width: 4px;
  border: none;
}
.featureBox2 .feature-box-item-active2 .feature-box-progress {
  background-color: #ff9838 !important;
  width: 4px;
}
.featureBox3 .feature-box-item-active2 .feature-box-progress {
  background-color: #0dc87b !important;
  width: 4px;
}
.featureBox4 .feature-box-item-active2 .feature-box-progress {
  background-color: #b499ff !important;
  width: 4px;
}
.feature-box-item-active2 .feature-box-progress::before {
  content: "" !important;
  width: 4px;
  height: 100%;
  display: none !important;
  position: relative;
  left: -1px;
}
.featureBox1 .feature-box-item-active .feature-box-progress::before {
  animation: progressBarForTabs1 5s linear forwards infinite !important;
}
.featureBox2 .feature-box-item-active .feature-box-progress::before {
  animation: progressBarForTabs2 5s linear forwards infinite !important;
}
.featureBox3 .feature-box-item-active .feature-box-progress::before {
  animation: progressBarForTabs3 5s linear forwards infinite !important;
}
.featureBox4 .feature-box-item-active .feature-box-progress::before {
  animation: progressBarForTabs4 5s linear forwards infinite !important;
}
.img-feature-box {
  position: relative;
  top: -90px;
}
.feature-box-img {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  top: 44px;
  /* transform: scale(.85); */
}

.feature-box-active {
  opacity: 1;
  z-index: 3;
}
@keyframes progressBarForTabs1 {
  0% {
    height: 1%;
    border: 1px;
    position: relative;
    left: -3px;
    background-color: #7a4dfa;
  }
  100% {
    height: 100%;
    border: 1px;
    position: relative;
    left: -3px;
    background-color: #7a4dfa;
  }
}
@keyframes progressBarForTabs2 {
  0% {
    height: 1%;
    background-color: #ff9838;
  }
  100% {
    height: 100%;
    background-color: #ff9838;
  }
}
@keyframes progressBarForTabs3 {
  0% {
    height: 1%;
    background-color: #0dc87b;
  }
  100% {
    height: 100%;
    background-color: #0dc87b;
  }
}
@keyframes progressBarForTabs4 {
  0% {
    height: 1%;
    background-color: #b499ff;
  }
  100% {
    height: 100%;
    background-color: #b499ff;
  }
}

@media only screen and (min-width: 600px) {
  .feature-box-img-inside {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .feature-box-left {
    padding-left: 0px;
  }
  .img-feature-box {
    display: none !important;
  }
  .feature-box-img-inside {
    display: block;
    width: 100%;
    margin: 20px 0px;
  }
  .feature-box-left-item-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #0d144a;
    mix-blend-mode: normal;
  }
  .feature-box-item-active .feature-box-left-item-title {
    font-size: 20px;
    margin-top: -2px;
  }
  .feature-box-left-item a {
    font-size: 14px;
  }
  .feature-box-left-item {
    height: 40px;
  }
  /* section-outBound-sales --start */

  .section-outBound-sales {
    height: fit-content;
  }

  .section-outBound-sales h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-outBound-sales .feature-box {
    padding-top: 40px;
  }

  /* section-outBound-sales --end */

  /* testimonial --start */

  .section-testimonials .item img {
    margin-bottom: 20px;
  }

  .section-testimonials .item h3 {
    font-size: 20px;
    line-height: 36px;
  }

  .section-testimonials .item .row h4 {
    font-size: 16px;
  }

  /* testimonial --end */

  /* cta section  --start*/

  .signup-container {
    padding: 20px;
    padding-bottom: 36px;
    margin-bottom: 36px;
  }

  .signup-container h2 {
    font-size: 21px;
    line-height: 36px;
  }

  /* cta section --end */
}

/* //////////////////////////////////////// */
/* Media Queries */
/* //////////////////////////////////////// */

@media screen and (max-width: 1100px) {
  .klenty-trials-section {
    margin: 0px 0px 0px !important;
  }
  .testimonial-bg {
    margin-top: 280px;
  }
  .sticky-nav-tab-box {
    display: none;
  }
  .img-md-100 {
    width: 100%;
  }
  .kl-mt40 {
    margin-top: 0px;
  }
  .sticky-nav-tab a {
    font-size: 10px;
  }
  .kl-ft-50,
  .kl-heading2 {
    font-size: 30px;
  }
  .main-hero-titie2 {
    font-size: 16px;
  }
  .kl-heading2 {
    margin-bottom: 0px;
  }
  .section-2-item li {
    font-size: 14px;
  }
  .item-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .testimonial-heading {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1000px) {
  .section-2-item {
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  .hero-bg {
    display: none;
  }
  .sticky-nav-tab {
    padding: 5px 0px;
  }
  .pos-left50 {
    position: static;
  }
  .section-2-item {
    padding-top: 70px;
  }
  .section-2-item img {
    margin: 0px 0px;
  }
  .main-hero-titie1 {
    font-size: 33px;
    margin-top: 150px;
  }
  .item-heading {
    font-size: 24px;
  }
  .item-top-subheading {
    margin-top: 0px;
  }
  .section-automation-execute {
    padding: 72px 0 40px;
  }
  .section-automation-execute h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .section-automation-execute .sp-mb64 img {
    width: 100px;
  }
  .section-automation-execute h4 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 4px;
  }
  .sp-mb64 {
    margin-bottom: 24px !important;
  }
  .mobile-card {
    max-width: 250px;
    margin: auto;
    justify-content: flex-start !important;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 600px) {
  .blue-hero-box {
    display: none;
  }
  .landing-section {
    height: fit-content;
    margin-top: 0px;
    padding-top: 70px;
    margin-bottom: 0;
  }
  .clients-logos-4 {
    width: 80% !important;
  }
  .client-badges-section {
    margin-top: 60px;
  }
  .klenty-trials-box {
    display: flex;
    flex-direction: column;
  }
  .klenty-trials-title {
    text-align: center;
  }
  .testimonial-heading {
    padding-top: 150px !important;
  }
  .w-90,
  .section-2-item1 .item-para {
    width: 100%;
  }
  .main-hero-titie2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero-form {
    padding: 0px 20px;
  }
  .hero-form form {
    width: 100%;
  }
  .hero-company-logos img {
    width: 100%;
  }
  .sticky-nav-tab {
    display: none;
  }
  .section-2-item {
    padding-top: 100px;
  }
  .section-2-item img {
    margin: 70px 0px;
  }

  .section-2-item2 .row,
  .section-2-item4 .row {
    flex-direction: column-reverse;
  }
  .vid-bg-blue {
    display: none;
  }

  .pos-abosolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .pc-heading {
    font-size: 20px !important;
  }

  .section-prospect-communication {
    margin-top: 60px;
  }

  .section-2,
  .landing-section {
    padding: 0px 10px;
  }
  .k-video {
    border: none;
  }
  html {
    overflow-x: hidden;
  }
  .section-2-item img {
    margin: 40px 0px 0px;
  }

  .page-subheading,
  .landing-section .text-center {
    text-align: left !important;
    width: 100%;
  }

  .page-heading {
    font-size: 32px;
    text-align: left !important;
  }

  .page-subheading,
  .landing-section .text-center {
    text-align: center !important;
    width: 100%;
  }
  .kl-heading2 {
    margin-bottom: 0px;
  }

  .main-hero-subtext p {
    padding: 0;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }

  .hero-img-box {
    margin-top: 50px;
  }

  .hero-img {
    transform: scale(1);
  }
}

@media only screen and (max-width: 450px) {
  .hero-img,
  .section-2-item1 img {
    left: 0px;
  }
  .landing-section {
    margin-top: 0px;
  }
  .client-badges {
    width: 90% !important;
  }

  .item-heading {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .sticky-nav-tab .sticky-slider {
    display: none;
  }
}

/* -------- */

/* testimonial */

.testimonial-heading {
  font-family: var(--paytone);
  font-size: 40px;
  color: #120155;
  margin-bottom: 70px;
  padding-top: 200px;
  text-align: center;
}

.t6-testimonial {
  padding-bottom: 50px;
}

a:hover {
  text-decoration: none;
}

.klenty-trials-section {
  position: absolute;
  top: 0px;
  width: 100%;
  top: -270px;
}

.t6-container svg {
  color: #504ee4 !important;
}

/* clients-badges-section */

.client-bades-box {
  display: flex;
  justify-content: space-around;
  border: 1px solid #99d0ff;
  box-sizing: border-box;
  filter: drop-shadow(20px 20px 48px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
  overflow: hidden;
}
.client-bades-left,
.client-bades-right {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-logos-4 {
  max-width: 500px;
}
.client-badges {
  max-width: 400px;
}
.left-top-blue {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.right-blue {
  position: absolute;
  right: 0px;
  z-index: -1;
  height: 100%;
}

@media screen and (max-width: 850px) {
  .blue-hero-box {
    width: 80%;
    height: 500px;
  }
  .client-bades-box {
    flex-flow: column;
    display: flex;
    justify-content: normal;
  }
  .client-bades-left,
  .client-bades-right {
    height: 150px;
  }
  .client-badges {
    margin-top: 0px !important;
  }
}

/* klenty trial section */

.klenty-trials-section {
  /* background: url('../images/imagePersonalization/sure-bg.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: center;
  margin: 100px 0px 0px;
}
.klenty-trials-box {
  background: url(../images/playbook/last-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  height: 247px;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
}
.klenty-trials-title {
  font-family: Paytone One;
  font-size: 32px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .klenty-trials-title {
    font-size: 22px;
  }

  .mobileHide {
    display: none !important;
  }

  .section-prospect-communication .nav-pills .nav-link.active .desktopHide {
    display: block !important;
  }

  .backgroundcolor {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .section-prospect-communication .nav-pills .nav-link.active .left-item-box {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0;
  }

  .left-para {
    display: none;
  }

  .section-prospect-communication .active .left-para {
    display: block !important;
    font-size: 14px;
    font-weight: 400 !important;
    padding: 0 20px 20px;
  }
}

.kt-btn-secondary:hover {
  cursor: pointer !important;
  color: white !important;
  box-shadow: 0px 9px 20px #bebed600 !important;
}

/* company logos section --start */

.section-company-logo {
  padding: 72px 0 232px;
  text-align: center;
  background-color: #f3f0ff;
  background-blend-mode: darken;
}

.section-company-logo h2 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #393c56;
  max-width: 494px;
  margin: auto;
  margin-bottom: 56px;
}

/* company logos section --end */

/* prospect-communication */

.section-prospect-communication {
  background: radial-gradient(
      100.11% 118.6% at 50% 50%,
      #f3f0ff 0%,
      rgba(243, 240, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  background-blend-mode: darken;
  /* border-radius: 16px; */
  padding: 80px 20px;
}

.section-prospect-communication img {
  width: 100%;
}

.pc-heading {
  font-size: 40px;
  margin-bottom: 80px;
  font-family: var(--paytone);
  color: #120155;
  text-align: center;
}

.backgroundcolor {
  background: #eae3ff;
  border-radius: 16px;
}

.navStyle {
  min-width: 343px;
  color: #504ee4;
  padding: 0 40px;
}

.navStyleActive {
  background: #b499ff;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: #fff;
}

.gap-20 {
  gap: 20px;
}

.section-prospect-communication .nav-pills .nav-link.active {
  background-color: transparent;
}

.leftSubHeading {
  display: none;
}

.section-prospect-communication .nav-pills .nav-link.active .leftSubHeading {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 0;
}

.section-prospect-communication .nav-pills .nav-link.active .left-item-box {
  background: #504ee4;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  font-weight: 500;
  padding: 24px;
  margin-bottom: -8px;
  margin-top: -8px;
}

.section-prospect-communication .nav-pills .nav-link {
  color: #0d144a;
  background-color: none;
  font-family: "Poppins";
  font-weight: 700;
  padding: 0 0 24px;
}

.section-prospect-communication .nav-pills .nav-link:hover {
  color: #504ee4;
}

.section-prospect-communication .nav-pills .nav-link .leftHeading {
  padding: 4px 24px;
}

.section-prospect-communication .nav-pills .nav-link.active .leftHeading {
  padding: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.leftHeading {
  margin-bottom: 0;
}
/* .section-prospect-communication .nav-pills .nav-link .left-para{
margin-bottom: 0;
} */
.section-prospect-communication .nav-pills .nav-link {
  height: fit-content;
}

/* .section-prospect-communication .active  .left-para, */
.section-prospect-communication .active .leftHeading {
  color: #fff;
}

.section-prospect-communication .active .leftHeading {
  margin-bottom: 16px;
}
/* .left-para{
display: none !important;
} */

.mobileHide {
  display: block;
}

.desktopHide {
  display: none;
}

.mt-8 {
  margin-top: 8px;
}

.left-para {
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 0 0 30px;
  max-width: 317px;
  margin: auto;
}
