.k-add-nav-shadow {
  background-color: white;
  box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
}
.k_navbar .k-secNavbar_dropdown {
  top: 60px !important;
}
.k_product .k-secNavbar_dropdown {
  width: 660px !important;
}
.k_product .k-secNavbar_dropdown_box {
  grid-template-columns: 1fr 1fr;
  gap: 32px 36px !important;
}
.k-main-navlink_integrations,
.videoLibrary {
  display: none;
}
.k-secNavbar-navbar {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 900;
  transition: all 0.4s;
  height: 64px;
}
#calliq-pricing .k-secNavbar-navbar .container,
#prospectiq-pricing .k-secNavbar-navbar .container {
  max-width: 1260px !important;
  padding: 0.25rem 1rem;
}
.k-secNavbar-navbar .container {
  padding: 0.25rem 1.2rem;
  max-width: 1192px !important;
  height: 100%;
}
.flexContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.k-secNavbar-links-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.k-secNavbar-links {
  position: relative;
  padding-left: 2rem;
}
.k_navbar .k-secNavbar-links .k-secNavbar-link {
  padding: 19.5px 0;
  display: inline-block;
}
.k-secNavbar-links .k-secNavbar-link {
  padding: 32px 0;
}
.k-secNavbar-link {
  cursor: pointer;
  user-select: none;
}
.k-secNavbar-links a {
  color: #120155 !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
.k-secNavbar-links a:hover {
  text-decoration: none;
}
.k-secNavbar_dropdown {
  background: white;
  position: absolute;
  animation: slide-in-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: none;
  border-radius: 8px;
  box-shadow: -6px 0px 24px rgba(0, 0, 0, 0.08),
    6px 0px 24px rgba(0, 0, 0, 0.04);
  width: 300px;
  padding: 2rem 1.5rem;
  text-align: left;
  left: -24px;
  top: 40px;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.active-icon {
  display: none;
}
.k-secNavbar-links:hover .k-secNavbar_dropdown {
  display: block;
  opacity: 1;
}
.k-secNavbar-links-click:hover svg path {
  fill: #7e49cf;
}
.k-secNavbar-links-click:hover .k-secNavbar-title-arrow {
  display: inline-block;
}
.k-secNavbar-links-click:hover .k-secNavbar-feature-title {
  color: #7e49cf;
}
.k-secNavbar-links-click:hover .active-icon {
  display: block !important;
  transition: all 0.3s;
  animation: fadeout 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.k-secNavbar-links-click:hover .non-active-icon {
  display: none !important;
  transition: all 0.3s;
  animation: fadein 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes fadein {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nonactiveicon {
  opacity: 0.7;
}
.k-secNavbar-links-click:hover .nonactiveicon {
  opacity: 1;
}
.k-secNavbar-links-click {
  user-select: none;
}
.hideKlentyNavbar {
  top: -80px !important;
  transition: all 0.4s !important;
}
.topCalliq {
  top: 0;
}
.k-secNavbar_dropdown_box {
  display: grid;
  gap: 32px 50px;
}
.k-secNavbar_dropdown_box img {
  margin-right: 1rem;
}
.k-navbar-feature-title {
  color: #0d144a;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.15rem;
}
.k-secNavbar-feature-title {
  color: #393c56;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.k-secNavbar-feature-desc {
  color: #5e6175;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.k-secNavbar_dropdown_box .k_arrow {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0px;
  left: 90px;
  display: block;
  background: white;
  border-left: 1px solid rgba(233, 233, 233, 0.685);
  border-top: 1px solid rgba(233, 233, 233, 0.685);
  transform: translateY(-50%) rotate(45deg);
}
.k-secNavbar-title-arrow {
  display: none;
  width: 18px !important;
  transition: all 0.3s;
  animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.border-right {
  border-right: 1px solid #120155 !important;
  position: relative;
  top: 1px;
  padding-right: 32px;
  margin-right: 24px;
}

.k-secNavbar-navbar .bi-chevron-down {
  position: relative;
  top: 2px !important;
}

.k-secNavbar-integrations .k-secNavbar_dropdown_box img {
  width: 28px;
  height: auto;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(2px);
    opacity: 1;
  }
}
/* .k-secNavbar-links:hover  */

.downarrow {
  display: none;
}

/* demo request css */
.k-signup-wrapper {
  background: linear-gradient(
    111deg,
    rgba(84, 81, 157, 0.64) -0.45%,
    rgba(3, 3, 23, 0.64) 100%
  );
}

.ks-right-box-inside {
  background: #fff;
  filter: drop-shadow(0px 48px 96px rgba(0, 0, 0, 0.16))
    drop-shadow(0px -32px 72px rgba(0, 0, 0, 0.08));
}

.arrow-right {
  border-left: 20px solid #fff;
}

.ks-form-wrapper {
  background: linear-gradient(
      45deg,
      #ffc9eb -26.52%,
      rgba(182, 209, 253, 0.38) 89.47%,
      rgba(175, 210, 255, 0) 155.62%
    ),
    #fff;
  padding: 2rem 3rem;
}

.form-work-email {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  color: #0e0d59;
  background: none;
  margin-bottom: 10px;
  position: initial;
}

.form-work-email-scheduleiq {
  color: #0e0d59;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}

.ks-right-box-inside {
  padding: 3rem 2rem;
}

.kl_inputbox::placeholder {
  color: #9f9fc7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

.ks-right-box-h2 {
  font-family: "Poppins";
  font-size: 24px;
  padding-bottom: 4px;
}

.ks-right-box-inside ul li {
  color: #0e0d59;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-indent: -33px;
}

.ks-right-box-inside ul {
  list-style: none;
  padding-left: 18px;
}

.ks-right-box-inside ul li::before,
.k-secNavbar-register .register-left-content li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: var(--greentick);
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  margin-right: 8px;
}

/*  */

.k-secNavbar-navbar .k-container-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.k-secNavbar-navbar .k-container-right a {
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  padding: 0px 20px;
  text-align: center;
  color: #05034e;
}

.k-secNavbar-navbar .k-navbar-blue {
  color: white !important;
  border: 1px solid #504ee4;
  background: #504ee4;
}

.k-secNavbar-navbar .k-navbar-blue-outline {
  border: 1px solid #504ee4;
  background: transparent;
  color: #504ee4 !important;
}

.k-secNavbar-navbar .k-navbar-blue-outline:hover {
  background: transparent !important;
}

.k-secNavbar-navbar .k-nav-btn-try {
  cursor: pointer;
  border-radius: 4px;
  height: 35px;
  margin: 5px 0px;
  padding: 0px !important;
  width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.k-secNavbar-navbar .k-navbar-blue-outline p {
  position: relative;
  margin: 0;
  bottom: 6px;
  left: 11px;
}

.k-secNavbar-navbar .k-navbar-blue-outline p svg {
  opacity: 0;
}

.k-secNavbar-navbar .k-navbar-blue-outline:hover svg {
  transform: translateX(3px);
  opacity: 1;
}

.productPointNewTag {
  border-radius: 34px;
  border: 1px solid #32996f;
  background: #1aa36b;
  padding: 0px 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0px;
}

.k-secNavbar-feature-icon2 img{
  padding: 2px;
}

.k-navbar-feature-title2{
  align-items: center;
  display: flex;
  gap: 4px;
}

@media only screen and (min-width: 1900px) {
  .k-secNavbar-navbar .container {
    max-width: 1292px !important;
  }
}

@media only screen and (max-width: 1180px) {
  .k_container {
    padding: 0rem 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .k_navbar .k-secNavbar-links .k-secNavbar-link {
    padding: 0;
  }
  .k-secNavbar-links-container {
    flex-direction: column;
    position: absolute;
    top: 64px;
    background: #fff;
    border-radius: 0.5rem;
    width: 92%;
    filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, 0.08));
    padding: 1rem 2rem;
  }
  .k-secNavbar-links-container {
    display: none;
  }
  .k-secNavbar-navbar .bi-chevron-down {
    position: absolute;
    top: 17px !important;
    right: 8px;
  }
  /* .k-secNavbar-links-container.d-block {
    animation: showgentle .4s cubic-bezier(0.075, 0.82, 0.165, 1) both;
  }
  @keyframes showgentle {
    0% {
      height: 0;
    }
    100% {
      height: 113px;
    }
  } */

  .k-secNavbar-links {
    padding: 1rem 0;
    width: 100%;
  }
  .k-secNavbar-links-container .k-secNavbar-links:not(:last-child) {
    border-bottom: 1px solid #eaeafe;
  }
  .k-secNavbar_dropdown_box .k_arrow {
    display: none;
  }
  .k-secNavbar_dropdown {
    position: relative;
    left: 0;
    top: 0;
    animation: none;
    box-shadow: none;
    padding: 2rem 4rem 1rem 0rem;
  }
  .k-secNavbar-links a {
    font-size: 1.125rem;
  }
  .k-secNavbar-feature-title {
    font-size: 1rem;
  }
  .k-secNavbar-feature-desc {
    font-size: 0.875rem;
  }
  .downarrow {
    position: relative;
    top: 6px;
    left: 6px;
    display: inline-block;
    transition: all 0.3s;
  }
  .rotateAnime {
    transform: rotate(-180deg);
  }
  .k-secNavbar_dropdown,
  .k-secNavbar-links:hover .k-secNavbar_dropdown {
    display: none;
  }
  .k-secNavbar-links-container > .d-flex {
    flex-direction: column;
    width: 100%;
  }
  .k-secNavbar-navbar .k-container-right {
    display: none !important;
  }
  .border-right {
    border: none !important;
    padding-right: 0;
  }
  .ks-close {
    border: 1px solid #0d144a !important;
  }
  .ks-close rect {
    fill: #0d144a;
  }
}
