.k_navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
  transition: background-color 400ms linear;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (min-width: 1200px){
    .blog-container, .k-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
		max-width: 1240px;
    }
    .k-footer-wraper {
        width: 70%;
    }
}

@media only screen and (min-width: 1450px){
    .k-container {
        max-width: 1440px;
    }
    .blog-container{
        max-width: 1326px;
    }
    .k-footer-wraper {
        width: 100%;
    }
}

.k_container {
  max-width: 1376px;
  margin: auto;
  padding: 0rem 1rem;
}

.k_dropdown .container {
  max-width: 1260px;
}

.k_closeNav {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.k_wrapper,
.k_logo_link_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.k_navbar a:hover {
  text-decoration: none !important;
}

.k_links_wrapper .k_links_wrapper_list {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  margin-left: 20px;
}

.k_links_wrapper .k_links_wrapper_list li {
  position: relative;
  margin-bottom: 0;
}

.k_nav_link_cont:hover .k_navlink {
  color: #504ee4;
  border-bottom: 2px solid #504ee4;
}

.k_links_wrapper .k_navlink {
  border: none;
  background: none;
  color: #05034e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  padding: 19.5px 0;
  margin: 0 16px;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.k_links_wrapper .k_navlink:hover {
  color: #504ee4;
}

.k_navlink:hover .bi-chevron-down {
  fill: #504ee4 !important;
}

.k_links_wrapper .k_links_wrapper_list a:hover {
  text-decoration: none;
}

.sp-mb32 {
  margin-bottom: 32px !important;
}

.bi-chevron-down {
  transition: all 0.3s;
  position: relative;
  top: 2px !important;
  transform: rotate(90deg) !important;
}

.feature_selecting_tab {
  padding: 3rem 1.25rem 3rem 1rem;
  box-shadow: 18px 0px 32px 0px rgba(0, 0, 0, 0.02);
  flex: 0 0 23%;
  max-width: 23%;
}

body:not(.k_fit_dropdown) .k_dropdown {
  display: none;
}

.features_section {
  padding: 3rem 2.5rem 2rem;
  flex: 0 0 55.4%;
  max-width: 55.4%;
}

.product_feature_section,
.product_suggesting_section {
  display: none;
}

.product_feature_section.product_visible,
.product_suggesting_section.product_visible {
  display: block;
}

.feature_bottom a {
  color: #0e0d59;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 2rem;
}

.feature_bottom img {
  transition: all 0.3s;
}

.feature_bottom a:hover img {
  transform: translateX(8px);
}

.feature_suggestings {
  flex: 0 0 21.6%;
  max-width: 21.6%;
  padding-top: 78px;
  padding-left: 20px;
  padding-bottom: 3rem;
  box-shadow: -18px 0px 32px 0px rgba(0, 0, 0, 0.02);
}

.mt-3 {
  margin-top: 3rem !important;
  margin-bottom: 1.25rem !important;
}

.feature_suggestings p {
  color: #0e0d59;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1rem 0 2rem;
}

.feature_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.75rem 2.5rem;
}

.schedule-iq .feature_cards {
  grid-template-columns: 2fr 1fr;
  gap: 2.75rem 0rem;
}

.schedule-iq .feature_cards .d-flex {
  gap: 1rem;
}

.schedule-iq .borderLeft {
  border-left: 1px solid #e3e3e3;
  padding-left: 1.5rem;
}

.schedule-iq .marginRight {
  padding-right: 2rem;
}

.feature_cards a {
  display: flex;
}

.feature_cards a .feature_icon {
  margin-right: 0.5rem;
}

#integration .feature_cards a .feature_icon,
.prospect-iq .feature_cards a .feature_icon {
  margin-right: 0.575rem;
  position: relative;
  top: -4px;
}

.feature_cards a:hover .feature_cards_head img,
#whyKlenty a:hover .feature_cards_head img,
#resources a:hover .feature_cards_head img {
  transform: translateX(12px);
  opacity: 1;
}

.schedule-iq .feature_cards_head {
  font-size: 0.75rem;
}

.feature_cards_head {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.25rem;
}

.feature_cards_head span {
  border-radius: 2.125rem;
  background: #1aa36b;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.06rem 0.38rem;
  position: relative;
  top: -2px;
}

.feature_cards_head img {
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.3s;
}

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

.feature_card_column_gap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.highlight_popular {
  background: linear-gradient(117deg, #f1f1ff 0.61%, #ebebff 108.01%), #f2eeff;
  border: 1px solid #7352d8;
  padding: 12px;
  border-radius: 6px;
  position: relative;
  margin-top: -26px;
  top: 14px;
}

.resourcesrightContWidth .highlight_popular{
  top: 10px;
}

.highlight_popular .feature_icon {
  position: relative;
  top: -2px;
}

.highlight_popular .newTag {
  border-radius: 34px;
  background: #1aa36b;
  padding: 1px 8px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: -10px;
  right: 12px;
}

.k_links_wrapper .k_links_wrapper_list li:hover .k_dropdown {
  display: block;
  animation: moveUp 0.3s ease-in-out;
}

@keyframes moveUp {
  from {
    transform: translateY(16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.k_dropdown {
  background: rgba(29, 10, 87, 0.7);
  position: fixed;
  display: none;
  z-index: 900;
  width: 100%;
  height: 100vh;
  animation: slide-in-bottom 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  left: 0;
}

.k_fit_dropdown {
  background-color: #fff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.04) inset;
}

.k_products_fit_dropdown{
  overflow-y: auto;
  max-height: calc(85vh);
}

.product_logo_cont {
  position: relative;
}

.product_logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.k_links_wrapper_head {
  color: #0e0d59;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.k_dropdown hr {
  border-top: 1px solid #e8e8f4;
  margin: 0;
  margin-bottom: 2rem;
}

.product_list ul {
  list-style: none;
}

.product_list li {
  padding: 12px;
  border-radius: 4px;
  color: #0e0d59;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem !important;
  cursor: pointer;
  transition: all 0.3s;
}

.product_list li.active {
  background-color: #ececff;
  font-weight: 500;
}

.product_list li img {
  opacity: 0;
  transform: translateX(-16px);
  transition: all 0.3s;
}

.product_list li.active img {
  opacity: 1;
  transform: translateX(0);
}

.k_buttons_wrapper,
.k_buttons_Cont {
  display: flex;
  align-items: center;
}

.k_login {
  padding: 0px 7px !important;
  position: relative;
  bottom: 5px;
}

a:hover {
  text-decoration: none !important;
}

.k_login svg {
  opacity: 0;
  position: relative;
  top: 8px;
  transform: translateX(-5px);
  transition: 0.3s;
  width: 25px;
  height: 25px;
}

.k_login:hover svg {
  opacity: 1;
  transform: translateX(-1px);
}

.k_buttons_wrapper 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_navbar .k_navbar_blue {
  color: #fff !important;
  border: 1px solid #504ee4;
  background: #504ee4;
}

.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_navbar_blue_outline {
  border: 1px solid #504ee4;
  background: transparent;
}

.k_navbar_blue_outline svg {
  opacity: 0;
  left: -14px !important;
}

.k_navbar_blue_outline:hover svg {
  opacity: 1;
  transform: translateX(3px) !important;
}

.k_navbar .k_navbar_blue_outline p {
  left: 11px;
}

.k_navbar_blue_outline p {
  color: #504ee4 !important;
}

.k_navbar_blue_outline p {
  left: 17px;
}

.k_nav_btn_try p {
  padding: 0px !important;
  position: relative;
  margin: 0px !important;
  bottom: 6px;
  left: 9px;
  color: white;
  letter-spacing: 0.3px;
  transition: 0.3s;
}

.navbar_product_banner {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 114px;
  background: linear-gradient(228deg, #fbc3e6 -17.64%, #0061dd 100%);
  border-radius: 6px;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.schedule-iq .navbar_product_banner {
  background: linear-gradient(228deg, #f7c0ff -17.64%, #384cff 100%);
}

.prospect-iq .navbar_product_banner {
  background: linear-gradient(254deg, #f79dd5 15.71%, #387dd5 85.19%);
}

.dialer .navbar_product_banner {
  background: linear-gradient(267.99deg, #F3A8FF 0%, #7A87FF 100%);
}

.navbar_product_banner .bannerCont {
  padding: 1.5rem;
}

.navbar_product_banner .bannerHead {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.13rem;
}

.bannerHead img {
  position: relative;
  top: -0.5;
  transition: all 0.3s;
}

.navbar_product_banner:hover .bannerHead img {
  transform: translateX(4px);
}

.navbar_product_banner .bannerDesc {
  color: #fff;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.navbar_product_banner:hover .bannerImg {
  bottom: -8px;
}

.productCategory {
  color: #9595bb;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: -0.75rem;
}

.productSubCategory {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -1.5rem;
}

.bannerImg {
  position: absolute;
  bottom: -14px;
  right: -4px;
  transition: all 0.4s;
}

.alignCenter {
  right: 120px;
}

.floatUp {
  position: absolute;
  transition: all 0.4s;
}

.topImg {
  right: 36px;
  top: 31px;
  transition-delay: 0.05s;
}

.navbar_product_banner:hover .topImg {
  right: 46px;
}

.bottomImg {
  right: 66px;
  top: 70px;
}

.navbar_product_banner:hover .bottomImg {
  right: 76px;
}

/* Why Klenty DropDown */

.k_nav_left_container {
  padding: 3rem;
  padding-left: 0;
  padding-right: 4rem;
  box-shadow: 18px 0px 32px 0px rgba(0, 0, 0, 0.02);
}

.leftContWidth {
  max-width: 45%;
}

.rightContWidth {
  max-width: 45%;
}

.k_nav_left_container .k_card_link:not(:last-child) {
  margin-bottom: 1.5rem;
}

.k_card_link {
  background: #f2eeff;
  border-radius: 6px;
  width: fit-content;
  height: fit-content;
}

.flexgap5 {
  gap: 5rem;
}

.k_card_link a {
  display: block;
  padding: 1.5rem;
  position: relative;
}

.k_card_link a: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: 1.5rem;
  top: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}

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

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

.k_card_link .cardIcon {
  margin-bottom: 12px;
}

.k_card_link .cardHead {
  color: #0d144a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.25rem;
}

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

.k_nav_mid_container {
  max-width: 30%;
}

.k_nav_right_container {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-bottom: 3rem;
}

.rightContWidth {
  max-width: 40%;
}

.k_feature_icon {
  position: relative;
  top: -4px;
  margin-right: 0.5rem;
}

.k_links a {
  display: flex;
}

.k_links a:not(:last-child) {
  margin-bottom: 2.5rem;
}

.video_card_main_head {
  color: #0e0d59;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}

.video_card_head {
  color: #0e0d59;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 1.25rem 0;
}

.video_Card a,
.video_Card span {
  color: #504ee4 !important;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.video_Card a:hover .videoCardRightArrow,
.video_Card_Hover:hover .videoCardRightArrow {
  transform: translateX(4px);
}

.videoCardRightArrow {
  position: relative;
  top: -1px;
  transition: all 0.3s;
}

.whyKlentyBanner {
  border-radius: 6px;
  overflow: hidden;
}

.wavyPlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgShady {
  filter: brightness(70%);
}

/*  */

/* resources */

#resources .k_nav_right_container {
  padding-left: 2rem;
}

#resources .k_nav_left_container {
  padding-right: 2rem;
}

#resources hr {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#resources .width60 {
  margin-top: 2rem;
}

.flex_gap {
  gap: 2.5rem;
}

.resourcesleftContWidth {
  max-width: 32%;
}

.resourcesrightContWidth a {
  display: flex;
}

.width60 {
  max-width: 68%;
}

.resourcesrightContWidth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.75rem 2.5rem;
}

#resources .col-md-8 {
  max-width: 72.5%;
  flex: 0 0 72.5%;
}

#resources .col-md-4 {
  max-width: 27.5%;
  flex: 0 0 27.5%;
}

/*  */

/* display and hiding */

.k_nav_mobile_container,
.k-nav-btn-mobile {
  display: none;
}

/*  */

/* Mobile view */

.k_nav_acc_Heading p {
  color: #0e0d59;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.k_dropdown_box_container_title {
  color: #0e0d59;
  font-size: 1.175rem;
  font-weight: 600;
  line-height: normal;
}

.k_dropdown_solution .k_dropdown_box_container_title,
.k_dropdown_resources .k_dropdown_box_container_title {
  margin-top: 24px;
  margin-bottom: 8px;
}

.k_dropdown_box_item {
  display: flex;
  align-items: center;
  padding: 0.75rem 16px;
}

.k_dropdown_resources .k_dropdown_box_item {
  padding: 0.75rem 0;
}

.k_dropdown_box_item_card {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.k_dropdown_box_item_title {
  color: #0e0d59;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.k_dropdown_all_features {
  color: #0e0d59;
  font-size: 1.175rem;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.k_dropdown_all_features svg {
  position: relative;
  top: 3px;
}

.k_dropdown_products_button {
  background-color: #f4f4ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 0.375rem;
  margin-top: 1rem;
}

.k_dropdown_products_button p {
  color: #0e0d59;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

/*  */

@media only screen and (max-width: 1260px) and (min-width: 1180px) {
  .k_links_wrapper .k_navlink {
    font-size: 0.725rem;
  }
}

@media only screen and (max-width: 1180px) {
  .k_container {
    padding: 0.6rem 1rem;
  }
  /* display and hiding */
  .k_nav_mobile_container,
  .k-nav-btn-mobile {
    display: block;
  }
  .k_links_wrapper,
  .k_buttons_Cont {
    display: none;
  }
  /*  */

  .kai-banner {
    padding: 12px;
  }
  .kai-banner p {
    font-size: 1rem;
  }
  .kai-banner p a {
    font-size: 1.125rem;
  }

  .k_nav_ctas {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 4rem;
  }
  .k-nav-btn-mobile {
    height: 28px;
  }
  .k-nav-btn-mobile svg {
    position: relative;
  }
  .k-container {
    padding: 0px 15px;
    align-items: center;
  }
  .k_nav_mobile_container {
    height: 100vh;
    width: 100vw;
    display: none;
    animation: scale-in-tr 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    background-color: white;
    z-index: 899;
    position: absolute;
    left: 0px;
    /* top: 60px; */
    top: 100%;
  }
  .k_dropdown_all_features-line {
    top: 40px;
    left: 51%;
  }
  .k_mob_display {
    background-color: white;
    z-index: 999;
    display: block !important;
    width: 100%;
  }

  @keyframes scale-in-tr {
    0% {
      transform: scale(0.5);
      transform-origin: 100% 0%;
      opacity: 1;
    }
    100% {
      transform: scale(1);
      transform-origin: 100% 0%;
      opacity: 1;
    }
  }
  .k_nav_acc_Heading {
    padding: 1.5rem 0 0.75rem;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8f4;
  }
  .k_nav_acc_arrow {
    color: #120155;
    transition: 0.3s;
  }
  .k_nav_acc_open .k_nav_acc_arrow {
    transform: rotate(90deg);
  }
  .k_nav_acc_Heading:hover {
    text-decoration: none;
  }
  .topScroll {
    position: fixed;
    top: 55px;
  }
  .k_nav_mobile-links {
    height: calc(100vh - 60px);
    padding: 0 2rem;
    overflow: scroll;
  }
  .k_nav_mobile-links .k_nav_acc_close .k_nav_acc_Content {
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0);
    float: left;
    display: block;
  }

  .k_nav_mobile-links .k_nav_acc_open .k_nav_acc_Content {
    width: 100%;
    padding: 32px 0px 10px 0px;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.2s ease;
    box-sizing: border-box;
  }

  .k_nav_mobile-links .k_nav_acc_open .k_dropdown_solution,
  .k_nav_mobile-links .k_nav_acc_open .k_dropdown_resources {
    padding: 24px 0px 10px;
  }

  .k_nav_mobile-links .k_nav_acc_open .k-main-navlink-integration {
    padding: 16px 0px 10px;
  }

  .k_nav_mobile-links .k_nav_acc_open .k_nav_acc_Heading {
    margin: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .k_dropdown_box_img {
    padding: 0px 8px;
  }

  .k_dropdown_box_item_card .k_dropdown_box_img,
  .k_dropdown_resources .k_dropdown_box_img {
    padding: 0px 8px 0 0;
  }

  .k_dropdown_resources .k_dropdown_box_links a {
    left: 32px;
  }

  .k_dropdown_box_links a img {
    margin-right: 16px;
  }

  .k_dropdown_box_links {
    top: 8px;
  }

  .k_dropdown_box_container_hr {
    margin-bottom: 0;
  }
  .mtb-16 {
    margin: 16px 0;
  }
}

@media only screen and (max-width: 576px) {
  .black-friday-banner {
    padding: 4px 0;
  }
  .black-friday-banner h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .k_nav_mobile_container {
    width: 100% !important;
    /* top: 60px; */
    top: 100%;
  }
  .k-nav-btn-try {
    padding: 12px 16px !important;
  }
  .kai-banner {
    padding: 0;
  }
  .k_nav_mobile-links .k_nav_acc_open .k_nav_acc_Content {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .kai-banner p {
    font-size: 10px;
  }
}

/* product-hunt */

.kai-banner p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.kai-banner a {
  /* background: linear-gradient(to bottom right, #00c4ff, #892efd); */
  /* background: linear-gradient(144deg, #21b8e5 0%, #a661ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #53E0FF;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  margin-left: 4px;
}

/* kai banner */
.kai-banner {
  /* background: var(--kai-banner-bg-img); */
  background-image: url("../images/kaiBanner/Frame\ 842rte.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 12px 0;
  /* display: none; */
  position: sticky;
  top: 0;
  z-index: 4;
}
.alertImg {
  margin-right: 4px;
}
.kai-banner p b {
  font-weight: 600;
}
.kai-banner a img {
  width: 16px;
  margin-left: 6px;
  transition: all 0.2s;
}
.kai-banner a:hover img {
  transition: all 0.2s;
  transform: translateX(4px);
}
.pos-top--1 {
  position: relative;
  top: -1px;
}
.cancelButton {
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
.animebanner {
  transition: all 0.3s;
}
.bi-chevron-down {
  top: 1px !important;
  transform: rotate(90deg) !important;
}

.bi-chevron-down:hover {
  transform: rotate(90deg) !important;
}

/* lp pages css */

.k-navbar {
  background: #fcfcfc;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 901;
  transition: background-color 100ms linear;
}

.k-navlink {
  position: relative;
}

.k-main-nav .k-main-navlink {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  text-align: center;
  line-height: 50px;
  font-family: "Open Sans", sans-serif !important;
  padding: 30px 20px;
  color: #05034e !important;
}

.k-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
}

.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-navbar-blue {
  color: white !important;
  border: 1px solid #504ee4;
  background: #504ee4;
}
.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-container-right,
.k-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.k-main-nav {
  padding-left: 30px;
  display: flex;
}

.k-navbar .k-navbar-brand img {
  width: 100px;
}

.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-nav-btn-try svg {
  margin-left: 10px;
  transition: 0.3s;
  width: 25px;
  position: relative;
  height: 25px;
  top: 8px;
  left: -10px;
}

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

.k-nav-btn-try p {
  padding: 0px !important;
  position: relative;
  margin: 0px !important;
  bottom: 6px;
  left: 9px;
  color: white;
  letter-spacing: 0.3px;
  transition: 0.3s;
}

.k-nav-btn-try:hover svg {
  opacity: 1;
  transform: translateX(4px);
}

.mr-33 {
  margin-right: 12px;
}

@media only screen and (min-width: 1200px) {
  .k-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
  }
}

/*  */



.swiper-button-next, .swiper-button-prev{
    width: 8px;
    height: 12px;
    background-size:100%;
    margin-top: -18px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../img/prev.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next.png);
}
.nav-link{
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 1000px){
    .k-navbar{
        filter: none;
        padding-top: 0;
    }
    .k-navbar .k-navbar-brand img{
        width: 100px;
    padding-top: 8px;
    }
    .k-subnavbar{
        background: #FFFFFF;
        padding-left: 15px;
       overflow-x: hidden;
    }
    .swiper-slide{
        width: auto !important;
    }
    a.k_nav_acc_Heading.k_nav_acc_features p {
        color: #120155;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
    .k_nav_acc_Heading p{
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
    .nav-link{
        border: 1px solid #EBECEE;
        border-radius: 33px;
        font-size: 12px;
        line-height: 18px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .nav-link::after, .nav-link:hover::after{
        display: none;
    }
    .nav-link:hover, .active-link{
        border: 1px solid #504EE4;
        background-color: #F3F0FF;
    }
    .k_nav_acc_Item .k-nav-btn-try{
        display: block;
        text-transform: capitalize;
        margin: 0 auto !important;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
}
