* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
:root {
  --tp-ff-heading: "Poppins", sans-serif;
  --font-primary: "Roboto", sans-serif;
  --color-primary: #5c47cf;
  --color-primary-lite: #8174ca;
  --head-color: #000000;
  --tp-common-white: #ffffff;
  --tp-common-white-2: #f3f3f3;
  --tp-common-white-3: #f5f5f5;
  --tp-common-black: #151718;
  --tp-common-black-2: #52525c;
  --tp-common-black-3: #1f2021;
  --tp-common-yellow: #eed064;
  --tp-common-yellow-2: #fdfaef;
  --tp-common-green: #eb4d00;
  --tp-common-green-1: #1ea334;
  --tp-common-green-2: #ebfaf2;
  --tp-common-blue: #f2f2ff;
  --tp-common-orange: #0a0a09;
  --tp-common-red: #e01e5a;
  --tp-common-sky: #1edbdc;
  --tp-common-deep-blue: #4c40f7;
  --tp-heading-primary: #151718;
  --tp-grey-1: #f0f0f0;
  --tp-grey-2: #f9f9f9;
  --tp-grey-3: #c2c2c2;
  --tp-grey-4: #dddddd;
  --tp-grey-5: #888888;
  --tp-grey-6: #f7f7f7;
  --tp-grey-7: #f6f6f6;
  --tp-text-body: #211c15;
  --tp-text-p: #211c15;
  --tp-theme-1: #eb4d00;
  --tp-theme-2: #ff5500;
  --tp-theme-g-1: linear-gradient(180deg, #f15b00 80%, #e13600 100%);
  --tp-theme-g-2: linear-gradient(180deg, #f15b00 100%, #e13600 50%);
  --tp-border-1: #f5f5f5;
  --tp-border-2: #f4f4f4;
  --tp-border-3: #edefeb;
  --tp-border-4: #f1f3f6;
  --tp-border-5: #333435;
  --tp-border-6: #38393a;
  --tp-border-7: #ccd5da;
  --tp-service-1: #f3f3ff;
  --tp-service-2: #fff7f6;
  --tp-service-3: #ebf5ff;
  --bs-info: #7239ea;
  --bs-dark-footer-text: #bfbfc0;
  --bs-dark-footer-heading: #fff;
}

@supports (aspect-ratio: 1) {
  body {
    --aspect-ratio-supported: auto;
  }
}

::selection {
  background-color: #816bff;
  color: #ffffff;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}

.text-dark-green {
  color: #169250 !important;
}

.text-theme {
  color: var(--color-primary) !important;
}

.bg-theme {
  background-color: var(--bs-info) !important;
}

.border-theme {
  border: 1px solid var(--bs-info) !important;
}

.navbarscroll.scrolled {
  width: fit-content !important;
  position: fixed !important;
  left: 50%;
  transform: translate(-50%, -20px);
  z-index: 9999;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.145) 0px 0.48175px 0.48175px -1.25px,
    rgba(0, 0, 0, 0.13) 0px 1.83083px 1.83083px -2.5px,
    rgba(0, 0, 0, 0.07) 0px 8px 8px -3.75px;
  padding: 2px;
  background-color: #fff;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.navbarscroll.scrolled .container-fluid {
  padding: 1px 1px 1px 5px !important;
}

.navbarscroll.scrolled div .navbar-collapse .short-navbar .nav-item a {
  font-weight: 500;
  word-break: keep-all;
  white-space: nowrap;
}

.navbarscroll.scrolled div .navbar-collapse .short-navbar {
  padding-right: 0px !important;
  padding-left: 10px !important;
}

.ws-nw {
  white-space: nowrap;
}

@media (max-width: 991px) {
  #divbrand {
    display: block !important;
  }
  #divbrand-one {
    display: none !important;
  }
}

.scale-in-top {
  -webkit-animation: scale-in-top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: -25%;
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(-50%);
    transform-origin: -25%;
    opacity: 1;
  }
}

@keyframes slide-bottom {
  0% {
    top: -20px;
  }
  100% {
    top: 40px;
  }
}

.short-hero {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 50px 0px 64px;
  position: relative;
  scroll-margin-top: 10px;
  width: 100%;
  z-index: 1;
}

.short-hero h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 74px !important;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}

.short-hero p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #35303f;
  text-decoration: none;
  text-transform: none;
  width: 90%;
}

.home-cta-focus {
  border: 3px solid #fe4100 !important;
}

.home-cta-focus:focus {
  border: 3px solid #ff5820 !important;
  outline: none !important;
  box-shadow: none !important;
}

.container {
  max-width: 992px !important;
}
.container-auto {
  max-width: 1320px !important;
}

.container-count {
  max-width: 1052px !important;
}

.logo img {
  padding-left: 30px;
}

@media (max-width: 1329px) {
  .container-auto,
  .container-count {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.nbar-lg-none {
  display: none !important;
}

@media (max-width: 757px) {
  .container-auto,
  .container-count {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nbar-lg-none {
    display: block !important;
  }

  .short-link-demo-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.highlightedx {
  background-color: rgb(255, 255, 133) !important;
}

.short-navbar .nav-item a {
  font-size: 16px;
  font-weight: 500;
}

.short-navbar > div {
  gap: 20px;
}

.sg-head {
  color: var(--head-color);
  font-size: 2rem;
  font-weight: 500;
}

.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.p-50 {
  padding: 50px;
}

/* ------navbar----------- */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.main-container-text {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slug-text-container > div {
  box-shadow: 0 20px 50px rgba(68, 74, 102, 0.1);
  border-radius: 5px;
}

.main-container-text h1 {
  font-size: 3em;
  color: #2a305e;
  line-height: 1.2;
}

.main-container-text p {
  margin: 20px 0 50px 0px;
  font-size: 1.25em;
  color: #000;
  width: 60%;
  text-align: center;
}

.slug-text {
  background: #fff;
  border: 1px solid #e5ecf0;
  box-shadow: 0 20px 50px rgba(68, 74, 102, 0.1);
  border-radius: 5px;
  position: relative;
  margin: 10px 0px 40px 0px;
}

.slug-text input {
  border-radius: 5px;
}

.input-check-custom {
  width: 100%;
  border: none;
  outline: none;
  margin: 0px auto;
  height: 60px;
  padding-left: 20px;
}

.tabs-wrapper {
  display: block;
  margin: 0px auto;
}
.tabs-wrapper .tabs-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}

.tabs-controls form div {
  border: 1px solid var(--color-primary);
  padding: 15px 10px;
  position: relative;
  border-radius: 5px;
  margin-right: 8px;
}

.tabs-controls form div:hover label {
  color: var(--color-primary);
}

.tabs-wrapper .tabs-controls label {
  border: none;
  transition: all 0.25s ease;
  color: #000;
  font-weight: 400;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}

.tabs-wrapper .tabs-controls form input[type="radio"] {
  --radio-color: var(--color-primary);
}

.tabs-wrapper .tabs-controls form input[type="radio"]:checked + label {
  color: var(--color-primary);
}

.tabs-wrapper .tabs-controls form input[type="radio"]:checked + label::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eeeaff;
  position: absolute;
  left: 0;
  z-index: -1;
}

.tabs-wrapper .tabs-controls input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.tabs-wrapper .tabs-controls div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs-wrapper .tabs-controls {
  margin-bottom: 50px;
}

.tabs-wrapper .slug-gen-btn {
  width: 100%;
  display: flex;
  margin: 0px auto;
}

.tabs-wrapper .slug-gen-btn .btn-gen {
  display: block;
  padding-top: 0.58035714em;
  padding-bottom: 0.58035714em;
  padding-right: 3.48214286em;
  padding-left: 3.48214286em;
  background-color: #5c47cf;
  color: #fff;
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}

.tabs-wrapper .clr-reset-btn {
  display: flex;
  justify-content: end;
  cursor: pointer;
}

.tabs-wrapper .clr-reset-btn a {
  color: gray;
  margin-left: 20px;
  color: var(--color-primary);
  display: flex;
  position: relative;
}

.tabs-wrapper .clr-reset-btn a:hover {
  color: #60687a;
}

.tabs-wrapper .slug-gen-btn .clear-gen {
  margin-right: 20px;
}

.why-slug div {
  margin: 35px auto;
}

.why-slug div h2 {
  font-weight: 400;
}

.why-slug div p {
  margin: 30px 0px 20px 0;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #000;
}

.slug-ex-table div {
  margin: 0px auto;
}
.pt-100 {
  padding-top: 100px;
}

.divslymenu {
  border-bottom: 1px solid #e9e9e9;
  position: sticky;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 997;
  background-color: white;
}

.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table .table {
  width: 100%;
}

.responsive-table-td table tr {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table-td table tr td {
  width: 100%;
}

.responsive-table .table tbody tr td {
  text-align: justify;
}

.divslymenu div {
  width: 100%;
}

.divslymenu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
  line-height: 50px;
  min-height: 70px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.divslymenu ul li {
  border-radius: 5px;
  border: 1px solid var(--color-primary-lite);
}

.divslymenu ul li a {
  position: relative;
}

.divslymenu ul li a {
  border: none;
  padding: 15px 30px;
  transition: all 0.25s ease;
  color: var(--color-primary);
  font-weight: 500;
  background-color: white;
  border-radius: 5px;
  position: relative;
}

.divslymenu ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: var(--color-primary);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.divslymenu ul li a:hover:before {
  visibility: visible;
  width: 100%;
}

.divslymenu ul li .active:before {
  visibility: visible;
  width: 100%;
}

.divslymenu .mobile-menu {
  display: none;
}

@media (max-width: 757px) {
  .divslymenu .desktop-menu {
    display: none;
  }

  .divslymenu .mobile-menu {
    display: block;
  }
}

.mobile-menu-btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.tabs-controls form {
  display: flex;
}

.tabs-controls form label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 20px;
}

.slug-generate-output {
  /* box-shadow: 0 20px 50px rgba(68,74,102,.1); */
  border-radius: 5px;
  margin-top: 20px;
}

.slug-genrate-output.utm {
  box-shadow: none;
}

.slug-generate-output > div label {
  margin: 0px 0px 20px 0;
  font-size: 1.25em;
  color: #000;
}

.slug-generate-output > div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}

.slug-generate-output > div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}
.slug-generate-output > div button {
  width: 150px;
  border: none;
  color: #fff;
  background-color: var(--color-primary);
}

/*-------------------------- faq section -----------------------*/

.faq-container > div {
  padding-right: 0px !important;
}

.tp-custom-accordio .accordion-items {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(68, 74, 102, 0.1);
}
.tp-custom-accordio .accordion-items:not(.collapsed) {
  background-color: #fff;
}
.tp-custom-accordio .accordion-buttons {
  position: relative;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 45px;
  color: var(--head-color);
  background-color: white;
  outline: none;
  border: none;
  border-radius: 10px 10px 0 0;
}

.tp-custom-accordio .accordion-buttons:hover {
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons {
    font-size: 17px;
    padding: 28px 20px 28px 20px;
  }
}
.tp-custom-accordio .accordion-buttons::after {
  position: absolute;
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 35px;
  color: #b8bcc8;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons::after {
    top: 20px;
    right: 18px;
  }
}
.tp-custom-accordio .accordion-buttons.collapsed {
  padding: 20px 35px 20px 45px;
}
.tp-custom-accordio .accordion-buttons.collapsed::after {
  color: #b8bcc8;
  content: "\f062";
}

.tp-custom-accordio .accordion-buttons.collapsed[aria-expanded="true"]::after {
  color: #b8bcc8;
  content: "\f063";
}

.tp-custom-accordio .accordion-buttons svg {
  margin-right: 15px;
}
.tp-custom-accordio .collapsed {
  border-radius: 10px 10px 10px 10px;
}
.tp-custom-accordio .accordion-body {
  padding: 20px 45px;
  position: relative;
  z-index: 1;
  border-radius: 0 0px 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-body {
    padding: 20px 25px;
  }
}
.tp-custom-accordio .accordion-body::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #c2b7ff;
  top: 0;
  left: 45px;
  right: 45px;
}

.faq-accordio-border .accordion-items {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}

.accordion-items {
  position: relative;
}

/* --------------------slug example table----------------- */

.slug-ex-table h2 {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.slug-ex-table table th,
.slug-ex-table table tbody tr td {
  padding: 10px !important;
  border-color: #fff;
  font-size: 15px;
}

.slug-ex-table table th {
  border: 1px solid #e5f0ff;
}

.slug-ex-table table tbody tr td:nth-child(1) {
  background-color: #ffebeb;
}

.slug-ex-table table tbody tr td:nth-child(2) {
  background-color: #d8ffd1;
}

.slug-ex-table table tbody tr td:nth-child(3) {
  background-color: #ffebeb;
}

.slug-ex-table table tbody tr td:nth-child(4) {
  background-color: #d8ffd1;
}

.slug-ex-table table tbody tr i {
  position: absolute;
  right: 50px;
  color: #fff;
}
*

/* --------slug-libraries------------ */
.feature__body.boxed.boxed--border h3 {
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
  font-size: 20px;
}

.feature__body.boxed.boxed--border a {
  margin-bottom: 1.8rem;
}

.slugify-libraries article {
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  box-shadow: 1px 1px 20px 5px #e2e9ff;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.slugify-libraries article img {
  width: 200px;
}

.blog-card {
  width: 90%;
  margin: 0px auto;
  cursor: pointer;
  padding: 30px 20px;
  border-radius: 10px;
}

.blog-card:hover {
  box-shadow: 1px 1px 20px 5px #e2e9ff;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 10px;
}

.blog-card:hover h5 {
  color: var(--color-primary);
}

.blog-card h5 {
  font-size: 22px;
  font-weight: 400;
  color: var(--head-color);
}

.blog-card p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.blog-container > div {
  position: relative;
}

.blog-container > div::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  border-right: 1px solid #dddddd;
  top: 50%;
  transform: translatey(-50%);
}

.blog-container > div:last-child::after {
  content: "";
  border-right: none;
}

footer {
  background-color: #5c47cf;
  padding: 50px 0px 20px 0px;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li {
  margin-bottom: 20px;
}

.footer-links ul li a {
  font-weight: 300;
  color: #fff;
  position: relative;
}

.footer-links ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0.1s;
}

.footer-links ul li a:hover:before {
  visibility: visible;
  width: 100%;
}

footer .container {
  padding-bottom: 80px;
}

footer .copyright {
  border-top: 1px solid #836dff;
  padding-top: 20px;
}

/* -----------URL Shortner----------- */

.url-short-container-text h1 {
  font-size: 2.8em;
  color: #2a305e;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.url-short-container-text p {
  margin: 30px 0 20px 0px;
  font-size: 1.25em;
  color: #000;
}

.url-shortned label {
  margin: 20px 0;
  font-size: 1.25em;
  color: #000;
}

.url-shortned {
  display: flex;
  justify-content: space-between;
}

.url-shortned input {
  border: none;
  border: 1px solid #dee2ff;
  width: 78%;
  border-radius: 5px;
  padding-left: 13px;
  font-size: 1.1rem;
  font-weight: normal;
}

.url-shortned input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.url-shortned button {
  width: 180px;
  border: none;
  border-radius: 5px;
  font-size: 1.3rem;
  color: #fff;
  background-color: var(--color-primary);
}

.shortner-benifits div i {
  color: var(--color-primary);
  font-size: 40px;
}

.shortner-benifits div {
  padding: 20px 40px;
}

.shortner-benifits div h5 {
  font-size: 1.4rem;
  margin: 20px 0px 10px 0px;
  font-weight: 400;
}

.shortner-benifits div p {
  font-size: 14px;
  margin: 10px 0px;
  color: #000;
}

.counter-item h4 {
  font-weight: 600;
  font-size: 65px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  display: inline-block;
  position: relative;
}
.counter-item h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.url-short-generate-output > div {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.url-short-generate-output > div label {
  margin: 0px 0px 10px 0;
  font-weight: 500;
  font-size: 1rem;
  color: var(--head-color);
}

.url-short-generate-output > div:last-child div {
  flex-direction: row;
  display: flex;
}

.url-short-generate-output > div {
  width: 100;
}

.url-short-generate-output > div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding-left: 20px;
}

.url-short-generate-output > div input:focus {
  border: none;
  outline: none;
  border: 1px solid #dee2ff;
}
.url-short-generate-output > div a {
  width: 120px;
  height: 40px;
  border: none;
  color: var(--color-primary);
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.url-short-generate-output > div a:hover {
  background-color: #f8f8f8;
}

/* ------------campaign url builder ---------------- */

.campaign-url-builder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campaign-url-builder input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
  margin-top: 25px;
}

.campaign-url-builder input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}
.campaign-url-builder button {
  width: 180px;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
}

.campaign-url-builder span {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  color: #b8bcc8;
}

.campaign-url-output > div {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.campaign-url-output > div label {
  margin: 0px 0px 10px 0;
  font-weight: 500;
  font-size: 1rem;
  color: var(--head-color);
}

.copy-slug-btn i {
  display: none;
}

.campaign-url-output > div a {
  background-color: #fff;
  border-radius: 5px;
}

.campaign-url-output > div:last-child div {
  flex-direction: row;
  display: flex;
}

.campaign-url-output > div {
  width: 100;
}

.why-slug.utm-tx > div {
  margin-bottom: 0px;
}

.why-slug.utm-tx > div > div p {
  margin: 0px;
  margin-top: 10px;
}

.campaign-url-output > div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border-radius: 5px;
}

.campaign-url-output > div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}
.campaign-url-output > div a {
  width: 120px;
  height: 40px;
  border: 1px solid #dee2ff;
  border-left: none;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.campaign-url-output > div a:hover {
  background-color: #e1e1e1;
}

/* ------------url parser--------------- */

.tabs-wrapper .parse-gen-btn {
  width: 100%;
  display: flex;
  margin: 0px auto;
}

.tabs-wrapper .parse-gen-btn .btn-gen {
  display: block;
  padding-top: 0.58035714em;
  padding-bottom: 0.58035714em;
  padding-right: 3.48214286em;
  padding-left: 3.48214286em;
  background-color: #5c47cf;
  color: #fff;
  width: 25%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}

.parse-text {
  background: #fff;
  border: 1px solid #d8c0ff;
  border-radius: 5px;
  position: relative;
  margin: 10px 0px 40px 0px;
}

.parse-text input {
  border-radius: 5px;
}

.parse-generate-output {
  margin-top: 20px;
  margin-bottom: 80px;
}

.parse-generate-output > div table tbody tr td:nth-child(2) {
  word-break: break-all;
}

.url-short-generate-output > div a i {
  display: none;
}

.slug-text.slug-input.img-to-base-select {
  box-shadow: none;
  border: none;
}

.slug-text.slug-input.img-to-base-select > div select {
  height: 60px;
  border-radius: 5px;
  border: none;
  outline: none;
  border: 1px solid #dee2ff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.slug-text.slug-input.img-to-base-select > div option {
  padding: 50px 10px;
}

.slug-text.slug-input.img-to-base-select > div input {
  height: 60px;
  line-height: 43px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: inherit;
  border: 1px solid #dee2ff;
}

.slug-text.slug-input.img-to-base-select > div label {
  margin: 30px 0px 5px 0;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  color: var(--head-color);
}

.slug-text.slug-input.img-to-base-select > div select:focus {
  box-shadow: none;
}

.slug-text.slug-input.img-to-base-select > div input:focus {
  box-shadow: none;
}

.slug-text.slug-input.img-to-base-select > div span {
  font-size: 13px;
  width: 100%;
  text-align: left !important;
  margin-top: 5px;
  margin-left: 10px;
  color: #b8bcc8;
}

.img-to-base-url {
  display: flex;
  flex-direction: column;
}

.img-to-base-url input {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 1rem;
}

.img-to-base-url input:focus {
  border: 1px solid var(--color-primary-lite) !important;
}

#form-base64-converter-encode-image-format {
  width: 100%;
  margin-top: 30px;
  font-size: inherit;
  font-family: inherit;
}

#imgtobase-result {
  width: 100%;
  height: 250px;
  border: 1px solid #dee2ff;
  border-radius: 5px;
  resize: none;
  padding: 20px;
}

#imgtobase-result:focus {
  border: 1px solid var(--color-primary-lite);
  box-shadow: none;
  outline: none;
  padding: 20px;
}

.slug-generate-output.img-base > div label {
  margin: 0px 0px 5px 0px;
}

#imgToBaseUrl {
  display: none;
}

.copy-clr-download-btn a {
  cursor: pointer;
}

.slug-ex-table.img-base-table {
  width: 100%;
}

.slug-ex-table.img-base-table table tbody tr td:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  padding: 0px 8px 0px 18px;
}

.slug-ex-table.img-base-table table tbody tr td:nth-child(2) {
  padding: 0px 10px;
}

.img-base-generate-output > div > div span {
  font-size: 13px;
  width: 100%;
  text-align: left !important;
  margin-top: 5px;
  margin-left: 10px;
  color: #b8bcc8;
}

.main-container-text.img-to-base-head p {
  width: 100%;
}

.slug-input.baseto-img {
  margin: 10px 0px 45px 0px;
}

.slug-input.baseto-img label {
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  color: var(--head-color);
  margin-bottom: 5px;
}

.result-basetoimg span {
  font-size: 13px;
  width: 100%;
  text-align: left !important;
  margin-top: 5px;
  margin-left: 0px !important;
  color: #b8bcc8;
}

.word-count-txtarea {
  width: 100%;
  height: 350px;
  border: 1px solid #dee2ff;
  border-radius: 5px;
  padding: 20px;
  resize: vertical;
}

.word-count-txtarea:focus {
  border: 1px solid var(--color-primary-lite);
  box-shadow: none;
  outline: none;
  padding: 20px;
}

.word-count-result-div {
  padding-bottom: 20px !important;
}

.word-count-result-div div h3 {
  padding-right: 10px;
  margin-bottom: 0px;
  font-size: 1.25rem;
}

.word-count-result-div div span {
  font-size: 1rem;
  padding: 0px 15px;
  background-color: #e9e5ff;
  color: var(--color-primary);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.slug-input.txt-count {
  margin-top: 10px;
}

.highlighted {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}

.highlighted:hover {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}

.word-count-generate-output > div span {
  font-size: 1.25em;
  color: #000;
  margin-bottom: 5px;
}

.copy-slug-btn {
  background-color: #fff;
  border: 1px solid #dee2ff !important;
  border-radius: 5px;
}

.word-count-txtarea {
  min-height: 200px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
}
.word-count-txtarea::-webkit-scrollbar {
  width: 5px;
}
.word-count-txtarea::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.word-count-txtarea::-webkit-scrollbar-thumb {
  background: #cacadb;
  border-radius: 5px;
  visibility: hidden;
}
.word-count-txtarea::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
.word-count-txtarea:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

#topKeywordsTable tr {
  cursor: pointer;
}

#topKeywordsTable tr:hover {
  color: #5c47cf;
}

#topKeywordsTable tr td:nth-child(2) {
  position: relative;
}

.remove-cell {
  position: relative;
  right: 0;
  visibility: hidden;
}

#topKeywordsTable tr:hover td:nth-child(2) span {
  visibility: visible;
}

.remove-cell i {
  color: #ff6d59 !important;
  position: relative !important;
}

.enter-custom-keyword div input {
  border: none;
  border: 1px solid #dee2ff;
  width: 350px;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
}

.enter-custom-keyword div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.enter-custom-keyword div button {
  width: 100px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: none;
  outline: none;
  margin: 0px;
  border: none;
}

#searchResult div {
  margin-bottom: 0px !important;
  padding-top: 10px !important;
}

.custom-frequency {
  margin-left: 20px;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-frequency span {
  font-size: 1rem;
  padding: 0px 15px;
  margin-left: 10px;
  background-color: #e9e5ff;
  color: var(--color-primary);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.enter-custom-button p {
  color: var(--color-primary);
  text-decoration: underline;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

.select-case:focus {
  box-shadow: none;
}

.wc-clear button {
  width: 100px;
  margin-left: 1rem;
  border: 1px solid #e2e2e2;
}

#searchResulterror div {
  margin-top: 10px;
}

/* common code for all the tools */

.input-textarea-div textarea {
  height: 350px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
  margin-top: 10px;
}

.input-textarea-div textarea:focus {
  border: 1px solid var(--color-primary-lite);
  box-shadow: none;
  outline: none;
  padding: 20px;
}

.input-textarea-div textarea::-webkit-scrollbar {
  width: 5px;
}
.input-textarea-div textarea::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.input-textarea-div textarea::-webkit-scrollbar-thumb {
  background: #cacadb;
  border-radius: 5px;
  visibility: hidden;
}
.input-textarea-div textarea::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
.input-textarea-div textarea:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.c-btn.bg-clr-btn {
  padding-top: 0.58035714em;
  padding-bottom: 0.58035714em;
  padding-right: 3.48214286em;
  padding-left: 3.48214286em;
  background-color: #5c47cf;
  color: #fff;
  width: auto;
  height: 60px;
  line-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.c-btn.bg-lte-btn {
  width: 100px;
  border: 1px solid #e2e2e2;
  width: 150px;
  height: 60px;
}

.c-btn.bg-lte-btn i {
  margin-right: 5px;
}

.small-input input {
  border: none;
  border: 1px solid #dee2ff;
  width: auto;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
}

.small-input input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.small-input button {
  width: 100px;
  height: 60px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: none;
  outline: none;
  margin: 0px;
  border: none;
}

.c-btn.copybtn {
  background-color: #fff;
  border-radius: 5px;
}

.c-btn.copybtn span {
  border-radius: 5px;
  color: var(--color-primary);
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0px;
}

.c-btn.copybtn {
  width: 120px;
  height: 40px;
  border: 1px solid #dee2ff;
  border-left: none;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.c-btn.copybtn:hover {
  background-color: #e1e1e1;
}

.qr-gen-div {
  margin-top: 50px;
}

.qr-gen-div div input {
  width: 100%;
  border: none;
  outline: none;
  margin: 0px auto;
  height: 70px;
  padding-left: 13px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e5ecf0;
  border-radius: 5px;
  position: relative;
  margin: 10px 0px 10px 0px;
}

.qr-gen-div div input:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.qr-gen-div div label {
  margin: 10px 0px 5px 0;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  color: var(--head-color);
}

.qr-gen-div div textarea {
  min-height: 100px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow-y: scroll;
  border-radius: 5px;
}

.qr-gen-div div textarea:focus {
  border: none;
  outline: none;
  border: 1px solid var(--color-primary);
}

.qr-gen-div div textarea::-webkit-scrollbar {
  width: 5px;
}
.qr-gen-div div textarea::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.qr-gen-div div textarea::-webkit-scrollbar-thumb {
  background: #cacadb;
  border-radius: 5px;
  visibility: hidden;
}
.qr-gen-div div textarea::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
.qr-gen-div div textarea:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.qr-gen-div div .charCount {
  color: #bebebe;
  font-size: 0.8rem;
}

.qrcode-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#qrcode-container #qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
}

#qrcode-container-bg {
  background-image: url("/assets/img/qr/qr-result.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 80%;
}

#downloadSection div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

#downloadSection a {
  border: none;
  background-color: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  background-color: #5c47cf;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid var(--color-primary-lite);
  cursor: pointer;
}

#downloadSection a:last-child {
  margin-right: 0px;
}

#downloadSection a:hover {
  background-color: #5c47cf;
  transform: translatey(3px);
  transition: all 0.3s ease-in-out 0s;
}

.qr-buttons {
  border-bottom: 1px solid #cec5ff;
}

.qr-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.02857em;
  max-width: 360px;
  min-width: 90px;
  min-height: 72px;
  padding: 12px 16px;
  text-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 9px;
  padding-bottom: 9px;
  color: rgba(0, 0, 0, 0.6);
}

.qr-buttons a:hover {
  color: var(--color-primary);
}

.qr-buttons a > span {
  font-size: 1rem;
  font-weight: 600;
}

.qr-buttons a > i {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.sty-bdr {
  border-bottom: 3px solid var(--color-primary);
}

.sty-bdr span {
  color: var(--color-primary);
}

.sty-bdr i {
  color: var(--color-primary);
}

/* ------------------- images converters ------------ */

.custom-buttons.img-cnvrt {
  display: flex;
  align-items: center;
}

.custom-buttons.img-cnvrt div > :nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-buttons.img-cnvrt .form-check input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.custom-buttons.img-cnvrt .form-check label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 20px;
  padding-top: 3px;
}

.c-btn.bg-lte-btn.img-up-fl {
  border-color: #c0b6f8 !important;
  background-color: #f4f2ff !important;
  width: 170px !important;
}

.img-up-fl:hover {
  border-color: #a698f3 !important;
  background-color: #eae7fa !important;
  transition: all 0.3s ease-in-out;
}

.upload-icon {
  color: #b7abfa;
}

.upload-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  border: 2px dashed #bbaeff;
  padding: 20px;
  text-align: center;
}

.upload-icon i {
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
}

#watermarkText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0px);
  color: rgb(238, 238, 238);
  font-size: 30px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.rlc-input {
  width: 350px !important;
  margin-right: 15px;
}

@media (max-width: 757px) {
  .qr-gen-div div input {
    height: 60px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    z-index: 9997;
  }

  .small-none {
    display: none;
  }

  .header .logo {
    padding-left: 10px;
  }

  .header .logo img {
    width: 100px;
  }

  .logo img {
    padding-left: 0px;
  }

  .mobile-menu .navbar-nav {
    padding-top: 15px;
  }

  .mobile-menu .navbar-nav .nav-item .nav-link {
    color: var(--color-primary);
    padding: 10px 0px 10px 10px;
  }

  .main-container-text {
    padding-top: 40px;
    margin-top: 60px;
  }

  .main-container-text h1 {
    font-size: 32px;
    text-align: center;
  }

  .main-container-text p {
    margin: 0px 0 30px 0px;
    font-size: 15px;
    width: 100%;
  }

  .slug-text-container > div {
    border: none !important;
  }

  .pb-00 {
    padding-bottom: 0px !important;
  }

  .py-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pt-00 {
    padding-top: 0px !important;
  }

  .p-00 {
    padding: 0px !important;
  }
  .sml-p-10 {
    padding: 10px !important;
  }

  .sml-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pt-50 {
    padding-top: 20px;
  }

  .pt-15 {
    padding-top: 15px !important;
  }

  .mt-15 {
    margin-top: 15px !important;
  }

  .pb-15 {
    padding-bottom: 15px !important;
  }

  .ps-00 {
    padding-left: 0px !important;
  }

  .pb-50 {
    padding-bottom: 20px;
  }

  .p-50 {
    padding: 20px;
  }

  .pt-80 {
    padding-top: 30px;
  }

  .sml-p-20 {
    padding: 20px !important;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .url-shortned input {
    height: 60px;
    width: 100%;
  }

  .url-shortned button {
    width: 100%;
    font-size: 16px;
    position: relative;
    float: right;
    margin-top: 10px;
    height: 60px;
  }

  .url-shortned {
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    gap: 10px;
  }

  .url-short-generate-output > div label {
    text-align: center;
  }

  .url-short-generate-output > div input {
    height: 60px;
  }

  .shortner-benifits div p {
    width: 80%;
    margin: 0px auto;
  }

  .url-short-generate-output > div:last-child div {
    flex-direction: column;
    align-items: flex-end;
  }

  .url-short-generate-output > div a {
    width: 50px;
    height: 60px;
    border: none;
    color: var(--color-primary);
    position: absolute;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
  }

  .url-short-generate-output > div a i {
    display: none;
  }

  .slug-text-container div .row {
    max-width: 100%;
    padding: 0px !important;
    margin: 0px !important;
  }

  .slug-text-container div .row > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px !important;
  }

  .slug-text-container > div {
    box-shadow: none;
    padding: 30px 10px;
  }

  .shortner-benifits div {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }

  .sg-head {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
  }

  .why-slug div p {
    margin: 10px 0px 10px 0px;
  }

  .why-slug div {
    margin: 10px auto;
    text-align: center;
  }

  .tp-custom-accordio .accordion-body::before {
    left: 16px;
    right: 16px;
    height: 1px;
  }

  .tp-custom-accordio .accordion-buttons {
    padding: 15px 40px 15px 15px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    border-radius: 5px;
  }
  .tp-custom-accordio .accordion-buttons.collapsed {
    padding: 15px 40px 15px 15px;
  }

  .tp-custom-accordio .accordion-body {
    padding: 15px;
  }

  .tp-custom-accordio .accordion-items {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
  }

  .blog-card {
    padding: 20px 0px;
    text-align: center;
  }

  .blog-container > div::after {
    display: none;
  }

  footer .container {
    padding-bottom: 20px;
  }

  .faq-container {
    width: 100%;
  }

  .faq-container div {
    padding-right: 0;
  }

  .px-sm-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .input-check-custom {
    height: 60px;
    border: 1px solid var(--color-primary-lite);
  }

  .slug-text {
    box-shadow: none;
  }

  .tabs-controls form {
    flex-wrap: wrap;
    gap: 8px;
  }

  .slug-input {
    margin-bottom: 20px;
  }

  .tabs-wrapper .slug-gen-btn .btn-gen {
    width: 100%;
  }

  .tabs-wrapper .tabs-controls {
    margin-bottom: 20px;
  }

  .tabs-controls form div {
    border: 1px solid #d3cbff;
    padding: 15px 10px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    margin-right: 0px;
  }

  .slug-generate-output {
    border: none !important;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px 10px 30px 10px;
  }

  .slug-ex-table table th,
  .slug-ex-table table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }

  .slugify-libraries article {
    box-shadow: none;
    width: 100%;
    border: 1px solid #e7e7e7;
  }

  .slugify-libraries {
    gap: 10px;
  }

  .copy-slug-btn {
    background-color: #fff;
    border-right: 1px solid #dee2ff !important;
    border-top: 1px solid #dee2ff !important;
    border-bottom: 1px solid #dee2ff !important;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
  }

  .fill-fields-utm {
    font-size: 15px;
    text-align: center;
  }

  .main-container-text.utm-txt p {
    margin-bottom: 0px;
  }

  .slug-text-container.utm-txt h3 {
    border-top: 1px solid #b8bcc8;
    padding-top: 20px;
  }

  .campaign-url-output label {
    text-align: center;
  }

  .campaign-url-output > div a {
    width: 50px;
  }

  .main-container-text.parser-txt p {
    margin-bottom: 5px;
  }

  .tabs-wrapper .parse-gen-btn .btn-gen {
    width: 100%;
  }

  .parse-text {
    margin: 10px 0px;
  }

  .parse-generate-output {
    margin-bottom: 10px;
    border: none !important;
  }

  .parse-gen-btn.en-de .btn-gen {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-container-text.en-de p {
    margin-bottom: 10px;
  }

  .parse-generate-output.en-de > div {
    flex-direction: column;
  }

  .parse-generate-output.en-de > div #copy-button {
    width: 100%;
    height: 40px;
  }

  .slug-generate-output > div label {
    font-size: 1rem;
  }

  .slug-text.slug-input.img-to-base-select > div label {
    margin: 30px 0px 5px 0px !important;
  }

  .slug-ex-table.img-base-table table tbody tr td {
    font-size: 15px;
  }
  .slug-ex-table.img-base-table table tbody tr td:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
  }

  .slug-ex-table.img-base-table > div {
    overflow: scroll;
  }

  .slug-ex-table.img-base-table table tbody tr {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .txt-sm-cent {
    text-align: center;
  }

  .slug-ex-table.img-base-table p {
    padding: 0px 20px 20px 20px;
    text-align: center;
  }

  .custom-buttons {
    display: block !important;
    margin-top: 3px !important;
    margin-right: 0px !important;
  }

  .custom-buttons .c-btn.bg-clr-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .custom-buttons div:nth-child(2) {
    display: inline-block;
    width: 48%;
  }

  .custom-buttons div:nth-child(3) {
    display: inline-block;
    width: 49%;
  }

  .custom-buttons div:nth-child(2) > button {
    width: 100%;
  }

  .custom-buttons div:nth-child(3) > button {
    margin-left: 5px;
    margin-right: 0px !important;
    width: 100%;
  }

  .input-textarea-div textarea {
    height: 200px;
  }

  .c-btn.copybtn span {
    font-size: 16px !important;
  }

  .c-btn.copybtn {
    width: 80px;
  }

  .highlighted,
  .c-btn.copybtn {
    font-size: 16px !important;
  }

  .word-count-result-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .word-count-result-div div h3 {
    font-size: 16px;
  }

  .sml-w-60 {
    width: 60% !important;
  }

  .word-count-txtarea {
    height: 200px;
  }

  .enter-custom-button p {
    margin-top: 10px;
  }

  .enter-custom-keyword div input {
    width: auto;
  }

  .qr-buttons {
    flex-wrap: wrap;
    padding: 10px;
  }

  .qr-buttons a > span {
    font-size: 12px;
  }

  .qr-buttons a > i {
    font-size: 1rem;
  }

  .qr-buttons a {
    min-width: auto;
    margin-right: 0px !important;
  }

  .qr-gen-div {
    margin-top: 0px;
  }

  #qrcode-container-bg {
    background-image: none;
  }

  #qrcode-container {
    height: fit-content;
  }

  #qrcode-container h4 {
    margin-bottom: 15px !important;
  }

  .download-heading {
    margin-top: 15px !important;
  }

  .slug-ex-table {
    overflow-x: scroll;
  }

  .sml-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .custom-buttons.img-cnvrt .form-check label {
    justify-content: flex-start;
  }

  #result-image {
    margin-top: 10px;
    padding-top: 0px !important;
  }

  #result-image .container {
    border-radius: 5px;
    border: 1px solid #d6d6d6;
  }

  #result-image {
    border-width: 0px !important;
  }

  .custom-buttons .form-check {
    margin-top: 10px;
  }
  .upload-icon {
    font-size: 32px;
  }

  .c-btn.bg-lte-btn.img-up-fl {
    height: 50px;
    width: 150px !important;
  }

  .upload-container {
    height: 190px;
  }

  #min-ht-auto {
    min-height: auto !important;
  }

  .rlc-input {
    width: 100% !important;
  }

  .custom-buttons .rlc-btn {
    width: 100% !important;
    margin-top: 10px;
  }

  .c-btn.bg-clr-btn {
    padding: 0.5rem 0px;
  }

  .tabs-wrapper .slug-gen-btn .btn-gen {
    padding: 0.5rem 0px;
  }
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color);
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}
.separator.separator-content::before,
.separator.separator-content::after {
  content: " ";
  width: 50%;
  border-bottom: 1px solid var(--bs-border-color);
}
.separator.separator-content::before {
  margin-right: 1.25rem;
}
.separator.separator-content::after {
  margin-left: 1.25rem;
}
.separator.separator-content.separator-dotted::before,
.separator.separator-content.separator-dotted::after {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content.separator-dashed::before,
.separator.separator-content.separator-dashed::after {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}
.separator.separator-content.border-light::before,
.separator.separator-content.border-light::after {
  border-color: #f9f9f9 !important;
}
.separator.separator-content.border-primary::before,
.separator.separator-content.border-primary::after {
  border-color: #3e97ff !important;
}
.separator.separator-content.border-secondary::before,
.separator.separator-content.border-secondary::after {
  border-color: #e1e3ea !important;
}
.separator.separator-content.border-success::before,
.separator.separator-content.border-success::after {
  border-color: #50cd89 !important;
}
.separator.separator-content.border-info::before,
.separator.separator-content.border-info::after {
  border-color: #7239ea !important;
}
.separator.separator-content.border-warning::before,
.separator.separator-content.border-warning::after {
  border-color: #f6c000 !important;
}
.separator.separator-content.border-danger::before,
.separator.separator-content.border-danger::after {
  border-color: #f1416c !important;
}
.separator.separator-content.border-dark::before,
.separator.separator-content.border-dark::after {
  border-color: #181c32 !important;
}

.service-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-space-left {
  padding-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .service-space-left {
    padding-left: 0;
  }
}

.tp-service-item {
  background-color: var(--tp-common-yellow-2);
  padding: 35px 25px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tp-service-item {
    padding: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-item {
    padding: 30px;
  }
}
.tp-service-item__content .tp-service-sm-title {
  margin-bottom: 35px;
}
.tp-service-item__button-link a {
  padding: 15px 20px 15px 5px;
  background-color: var(--tp-common-white);
  border-radius: 100px;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  line-height: 1;
}
.tp-service-item__button-link a:hover {
  color: var(--tp-common-yellow);
}
@media (max-width: 767px) {
  .tp-service-item__button-link a {
    font-size: 12px;
    padding: 10px 5px 10px 0px;
  }
}
.tp-service-item__button-link a span {
  position: relative;
  margin-right: 10px;
}
.tp-service-item__button-link a span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 13px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--tp-common-yellow);
}
@media (max-width: 767px) {
  .tp-service-item__button-link a span::after {
    top: -2px;
    left: 17px;
    height: 20px;
    width: 20px;
  }
}
.tp-service-item__button-link a span svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 5;
}
.tp-service-item__icon span {
  height: 67px;
  width: 67px;
  background-color: var(--tp-common-yellow);
  display: inline-block;
  text-align: center;
  line-height: 67px;
  border-radius: 50%;
}
.tp-service-item__icon span svg {
  color: var(--tp-common-white);
}
.tp-service-item.sv-color-blue-one {
  background-color: var(--tp-common-green-2);
}
.tp-service-item.sv-color-blue-one .tp-service-item__button-link a:hover {
  color: var(--tp-common-green);
}
.tp-service-item.sv-color-blue-one .tp-service-item__button-link a span::after {
  background-color: var(--tp-common-green);
}
.tp-service-item.sv-color-blue-one .tp-service-item__icon span {
  background-color: var(--tp-common-green);
}
.tp-service-item.sv-color-blue-two {
  background-color: var(--tp-common-blue);
}
.tp-service-item.sv-color-blue-two .tp-service-item__button-link a:hover {
  color: var(--tp-theme-1);
}
.tp-service-item.sv-color-blue-two .tp-service-item__button-link a span::after {
  background-color: var(--tp-theme-1);
}
.tp-service-item.sv-color-blue-two .tp-service-item__icon span {
  background-color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-space-bottom {
    padding-bottom: 0;
  }
}

.tp-service-item-two {
  background-color: var(--tp-common-black-3);
  padding: 80px 55px;
  border-radius: 20px;
  position: relative;
  transition: 0.3s;
}
.tp-service-item-two:hover {
  margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item-two {
    padding: 55px 40px;
  }
}
.tp-service-item-two__icon {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item-two__icon {
    margin-bottom: 30px;
  }
}
.tp-service-item-two__icon svg {
  min-height: 74px;
  min-width: 74px;
}
.tp-service-item-two__title {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tp-border-5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item-two__title {
    padding-bottom: 20px;
  }
}
.tp-service-item-two__title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-service-item-two__title a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-service-item-two__button:hover span {
  color: var(--tp-common-green);
}
.tp-service-item-two__button span {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-3);
  transition: 0.3s;
}
.tp-service-item-two__count {
  position: absolute;
  top: 80px;
  right: 55px;
}
.tp-service-item-two__count .counter-content {
  height: 50px;
  width: 50px;
  background-color: var(--tp-common-black);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 2px dashed var(--tp-border-5);
  position: relative;
}
.tp-service-item-two__count .counter-content::after {
  font-size: 14px;
  content: "0" counter(count);
  counter-increment: count;
  color: #fff;
  font-weight: 400;
}

.tp-service-item.pb-0 .tp-service-item__content div img {
  position: absolute;
  bottom: 0;
  padding: 0px 20px;
}

.tp-service-sm-title:hover {
  color: var(--tp-theme-1);
  transition: all 0.1s linear;
}

.counter-row {
  counter-reset: count;
}

.service-item-three {
  padding: 55px 60px;
  border: 1px solid var(--tp-border-1);
  border-radius: 20px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item-three {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .service-item-three {
    padding: 30px 30px;
  }
  .tp-service-item.pb-0 .tp-service-item__content div img {
    position: relative;
    bottom: 0;
    padding: 0px;
  }
}
.service-item-three:hover {
  box-shadow: 0px 55px 89px rgba(0, 0, 0, 0.1);
}
.service-item-three__img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-item-three__img {
    margin-bottom: 15px;
  }
}
.service-item-three__content {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-item-three__content {
    margin-bottom: 15px;
  }
}
.service-item-three__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6a6a74;
}
@media (max-width: 767px) {
  .service-item-three__content p {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.service-item-three__content .tp-service-sm-title {
  margin-bottom: 30px;
}
.service-item-three__content .tp-service-sm-title:hover {
  color: var(--tp-common-green);
}
@media (max-width: 767px) {
  .service-item-three__content .tp-service-sm-title {
    margin-bottom: 5px;
  }
}
.service-item-three__button a {
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  line-height: 0;
  transition: 0.3s;
}
.service-item-three__button a:hover {
  color: var(--tp-common-green);
}
.service-item-three__button a:hover span::after {
  background-color: var(--tp-common-green);
}
.service-item-three__button a:hover span svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .service-item-three__button a {
    font-size: 13px;
  }
}
.service-item-three__button a span {
  position: relative;
  margin-right: 10px;
}
.service-item-three__button a span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 13px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--tp-common-yellow);
  transition: 0.3s;
}
.service-item-three__button a span svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 5;
}

.tp-service-item__icon {
  margin-bottom: 16px;
}

.tp-service-item.srv-color-purple {
  background-color: var(--tp-service-1);
}

.tp-service-item.srv-color-red {
  background-color: var(--tp-service-2);
}

.tp-service-item.srv-color-blue {
  background-color: var(--tp-service-3);
}

.srv-color-blue-col {
  background-color: var(--tp-service-3);
}

.srv-color-red-col {
  background-color: #fff0f0;
}

.srv-color-yellow-col {
  background-color: #fffedf;
}

.srv-color-purple-col {
  background-color: #efe8ff;
}

.tp-service-item.h-442 {
  height: 442px;
}

.tp-service-item.h-221 {
  height: 221px;
}

.tp-service-item.h-450 {
  height: 425px;
}

.tp-service-item.h-201 {
  height: 201px;
}

.tp-section-title {
  font-weight: 600;
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 2rem !important;
  }
  .card .card-header .card-toolbar ul {
    padding: 0px 12px;
  }
}

.tp-section-title-sm {
  font-weight: 600;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-sm {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-sm {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-sm {
    font-size: 35px;
  }
}

.tp-section-title-xs {
  font-weight: 600;
  font-size: 45px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-xs br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title-xs {
    font-size: 32px;
  }
  .tp-section-title-xs br {
    display: none;
  }
}

.tp-service-sm-title {
  line-height: 27px;
  font-family: var(--tp-ff-heading) !important;
}

.tp-service-sm-title a {
  color: #161616;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
}

.tp-service-item.h-201 {
  height: auto;
  width: auto;
}
.tp-service-item.h-450 {
  height: auto;
  width: 100%;
}
.tp-service-sm-title-head,
.tp-service-sm-title-head-1,
.tp-service-sm-title-head-2 {
  font-size: 35px;
  line-height: 35px;
}
.tp-service-sm-title-head-1 {
  line-height: 42px;
}
.tp-service-sm-title-head-2 {
  line-height: 36px;
}

@media (max-width: 767px) {
  .tp-service-item {
    border-radius: 10px !important;
  }
}

.sub-title-sm {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 22px;
  color: #1b1723;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.z-10 {
  z-index: 10;
}

.circle-btn-container:hover div > div .circle-button img {
  transition: all 0.2s ease-in-out;
  scale: 1.1;
}

.circle-button {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #f2f0f9;
  color: white;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.circle-text {
  width: 130px;
  height: 130px;
  box-sizing: border-box;
  border-radius: 50%;
}

.circle-btn-container {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.empty-circle {
  width: 170px;
  height: 170px;
  background-color: #f2f0f9;
  border-radius: 50%;
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}

/* integration section */

.int-block {
  width: calc(1 * 50%);
  aspect-ratio: 1 / 1;
}

.int-block div {
  padding: 30px;
  width: fit-content;
}

.int-bg-one {
  background-color: #f7f7e3;
}

.int-bg-two {
  background-color: #e8fdf6;
}

.int-bg-three {
  background-color: #e5f1fb;
}

.int-bg-four {
  background-color: #fbe0e6;
}

.int-bg-five {
  background-color: #dffbdb;
}

.int-bg-six {
  background-color: #f7f7e3;
}

.integration-text {
  color: white;
  bottom: 0;
  text-align: center;
  padding: 20px 30px 35px 30px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  backdrop-filter: spread(10px);
}

.integration-text h3 {
  font-weight: bold;
}

.int-logo {
  opacity: 1;
}

/* Add CSS styles for the 'fade' class */
.intfade {
  transition: opacity 0.6s ease;
  opacity: 1;
}

.intfade.hidden {
  opacity: 0;
}

.bx-shdow {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.bx-shdow-1 {
  box-shadow: 0px -3px 32px -4px rgba(0, 0, 0, 0.1);
}

.testimonial-wrap {
  margin: -100px;
}
.testimonial-wrap .slick-list {
  padding: 100px;
}
.testimonial-wrap .slick-dots {
  position: absolute;
  top: 140px;
  right: 100px;
  margin-top: 0;
}

.testimonial-wrap .slick-dots li button {
  position: absolute;
  top: -3px;
  left: -3px;
}
@media only screen and (max-width: 575px) {
  .testimonial-wrap .slick-dots {
    top: 55px;
    right: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
  }
}

.testimonial-author {
  margin: 0 0 -107px 2px;
}
@media only screen and (max-width: 991px) {
  .testimonial-author {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .testimonial-author {
    margin-left: 15px;
  }
}

.testimonial-content {
  z-index: 1;
  position: relative;
  padding: 35px 60px;
  -webkit-box-shadow: 10px 0 60px rgba(38, 45, 61, 0.07);
  box-shadow: 10px 0 60px rgba(38, 45, 61, 0.07);
}
@media only screen and (max-width: 575px) {
  .testimonial-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .testimonial-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial-content:after {
  content: "\f10e";
  font-weight: 600;
  line-height: 1;
  top: 40px;
  right: 70px;
  z-index: -1;
  opacity: 0.05;
  font-size: 120px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 991px) {
  .testimonial-content:after {
    top: 50%;
  }
}
.testimonial-content .designation {
  margin-left: 100px;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .testimonial-content .designation {
    background: white;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 0 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-content .designation {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .testimonial-content .designation {
    margin-left: 10px;
  }
}
.testimonial-content .designation h4 {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .testimonial-content .designation h4 {
    font-size: 20px;
  }
}
.testimonial-content .designation span {
  font-weight: 600;
  color: #204ecf;
}
.testimonial-content p {
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .testimonial-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .testimonial-content p {
    font-size: 16px;
  }
}
.testimonial-content .ratting {
  padding-top: 5px;
}
.testimonial-content .ratting i {
  color: #ff9c00;
  font-size: 14px;
  margin-right: 5px;
}

/* Testimonial Two */
.testimonials-section-two:before {
  position: absolute;
  content: "";
  right: 0;
  width: 70%;
  top: -80px;
  z-index: -1;
  background: #f7f7f7;
  height: calc(100% + 160px);
}

@media only screen and (min-width: 1501px) {
  .testimonials-section-two .container {
    max-width: 1380px;
  }
}

.testimonials-section-two .testimonial-item-two {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .testimonials-section-two .testimonial-item-two {
    display: block;
  }
}
.testimonials-section-two
  .testimonial-item-two.slick-active
  .testimonial-author-two {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.testimonial-two-wrap:after {
  position: absolute;
  content: "";
  right: 0;
  top: -50px;
  z-index: -1;
  opacity: 0.05;
  line-height: 1;
  font-size: 300px;
  font-family: "Flaticon";
}
@media only screen and (max-width: 767px) {
  .testimonial-two-wrap:after {
    display: none;
  }
}

.testimonial-two-wrap .slick-dots {
  bottom: 30px;
  position: absolute;
  left: calc(33% + 120px);
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .testimonial-two-wrap .slick-dots {
    left: calc(33% + 50px);
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-two-wrap .slick-dots {
    bottom: 0;
    left: auto;
    position: relative;
  }
}
.testimonial-two-wrap .slick-dots li.slick-active {
  border-color: #00cc83;
}
.testimonial-two-wrap .slick-dots li.slick-active:before {
  background: #00cc83;
}

.testimonial-author-two {
  width: 33%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 120px;
  -webkit-transform: translate(50px);
  -ms-transform: translate(50px);
  transform: translate(50px);
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .testimonial-author-two {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-author-two {
    width: auto;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.testimonial-content-two {
  padding-bottom: 100px;
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .testimonial-content-two {
    padding-bottom: 20px;
  }
}
.testimonial-content-two .designation {
  margin-bottom: 20px;
}
.testimonial-content-two .designation h3 {
  margin-bottom: 3px;
}
@media only screen and (max-width: 575px) {
  .testimonial-content-two .designation h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-content-two .designation h3 {
    font-size: 20px;
  }
}
.testimonial-content-two .designation span {
  font-size: 18px;
  font-weight: 600;
  color: #204ecf;
}
.testimonial-content-two p {
  font-size: 35px;
  line-height: 1.3;
  color: #262d3d;
}
@media only screen and (max-width: 767px) {
  .testimonial-content-two p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content-two p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-content-two p {
    font-size: 20px;
  }
}
.testimonial-content-two .ratting {
  padding-top: 5px;
}
.testimonial-content-two .ratting i {
  color: #ff9c00;
  font-size: 14px;
  margin-right: 3px;
}

/* Testimonial Three */
.testimonial-three {
  position: relative;
}
.testimonial-three:before {
  content: "";
  width: 100%;
  height: 200%;
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: #f4f6f9;
}

.testimonial-three-wrap .slick-list {
  overflow: visible;
}

.testimonial-three-wrap .testimonial-three-item {
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .testimonial-three-wrap .testimonial-three-item {
    display: block;
  }
}
.testimonial-three-wrap .testimonial-three-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 100px;
  margin: 25px 25px 25px 0;
  -webkit-transform: translate(30px);
  -ms-transform: translate(30px);
  transform: translate(30px);
}
@media only screen and (max-width: 480px) {
  .testimonial-three-wrap .testimonial-three-item .image {
    margin-top: 0;
  }
}
.testimonial-three-wrap .testimonial-three-item .quality-rating {
  display: -webkit-box;

  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .testimonial-three-wrap .testimonial-three-item .quality-rating {
    margin-left: 25px;
  }
}
.testimonial-three-wrap .testimonial-three-item .quality-rating:before {
  top: -10px;
  left: -25px;
  content: "\f10d";
  font-weight: 600;
  position: absolute;
  color: #204ecf;
  font-family: "Font Awesome 5 Free";
}
.testimonial-three-wrap .testimonial-three-item .quality-rating h4 {
  color: #204ecf;
  margin: 0 15px 5px 0;
}
.testimonial-three-wrap .testimonial-three-item .quality-rating .ratting {
  margin-bottom: 5px;
}
.testimonial-three-wrap .testimonial-three-item .quality-rating .ratting i {
  color: #ffb113;
}
.testimonial-three-wrap .testimonial-three-item .content p {
  font-size: 18px;
  margin-bottom: 15px;
}
.testimonial-three-wrap .testimonial-three-item .content p:after {
  top: 15px;
  left: 10px;
  content: "\f10e";
  font-weight: 600;
  position: relative;
  color: #204ecf;
  font-family: "Font Awesome 5 Free";
}
.testimonial-three-wrap .testimonial-three-item .content h5 {
  margin-bottom: 0;
}
.testimonial-three-wrap .testimonial-three-item .content .designation {
  font-weight: 600;
}
.testimonial-three-wrap .testimonial-three-item.slick-active .image {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.testimonial-three-wrap:after {
  top: 50%;
  right: 0;
  z-index: -1;
  opacity: 0.05;
  line-height: 1;
  content: "\f10e";
  font-weight: 600;
  font-size: 200px;
  position: absolute;
  color: #204ecf;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 767px) {
  .testimonial-three-wrap:after {
    font-size: 100px;
  }
}

.testimonial-three-wrap .slick-dots {
  margin-left: 123px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
@media only screen and (max-width: 480px) {
  .testimonial-three-wrap .slick-dots {
    margin-left: 0;
  }
}

/* Testimonial Four */
.testimonials-four-iamge {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .testimonials-four-iamge {
    padding-bottom: 0;
  }
}

.testimonial-four-wrap .slick-list {
  padding: 75px 0 30px !important;
}

.testimonial-four-wrap .testimonial-item-four {
  width: 470px;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 40px 50px;
  border-radius: 5px;
  position: relative;
  border-radius: 7px;
  background: #f7f7f7;
  -webkit-transform: translate(170px);
  -ms-transform: translate(170px);
  transform: translate(170px);
  -webkit-box-shadow: inset 10px 0 60px rgba(30, 40, 69, 0.07);
  box-shadow: inset 10px 0 60px rgba(30, 40, 69, 0.07);
}
@media only screen and (max-width: 1199px) {
  .testimonial-four-wrap .testimonial-item-four {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-four-wrap .testimonial-item-four {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonial-four-wrap .testimonial-item-four .author-designation {
  display: -webkit-box;

  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-four-wrap .testimonial-item-four .author-designation .author {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}
.testimonial-four-wrap .testimonial-item-four .author-designation .author img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
@media only screen and (max-width: 375px) {
  .testimonial-four-wrap
    .testimonial-item-four
    .author-designation
    .author
    img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-four-wrap
  .testimonial-item-four
  .author-designation
  .designation
  h4 {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .testimonial-four-wrap
    .testimonial-item-four
    .author-designation
    .designation
    h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .testimonial-four-wrap
    .testimonial-item-four
    .author-designation
    .designation
    h4 {
    font-size: 16px;
  }
}
.testimonial-four-wrap
  .testimonial-item-four
  .author-designation
  .designation
  span {
  font-weight: 600;
  color: #204ecf;
}
.testimonial-four-wrap .testimonial-item-four p {
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .testimonial-four-wrap .testimonial-item-four p {
    font-size: 16px;
  }
}
.testimonial-four-wrap .testimonial-item-four .ratting i {
  font-size: 14px;
  margin-right: 3px;
  color: #ffb113;
}
.testimonial-four-wrap .testimonial-item-four.slick-center {
  opacity: 1;
  z-index: 2;
  width: 570px;
  background: white;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-box-shadow: 10px 0 40px rgba(32, 78, 207, 0.15);
  box-shadow: 10px 0 40px rgba(32, 78, 207, 0.15);
}
@media only screen and (max-width: 767px) {
  .testimonial-four-wrap .testimonial-item-four.slick-center {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: inset 10px 0 40px rgba(32, 78, 207, 0.15);
    box-shadow: inset 10px 0 40px rgba(32, 78, 207, 0.15);
  }
}
.testimonial-four-wrap
  .testimonial-item-four.slick-center
  + .testimonial-item-four {
  -webkit-transform: translate(-170px);
  -ms-transform: translate(-170px);
  transform: translate(-170px);
}
@media only screen and (max-width: 1199px) {
  .testimonial-four-wrap
    .testimonial-item-four.slick-center
    + .testimonial-item-four {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.carousel-indicators.theme-1 button {
  background-color: #8d8d8d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 762px) {
  .testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-container > p {
    text-align: center;
  }
}

.carousel-indicators.theme-1 {
  top: 10px;
  right: -60% !important;
  margin-right: 0px;
}

.carousel-indicators.rounded-indicators button {
  background-color: #8d8d8d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.carousel-indicators.rounded-indicators.theme-six-indi {
  left: 8%;
}

.carousel-item img {
  width: max-content;
}

@media (max-width: 1320px) {
  .carousel-item img {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .testimonial-wrap {
    margin: 0px;
  }

  .carousel-indicators.theme-1 {
    right: 12% !important;
    top: -9%;
  }
}

@media (max-width: 375px) {
  .pt-12 {
    padding-top: 20px !important;
  }
}

.site-footer {
  /* background-color: #5c47cf; */
  /* background-color: #181c32; */
  /* background: #fafafb; */
  /* background: rgb(92,71,207);
background: linear-gradient(180deg, rgb(104, 81, 236) 0%, rgb(63, 48, 150) 100%); */
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../media/illustrations/footer.jpg);
  z-index: -2;
  /* background-image: url('https://img.freepik.com/free-vector/colorful-gradient-fluid-shapes-background_23-2148191542.jpg?w=1380&t=st=1723633581~exp=1723634181~hmac=fdfe67fa3d84deced83c5bd47d6562af8c5e62787804cc7efb51684331594d40'); */
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #100550e0;
  z-index: -1;
}

.site-footer .footer-main-content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 0 32px;
  /* border-bottom: 1px solid #7a7a7a; */
  border-bottom: 1px solid #34217a;
}

.footer-cta-input {
  padding-right: 185px !important;
}

.get-started-now {
  border-radius: 0.42rem !important;
}

.short-hero.cta-signup {
  padding: 90px 0px 120px;
}

@media (max-width: 992px) {
  .form-floating #floatingInput {
    border-radius: 0.55rem;
  }

  .get-started-now {
    border-radius: 0.55rem !important;
  }

  .footer-cta-input {
    padding-right: 15px !important;
    border-radius: 0.55rem !important;
  }
  .cta-signup {
    padding-bottom: 40px !important;
  }
  .total-shots-container {
    padding-top: 10px;
  }
}

.other-free-tools {
  padding: 48px 0 32px;
  /* border-bottom: 1px solid #e7e7e9; */
  border-bottom: 1px solid #34217a;
}

@media (min-width: 1160px) {
  .site-footer .footer-main-content {
    flex-direction: row;
    padding: 72px 0 50px 0px;
  }
  .other-free-tools {
    padding: 50px 0;
  }
}

.site-footer .divsly-wordmark {
  width: 104px;
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  fill: #ea4c89;
}

.site-footer .divsly-wordmark:hover {
  fill: #bb3d6e;
}

.site-footer .tagline {
  max-width: 256px;
  margin: 20px 0;
  color: var(--bs-dark-footer-text) !important;
}

.site-footer .social-links-container a {
  color: #3d3d4e;
}

.site-footer .social-links-container a:hover {
  color: #0d0c22;
}

.site-footer .social-links-container .icon {
  width: 18px;
  height: 18px;
  /* margin-top: 8px; */
  margin-right: 14px;
}

.site-footer .social-links-container a:nth-child(4) svg {
  margin-right: 0px !important;
}

.site-footer .links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {
  .site-footer .links-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1160px) {
  .site-footer .links-container > .links-column {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .site-footer > .links-column {
    margin-right: 36px;
  }

  .site-footer > .links-column:last-of-type {
    margin-right: 0;
  }
}

.site-footer .links-column {
  width: 50%;
  padding: 0px 5px 0px 0px;
}

@media (min-width: 1160px) {
  .site-footer .links-column {
    width: fit-content;
    /* margin-left: 40px; */
  }

  .site-footer .links-column:first-child {
    /* margin-left: 60px; */
  }
}

@media (min-width: 1600px) {
  .site-footer .links-column {
    /* margin-left:10px; */
  }

  .site-footer .links-column:first-child {
    /* margin-left: 128px; */
  }
}

.site-footer .link-heading,
.footer-contact .link-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 32px;
  /* color: #0d0c22; */
  color: var(--bs-dark-footer-heading);
}

.footer-contact div {
  color: var(--bs-dark-footer-text);
}

@media (min-width: 1160px) {
  .site-footer .link-heading {
    margin-top: 0;
  }

  .site-footer .link-heading:not(:first-child) {
    margin-top: 24px;
  }
}

.site-footer .link {
  display: block;
  margin-top: 11px;
  /* color: #3d3d4e; */
  color: var(--bs-dark-footer-text) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cntry {
  color: var(--bs-dark-footer-heading) !important;
}

.site-footer .link:hover {
  color: #0d0c22;
}

.site-footer .footer-lower-content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  /* color: #6e6d7a; */
  color: #fff;
}

@media (min-width: 1160px) {
  .site-footer .footer-lower-content {
    flex-direction: row;
    padding: 20px 0;
  }
}

.site-footer .total-shots-container div:first-child {
  padding-right: 15px;
  border-right: 1px solid #34217a;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .site-footer .total-shots-container div:first-child {
    padding-right: 0px;
    padding-top: 5px;
    border-right: 0px;
    margin-right: 0px;
  }
  .footer-lower-content div p {
    padding-top: 5px;
  }
}

.site-footer .total-shots-container {
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1160px) {
  .site-footer .total-shots-container {
    flex-direction: row;
  }
}

.site-footer .total-shots-container .shots-count {
  color: var(--bs-dark-footer-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.site-footer .total-shots-container .divsly-ball {
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .footer-lower-content {
    padding: 20px 10px !important;
  }
}

@media (min-width: 1160px) {
  .site-footer .total-shots-container .divsly-ball {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.footer-cta {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(224, 218, 255, 1) 100%
  );
}

/* .footer-cta::after
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  background-image: url('https://img.freepik.com/free-vector/realistic-digital-lavender-background_23-2150595000.jpg?w=1380&t=st=1723635340~exp=1723635940~hmac=aa1c1a50f80c84759455042a4b5e2bc077a146a9d4938461960a1cbf3dc799da');
} */

.footer-floating-form input {
  outline: none;
  border: 2px solid var(--bs-info);
  border-radius: 50px;
  padding-left: 30px !important;
}

.footer-floating-form .get-started-now {
  height: 70px;
  right: 0px;
  border-radius: 50px !important;
  padding: 0px 25px !important;
}

.accessibility-text {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-prev-btn,
.custom-next-btn {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.custom-prev-btn {
  left: 10px;
}

.custom-next-btn {
  right: 10px;
}

.onhvrnobg:hover {
  background-color: transparent !important;
  color: var(--color-primary) !important;
  padding-right: 6px !important;
}

.onhvrnobg::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-left: 10px;
  display: none;
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}

.onhvrnobg:hover::after {
  display: block;
  animation: tfLeftToRight 0.2s ease-in-out;
}

.customtabbutton.active {
  color: var(--color-primary) !important;
  border-radius: 5px 5px 0px 0% !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  border-bottom: 3px solid var(--color-primary) !important;
}

.custom-card-border {
  border: 3px solid #3c3850;
  margin: 0px auto;
  border-radius: 13px;
}

.customtabbutton.active i {
  color: var(--color-primary) !important;
}

.pt-100-trusted {
  padding-top: 100px;
}

/* ------------------ mobile Responsive -------------- */

@media (max-width: 839px) and (min-width: 0px) {
  .short-hero h1 {
    font-size: 40px;
    line-height: 48px !important;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .short-hero p {
    font-size: 16px;
    width: 100%;
    line-height: 24px;
  }

  .dsm-none {
    display: none;
  }
  .short-hero {
    padding: 10px 0px;
  }

  .empty-circle {
    width: 70px;
    height: 70px;
    top: -40px;
  }
  .circle-text {
    width: 59px;
    height: 59px;
  }
  .circle-button {
    width: 39px;
    height: 39px;
  }
  .circle-btn-container {
    top: -35px;
  }

  .circle-icon img {
    width: 18px;
  }

  .nav-line-tabs .nav-item .nav-link.active,
  .nav-line-tabs .nav-item.show .nav-link,
  .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 1px solid var(--color-primary) !important;
  }

  .pt-lg-50 {
    padding-top: 0px !important;
  }

  .smp-none {
    padding: 0px !important;
  }

  .smw-100 {
    width: 100% !important;
  }

  .smm-0 {
    margin: 0px !important;
  }
  .smborder-none {
    border: none !important;
  }

  .pb-120 {
    padding-bottom: 30px;
  }

  .pt-120 {
    padding-top: 30px;
  }

  .pt-100-trusted {
    padding-top: 20px;
  }

  .smjustify-content-center {
    justify-content: center !important;
  }

  .smrounded-none {
    border-radius: 0px !important;
  }
}

@media (max-width: 320px) {
}

.menu-bg-mob {
  background-color: var(--bs-menu-dropdown-bg-color);
  box-shadow: var(--bs-menu-dropdown-box-shadow);
}

.heading-1.h1.wor {
  color: #e4e4e4;
  margin-bottom: 0;
  margin-left: 19vw;
  font-size: 7.8vw;
}
.heading-1 .h1 {
  color: #767171;
  margin-top: -3vw;
  margin-bottom: 0;
  margin-left: 38vw;
}
.heading-2 {
  color: #000;
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 7.8vw;
  font-weight: 500;
  line-height: 100%;
  width: 70%;
}

.ttt {
  padding-top: 70px;
}

/*------------------------ BUTTON SECTION----------------------- */

.custom-btn {
  border-radius: 25px;
  padding: 10px 20px;
  margin: 5px;
  box-shadow: 1px 1px 3px transparent;
  cursor: pointer;
  font-size: 15.36px;
}

.button-details {
  padding-bottom: 50px;
}

/* BOTTOM SECTION */

.heading-service {
  margin-top: 1.8vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 28px;
  font-size: 22px;
  color: black;
}

.heading-service a {
  text-decoration: none;
  color: black;
}

.para-2 {
  width: auto;
  color: #4d4d4d;
  width: auto;
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lausannepan 350", sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2vw;
}

.heading-4 {
  color: #000;
  letter-spacing: -0.7vw;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 4.1vw;
  font-family: "Roboto", sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 85%;
}

.div-block-7 {
  width: 100%;
  margin-top: 2.4vw;
  display: flex;
  border: none;
}

/* -----------------------------Custom CSS for blog layout ----------------------*/

.page-content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: fit-content;
  line-height: 30px;
}

.page-content h3 {
  padding-top: 40px;
  line-height: 30px;
}

.article-quote {
  padding: 50px;
  background-color: rgb(246, 246, 246);
  width: 100%;
  margin: 50px 0px;
  border-left: 6px solid #5c47cf;
  font-size: 16px;
}

.page-content ul {
  margin-bottom: 20px;
  padding-left: 0px;
}
.page-content ul li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
}
.page-content ul li span {
  padding-left: 10px;
}
.page-content ul li a {
  color: var(--tp-theme-1);
  text-decoration: underline;
}
.page-content ul li i {
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  color: #5c47cf;
  line-height: 30px;
}

.period {
  font-size: 35px;
}

.feature-outline div:nth-child(2) span {
  background-color: #f0edff;
}

.feature-outline div span {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  border-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.feature-outline-div .col-4 > div {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  border-bottom: 0px;
}

.feature-outline-div .col-4:nth-child(2) > div {
  background-color: var(--color-primary);
  border-radius: 25px 25px 0px 0px;
  color: #fff;
}

.feature-outline-div .col-4:nth-child(1) > div {
  border-radius: 25px 25px 0px 0px;
  border-top: 1px solid #f1f1f1;
}

.feature-outline-div .col-4:nth-child(3) > div {
  border-radius: 25px 25px 0px 0px;
  border-top: 1px solid #f1f1f1;
}

.feature-outline div:nth-child(2) .bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}

.feature-outline-end div:nth-child(2) span {
  border-radius: 0px 0px 25px 25px;
  background-color: #f0edff;
}

.feature-outline-end div:nth-child(1) span {
  border-radius: 0px 0px 25px 25px;
  border-bottom: 1px solid #f1f1f1;
}

.feature-outline-end div:nth-child(3) span {
  border-radius: 0px 0px 25px 25px;
  border-bottom: 1px solid #f1f1f1;
}

.feature-outline-end div span {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  border-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.feature-color tr td:nth-child(3) {
  background-color: #f0edff !important;
  box-shadow: none !important;
}

.blog-post div div h1 {
  font-size: 50px;
}

.blog-post div div p {
  font-size: 22px;
  color: var(--color-primary);
}

.blog-post div div p:first-child {
  margin-bottom: 5px;
}

.resource-image-container img {
  border-radius: 10px;
}

.heading-page {
  color: #000;
  padding-bottom: 10px;
  font-size: 30px;
}

.pg-content {
  letter-spacing: 0.5px;
}

.headi {
  font-size: 35px;
  padding: 120px 0px 20px 0px;
}

.img-details {
  border-radius: 10px;
}

.brand-circle {
  position: relative;
  text-align: center;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  margin-left: -22px;
}
.brand-circle.brand-circle_lg {
  width: 410px;
  height: 410px;
  margin-left: -22px;
}

.partners-sub_title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
  color: var(--color-primary);
}

.partners-title span {
  color: #7b7b7b;
}

@media only screen and (max-width: 991px) {
  .brand-circle.brand-circle_lg {
    width: 350px;
    height: 350px;
  }
  .brand-circle.brand-circle_lg img {
    width: 250px;
  }
}

@media only screen and (max-width: 599px) {
  .brand-circle.brand-circle_lg {
    width: 250px;
    height: 250px;
  }
  .brand-circle.brand-circle_lg {
    width: 160px;
    height: 160px;
  }
  .brand-circle.brand-circle_lg img {
    width: 80px;
  }
}

.admin-header {
  display: flex;
  background: #fff;
  font-size: 1.6rem;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
}

.admin-header__actions {
  display: flex;
  align-items: center;
  z-index: 3;
  min-width: 0;
}

.admin-header__actions .url-actions {
  display: none;
}

.admin-header__actions .url-actions h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0.8rem 0 1rem;
  color: #273144;
}

.admin-header__actions .url-actions .orb-button-icon {
  margin-right: 0;
}

.admin-header__actions .dropdown {
  position: relative;
  border: 0.1rem solid #dbe0eb;
  border-radius: 0.4rem;
}

.admin-header__actions .dropdown .orb-button-icon {
  margin-right: 0;
}

.admin-header__actions .dropdown .dropdown-container {
  position: absolute;
  border: 0.1rem solid #dbe0eb;
  border-radius: 0.25rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: #fff;
  z-index: 30;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.12);
  width: 24rem;
  margin-top: 0.7rem;
}

.admin-header__actions .dropdown .dropdown-container .dropdown-item {
  display: flex;
  padding: 1rem 1.2rem;
  cursor: pointer;
  align-items: center;
  border: none;
  background: 0 0;
  width: 100%;
}

.admin-header__actions .dropdown .dropdown-container .dropdown-item:hover {
  background-color: #f4f6fa;
}

.admin-header__actions .dropdown .dropdown-container .dropdown-item:disabled {
  color: #71809f;
  background-color: unset;
  cursor: not-allowed;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item:disabled
  .orb-typography.p {
  color: inherit;
}

.admin-header__actions .dropdown .dropdown-container .dropdown-item svg {
  margin-right: 1rem;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-option {
  display: flex;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-option
  .orb-icon,
.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-option
  .orb-typography.p {
  color: #de3121;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-option.disabled
  .orb-icon,
.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-option.disabled
  .orb-typography.p {
  color: #c3cbdc;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-tooltip-container {
  width: 100%;
  cursor: not-allowed;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-tooltip-container
  .anchor {
  width: 100%;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item
  .delete-tooltip-container
  .content:focus-visible {
  outline: none;
}

.admin-header__actions .dropdown .dropdown-container .dropdown-item {
  align-items: unset;
  margin: 0;
}

.admin-header__actions
  .dropdown
  .dropdown-container
  .dropdown-item:last-of-type {
  border-top: 0.1rem solid #dbe0eb;
}

.admin-header__actions .icon-label {
  display: none;
}

.admin-header .publishing-actions {
  display: flex;
  align-items: center;
}

.admin-header .publishing-actions button {
  margin: 0 0.4rem;
  display: block;
}

.admin-header .publishing-actions button.glow {
  animation: glow-button 4s infinite;
}

.admin-header .publishing-actions button.flash {
  position: relative;
  overflow: hidden;
}

.admin-header .publishing-actions button.flash::after {
  background: #fff;
  content: "";
  height: 15.5rem;
  left: -7.5rem;
  opacity: 0.2;
  position: absolute;
  top: -5rem;
  transform: rotate(35deg);
  width: 5rem;
  animation: flash-button 4s infinite;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.admin-header .publishing-actions .additional-descriptor {
  display: none;
}

.admin-header .publishing-overlay {
  position: absolute;
  top: 0;
}

@media (min-width: 330px) {
  .admin-header .publishing-actions .additional-descriptor {
    display: inherit;
  }
}

@media (min-width: 564px) {
  .admin-header .url-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .admin-header .url-actions button {
    display: none;
  }

  .admin-header h4 {
    min-width: 17.5rem;
    max-width: calc(100vw - 60rem);
  }
}

@media (min-width: 700px) {
  .admin-header .url-actions button {
    display: inline-flex;
  }

  .admin-header .dropdown {
    border: unset;
  }

  .admin-header .dropdown .dropdown-container .dropdown-item {
    display: none;
  }

  .admin-header .dropdown .dropdown-container .dropdown-item:last-of-type {
    display: flex;
    border-top: unset;
  }
}

@media (min-width: 1190px) {
  .admin-header h4 {
    max-width: calc(100vw - 100rem);
  }

  .admin-header .url-actions .orb-button-icon {
    margin-right: 0.8rem;
  }

  .admin-header .icon-label {
    display: inline-flex;
  }

  .admin-header .dropdown .orb-button-icon {
    margin-right: 0.8rem;
  }
}

.orb-button {
  display: inline-flex;
  align-items: center;
  background: #2a5bd7;
  border-radius: 0.4rem;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  justify-content: center;
  letter-spacing: 0;
  min-height: 4rem;
  outline: none;
  text-align: center;
  font-weight: 500;
  padding: 0 1.6rem;
}

.orb-button .orb-button-icon {
  margin-right: 0.8rem;
}

.orb-button.tertiary-brand {
  background: 0 0;
  color: #2a5bd7;
}

.orb-button.small {
  padding: 0 0.8rem;
  min-height: 3.2rem;
  font-size: 1.1rem;
}

.gradient-rectangle {
  width: 100px;
  height: 40px;
  background: linear-gradient(to right, #555, #ddd);
}

.direction-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.direction-list-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.direction-icon {
  margin-right: 5px;
}

.text-wrap-resource {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1; /* number of lines to show */

  line-clamp: 1;

  -webkit-box-orient: vertical;
}

.threeline-clamp {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3; /* number of lines to show */

  line-clamp: 3;

  -webkit-box-orient: vertical;
}

.filtercategory {
  margin-bottom: 3vw;
}

.filtercategory div {
  overflow: hidden !important;
  width: 100%;
}

.filtercategory img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.filtercategory:hover img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.filtercategory:hover h2 {
  transform: translate3d(0px, 10px, 0);
  transition: transform 0.3s ease;
}

.filtercategory:hover p {
  transform: translate3d(0px, 10px, 0);
  transition: transform 0.4s ease;
}
.filtercategory h2 {
  margin-top: 18px;
}

.rounded-55rem {
  border-radius: 0.55rem !important;
}

@media only screen and (max-width: 599px) {
  .heading-2 {
    color: #000;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    width: 90%;
  }

  .ttt {
    padding-top: 30px;
  }

  .custom-btn {
    border-radius: 25px;
    padding: 10px 20px;
    margin: 5px 5px 5px 0px;
    box-shadow: 1px 1px 3px transparent;
    cursor: pointer;
    font-size: 13.36px;
  }

  .para-2 {
    width: auto;
    color: #4d4d4d;
    margin-bottom: 20px;
    width: auto;
    letter-spacing: auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
  }

  .filtercategory h2 {
    margin-top: 10px;
  }

  .filtercategory div a img {
    border-radius: 5px;
  }

  .blog-post div div h1 {
    font-size: 25px;
  }
  .page-content h3 {
    padding-top: 20px;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .page-content {
    line-height: unset;
  }
  .heading-page {
    padding-bottom: 0px;
  }
  .pg-content {
    letter-spacing: 1px;
  }
  .article-quote {
    padding: 20px;
    margin: 25px 0px;
  }
}

.features-heading {
  font-size: 3.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  margin: 0 auto 1.25rem;
  text-align: center;
  vertical-align: baseline;
  color: #181c32;
}

.features-info {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #35303f;
}

.features__btns {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.features__btn:not(:last-child) {
  margin-right: 24px;
}

.features__bg {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 1100px;
  height: 600px;
  -webkit-transform: translateX(-52.8%);
  -ms-transform: translateX(-52.8%);
  transform: translateX(-52.8%);
  margin-bottom: 136px;
  pointer-events: none;
}

.features__title {
  max-width: 620px;
  margin: 0 auto 22px;
  text-align: center;
}

.features__info {
  margin-bottom: 32px;
  text-align: center;
  margin: 0 auto 32px;
  font-size: 16px;
  font-weight: 600;
}

.features__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.features__btns:first-child {
  font-size: 16px;
}

.features__btn {
  margin-right: 24px;
  padding: 14px 28px !important;
  font-size: 16px !important;
  display: flex;
  border-radius: 0.55rem !important;
  align-items: center;
}

.btn-outline-info.features__btn {
  padding: 12px 28px !important;
}

.features__bg {
  position: relative;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 1100px;
  height: 600px;
  transform: translateX(-52.8%);
  margin-bottom: 136px;
  pointer-events: none;
  width: 440px;
  height: 320px;
  margin-bottom: 64px;
}

.features__preview:nth-child(2) {
  position: absolute;
  left: -144px;
  bottom: 14%;
  width: 72%;
}

.features__row {
  display: flex;
  margin: 0 -80px;
}

.features__col {
  flex: 0 0 33%;
  width: 33%;
  padding: 0 80px;
}
.features__col:nth-child(2) {
  flex: 0 0 34%;
  width: 34%;
  border-width: 0 4px;
  border-style: solid;
  border-color: rgba(116, 143, 181, 0.1);
}

.features__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 62px;
  border-radius: 50%;
  background: rgba(116, 143, 181);
}

.features__category {
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.features__text {
  max-width: 240px;
  color: #6e757c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.features {
  margin-bottom: 134px;
}

.features__center {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 64px;
}

.options .stage {
  margin-bottom: 16px;
  text-align: center;
}

.options__title {
  margin-bottom: 88px;
  text-align: center;
  font-size: 48px;
  line-height: 1.16667;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.options__preview {
  margin: 0 -25px 110px -20px;
}

.options__preview img {
  max-width: 100%;
}

.options__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -72px -12px 0;
}

.options__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 24px);
  flex: 0 0 calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 72px 12px 0;
}

.options__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  margin-bottom: 24px;
  font-size: 0;
}

.options__info {
  max-width: 210px;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.options__text {
  position: relative;
  max-width: 215px;
  padding-top: 28px;
  color: #6e757c;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.options__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: rgba(116, 143, 181, 0.15);
}

/* .options:not(:last-child) {
  margin-bottom: 136px;
} */

.center {
  max-width: 1320px;
  margin: 0 auto;
}

.options .stage {
  margin-bottom: 16px;
  text-align: center;
}

.stage {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.33333;
  text-transform: uppercase;
  color: #748fb5;
}

.feature-cap {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: left;
  color: #000;
  text-decoration: none;
  text-transform: none;
}

.featured-cols {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 96px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
}

.featured-cols > div:first-child {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  height: min-content;
  justify-content: center;
  max-width: 416px;
  padding: 0;
  position: relative;
  width: 416px;
}

.featured-cols > div:last-child {
  border-radius: 32px;
  opacity: 1;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: 600px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 600px;
  will-change: transform;
}

.featured-cols div h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}

.featured-cols div p {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #35303f;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

@media only screen and (max-width: 1179px) {
  .m-feature-center {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-center {
    padding: 0 12px;
  }
}

.m-feature-container {
  position: relative;
  padding: 38px 140px;
  color: #ffffff;
}

@media only screen and (max-width: 1179px) {
  .m-feature-container {
    padding: 38px 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-container {
    padding: 44px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-container {
    padding: 20px 32px;
  }
}

.m-feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: #291456;
  border-radius: 24px;
}

.m-feature-bg:before,
.m-feature-bg:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    135.15deg,
    #672713 1.17%,
    #c54c26 31.88%,
    #ffbaa5 65.46%
  );
}

.m-feature-bg:before {
  top: -280px;
  left: -280px;
  width: 560px;
  height: 560px;
  opacity: 0.6;
  filter: blur(278.261px);
}

.m-feature-bg:after {
  right: -195px;
  bottom: -181px;
  width: 389px;
  height: 389px;
  filter: blur(160px);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .m-feature-bg:after {
    display: none;
  }
}

.m-feature-row {
  position: relative;
  z-index: 3;
  display: flex;
  margin: 0 -120px;
}

@media only screen and (max-width: 1179px) {
  .m-feature-row {
    margin: 0 -80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-row {
    margin: 0 -40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-row {
    display: block;
    margin: 0;
  }
}

.m-feature-col {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 50px;
}

@media only screen and (max-width: 1179px) {
  .m-feature-col {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-col {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-col {
    width: 100%;
    padding: 0;
  }
}

.m-feature-col:first-child {
  position: relative;
}

.m-feature-col:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 4px;
  background: rgba(116, 143, 181, 0.1);
}

@media only screen and (max-width: 767px) {
  .m-feature-col:first-child:before {
    display: none;
  }
}

.m-feature-col:nth-child(2) {
  position: relative;
}

.m-feature-col:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 4px;
  background: rgba(116, 143, 181, 0.1);
}

@media only screen and (max-width: 767px) {
  .m-feature-col:nth-child(2):before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-col:not(:last-child) {
    margin-bottom: 48px;
  }
}

.m-feature-preview {
  margin-left: -140px;
}

.m-feature-title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.25;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .m-feature-title {
    max-width: 240px;
    font-size: 24px;
  }
}

.m-feature-text {
  max-width: 260px;
  margin-bottom: 40px;
  color: #a2a7ac;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .m-feature-text {
    margin-bottom: 24px;
  }
}

.m-feature .btn_border {
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

.m-feature .btn_border:hover {
  box-shadow: none;
  background: #ffffff;
  color: #272e35;
}

.m-feature:not(:last-child) {
  margin-bottom: 136px;
}

@media only screen and (max-width: 1179px) {
  .m-feature:not(:last-child) {
    margin-bottom: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature:not(:last-child) {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .features-heading {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 auto 10px;
    width: 100% !important;
  }
  .features-info {
    font-size: 16px;
  }
  .features__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features__btn:not(:last-child) {
    margin: 0 0 24px;
  }

  .features__btn:last-child {
    margin: 0;
  }
  .features__bg {
    width: auto;
    height: auto;
    margin-bottom: 14px;
  }

  .features__preview:nth-child(2) {
    left: 5%;
    bottom: 14%;
    width: 100%;
  }
  .features__wrap {
    position: relative;
  }

  .features__row {
    margin: 0 0px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .features__center {
    padding: 0 10px;
  }
  .center {
    padding: 0 10px;
  }
  .features__col {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .features__col:nth-child(2) {
    flex: 0 0 100%;
    width: 100%;
    border-width: 0;
  }
  .features__text {
    max-width: 100%;
    color: #6e757c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }

  .features__col:nth-last-child(2) {
    padding-right: 0px;
  }

  .features__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(116, 143, 181);
    margin: 50px auto 20px auto;
  }

  .features__col:nth-child(1) .features__icon {
    margin: 0px auto 20px auto;
  }

  .options__preview {
    margin: 0;
  }

  .options .stage {
    margin-bottom: 16px;
    text-align: center;
  }
  .options__title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 2rem;
  }

  .featured-cols {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 20px 10px;
  }
  .featured-cols > div:first-child {
    gap: 16px;
    max-width: unset;
    width: 100%;
  }

  .featured-cols > div:last-child {
    aspect-ratio: 1 / 1;
    height: var(--aspect-ratio-supported, 416px);
    max-width: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    will-change: transform;
  }

  .featured-cols div {
    align-items: center !important;
  }

  .featured-cols div h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
  }

  .featured-cols div p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
  }

  .featured-cols {
    margin-top: 30px !important;
  }
}

.advantages {
  margin-top: -78px;
}

@media only screen and (max-width: 767px) {
  .advantages {
    margin: 0;
  }
}

.why-divsly-center {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 64px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-center {
    padding: 0 20px;
  }
}

.why-divsly-head {
  margin-bottom: 112px;
  text-align: center;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-head {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-head {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .why-divsly-head {
    margin-bottom: 48px;
  }
}

.why-divsly-photo {
  margin-bottom: 35px;
  padding-right: 3px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-photo {
    margin: 0 -36px 24px;
  }
}

.why-divsly-photo img {
  display: inline-block;
  max-width: 100%;
}

.advantages .stage {
  margin-bottom: 16px;
}

.why-divsly-title {
  max-width: 550px;
  margin: 0 auto;
}

.why-divsly-item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .why-divsly-item {
    display: block;
  }
}

.why-divsly-item:nth-child(3) {
  align-items: flex-start;
}

.why-divsly-item:not(:last-child) {
  margin-bottom: 112px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-item:not(:last-child) {
    margin-bottom: 72px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-item:not(:last-child) {
    margin-bottom: 48px;
  }
}

.why-divsly-bg {
  position: relative;
  flex: 0 0 500px;
  width: 500px;
  margin-right: 110px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-bg {
    flex: 0 0 460px;
    width: 460px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-bg {
    margin: 0 auto 64px;
  }
}

@media only screen and (max-width: 767px) {
  .why-divsly-bg {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0px;
  }
}

.why-divsly-preview:first-child img {
  width: 100%;
}

.why-divsly-preview:not(:first-child) {
  position: absolute;
}

.why-divsly-item:first-child .why-divsly-preview:first-child {
  margin-left: -28px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview:first-child {
    margin-left: -12px;
  }
}

.why-divsly-item:first-child .why-divsly-preview:nth-child(2) {
  top: 49%;
  left: -22%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview:nth-child(2) {
    top: 65%;
    left: -9%;
    width: 30%;
  }
}

.why-divsly-item:first-child .why-divsly-preview:nth-child(6) {
  left: 8%;
  bottom: -7%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview:nth-child(3) {
    width: 17%;
  }
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-preview img {
    width: 100%;
  }
}

.why-divsly-item:first-child .why-divsly-wrap {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:first-child .why-divsly-wrap {
    padding: 0;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:first-child {
  margin-left: -74px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:first-child {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:first-child {
    margin-left: -12px;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(2) {
  left: 1%;
  bottom: -11%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(2) {
    left: 30%;
    bottom: -15%;
    width: 40%;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(3) {
  top: 34%;
  right: -2%;
  width: 74px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(3) {
    width: 43px;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-preview:nth-child(3) img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-preview img {
    width: 100%;
  }
}

.why-divsly-item:nth-child(2) .why-divsly-wrap {
  padding-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(2) .why-divsly-wrap {
    padding: 0;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(2) {
  top: 28%;
  right: -12%;
  width: 81px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(2) {
    width: 70px;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(2) img {
  width: 100%;
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(3) {
  top: 17.5%;
  left: -18.5%;
  width: 82px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(3) {
    left: -10%;
    width: 60px;
  }
  .why-divsly-preview img {
    margin: 0px auto;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-preview:nth-child(3) img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .why-divsly-item:nth-child(3) .why-divsly-bg {
    margin-bottom: 0;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-wrap {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .why-divsly-item:nth-child(3) .why-divsly-wrap {
    padding: 0;
  }
}

.why-divsly-item:nth-child(3) .why-divsly-icon {
  margin-bottom: 23px;
}

.why-divsly-wrap {
  max-width: 500px;
  padding-right: 20px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-wrap {
    max-width: 340px;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-wrap {
    max-width: 460px;
    margin: 0 auto;
  }
}

.why-divsly-icon {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1179px) {
  .why-divsly-icon {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-divsly-icon {
    display: none;
  }
}

@media only screen and (max-width: 1179px) {
  .why-divsly-icon img {
    width: 250px;
  }
}

.why-divsly-info {
  margin: -16px 0 16px;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .why-divsly-info {
    margin: 0 0 16px;
    font-size: 20px;
    text-align: center;
  }
}

.why-divsly-text {
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: center;
  color: #35303f;
  text-decoration: none;
  text-transform: none;
}

.advantages:not(:last-child) {
  margin-bottom: 136px;
}

@media only screen and (max-width: 1179px) {
  .advantages:not(:last-child) {
    margin-bottom: 82px;
  }
}

@media only screen and (max-width: 767px) {
  .advantages:not(:last-child) {
    margin-bottom: 48px;
  }
}

.border-light-gray-info {
  border-color: #e1dbeb !important;
}

.form-control {
  border: 1px solid #e7e3f1;
}

.text-light-grey-info {
  color: #d1cbdf !important;
}

.sub-features-img {
  border-radius: 1.5rem;
  padding: 4.75rem;
}

.sub-features-img img {
  width: 100%;
  min-height: 600px;
}

.sub-features-img:nth-child(1) {
  background: rgb(255, 240, 236);
  background: linear-gradient(
    51deg,
    rgba(255, 240, 236, 1) 0%,
    rgba(244, 237, 255, 1) 100%
  );
}

.hd-colr {
  color: #7239ea;
}

.article-quote-1 {
  padding: 15px;
  background-color: rgb(246, 246, 246);
  width: 90%;

  border-left: 6px solid #7239ea;
  font-size: 17px;
}

/* .divsly-abt {
 margin-top: 30px;
 margin-bottom: 30px;
  font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #272E35;
}

.divsly-abt1 {
 
  font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #272E35;
} */

.faq-image-prop {
  margin-top: 50px;
}

.sub-title-sm1 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2rem;
  color: var(--tp-common-black-2);
}

.sub-title-sm2 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2rem;
  color: var(--tp-common-black-2);
  padding-top: 20px;
}

.point-prop {
  font-size: 24px;
  color: #2c2c2c;
  margin-left: 20px;
}
.point-prop1 {
  font-size: 24px;
  color: #2c2c2c;
}

.abt {
  line-height: 28px;
  font-size: 16px;
  color: #2c2c2c;
}

/* -----------CTA Section */

.cta_prop {
  background-color: #7239ea;
}

.im-prop {
  position: relative;
  padding: 30px;
}

.im-prop::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #e9e4ff;
  border-radius: 30px;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.indi-prop {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  background-color: #8800cc !important;
}

.indi-prop-1 {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  background-color: #d858ff !important;
}

.crd-pro {
  width: 400px !important;
  height: 227px !important;
  border-radius: 20px !important;
  background-color: #ffffff;
  padding: 20px;
  margin-left: 30px;
}

.carousel-indicators.carousel-indicators.custom_testimonial {
  bottom: -60px;
}

.test-prop {
  background-color: #e9e4ff;
}

.cta2_prop {
  background-color: #7239ea;
}

.sup {
  position: relative;
  bottom: 1.5ex;
  font-size: 27px;
  margin-left: -12px;
}

.sup1 {
  position: relative;
  bottom: 1.5ex;
  font-size: 27px;
}

.supp {
  margin-left: -12px;
}

.nav-line-tabs .nav-item .nav-link.integrationactive.active,
.nav-line-tabs .nav-item .nav-link.integrationactive:hover {
  border: 1px solid #9452ff !important;
  border-bottom: 1px;
  background-color: #7239ea;
  color: #ffffff;
}

.nav-line-tabs .nav-item .nav-link.integrationactive {
  border-radius: 5px;
  padding: 5px 20px !important;
  color: #506690;
  background-color: #5066901a;
  font-weight: 600;
}

.home-app-carousel {
  padding-top: 150px;
  padding-bottom: 50px;
}

.home-app-carousel > div {
  overflow: visible;
}

.knowledge-base-search {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -65px;
}

.kb-search-container {
  max-width: 600px;
  margin: 0px auto;
  position: relative;
  border-radius: 15px;
}

.kb-search-input {
  border: 1px solid #cebafd;
}

.kb-dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  border: 1px solid #cebafd;
  background-color: #ffffff;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.kb-dropdown-item {
  padding: 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.kb-dropdown-item:last-child {
  border-bottom: none;
}

.kb-title {
  font-weight: 600;
  font-size: 15px;
}

.kb-subtitle {
  color: #888;
}

.kb-card {
  height: 320px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: transform 0.2s;
  margin-top: -110px;
}

.kb-card:hover {
  transform: scale(1.05);
}

.quick-question {
  border: 1px solid #d9cbff;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 30px 10px;
  transition: transform 0.2s;
  position: relative;
}

.quick-question:hover {
  transform: scale(1.05);
}

.quick-question::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  color: #bbbbbb;
}

.trending-topics-hyperlinks div ul li {
  list-style: none;
  position: relative;
}

.trending-topics-hyperlinks-help div ul li {
  list-style: none;
  position: relative;
}

.trending-topics-hyperlinks div ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 2px;
  background-color: #9481ff;
  transition: width 0.25s ease-out;
}
.trending-topics-hyperlinks div ul li:hover::after {
  width: 100%;
}
.trending-topics-hyperlinks div ul li::before {
  content: "\00BB";
  font-size: 20px;
  padding-right: 10px;
  color: #7239ea;
}

.trending-topics-hyperlinks div ul li a {
  color: #36383b;
  font-weight: 500;
}

.see-all-btn {
  font-size: 15px;
  position: relative;
}

.see-all-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #3e97ff;
  transition: width 0.25s ease-out;
}

.see-all-btn:hover::after {
  width: 100%;
}

.see-all-btn .tutorial-search {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tutorial-card-section-1 {
  margin-top: -110px;
}

.tutorial-card {
  background-color: #fff;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
}

.tutorial-card a {
  transition: transform 0.3s;
}

.tutorial-card a:hover {
  transform: scale(1.05);
}

.tutorial-info {
  padding: 16px 16px 16px 0px;
}

.tutorial-title {
  font-size: 1.25em;
  margin: 0 0 8px;
}

.tutorial-description {
  font-size: 1em;
  color: #666;
  margin: 0;
}

/* help Documentaion */

.doc_api_cont_container {
  max-width: 1175px;
}

.doc-api-tabs-head {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem 1.5rem 0.125rem;
}

.doc-api-tabs.nav-item .nav-link {
  color: #000;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

.doc-api-tabs.nav-item .nav-link.active {
  background-color: #6f53ff;
  color: #000;
  border-radius: 0;
}

.kb-article-nav {
  background-color: #f9f8ff;
  border: 1px solid #c0b4ff;
  border-radius: 10px;
  padding: 15px 0px;
}

.kb-article-nav-item.nav-item .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}

.kb-article-nav-item.nav-item .nav-link.active {
  background-color: transparent;
  color: #7961ff;
  border: 0px;
}
/* .kb-article-nav-item.nav-item .nav-link.active:hover
{
 background-color: #7961ff;
 color: #ffffff;
 border-radius: 5px;
} */

.kb-article-nav-item.nav-item .nav-link:hover {
  color: #7961ff;
  border-radius: 5px;
  transition: 0s;
}

.arrow-kb-inner-page {
  position: absolute;
  right: -61px;
  bottom: -16px;
  width: 63px;
  transform: rotate(14deg);
}

.documentation-aside {
  background-color: #ffffff;
  border-right: 1px solid #eeeeee;
  height: 100vh;
  position: fixed;
  top: 65px;
}

.divsly_doc_api_markdown {
  padding: 1.5rem 0;
}

.divsly_doc_api_markdown h1,
.divsly_doc_api_markdown h2,
.divsly_doc_api_markdown h3,
.divsly_doc_api_markdown h4,
.divsly_doc_api_markdown h5,
.divsly_doc_api_markdown h6,
.divsly_doc_api_markdown p,
.divsly_doc_api_markdown ul > li:last-child {
  margin-bottom: 1.5rem;
}

.divsly_doc_api_markdown h1 {
  border-bottom: 0.0625rem solid #e8e9eb;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}

.divsly_doc_api_markdown h2 {
  font-size: 1.5rem;
}

.divsly_doc_api_markdown h3 {
  font-size: 1.25rem;
}

.divsly_doc_api_markdown h4 {
  font-size: 1.125rem;
}

.divsly_doc_api_markdown p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.divsly_doc_api_markdown img {
  max-width: 100%;
}

.divsly_doc_api_markdown code,
.divsly_doc_api_markdown pre {
  font-family: monospace, monospace;
  font-size: 0.875rem;
}

.divsly_doc_api_markdown pre {
  overflow: auto;
  padding: 1rem;
}

.divsly_doc_api_markdown code {
  line-height: 1rem;
  margin: 1rem 0;
}

.divsly_doc_api_markdown code li {
  list-style-type: none;
}

.divsly_doc_api_markdown ol,
.divsly_doc_api_markdown ul {
  margin-left: 1rem;
}

.divsly_doc_api_markdown ol > li {
  list-style-type: decimal;
}

.divsly_doc_api_markdown ul > li {
  line-height: 1.25rem;
  list-style-type: disc;
  padding-bottom: 0.25rem;
}

.divsly_doc_api_markdown strong {
  font-family: ProximaNovaSemibold;
}

.divsly_doc_api_markdown em {
  font-style: italic;
}

.divsly_doc_api_markdown blockquote {
  background-color: #f5f6f7;
  border-left: 0.25rem solid #2a5bd7;
  margin-bottom: 1.5rem;
  overflow: auto;
  padding: 1rem;
}

.divsly_doc_api_markdown blockquote p:last-child,
.divsly_doc_api_markdown blockquote ul > li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .divsly_doc_api_markdown {
    max-width: 100%;
  }
}

.codesyntaxbody {
  background-color: #f5f6f7;
  margin-bottom: 1.5rem;
  overflow: auto;
  overflow-y: auto;
  padding: 0.5rem 1rem;
}

.code_block {
  width: 100%;
  height: 100%;
}

.kb-inner-page-title {
  font-size: 32px;
  color: #1a1f36;
  font-weight: 700;
}

.breadcrumb.breadcrumb-arrow .breadcrumb-item:after {
  padding-left: 0.5rem;
  content: "»";
  color: #2a5bd7;
}

.custom-breadcrumbs li a {
  color: #2b2b2b;
  font-weight: 400;
}
.custom-breadcrumbs li {
  color: #2b2b2b;
  font-weight: 400;
}

.breadcrumb li {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 650px) {
  .breadcrumb li:last-child {
    display: none;
  }
  .breadcrumb li:nth-last-child(2)::after {
    display: none;
  }
}

.kb-article-nav-toggle {
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  text-align: left;
}

.kb-article-nav .arrow:after {
  content: "\25BC"; /* Down arrow */
  float: right;
  color: #c9c0ff;
  transition: transform 0.3s;
}
.kb-article-nav.collapsed .arrow:after {
  content: "\25BA"; /* Right arrow */
  float: right;
  transform: rotate(180deg);
}
.kb-article-nav:not(.collapsed) .arrow:after {
  transform: rotate(0deg);
}

/* <ol class="bbbb">
<li><a href="#"><span>Knowledge Base</span></a></li>
<li><a href="#"><span>Getting Started</span></a></li>
<li><a href="#"><span>Divsly Essentials</span></a></li>
<li><a href="#" class="active"><span>What is divsly</span></a></li>
</ol>

.bbbb {
  display: flex;
  padding-left: 8px;
}

.bbbb li {
  margin-left: -2px;
  list-style: none;
}
.bbbb li:first-child a {
  border-radius: 8px 0 0 8px;
}
.bbbb li:last-child a {
  border-radius: 0 8px 8px 0;
}

.bbbb li a {
  background-color: #fff;
  color: #6b7280;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #d1d5db;
  height: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 0;
  transform: skew(-30deg);
  position: relative;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.bbbb li a:hover, .bbbb li a:focus, .bbbb li a.active {
  outline: 0;
  color: #6366f1;
  border-color: #6366f1;
  z-index: 1;
}
.bbbb li a > * {
  transform: skew(30deg);
}
.bbbb li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbbb li a span svg {
  margin-right: 0.375em;
  width: 1.5em;
  height: 1.5em;
} */

.custom-breadcrumbs li a:hover {
  color: #654bfa;
}

/* Knowledge base artice section */

/* .kb-article-section h1
{
  font-size: 42px;
  color: #263238;
  font-weight: 800;
  margin-bottom: 30px;
} */

/* .kb-article-section:first-child:first-letter
 {
    font-size: 25px; 
    font-weight:400; 
} */

.kb-article-section p {
  margin-bottom: 35px;
  font-size: 17px;
  color: #4b4f58;
  font-weight: light;
  letter-spacing: 0.3px;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

.kb-article-section ol {
  padding-left: 40px;
  margin-bottom: 30px;
}

.kb-article-section ol li {
  font-size: 17px;
  margin-bottom: 10px;
  color: #4b4f58;
}

.kb-article-section div img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  position: relative;
}

.kb-article-section div {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.kb-article-section .no-shadow {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  box-shadow: none !important;
  border: 2px solid #f3f3f3;
  filter: none;
  -webkit-filter: none;
}

.kb-article-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}

.kb-article-section h3 {
  margin-bottom: 30px;
  font-weight: 700;
}

.kb-article-section ul {
  margin: 20px 20px 40px 20px;
}

.kb-article-section ol li ul {
  margin: 20px 20px 0px 20px;
}

.kb-article-section ol li ul li strong {
  font-weight: 600;
  color: #000;
}
.kb-article-section ol li ul li {
  font-weight: 400;
}

.kb-article-section ul li {
  font-size: 17px;
  padding: 5px 0px;
  color: #4b4f58;
}

.kb-article-section blockquote {
  font-size: 14px;
  background-color: #fbfaff;
  padding: 20px;
  border: 1px solid #edebff;
}

.kb-article-section blockquote {
  border-left: 3px solid #a593ff;
  color: #1a1a1a;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.8em;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  margin: 30px 0px;
}
.kb-article-section blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}
.kb-article-section blockquote:after {
  content: "\275E";
  position: absolute;
  top: 53%;
  left: -0.5em;
  font-size: 15px;
  color: #a593ff;
  font-family: "Ionicons";
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

.kb-article-section > ol > li > ul > li {
  margin: 0px !important;
}

/* Knowledge Base inner search */

.knowledge-base-inner-banner {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -105px;
}

#knowledge-base-background {
  background-image: url(../../assets/knowledge-base/knowledge-base-background.jpg);
  background-size: cover;
  background-position: left;
  position: relative;
  z-index: -1;
}

#knowledge-base-background::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.kb-main-category-heading-section {
  margin-top: 100px;
}

.kb-main-category-heading-section .kb-main-article-heading {
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.kb-main-category-heading-section p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.kb-article-section hr {
  border-color: #b8b8b8;
}

@media (max-width: 650px) {
  .kb-search-input {
    width: 100% !important;
  }
  .kb-search-container {
    width: 100%;
  }

  .kb-card {
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: transform 0.2s;
    margin-top: 15px;
  }
  .kb-card-container div:first-child .kb-card {
    margin-top: -120px;
  }
  .kb-main-category-heading-section .kb-main-article-heading {
    font-size: 32px;
    font-weight: bolder;
    color: #fff;
    z-index: 1;
    text-align: center;
  }
  .knowledge-base-inner-banner {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
  }
  .kb-article-section {
    margin-top: 20px;
  }

  .kb-article-section p {
    margin-bottom: 35px;
    font-size: 17px;
    color: #4b4f58;
    font-weight: light;
    letter-spacing: 0.3px;
    border: 0;
    font-weight: 400;
    vertical-align: baseline;
  }

  .kb-article-section div img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    position: relative;
  }

  .kb-article-section div {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  }

  .kb-article-section .no-shadow {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    box-shadow: none !important;
  }

  .kb-article-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .kb-article-section ul {
    margin: 10px;
  }

  .kb-article-section ul li {
    font-size: 17px;
    padding: 5px 0px;
    color: #4b4f58;
  }

  .kb-article-section blockquote {
    font-size: 14px;
    background-color: #fbfaff;
    padding: 20px;
    border: 1px solid #edebff;
  }

  .kb-article-section blockquote {
    border-left: 3px solid #a593ff;
    color: #1a1a1a;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
    margin: 30px 0px;
  }
  .kb-article-section blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
  }
  .kb-article-section blockquote:after {
    content: "\275E";
    position: absolute;
    top: 53%;
    left: -0.5em;
    font-size: 15px;
    color: #a593ff;
    font-family: "Ionicons";
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
  }

  #knowledge-base-background {
    background-image: url(../../assets/knowledge-base/knowledge-base-background.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: -1;
  }
  .kb-article-section ol {
    padding-left: 10px;
  }
}

/* white navbar with transparent -background */

.navbarscroll.white-nav-scroll .transparent-nav-link {
  color: #fff !important;
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link {
  color: inherit !important;
}

.navbarscroll.white-nav-scroll .transparent-nav-link-login {
  color: #fff !important;
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link-login {
  color: var(--bs-info) !important;
}

.navbarscroll.white-nav-scroll .transparent-nav-link-signup {
  color: inherit !important;
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link-signup {
  color: #fff !important;
  background-color: var(--bs-info);
}

.navbarscroll.white-nav-scroll.scrolled .transparent-nav-link-signup:hover {
  color: var(--bs-info) !important;
}

.signup-btn {
  padding: 14px 28px !important;
}

@media (min-width: 650px) {
  .get-started-now {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}

.input-group.rounded-55rem input {
  border-radius: 0.5rem;
}

@media (min-width: 2200px) {
  .short-link-demo-section {
    margin-top: -150px;
  }
}

.sub-titles-includes {
  font-size: 1.5rem;
  color: #35303f;
}

.pricing-features {
  font-size: 1.3rem;
  color: #35303f;
}

.trusted-partners-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.trusted-partners-logos img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.footer-cta-inner {
  width: 100% !important;
  max-width: 45% !important;
}

@media (min-width: 992px) {
  .rounded-lg-5 {
    border-radius: 2rem !important;
  }
}

@media (max-width: 762px) {
  .trusted-partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .trusted-partners-logos img {
    width: 28%;
    margin-bottom: 10px;
  }

  .short-hero.cta-signup {
    padding: 10px 0px 20px;
  }

  .footer-cta-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .nb-sml-f {
    flex-wrap: nowrap !important;
  }
}

input {
  font-size: 1.25rem !important;
  font-weight: 400;
}

input::placeholder {
  color: #a1a5b7 !important;
}

.dcount {
  font-size: 60px;
  font-weight: 800;
}

.dcount-card {
  padding: 20px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  height: 100%;
}

.dcount-card div {
  text-align: right;
}

.dcount-card div img {
  height: 60px;
}

.dcount-row div:nth-child(5) .dcount-card div img {
  height: 50px;
}

.dcount-row div:nth-child(3) .dcount-card div img {
  height: 60px;
}

.dcount-row div:nth-child(6) .dcount-card div img {
  height: 50px;
}

.dcount-row {
  --bs-gutter-x: 20px !important;
  --bs-gutter-y: 20px !important;
}

.dcount-row div:nth-child(2) .dcount-card {
  display: flex;
  justify-content: space-between;
}

.dcount-row div .dcount-card div p {
  font-size: 22px;
  text-align: right;
  font-weight: 600;
  line-height: 29px;
}

.dcount-row div:nth-child(2) .dcount-card div .dcount {
  margin-right: -10px;
}

.dcount-row > div:nth-child(2) .dcount-card {
  background-color: #f7f4ff;
  color: #423759;
}
.dcount-row > div:nth-child(3) .dcount-card {
  background-color: #fff0dd;
  color: #7a5d3d;
}
.dcount-row > div:nth-child(4) .dcount-card {
  background-color: #e7fff2;
  color: #4d7260;
}
.dcount-row > div:nth-child(5) .dcount-card {
  background-color: #ffeded;
  color: #724b4c;
}
.dcount-row > div:nth-child(6) .dcount-card {
  background-color: #e2e8ff;
  color: #3a4154;
}

.dcount-row > div:nth-child(3) .dcount-card div p {
  text-align: left;
}
.dcount-row > div:nth-child(4) .dcount-card div p {
  text-align: left;
}
.dcount-row > div:nth-child(5) .dcount-card div p {
  text-align: left;
}
.dcount-row > div:nth-child(5) .dcount-card .dcount {
  text-align: left;
}
.dcount-row > div:nth-child(6) .dcount-card div p {
  text-align: left;
}

.dcount {
  font-size: 86px;
  line-height: 63px;
  font-weight: 900;
}

@media (max-width: 762px) {
  .dcount-card div img {
    display: none;
  }

  .dcount {
    font-size: 86px;
    line-height: 90px;
  }

  .dcount-row div .dcount-card div p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }

  .dcount-card {
    padding: 20px;
    border-radius: 13px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    min-height: fit-content;
  }

  .dcount-card div {
    text-align: center;
  }

  .dcount-row > div:nth-child(3) .dcount-card div p {
    text-align: center;
  }
  .dcount-row > div:nth-child(4) .dcount-card div p {
    text-align: center;
  }
  .dcount-row > div:nth-child(5) .dcount-card div p {
    text-align: center;
  }
  .dcount-row > div:nth-child(6) .dcount-card div p {
    text-align: center;
  }

  .dcount-row > div:nth-child(3) .dcount-card,
  .dcount-row > div:nth-child(4) .dcount-card,
  .dcount-row > div:nth-child(6) .dcount-card {
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }
}

.header-sub-titles {
  margin-top: 0.75rem !important;
  line-height: 20px !important;
  color: #35303f !important;
}
